/*
Theme Name: MTH's Theme - JT Agency
Theme URI: http://josetorrico.com/mth
Author: JT Agency
Author URI: http://josetorrico.com/
Description: Is a 2017 theme for Wordpress exclusive design and develop for MTH
Version: 3.0.0
License: Copyright
License URI: http://medicionytalentohumano.com/license/
Text Domain: mthjt
*/
::-moz-selection {
  color: #fff;
  background: #012141;
}
::selection {
  color: #fff;
  background: #012141;
}
body {
  font-size: 17px;
  background-color: #fff;
  color: #2f2f2f;
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
}
#contentMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#contentMenu .contentIz {
  z-index: 5;
  width: 961px;
}
#contentMenu .fondoAzul {
  position: absolute;
  z-index: 1;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #012141;
}
#menuMiembrosMTH {
  background-color: #012141;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
#menuMiembrosMTH .memberMenu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#menuMiembrosMTH .memberMenu .sellDemo a {
  font-size: 0.9em;
  text-decoration: none;
  color: #fff;
}
#menuMiembrosMTH .memberMenu .sellDemo a:hover {
  color: #00a2ba;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#menuMiembrosMTH .memberMenu #contVip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#menuMiembrosMTH .memberMenu #contVip img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  margin-right: 1em;
}
#menuMiembrosMTH .memberMenu #contVip p {
  text-align: center;
  margin-right: 10px;
}
#menuMiembrosMTH .memberMenu #contVip ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#menuMiembrosMTH .memberMenu #contVip ul li {
  list-style-type: none;
  background-color: #e24301;
  margin-right: 0.625em;
  width: 133px;
  height: 50px;
}
#menuMiembrosMTH .memberMenu #contVip ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}
#menuMiembrosMTH .memberMenu #contVip ul li:hover {
  cursor: pointer;
  background-color: #00a2ba;
  transition: background 1s ease;
}
#menuMiembrosMTH .memberMenu #contVip ul li:hover a {
  color: #fff;
  transition: background 1s ease;
}
#menuMiembrosMTH .memberMenu #contVip ul li:last-child {
  margin-right: 1.55em;
}
#menuMiembrosMTH .memberMenu #contVip form {
  width: 180px;
  margin-right: 1.55em;
  text-align: right;
  position: relative;
}
#menuMiembrosMTH .memberMenu #contVip input[type=text] {
  width: 150px;
  height: 25px;
  color: #fff;
  box-sizing: border-box;
  font-weight: 400;
  border: 2px solid #fff;
  padding: 0% 4%;
  background-color: transparent;
  font-size: 0.8em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menuMiembrosMTH .memberMenu #contVip input[type=text]:hover,
#menuMiembrosMTH .memberMenu #contVip input[type=text]:focus,
#menuMiembrosMTH .memberMenu #contVip input[type=text]:active {
  border-color: #e24301;
}
#menuMiembrosMTH .memberMenu #contVip input[type=submit] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  width: 33px;
  height: 100%;
  text-indent: -999px;
  cursor: pointer;
  background: none !important;
}
#menuMiembrosMTH .memberMenu #contVip form:before {
  content: "\f002";
  position: absolute;
  left: 0;
  top: 2px;
  font-family: FontAwesome;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  height: 22px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#menuMiembrosMTH .memberMenu #contVip form:hover:before {
  color: #e24301;
}
header {
  width: 100%;
  height: 125px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
nav {
  width: 100%;
  height: 100%;
}
nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
nav ul li {
  height: 100%;
  position: relative;
}
nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  text-decoration: none;
  color: #2f2f2f;
  height: 100%;
  padding: 0 10px;
  background: rgba(226,67,1,0);
  transition: background 1s ease;
}
nav ul li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
nav ul li a i {
  margin-right: 5px;
  font-size: 1.7em;
  margin-top: 0 !important;
}
nav ul li a i.fa-ticket {
  font-size: 1.7em;
}
nav ul li a i._mi {
  margin-top: 0 !important;
}
nav ul li a:hover {
  color: #fff;
  background: #e24301;
  height: 100%;
}
nav ul li.current-menu-item a {
  background: #e24301 top left;
  color: #fff;
}
#talentskeyAcceso {
  width: 212px;
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, #012141, #00a2ba);
  background-image: linear-gradient(180deg, #012141, #00a2ba);
  z-index: 6;
}
#talentskeyAcceso ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*height: 175px;*/
}
#talentskeyAcceso ul li {
  height: auto;
  position: relative;
  margin-top: 5px;
}
#talentskeyAcceso ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #2f2f2f;
  padding: 10px;
  background-color: #d6d6d6;
  transition: background 1s ease;
  text-transform: uppercase;
  font-size: 0.8em;
  width: 147px;
}
#talentskeyAcceso ul li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#talentskeyAcceso ul li a i {
  margin-right: 5px;
  font-size: 1.7em;
  margin-top: 0 !important;
}
#talentskeyAcceso ul li a i.fa-ticket {
  font-size: 1.7em;
}
#talentskeyAcceso ul li a i._mi {
  margin-top: 0 !important;
}
#talentskeyAcceso ul li a:hover {
  color: #fff;
  background: #e24301;
  height: 100%;
}
#talentskeyAcceso ul li.current-menu-item a {
  background: #e24301 top left;
  color: #fff;
}
#talentskeyAcceso ul li:first-child {
  margin-top: 10px;
}
#talentskeyAcceso ul li:last-child {
  margin-bottom: 10px;
}
#contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  max-width: 1173px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  position: relative;
}
#contenido h1 {
  margin: 0;
  padding: 0;
  margin-right: 25px;
  height: 106px;
}
#TK {
  height: 100%;
}
.slicknav_menu {
  display: none;
}
#talentskey {
  width: 174px;
  height: 203px;
  background-image: -webkit-linear-gradient(270deg, #012141, #00a2ba);
  background-image: linear-gradient(180deg, #012141, #00a2ba);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#talentskey #talentskeylogo {
  width: 148px;
  height: 38px;
  margin-top: 10px;
}
#talentskey a {
  width: 150px;
  height: 46px;
  background-color: #e24301;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 10px;
}
#talentskey a i {
  margin-left: 15px;
  margin-right: 5px;
}
#talentskey a:hover {
  background-color: #fff;
  color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#talentskey a.azul {
  background-color: #012141;
  margin-bottom: 0;
}
#talentskey a.azul:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  color: #012141;
}
.degradado {
  background-image: -webkit-linear-gradient(315deg, #012141, #00a2ba);
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#tituloCabecera {
  height: 230px;
  width: 100%;
  position: relative;
  padding: 0;
}
#tituloCabecera .titulo {
  position: absolute;
  z-index: 3;
}
#tituloCabecera .titulo h2 {
  color: #fff;
}
#tituloCabecera .fondo {
  background-image: url("images/cabecera.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#tituloCabecera .fondoPagina {
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#cabeceraEvento {
  height: 300px;
  max-height: 300px;
  width: 100%;
  background-position: center, top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}
#cabeceraEvento h2,
#cabeceraEvento h3,
#cabeceraEvento h4 {
  color: #fff;
}
#cabeceraEvento a {
  text-decoration: none;
}
#cabeceraEvento a:hover h4 {
  color: #e24301;
}
.carousel {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.carousel .mouseIcon {
  z-index: 4;
  position: absolute;
  bottom: 35px;
  width: 100%;
}
.carousel .mouseIcon .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transform: rotate(45deg);
}
.carousel .mouseIcon .icon a {
  text-decoration: none;
  color: inherit;
}
.carousel .mouseIcon .icon a i {
  color: #e24301;
  font-size: 2.7em;
}
.carousel .mouseIcon .icon a:hover i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.carousel .carousel-cell {
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel .carousel-cell .contenido {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}
.carousel .carousel-cell .contenido .margen {
  width: 1173px;
  height: auto;
  margin-bottom: 2%;
}
.carousel .carousel-cell .contenido .margen h1 {
  font-weight: 800;
}
.carousel .carousel-cell .contenido .margen h3 {
  font-weight: 500;
  text-transform: uppercase;
}
.carousel .carousel-cell .contenido .margen p {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.1em;
}
.carousel .carousel-cell .contenido .botones {
  position: absolute;
  bottom: 5%;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*a
                    text-transform uppercase
                    height 60px
                    width 246px
                    border-style solid
                    border-width 2px
                    border-color naranja
                    text-decoration none
                    color white
                    display -webkit-box
                    display -webkit-flex
                    display -ms-flexbox
                    display flex
                    -webkit-justify-content center
                    -ms-flex-pack center
                    justify-content center
                    -webkit-box-align center
                    -webkit-align-items center
                    -ms-flex-align center
                    align-items center
                a:hover
                    border-color azulOscuro
                    -webkit-transition all .5s ease-in-out
                    -moz-transition all .5s ease-in-out
                    -o-transition all .5s ease-in-out
                    -ms-transition all .5s ease-in-out
                    transition all .5s ease-in-out
                a:last-child
                    margin-left 2%
                a:first-child
                    margin-left 0
                a.relleno
                    background-color naranja
                a.relleno:hover
                    background-color azulOscuro
                    -webkit-transition all .5s ease-in-out
                    -moz-transition all .5s ease-in-out
                    -o-transition all .5s ease-in-out
                    -ms-transition all .5s ease-in-out
                    transition all .5s ease-in-out*/
}
.carousel .carousel-cell .otroLogro {
  z-index: 3;
  position: absolute;
  bottom: 35px;
  width: 100%;
  right: 46px;
}
.carousel .carousel-cell .otroLogro .talentskey {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel .carousel-cell .otroLogro .talentskey p {
  color: #fff;
  margin-right: 10px;
}
.carousel .carousel-cell .otroLogro .talentskey .firmaTK {
  width: auto;
  height: 43px;
  width: 162px;
  background-image: url("images/talentskey.png");
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
.carousel .carousel-cell .degradado {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(315deg, #012141, #00a2ba);
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: 0.8;
}
.carousel .carousel-cell .imagen {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.flickity-prev-next-button {
  background: rgba(255,255,255,0.5);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.flickity-prev-next-button .arrow {
  fill: #012141;
}
.flickity-prev-next-button .no-svg {
  color: #012141;
}
.flickity-prev-next-button:hover {
  background: #e24301;
}
.flickity-prev-next-button:hover .arrow {
  fill: #fff;
}
.flickity-prev-next-button:hover .no-svg {
  color: #fff;
}
.flickity-prev-next-button:disabled {
  display: none;
}
.flickity-page-dots {
  bottom: 10px;
}
.flickity-page-dots .dot {
  background-color: #fff;
}
.flickity-page-dots .dot.is-selected {
  background: #fff;
}
section {
  padding: 75px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section .titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section .titulo h2 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0;
  color: #e24301;
}
section .titulo h2.blanco {
  color: #fff;
}
section .titulo .superior,
section .titulo .inferior {
  width: 227px;
  height: 29px;
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}
section .titulo .superior {
  background-image: url("images/titulosuperior.png");
}
section .titulo .inferior {
  background-image: url("images/tituloinferior.png");
}
.divider {
  padding-bottom: 0;
}
.botonPlus {
  color: #e24301;
  transform: rotate(45deg);
  text-decoration: none;
  margin-top: 50px;
  font-size: 3.5em;
}
.botonPlusSlider {
  color: #e24301;
  transform: rotate(45deg);
  text-decoration: none;
  margin-top: 50px;
  font-size: 3em;
}
.botonPlus:hover,
.botonPlusSlider:hover {
  color: #012141;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.botonPlusBlanco {
  color: #fff;
  transform: rotate(45deg);
  text-decoration: none;
  margin-top: 50px;
  font-size: 3.5em;
}
.botonPlusBlanco:hover {
  color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.iconosTest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.iconosTest a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 150px;
  height: 220px;
  background-image: -webkit-linear-gradient(270deg, #f4f4f4, #d6d6d6);
  background-image: linear-gradient(180deg, #f4f4f4, #d6d6d6);
  text-decoration: none !important;
  padding: 2% 3% 3% 3%;
  text-align: center;
  color: #2f2f2f !important;
}
.iconosTest a img {
  width: 100px !important;
  height: 100px !important;
}
.iconosTest a h5 {
  text-decoration: none;
}
.iconosTest a:hover {
  background-image: -webkit-linear-gradient(270deg, #012141, #00a2ba);
  background-image: linear-gradient(180deg, #e24301, #ff7520);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
}
.iconosTest a:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#queEs p {
  width: 643px;
  text-align: justify;
  font-weight: 300;
  margin: 58px 0 0 0;
}
#queEs b,
#queEs strong {
  font-weight: 500;
}
#queEs a {
  color: #2f2f2f;
  text-decoration: underline;
  text-decoration-color: #ff7520;
}
#queEs a:hover {
  color: #ff7520;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#queEs .video {
  width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#queEs .embed-container {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
  width: 89%;
}
#queEs .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hacemos .ofrecemos {
  width: 1173px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-top: 70px;
}
#hacemos .ofrecemos .oferta {
  display: inline-block;
  width: 39%;
  margin: 2% 5% 0 5%;
  height: auto;
}
#hacemos .ofrecemos .oferta h3 {
  font-weight: 400;
}
#hacemos .ofrecemos .oferta p {
  font-size: 0.9em;
  font-weight: 300;
  width: 70%;
}
#hacemos a {
  width: 330px;
  height: 60px;
  border: 2px solid #2f2f2f;
  text-decoration: none;
  color: #2f2f2f;
  text-transform: uppercase;
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#hacemos a:hover {
  border-color: #e24301;
  color: #fff;
  background-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fondoGrisHome {
  background-image: url("images/BackgroundWebMTH-05.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.fondoAzulHome {
  background-image: url("images/BackgroundWebMTH-06.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.fondoAzulHome a {
  color: #fff !important;
  text-decoration-color: #fff !important;
}
.fondoAzulHome a:hover {
  color: #ff7520 !important;
  text-decoration-color: #ff7520 !important;
  -webkit-transition: all 0.5s ease !important;
  -moz-transition: all 0.5s ease !important;
  -o-transition: all 0.5s ease !important;
  -ms-transition: all 0.5s ease !important;
  transition: all 0.5s ease !important;
}
.fondoGris {
  background-color: #f4f4f4;
}
#producto .productos {
  position: relative;
  clear: both;
  margin: 0 auto;
  max-width: 1175px;
  list-style: none;
  text-align: center;
  display: block;
  margin: 70px auto 0 auto;
}
#producto .productos ul {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#producto .productos .ancho {
  width: 584px;
  margin: 0 3px 3.26px 0;
}
#producto .productos .ancho figcaption,
#producto .productos .ancho figcaption>a {
  width: 584px;
}
#producto .productos .ancho.effect-apollo figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
}
#producto .productos .ancho.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}
#producto .productos figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 3.26px 3.26px 0;
  width: 290px;
  height: 290px;
  background-color: #012141;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
#producto .productos figure .sobre {
  background-color: #2f2f2f;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
#producto .productos figure .sobre:hover {
  opacity: 0;
}
#producto .productos figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
#producto .productos figure figcaption {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#producto .productos figure figcaption::before,
#producto .productos figure figcaption::after {
  pointer-events: none;
}
#producto .productos figure figcaption,
#producto .productos figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
}
#producto .productos figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
#producto .productos figure h2 {
  word-spacing: 0.15em;
  font-weight: 800;
  padding: 35px 15px 0 15px;
  font-size: 1.3em;
}
#producto .productos figure h2,
#producto .productos figure p {
  margin: 0;
  z-index: 4;
  position: relative;
}
#producto .productos figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
#producto .productos figure.effect-apollo {
  background-color: #012141;
}
#producto .productos figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}
#producto .productos figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(225,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
#producto .productos figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #e24301;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  text-transform: none;
  font-weight: 300;
}
#producto .productos figure.effect-apollo h2 {
  text-align: left;
}
#producto .productos figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#producto .productos figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
#producto .productos figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#twitter {
  height: 385px;
  background-color: #2f2f2f;
  color: #fff;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#twitter .iconoTwitter {
  z-index: 3;
}
#twitter .botonTwitter {
  width: 99px;
  height: 25px;
  border-radius: 13px;
  background-color: #00a2ba;
  opacity: 0.7;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.7em;
  font-weight: 500;
  font-stretch: semi-expanded;
  text-decoration: none;
  color: #fff;
  z-index: 3;
}
#twitter .botonTwitter:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#twitter p {
  font-size: 1.44em;
  font-weight: 300;
  max-width: 897px;
  text-align: center;
  z-index: 3;
}
#twitter p.cuenta {
  font-size: 1.1em;
  font-weight: 400;
  font-style: italic;
}
#twitter .fondoTwitter {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #012141;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
#twitter img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
}
#demo {
  padding: 0;
  height: 385px;
  overflow: hidden;
  position: relative;
}
#demo .fondoDemo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #012141;
  opacity: 0.7;
}
#demo img {
  position: absolute;
  z-index: 1;
  width: 100%;
}
#demo .contenido {
  z-index: 3;
  width: 1173px;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: flex-end;
}
#demo .contenido a {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, transparent, #e24301);
  background-image: linear-gradient(90deg, transparent, #e24301);
  border-radius: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 2em;
}
#demo .contenido a i {
  font-size: 1.3em;
  margin-left: 10px;
  margin-right: 30px;
}
#demo .contenido a:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(0deg, transparent, #00a2ba);
  background-image: linear-gradient(90deg, transparent, #00a2ba);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#demo .contenido h2 {
  font-size: 1.875em;
  font-weight: 400;
}
#demo .contenido h2,
#demo .contenido p {
  color: #fff;
}
#eventos {
  position: relative;
  overflow: hidden;
  background-image: -webkit-linear-gradient(315deg, rgba(1,33,65,0.8), rgba(1,33,65,0.8)), url("images/eventos.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
}
#eventos .titulo {
  z-index: 3;
}
#eventos .titulo h3,
#eventos .titulo h4 {
  color: #fff;
}
#eventos .losEventos {
  width: 1173px;
  height: auto;
  margin-top: 70px;
  z-index: 3;
  height: 558px;
}
#eventos .losEventos .flickity-page-dots {
  bottom: -25px;
}
#eventos .losEventos .evento {
  width: 470px;
  height: 558px;
  overflow: hidden;
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#eventos .losEventos .evento .contenido {
  width: 442px;
  height: 524px;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#eventos .losEventos .evento .contenido .cabecera {
  height: 248px;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto, cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 442px;
}
#eventos .losEventos .evento .contenido .cabecera h2 {
  font-weight: 400;
  text-align: center;
}
#eventos .losEventos .evento .contenido .cabecera h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 1.875em;
}
#eventos .losEventos .evento .contenido .cabecera h4 {
  font-weight: 400;
  font-size: 0.875em;
  margin: 0;
}
#eventos .losEventos .evento .contenido .cabecera h2,
#eventos .losEventos .evento .contenido .cabecera h3,
#eventos .losEventos .evento .contenido .cabecera h4 {
  color: #fff;
}
#eventos .losEventos .evento .contenido .cabecera .fecha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#eventos .losEventos .evento .contenido .cabecera .fecha .inicio,
#eventos .losEventos .evento .contenido .cabecera .fecha .fin {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#eventos .losEventos .evento .contenido .cabecera .fecha .al {
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10%;
}
#eventos .losEventos .evento .contenido .descripcion {
  width: 100%;
  background-image: -webkit-linear-gradient(315deg, #e24301, #ff7520);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#eventos .losEventos .evento .contenido .descripcion .lugar {
  padding: 20px 27px;
}
#eventos .losEventos .evento .contenido .descripcion .lugar a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 0.875em;
}
#eventos .losEventos .evento .contenido .descripcion .lugar a:hover {
  color: #012141;
}
#eventos .losEventos .evento .contenido p {
  width: 70%;
  font-size: 0.875em;
  padding: 0 15%;
  text-align: justify;
}
#eventos .losEventos .evento .contenido .detalle {
  width: 70%;
  padding: 0 15%;
}
#eventos .losEventos .evento .contenido .detalle .botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#eventos .losEventos .evento .contenido .detalle .botones a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
}
#eventos .losEventos .evento .contenido .detalle .botones a i {
  font-size: 2.8em;
  margin-bottom: 4%;
}
#eventos .losEventos .evento .contenido .detalle .botones a i.icofont-close-circled,
#eventos .losEventos .evento .contenido .detalle .botones a i.fa-times-circle {
  transform: rotate(45deg);
}
#eventos .losEventos .evento .contenido .detalle .botones .relleno {
  color: #fff;
  background-color: #012141;
  border-color: #012141;
}
#eventos .losEventos .evento .contenido .detalle .botones .relleno:hover {
  background-color: #e24301;
  border: solid 2px #e24301;
}
#eventos .losEventos .evento .contenido .detalle .botones a:hover {
  color: #012141;
}
#eventos .losEventos .evento:first-child {
  margin-left: 0;
}
#eventos a.botonEvento {
  width: 300px;
  height: 60px;
  margin-top: 70px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
#eventos a.botonEvento:hover {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.personal {
  width: 272px !important;
  background-color: #f4f4f4 !important;
}
#blog .articulos {
  width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 70px auto 0 auto;
}
#blog .articulos .articulo {
  width: 370px;
  background-color: #fff;
}
#blog .articulos .articulo img {
  width: 370px;
  height: 211px;
}
#blog .articulos .articulo img.equipo {
  width: 272px;
  height: 272px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
}
#blog .articulos .articulo img.equipo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
#blog .articulos .articulo .contenido {
  padding: 2% 7%;
}
#blog .articulos .articulo .contenido h5 {
  color: #2f2f2f;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
}
#blog .articulos .articulo .contenido h3 a {
  color: #2f2f2f;
  text-decoration: none;
  float: unset;
}
#blog .articulos .articulo .contenido h6 {
  margin: 4% 0;
}
#blog .articulos .articulo .contenido h6 a {
  display: contents;
  align-items: baseline;
  text-transform: lowercase;
  color: #2f2f2f;
}
#blog .articulos .articulo .contenido h6 a:hover {
  color: #e24301;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .articulos .articulo .contenido a {
  color: #e24301;
  text-decoration: none;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  float: right;
  margin-bottom: 5%;
}
#blog .articulos .articulo .contenido a i {
  font-size: 2em;
  margin-left: 10px;
}
#blog .articulos .articulo .contenido a:hover {
  color: #012141;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog .articulos .articulo .contenido p {
  font-size: 0.875em;
  font-weight: 300;
}
#blog .articulos .articulo .contenido .fecha {
  font-size: 0.9375em;
  font-weight: 300;
}
#blog a.botonBlog {
  width: 300px;
  height: 60px;
  margin-top: 70px;
  border-color: #2f2f2f;
  border-style: solid;
  border-width: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #2f2f2f;
  text-decoration: none;
}
#blog a.botonBlog:hover {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#testimonios {
  background-color: #f4f4f4;
}
.textCentrado {
  text-align: center;
}
.textJustificado {
  text-align: justify;
}
.testimonios {
  margin-top: 70px;
  width: 1173px;
  height: 400px;
  overflow: hidden;
}
.testimonios .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  background-color: #2f2f2f;
  border-radius: 0px;
}
.testimonios .flickity-page-dots .dot.is-selected {
  background: #2f2f2f;
}
.testimonios .testimonio {
  width: 85%;
  height: 100%;
  padding: 0 7.5%;
  display: block;
  position: relative;
}
.testimonios .testimonio i {
  font-size: 2em;
  margin-bottom: 1em;
}
.testimonios .testimonio i.fa-quote-right {
  text-align: right;
  position: absolute;
  right: 7.5%;
  margin-bottom: 0;
  margin-top: 1em;
}
.testimonios .testimonio .contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonios .testimonio .contenido .detalleT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5%;
}
.testimonios .testimonio .contenido .detalleT p {
  font-weight: 300;
  font-size: 1.0625em;
}
.testimonios .testimonio .contenido .detalleT .nombre {
  font-size: 1.0625em;
}
.testimonios .testimonio .contenido .detalleT .cargo {
  font-size: 0.9375em;
  font-weight: 300;
}
.blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .centrado {
  width: 1173px;
  margin: 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog .centrado aside {
  width: 300px;
}
.blog .centrado aside form {
  text-align: center;
  position: relative;
}
.blog .centrado aside input[type=text] {
  width: 300px;
  height: 75px;
  color: #2f2f2f;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.2em;
  border: 2px solid #d6d6d6;
  border-left: 4px solid #e24301;
  padding: 0 60px 0 32px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .centrado aside input[type=text]:hover,
.blog .centrado aside input[type=text]:focus,
.blog .centrado aside input[type=text]:active {
  border-color: #012141;
  border-left: 4px solid #e24301;
}
.blog .centrado aside input[type=submit] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
  width: 50px;
  height: 100%;
  text-indent: -999px;
  cursor: pointer;
  background: none !important;
}
.blog .centrado aside form:before {
  content: "\f002";
  position: absolute;
  right: 0;
  top: 26px;
  font-family: FontAwesome;
  text-align: center;
  font-size: 1.25em;
  color: #d6d6d6;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog .centrado aside form:hover:before {
  color: #012141;
}
.blog .centrado aside .eventos {
  width: 100%;
  display: block;
}
.blog .centrado aside .eventos h2 {
  font-size: 1.3em;
}
.blog .centrado aside .eventos .evento {
  width: 294px;
  border: 2px solid #d6d6d6;
  border-left: 4px solid #00a2ba;
  margin-bottom: 10px;
  padding: 5px 0;
}
.blog .centrado aside .eventos .evento .contenidoE {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.blog .centrado aside .eventos .evento .contenidoE .fecha {
  width: 30%;
  text-align: center;
}
.blog .centrado aside .eventos .evento .contenidoE .fecha h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  font-size: 1.875em;
}
.blog .centrado aside .eventos .evento .contenidoE .fecha h4 {
  font-weight: 400;
  font-size: 0.875em;
  margin: 0;
}
.blog .centrado aside .eventos .evento .contenidoE .descripcion {
  width: 70%;
}
.blog .centrado aside .eventos .evento .contenidoE .descripcion h2 {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 1.2em;
}
.blog .centrado aside .eventos .evento .contenidoE .descripcion a {
  text-decoration: none;
  color: #2f2f2f;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog .centrado aside .eventos .evento .contenidoE .descripcion a:hover {
  color: #e24301;
}
.blog .centrado aside .eventos .evento .detalleE {
  display: none;
  margin: 20px 0;
}
.blog .centrado aside .eventos .evento .detalleE .botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .centrado aside .eventos .evento .detalleE .botones a {
  height: 35px;
  width: 120px;
  text-decoration: none;
  color: #2f2f2f;
  border: 2px solid #00a2ba;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog .centrado aside .eventos .evento .detalleE .botones a:first-child {
  margin-right: 20px;
}
.blog .centrado aside .eventos .evento .detalleE .botones a.relleno {
  background-color: #e24301;
  color: #fff;
  border-color: #e24301;
}
.blog .centrado aside .eventos .evento .detalleE .botones a:hover {
  background-color: #00a2ba;
  color: #fff;
  border-color: #00a2ba;
}
.blog .centrado aside .eventos .evento .detalleE .botones a.relleno:hover {
  border-color: #012141;
  background-color: #012141;
}
.blog .centrado aside .eventos .evento:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-color: #00a2ba;
}
.blog .centrado section {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
}
.blog .centrado section article {
  display: inline-block;
  float: left;
  margin-left: 28px;
  margin-bottom: 28px;
  width: 370px;
  background-color: #f4f4f4;
}
.blog .centrado section article img {
  width: 370px;
  height: 211px;
}
.blog .centrado section article .contenido {
  padding: 2% 7%;
}
.blog .centrado section article .contenido h3 a {
  color: #2f2f2f;
  text-decoration: none;
  float: unset;
}
.blog .centrado section article .contenido a {
  color: #e24301;
  text-decoration: none;
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  float: right;
  margin-bottom: 5%;
}
.blog .centrado section article .contenido a i {
  font-size: 2em;
  margin-left: 10px;
}
.blog .centrado section article .contenido a:hover {
  color: #012141;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog .centrado section article .contenido p {
  font-size: 0.875em;
  font-weight: 300;
}
.blog .centrado section article .contenido .fecha {
  font-size: 0.9375em;
  font-weight: 300;
}
.blog .centrado section article.post {
  margin-left: 28px;
  margin-bottom: 28px;
  width: 873px;
  background: #fff;
}
.blog .centrado section article.post img {
  width: 873px;
  height: auto;
}
.blog .centrado section article.post .redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.blog .centrado section article.post .redes a {
  text-decoration: none;
  color: #fff;
}
.blog .centrado section article.post .contenido {
  padding: 2% 0 2% 3%;
}
.blog .centrado section article.post .contenido .datos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog .centrado section article.post .contenido .datos .autor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 28px;
  font-size: 0.9375em;
  font-weight: 400;
}
.blog .centrado section article.post .contenido .datos .autor a {
  margin-left: 8px;
  text-decoration: none;
}
.blog .centrado section article.post .contenido h2 {
  text-transform: capitalize;
  font-size: 1.8em;
}
.blog .centrado section article.post .contenido p {
  font-size: 1em;
  font-weight: 300;
}
.blog .centrado section article.post .contenido img {
  width: auto;
}
.blog .centrado section article.post .contenido .alignleft {
  float: left;
  margin-right: 1em;
}
.blog .centrado section article.post .contenido .aligncenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.blog .centrado section article.post .contenido .alignright {
  float: right;
  margin-left: 1em;
}
.blog .centrado section article.post .contenido ul {
  list-style: square;
}
.blog .centrado section article.post .contenido blockquote {
  padding: 5%;
  background-color: #d6d6d6;
  border-left: 10px #012141 solid;
  line-height: 1.5em;
}
.blog .centrado section article.post .contenido strong {
  font-weight: 500;
}
.blog .centrado section article.post .contenido em {
  font-style: italic;
  font-weight: 400;
}
.blog .centrado section article.post .contenido .tags {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
}
.blog .centrado section article.post .contenido .tags a {
  margin: 0 0.25em;
  text-decoration-color: #2f2f2f;
}
.blog .centrado section article.post .contenido .tags a:hover {
  color: #ff7520;
  text-decoration-color: #ff7520;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.blog .centrado section article.post .contenido .tags a:first-child {
  margin: 0 0.25em 0 0;
}
.blog .centrado section article.post .contenido a {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #ff7520;
  float: unset;
}
.blog .centrado section article.post .contenido .comentarios {
  margin: 20px 0;
}
.blog .centrado section article.post .contenido .detalleAutor {
  border: 2px solid #2f2f2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog .centrado section article.post .contenido .detalleAutor .foto {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1.25em 0;
}
.blog .centrado section article.post .contenido .detalleAutor .foto img {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}
.blog .centrado section article.post .contenido .detalleAutor .contenido {
  width: 80%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog .centrado section article.post .contenido .detalleAutor .contenido .nombre {
  font-size: 0.875em;
  font-weight: 300;
  margin-bottom: 10px;
}
.blog .centrado section article.post .contenido .detalleAutor .contenido .nombre span {
  font-size: 1.04em;
  font-weight: 400;
}
.blog .centrado section article.post .contenido .detalleAutor .contenido .biografia {
  font-size: 0.875em;
  font-weight: 300;
}
.blog .centrado section article.post .contenido .infoEvento {
  border: 2px solid #012141;
  width: 100%;
}
.blog .centrado section article.post .contenido .infoEvento div {
  border-bottom: 2px solid #012141;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}
.blog .centrado section article.post .contenido .infoEvento div i {
  font-size: 4em;
  margin-right: 10px;
  color: #012141;
}
.blog .centrado section article.post .contenido .infoEvento div .elDetalle {
  width: auto;
  display: block;
  border: 0;
  width: 40%;
}
.blog .centrado section article.post .contenido .infoEvento div .separador {
  border-left: 2px solid #012141;
  border-bottom: 0;
  width: 50%;
}
.blog .centrado section article.post .contenido .infoEvento div .separador .elDetalle {
  width: 100%;
}
.blog .centrado section article.post .contenido .infoEvento div:last-child {
  border-bottom: 0;
}
.blog .centrado section article.post .contenido .infoImportante {
  border: 2px solid #012141;
  width: 96%;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2%;
}
.blog .centrado section article.post .contenido .infoImportante i {
  font-size: 4em;
  margin-right: 20px;
  color: #f00;
}
.blog .centrado section article.post .contenido .infoImportante .informacion sub {
  float: right;
}
.blog .centrado section article.post .contenido .infoOrganizador {
  border: 2px solid #012141;
  width: 96%;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2%;
}
.blog .centrado section article.post .contenido .infoOrganizador img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 40px;
}
.blog .centrado section article.post .contenido .infoOrganizador h5 {
  margin-right: 30px;
}
.blog .centrado section article.post .contenido .infoOrganizador .nombre {
  font-weight: 300;
  font-style: italic;
}
.blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato a {
  color: #2f2f2f;
  text-decoration: none;
  text-transform: none;
}
.blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato a i {
  margin-right: 5px;
  font-size: 1em;
}
.blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato a:hover {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  color: #e24301;
}
.blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato:first-child {
  margin-bottom: 5px;
}
.blog .centrado section article.post .contenido .infoOrganizador .contactoOr:last-child {
  margin-left: 30px;
}
.blog .centrado section article.post .contenido .reservacion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 0 0;
}
.blog .centrado section article.post .contenido .reservacion a {
  width: 55%;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e24301;
  color: #fff;
  text-decoration: none;
  border: 2px solid #e24301;
  text-transform: none;
}
.blog .centrado section article.post .contenido .reservacion a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #00a2ba;
  color: #fff;
  border-color: #00a2ba;
}
.blog .centrado section.wide {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
}
.blog .centrado section.wide .infoTest {
  margin-bottom: 28px;
  margin-left: 0;
  margin-right: 2%;
  width: 48%;
  padding: 2% 0 0 0;
  float: left;
}
.blog .centrado section.wide .test {
  width: 46%;
  padding: 2% 0 0 0;
  float: left;
  margin: 0 0 28px 2%;
}
.blog .centrado section.wide .test .contenedorTest {
  background-color: #012141;
  width: 100%;
  color: #fff;
}
.blog .centrado section.wide .test .contenedorTest a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 150px;
  height: 50px;
  background-color: #e24301;
  color: #fff;
  text-decoration: none;
}
.blog .centrado section.wide article {
  margin-left: 0px;
  margin-bottom: 28px;
  width: 1173px;
  background: #fff;
  padding: 2% 0 0 0;
}
.blog .centrado section.wide article h2 {
  text-transform: capitalize;
  font-size: 1.8em;
}
.blog .centrado section.wide article p {
  font-size: 1em;
  font-weight: 300;
}
.blog .centrado section.wide article img {
  width: auto;
  max-width: 1173px;
}
.blog .centrado section.wide article .alignleft {
  float: left;
  margin-right: 1em;
}
.blog .centrado section.wide article .aligncenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.blog .centrado section.wide article .alignright {
  float: right;
  margin-left: 1em;
}
.blog .centrado section.wide article ul {
  list-style: square;
}
.blog .centrado section.wide article blockquote {
  padding: 5%;
  background-color: #d6d6d6;
  border-left: 10px #012141 solid;
  line-height: 1.5em;
}
.blog .centrado section.wide article strong {
  font-weight: 500;
}
.blog .centrado section.wide article em {
  font-style: italic;
  font-weight: 400;
}
.blog .centrado section.wide .redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3%;
  width: 100%;
}
.blog .centrado section.wide .redes a {
  text-decoration: none;
  color: #fff;
}
.blog .centradoEvento {
  width: 1173px;
  margin: 40px 0;
}
.blog .centradoEvento .evento {
  width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}
.blog .centradoEvento .evento img {
  width: 267px;
  height: 150px;
}
.blog .centradoEvento .evento .datos {
  width: 613px;
  margin: 0 30px;
  max-height: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.blog .centradoEvento .evento .datos h2 {
  margin-bottom: 10px;
  margin-top: 0;
}
.blog .centradoEvento .evento .datos p {
  font-weight: 300;
  font-size: 0.875em;
}
.blog .centradoEvento .evento .datos .fechaHora {
  max-width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.blog .centradoEvento .evento .datos .fechaHora .fecha {
  margin-right: 20px;
}
.blog .centradoEvento .evento .botones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: right;
  margin: 1% 0;
}
.blog .centradoEvento .evento .botones a {
  width: 200px;
  height: 50px;
  border: solid 2px #e24301;
  text-decoration: none;
  color: #2f2f2f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog .centradoEvento .evento .botones a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #e24301;
  color: #fff;
}
.blog .centradoEvento .evento .botones a.relleno {
  background-color: #e24301;
  color: #fff;
  margin-right: 0;
}
.blog .centradoEvento .evento .botones a.relleno:hover {
  border: solid 2px #012141;
  background-color: #012141;
  color: #fff;
}
.pagination {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination ul {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.pagination ul li {
  margin-right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}
.pagination ul li a,
.pagination ul li .current {
  height: 52px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: #2f2f2f;
  border-radius: 8px;
}
.pagination ul li a:hover,
.pagination ul li .current {
  background: #e24301;
  color: #fff;
}
.pagination ul li a.disable,
.pagination ul li a.disable:hover {
  background: transparent;
  color: #d6d6d6;
  cursor: default;
}
.pagination ul li:first-child a,
.pagination ul li:last-child a {
  font-size: 1.5em;
}
.quieroIrPop {
  background: #fff;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.quieroIrPop h2 {
  text-align: center;
}
.quieroIrPop form {
  width: 100%;
}
.quieroIrPop form p {
  text-align: left;
  font-size: 0.8em;
}
.quieroIrPop form input[type=text],
.quieroIrPop form input[type=email],
.quieroIrPop form input[type=tel] {
  width: 100%;
  margin-bottom: 20px;
  height: 35px;
  background-color: #d6d6d6;
  color: #2f2f2f;
  box-sizing: border-box;
  border: 0px none #000;
  padding: 0% 5% 0% 5%;
}
.quieroIrPop form #telefPop {
  margin-bottom: 5px;
}
.quieroIrPop form .enviarEvento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.quieroIrPop form .enviarEvento a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 150px;
  height: 50px;
  background-color: #e24301;
  text-decoration: none;
  color: #fff;
}
.quieroIrPop form .enviarEvento a i {
  margin-right: 5px;
}
.quieroIrPop form .enviarEvento a:hover {
  background-color: #012141;
}
.up {
  width: 66px;
  height: 66px;
  margin-top: -33px;
  z-index: 10;
  position: absolute;
  margin-right: 20px;
  right: 0;
  border-radius: 50%;
  overflow: hidden;
}
.up a {
  background-color: #e24301;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 2em;
  text-decoration: none;
}
.up a:hover {
  background-color: #d6d6d6;
  color: #2f2f2f;
}
footer {
  background-color: #012141;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .pieSuperior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1173px;
  margin: 40px 0;
}
footer .pieSuperior .contacto {
  width: 52%;
}
footer .pieSuperior .contacto form {
  width: 100%;
  height: auto;
}
footer .pieSuperior .contacto form .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  width: 99%;
}
footer .pieSuperior .contacto form .col1 {
  width: 44%;
}
footer .pieSuperior .contacto form .col1 input[type=text],
footer .pieSuperior .contacto form .col1 input[type=email] {
  width: 83%;
  height: 46px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 0 5%;
}
footer .pieSuperior .contacto form .col1 input[type=text] {
  margin-bottom: 18px;
}
footer .pieSuperior .contacto form .col2 {
  width: 56%;
}
footer .pieSuperior .contacto form .col2 textArea {
  width: 90%;
  height: 81px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 5%;
}
footer .pieSuperior .contacto form input[type=text]:hover,
footer .pieSuperior .contacto form input[type=text]:focus,
footer .pieSuperior .contacto form input[type=text]:active,
footer .pieSuperior .contacto form input[type=email]:hover,
footer .pieSuperior .contacto form input[type=email]:focus,
footer .pieSuperior .contacto form input[type=email]:active,
footer .pieSuperior .contacto form textArea:hover,
footer .pieSuperior .contacto form textArea:focus,
footer .pieSuperior .contacto form textArea:active {
  border-color: #e24301;
}
footer .pieSuperior .contacto form a {
  width: 227px;
  height: 46px;
  background-color: #fff;
  color: #2f2f2f;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  float: right;
}
footer .pieSuperior .contacto form a:hover {
  color: #fff;
  background-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .pieSuperior .identidad {
  width: 26%;
}
footer .pieSuperior .identidad p {
  width: 80%;
  line-height: 22px;
}
footer .pieSuperior .boletin {
  width: 26%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
footer .pieSuperior .boletin h4 {
  width: 227px;
}
footer .pieSuperior .boletin form {
  width: 227px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .pieSuperior .boletin form input[type=text],
footer .pieSuperior .boletin form input[type=email] {
  width: 88%;
  height: 46px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 0 5%;
  margin-bottom: 19px;
}
footer .pieSuperior .boletin form input[type=text]:hover,
footer .pieSuperior .boletin form input[type=text]:focus,
footer .pieSuperior .boletin form input[type=text]:active,
footer .pieSuperior .boletin form input[type=email]:hover,
footer .pieSuperior .boletin form input[type=email]:focus,
footer .pieSuperior .boletin form input[type=email]:active {
  border-color: #e24301;
}
footer .pieSuperior .boletin form a {
  width: 227px;
  height: 46px;
  background-color: #fff;
  color: #2f2f2f;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}
footer .pieSuperior .boletin form a:hover {
  color: #fff;
  background-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .pieSuperior p {
  font-weight: 300;
  font-size: 0.9em;
}
footer .pieSuperior p a {
  text-decoration: none;
  color: #fff;
}
footer .pieSuperior p a:hover {
  color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .pieSuperior .redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .pieSuperior .redes a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 6%;
  color: #fff;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
footer .pieSuperior .redes a i {
  font-size: 1.5em;
}
footer .pieSuperior .redes a:hover {
  color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer .pieInferior {
  margin: 10px 0;
  border-top-style: solid;
  border-width: 0.5px;
  border-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .pieInferior .derechos {
  width: 1173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .pieInferior .derechos p {
  font-size: 0.75em;
  font-weight: 300;
}
footer .pieInferior .derechos p a {
  text-decoration: none;
  color: #fff;
}
footer .pieInferior .derechos p a:hover {
  color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq {
  margin: 20px 0;
}
.faq .tituloFaq {
  background-color: #d6d6d6;
  cursor: pointer;
  padding: 0px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq .tituloFaq h4 {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.1em;
}
.faq .tituloFaq i {
  height: 100%;
  font-size: 2em;
}
.faq .tituloFaq.active,
.faq .tituloFaq.active:hover {
  background-color: #012141;
}
.faq .tituloFaq.active h4,
.faq .tituloFaq.active:hover h4,
.faq .tituloFaq.active i,
.faq .tituloFaq.active:hover i {
  color: #fff;
}
.faq .tituloFaq:hover {
  background-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq .tituloFaq:hover h4,
.faq .tituloFaq:hover i {
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.faq .respuestaFaq {
  background-color: #f4f4f4;
  display: none;
  padding: 3%;
}
.faq:first-child {
  margin-top: 0;
}
.faq:last-child {
  margin-bottom: 0;
}
.vtabs {
  width: 100%;
  height: auto;
  display: flex;
}
.vtabs .tab {
  float: left;
  width: 29.5%;
}
.vtabs .tab button {
  display: block;
  background-color: #d6d6d6;
  color: #000;
  padding: 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 3px;
}
.vtabs .tab button:hover {
  background-color: #e24301;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vtabs .tab button.active {
  background-color: #012141;
  color: #fff;
}
.vtabs .tabcontent {
  float: left;
  padding: 0px 12px;
  width: 66.6%;
  border-left: none;
  background-color: #f4f4f4;
}
.vtabs .tabcontent img {
  max-width: 100% !important;
  height: auto !important;
}
@media screen and (max-width: 50em) {
  .productos figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100 wh;
  }
}
/*
    Responsive
*/
@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  body {
    font-size: 16px;
  }
  #contentMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contentMenu .contentIz {
    width: 100%;
    z-index: 6;
  }
  #menuMiembrosMTH .memberMenu {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #menuMiembrosMTH .memberMenu .sellDemo {
    margin-left: 10px;
  }
  #menuMiembrosMTH .memberMenu .sellDemo a {
    height: 50px;
    font-size: 0.7em;
  }
  #menuMiembrosMTH .memberMenu #contVip ul li {
    width: 100px;
  }
  #menuMiembrosMTH .memberMenu #contVip ul li a {
    font-size: 0.9em;
  }
  #menuMiembrosMTH .memberMenu #contVip ul li:last-child {
    margin-right: 0;
  }
  header {
    height: 40px;
  }
  #contenido {
    position: relative;
    height: 65px;
  }
  #contenido h1 {
    display: none;
  }
  #searchform {
    display: none;
  }
  nav {
    display: none;
  }
  #talentskeyAcceso {
    display: block;
    width: 100%;
    height: 50px;
    z-index: 5;
  }
  #talentskeyAcceso ul {
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #talentskeyAcceso ul li,
  #talentskeyAcceso ul li:last-child,
  #talentskeyAcceso ul li:first-child {
    margin: 0;
  }
  #talentskeyAcceso ul li a {
    width: 100px;
    font-size: 0.6em;
    height: 50px;
    padding: 0;
  }
  #talentskeyAcceso ul li a i {
    font-size: 2em;
    margin-left: 8px;
  }
  #talentskeyAcceso ul li:first-child {
    width: calc(100vw - 210px);
  }
  #talentskeyAcceso ul li:first-child #talentskeylogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #talentskeyAcceso ul li:first-child #talentskeylogo img {
    width: 120px;
  }
  #talentskeyAcceso ul li:last-Child {
    margin-left: 10px;
  }
  #TK {
    position: sticky;
    top: 0px;
    height: 65px;
  }
  #TK #talentskey {
    width: 100vw;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
  }
  #TK #talentskey #talentskeylogo {
    display: none;
  }
  #TK #talentskey a {
    margin-bottom: 0;
    margin: 2% 0;
  }
  .slicknav_menu {
    display: block;
    margin-top: 20px;
  }
  .slicknav_menu .slicknav_brand {
    margin-top: -40px;
    padding-top: 0;
  }
  .slicknav_menu .slicknav_brand h1 {
    width: 25%;
  }
  .slicknav_menu .slicknav_brand h1 a img {
    width: 80px;
    height: auto;
  }
  .carousel .mouseIcon .icon i {
    font-size: 2em;
  }
  .carousel .carousel-cell .contenido .margen {
    width: 90%;
    margin-bottom: 8%;
  }
  .carousel .carousel-cell .contenido .margen h1 {
    font-size: 1.2em;
  }
  .carousel .carousel-cell .contenido .margen h3 {
    font-size: 1em;
  }
  .carousel .carousel-cell .contenido .margen p {
    font-size: 0.8em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .carousel .carousel-cell .contenido .margen .botones {
    height: 50px;
  }
  .carousel .carousel-cell .contenido .margen .botones a {
    width: 45%;
    height: 50px;
    margin: 0;
    padding: 0;
  }
  .carousel .carousel-cell .otroLogro {
    bottom: 25px;
    right: 5px;
  }
  .carousel .carousel-cell .otroLogro .talentskey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
  }
  .carousel .carousel-cell .otroLogro .talentskey p {
    font-size: 1em;
    margin-bottom: 1%;
  }
  .carousel .carousel-cell .otroLogro .talentskey .firmaTK {
    width: 40%;
  }
  section .titulo h2 {
    text-align: center;
    max-width: 90vw;
  }
  #queEs p {
    width: 90%;
    text-align: left;
  }
  #queEs .video {
    width: 100%;
  }
  #hacemos .ofrecemos {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #hacemos .ofrecemos .oferta {
    width: 90%;
  }
  #demo {
    height: 300px;
    width: 100%;
  }
  #demo img {
    width: auto;
    height: 100%;
  }
  #demo .contenido {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #demo .contenido a {
    font-size: 1.1em;
    width: 325px;
    height: 38px;
    background-image: -webkit-linear-gradient(0deg, transparent, #e24301);
    background-image: linear-gradient(90deg, transparent, #e24301);
    border-radius: 19px;
  }
  #demo .contenido a:hover {
    background-image: -webkit-linear-gradient(0deg, transparent, #00a2ba);
    background-image: linear-gradient(90deg, transparent, #00a2ba);
  }
  #eventos .losEventos {
    width: 100%;
    margin-top: 5%;
    height: auto;
  }
  #eventos .losEventos .evento {
    width: 100vw;
    height: 560px;
    margin-left: 0px;
    border-radius: 0;
    background-color: #fff;
    justify-content: flex-start;
  }
  #eventos .losEventos .evento .contenido {
    width: 100%;
  }
  #eventos .losEventos .evento .contenido .cabecera {
    width: 100%;
  }
  #eventos .losEventos .evento .contenido .cabecera h2 {
    width: 90%;
    text-align: center;
  }
  #eventos .losEventos .evento .contenido .descripcion .lugar {
    padding: 10px 17%;
  }
  #blog .articulos:last-child {
    margin-top: 0;
  }
  #blog .articulos {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #blog .articulos .articulo {
    margin-bottom: 5%;
    width: 100%;
  }
  #blog .articulos .articulo img {
    width: 100%;
    height: auto;
  }
  #blog .articulos .articulo img.equipo {
    margin-left: calc((100vw - 272px) / 2);
  }
  #blog .articulos .articulo .contenido a {
    justify-content: flex-end;
  }
  .personal {
    width: 100% !important;
    background-color: #f4f4f4 !important;
  }
  #producto .productos .ancho {
    width: 100%;
    height: auto;
  }
  #producto .productos .ancho figcaption,
  #producto .productos .ancho figcaption>a {
    width: 100%;
    height: auto;
  }
  #producto .productos .ancho figcaption p,
  #producto .productos .ancho figcaption>a p {
    display: none;
  }
  #producto .productos .ancho figcaption h2,
  #producto .productos .ancho figcaption>a h2 {
    font-size: 1.1em;
  }
  #twitter {
    width: 100%;
  }
  #twitter p {
    width: 90%;
    font-size: 1.2em;
  }
  #twitter .botonTwitter {
    width: 60%;
    height: 50px;
    border-radius: 25px;
    font-size: 1em;
    margin-top: 5%;
  }
  #twitter img {
    height: 100%;
    width: auto;
  }
  #testimonios .testimonios {
    width: 100%;
    min-height: 440px;
    margin-top: 5%;
  }
  #testimonios .testimonios .testimonio .contenido {
    width: 90%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #testimonios .testimonios .testimonio .contenido img {
    width: 193px;
    height: auto;
    margin-top: 15px;
  }
  #testimonios .testimonios .testimonio .videoImagen {
    display: none;
  }
  #tituloCabecera {
    height: 100px;
  }
  #cabeceraEvento {
    height: 200px;
    max-height: 250px;
  }
  #cabeceraEvento h2,
  #cabeceraEvento h3,
  #cabeceraEvento h4 {
    text-align: center;
  }
  .blog .centrado {
    width: 100%;
  }
  .blog .centrado aside {
    display: none;
  }
  .blog .centrado section {
    width: 100%;
  }
  .blog .centrado section article {
    width: 100%;
    margin: 0 0 5% 0;
  }
  .blog .centrado section article img {
    width: 100%;
    height: auto;
  }
  .blog .centrado section article .contenido a {
    justify-content: flex-end;
  }
  .blog .centrado section article.post {
    width: 100%;
    margin-left: 0;
  }
  .blog .centrado section article.post img {
    width: 100%;
  }
  .blog .centrado section article.post .contenido img {
    width: 98%;
  }
  .blog .centrado section article.post .contenido .detalleAutor {
    width: 96%;
  }
  .blog .centrado section article.post .contenido .detalleAutor .foto {
    display: none;
  }
  .blog .centrado section article.post .contenido .detalleAutor .contenido {
    width: 90%;
    padding: 5%;
  }
  .blog .centrado section article.post .contenido .infoEvento {
    width: 96%;
  }
  .blog .centrado section article.post .contenido .infoEvento div {
    border: 0;
  }
  .blog .centrado section article.post .contenido .infoEvento div i {
    display: none;
  }
  .blog .centrado section article.post .contenido .infoEvento div .separador {
    border: 0;
  }
  .blog .centrado section article.post .contenido .infoImportante {
    width: 92%;
    padding-bottom: 20px;
  }
  .blog .centrado section article.post .contenido .infoImportante i {
    display: none;
  }
  .blog .centrado section article.post .contenido .infoOrganizador {
    width: 96%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .blog .centrado section article.post .contenido .infoOrganizador img {
    display: none;
  }
  .blog .centrado section article.post .contenido .infoOrganizador h5 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1em;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .nombre {
    margin-bottom: 10px;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato a {
    text-align: center;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato:last-child a {
    margin-bottom: 15px;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr:last-child {
    margin-left: 0;
  }
  .blog .centrado section.wide {
    width: 100%;
  }
  .blog .centrado section.wide article {
    margin-bottom: 1.75em;
    width: 100%;
  }
  .blog .centrado section.wide article img {
    max-width: 100vw;
  }
  .blog .centradoEvento {
    width: 100vw;
    margin: 5% 0;
  }
  .blog .centradoEvento .evento {
    width: 100%;
    margin-bottom: 5%;
  }
  .blog .centradoEvento .evento img {
    display: none;
  }
  .blog .centradoEvento .evento .datos {
    width: 65%;
    margin: 0;
    margin-left: 2%;
  }
  .blog .centradoEvento .evento .datos h2 {
    font-size: 1.1em;
  }
  .blog .centradoEvento .evento .datos .fechaHora {
    font-size: 0.9em;
  }
  .blog .centradoEvento .evento .botones {
    width: 30%;
  }
  .blog .centradoEvento .evento .botones a {
    width: 100%;
  }
  .blog .centradoEvento .evento .botones a:first-child {
    margin-bottom: 10%;
  }
  .pagination {
    width: 100%;
    margin-bottom: 5%;
  }
  .pagination ul li {
    margin: 0;
  }
  footer {
    width: 100%;
  }
  footer .pieSuperior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  footer .pieSuperior .identidad {
    width: 92%;
    margin-left: 4%;
  }
  footer .pieSuperior .redes {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .pieSuperior .contacto {
    width: 90%;
  }
  footer .pieSuperior .contacto form .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .pieSuperior .contacto form .col .col1,
  footer .pieSuperior .contacto form .col .col2 {
    width: 100%;
  }
  footer .pieSuperior .contacto form .col input[type=text],
  footer .pieSuperior .contacto form .col input[type=email] {
    width: 90%;
  }
  footer .pieSuperior .contacto form .col input[type=email] {
    margin-bottom: 18px;
  }
  footer .pieSuperior .boletin {
    width: 90%;
  }
  footer .pieSuperior .boletin h4,
  footer .pieSuperior .boletin form {
    width: 100%;
  }
  footer .pieSuperior .boletin form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  footer .pieInferior .derechos {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 767px) {
  body {
    font-size: 16px;
  }
  #contentMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contentMenu .contentIz {
    width: 100%;
    z-index: 6;
  }
  #menuMiembrosMTH .memberMenu {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #menuMiembrosMTH .memberMenu .sellDemo {
    width: calc(100vw - 265px);
    margin-left: 10px;
  }
  #menuMiembrosMTH .memberMenu .sellDemo a {
    height: 50px;
    font-size: 0.8em;
  }
  #menuMiembrosMTH .memberMenu #contVip ul li {
    width: 100px;
  }
  #menuMiembrosMTH .memberMenu #contVip ul li a {
    font-size: 0.9em;
  }
  #menuMiembrosMTH .memberMenu #contVip ul li:last-child {
    margin-right: 55px;
  }
  header {
    height: 40px;
  }
  #contenido {
    position: relative;
    height: 65px;
  }
  #contenido h1 {
    display: none;
  }
  #searchform {
    display: none;
  }
  nav {
    display: none;
  }
  #talentskeyAcceso {
    display: block;
    width: 100%;
    height: 50px;
    z-index: 5;
  }
  #talentskeyAcceso ul {
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #talentskeyAcceso ul li,
  #talentskeyAcceso ul li:last-child,
  #talentskeyAcceso ul li:first-child {
    margin: 0;
  }
  #talentskeyAcceso ul li a {
    width: 100px;
    font-size: 0.6em;
    height: 50px;
    padding: 0;
  }
  #talentskeyAcceso ul li a i {
    font-size: 2em;
    margin-left: 8px;
  }
  #talentskeyAcceso ul li:first-child {
    width: calc(100vw - 265px);
  }
  #talentskeyAcceso ul li:first-child #talentskeylogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
  }
  #talentskeyAcceso ul li:first-child #talentskeylogo img {
    width: 120px;
  }
  #talentskeyAcceso ul li:last-Child {
    margin-left: 10px;
    margin-right: 55px;
  }
  #TK {
    position: sticky;
    top: 0;
    height: 65px;
  }
  #TK #talentskey {
    width: 100vw;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
  }
  #TK #talentskey a {
    margin-bottom: 0;
    margin: 2% 0;
  }
  .slicknav_menu {
    display: block;
    margin-top: 20px;
  }
  .slicknav_menu .slicknav_brand {
    margin-top: -40px;
    padding-top: 0;
  }
  .slicknav_menu .slicknav_brand h1 {
    width: 25%;
  }
  .slicknav_menu .slicknav_brand h1 a img {
    width: 80px;
    height: auto;
  }
  .carousel .mouseIcon .icon i {
    font-size: 2em;
  }
  .carousel .carousel-cell .contenido .margen {
    width: 100%;
  }
  .carousel .carousel-cell .contenido .margen h1 {
    font-size: 1.5em;
  }
  .carousel .carousel-cell .contenido .margen h3 {
    font-size: 1em;
    width: 66%;
    margin-left: 17%;
  }
  .carousel .carousel-cell .contenido .margen .botones a {
    width: 45%;
    height: 50px;
  }
  .carousel .carousel-cell .otroLogro {
    bottom: 25px;
    right: 5px;
  }
  .carousel .carousel-cell .otroLogro .talentskey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
  }
  .carousel .carousel-cell .otroLogro .talentskey p {
    font-size: 1em;
    margin-bottom: 1%;
  }
  .carousel .carousel-cell .otroLogro .talentskey .firmaTK {
    width: 40%;
  }
  section .titulo h2 {
    text-align: center;
    max-width: 90vw;
  }
  #queEs p {
    width: 90%;
    text-align: left;
  }
  #queEs .video {
    width: 100%;
  }
  #hacemos .ofrecemos {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #hacemos .ofrecemos .oferta {
    width: 90%;
  }
  #demo {
    height: 300px;
    width: 100%;
  }
  #demo img {
    width: auto;
    height: 100%;
  }
  #demo .contenido {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #demo .contenido .descripcion {
    text-align: center;
  }
  #demo img {
    width: 100%;
    height: auto;
  }
  #eventos .losEventos {
    width: 100%;
    margin-top: 5%;
    height: auto;
  }
  #eventos .losEventos .evento {
    width: 100vw;
    height: 540px;
    margin-left: 0px;
    border-radius: 0;
    background-color: #fff;
    justify-content: flex-start;
  }
  #eventos .losEventos .evento .contenido {
    width: 100%;
  }
  #eventos .losEventos .evento .contenido .cabecera {
    width: 100%;
  }
  #eventos .losEventos .evento .contenido .cabecera h2 {
    width: 90%;
    text-align: center;
  }
  #blog .articulos:last-child {
    margin-top: 0;
  }
  #blog .articulos {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #blog .articulos .articulo {
    margin-bottom: 5%;
    width: 100%;
  }
  #blog .articulos .articulo img {
    width: 100%;
    height: auto;
  }
  #blog .articulos .articulo img.equipo {
    margin-left: calc((100vw - 272px) / 2);
  }
  #blog .articulos .articulo .contenido a {
    justify-content: flex-end;
  }
  .personal {
    width: 100% !important;
    background-color: #f4f4f4 !important;
  }
  .personal p {
    text-align: center;
  }
  #producto .productos .ancho {
    width: 100%;
    height: auto;
  }
  #producto .productos .ancho figcaption,
  #producto .productos .ancho figcaption>a {
    width: 100%;
    height: auto;
  }
  #producto .productos .ancho figcaption p,
  #producto .productos .ancho figcaption>a p {
    display: none;
  }
  #twitter {
    width: 100%;
  }
  #twitter p {
    width: 90%;
    font-size: 1.2em;
  }
  #twitter .botonTwitter {
    width: 60%;
    height: 50px;
    border-radius: 25px;
    font-size: 1em;
    margin-top: 5%;
  }
  #twitter img {
    height: 100%;
    width: auto;
  }
  #testimonios .testimonios {
    width: 100%;
    margin-top: 5%;
  }
  #testimonios .testimonios .testimonio .contenido {
    width: 90%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #testimonios .testimonios .testimonio .contenido img {
    width: 193px;
    height: auto;
    margin-top: 15px;
  }
  #testimonios .testimonios .testimonio .videoImagen {
    display: none;
  }
  #tituloCabecera {
    height: 100px;
  }
  #cabeceraEvento {
    height: 200px;
    max-height: 200px;
  }
  #cabeceraEvento h2,
  #cabeceraEvento h3,
  #cabeceraEvento h4 {
    text-align: center;
  }
  .blog .centrado {
    width: 100%;
    padding-top: 1%;
  }
  .blog .centrado aside {
    width: 33%;
    padding: 0 0 0 1%;
  }
  .blog .centrado aside #searchform {
    display: inherit;
  }
  .blog .centrado aside input[type=text] {
    width: 100%;
    font-size: 1em;
    padding: 0 60px 0 10px;
  }
  .blog .centrado aside .eventos h2 {
    font-size: 1em;
  }
  .blog .centrado aside .eventos .evento {
    width: 100%;
  }
  .blog .centrado aside .eventos .evento .contenidoE {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog .centrado aside .eventos .evento .contenidoE .fecha,
  .blog .centrado aside .eventos .evento .contenidoE .descripcion {
    width: 90%;
  }
  .blog .centrado aside .eventos .evento .contenidoE .descripcion h2 {
    font-size: 1em;
  }
  .blog .centrado aside .eventos .evento .contenidoE .descripcion .hora,
  .blog .centrado aside .eventos .evento .contenidoE .descripcion .lugar {
    font-size: 0.9em;
  }
  .blog .centrado aside .eventos .evento .detalleE .botones {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog .centrado aside .eventos .evento .detalleE .botones a:first-child {
    margin-right: 0;
    margin-bottom: 10%;
  }
  .blog .centrado section {
    width: 67%;
  }
  .blog .centrado section article {
    width: 100%;
    margin: 0 0 15px 15px;
  }
  .blog .centrado section article img {
    width: 100%;
    height: auto;
  }
  .blog .centrado section article.post {
    width: 96%;
    margin-left: 3%;
    margin-right: 1%;
  }
  .blog .centrado section article.post img {
    width: 100%;
  }
  .blog .centrado section article.post .contenido img {
    width: 100%;
  }
  .blog .centrado section article.post .contenido .detalleAutor {
    width: 96%;
  }
  .blog .centrado section article.post .contenido .detalleAutor .foto {
    display: none;
  }
  .blog .centrado section article.post .contenido .detalleAutor .contenido {
    width: 90%;
    padding: 5%;
  }
  .blog .centrado section article.post .contenido .infoEvento div i {
    display: none;
  }
  .blog .centrado section article.post .contenido .infoEvento div .separador {
    border: 0;
  }
  .blog .centrado section article.post .contenido .infoImportante i {
    display: none;
  }
  .blog .centrado section article.post .contenido .infoOrganizador {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog .centrado section article.post .contenido .infoOrganizador img {
    display: none;
  }
  .blog .centrado section article.post .contenido .infoOrganizador h5 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1em;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .nombre {
    margin-bottom: 10px;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr .dato a {
    text-align: center;
  }
  .blog .centrado section article.post .contenido .infoOrganizador .contactoOr:last-child {
    margin-left: 0;
  }
  .blog .centrado section.wide {
    width: 100%;
  }
  .blog .centrado section.wide article {
    margin-bottom: 1.75em;
    width: 100%;
  }
  .blog .centrado section.wide article img {
    max-width: 100vw;
  }
  .blog .centradoEvento {
    width: 100vw;
    margin: 5% 0;
  }
  .blog .centradoEvento .evento {
    width: 100%;
    margin-bottom: 5%;
  }
  .blog .centradoEvento .evento img {
    display: none;
  }
  .blog .centradoEvento .evento .datos {
    width: 65%;
    margin: 0;
    margin-left: 2%;
  }
  .blog .centradoEvento .evento .datos h2 {
    font-size: 1.1em;
  }
  .blog .centradoEvento .evento .datos .fechaHora {
    font-size: 0.9em;
  }
  .blog .centradoEvento .evento .botones {
    width: 30%;
  }
  .blog .centradoEvento .evento .botones a {
    width: 100%;
  }
  .blog .centradoEvento .evento .botones a:first-child {
    margin-bottom: 10%;
  }
  footer {
    width: 100%;
  }
  footer .pieSuperior {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  footer .pieSuperior .identidad {
    width: 92%;
    margin-left: 4%;
  }
  footer .pieSuperior .redes {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .pieSuperior .contacto {
    width: 90%;
  }
  footer .pieSuperior .contacto form .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .pieSuperior .contacto form .col .col1,
  footer .pieSuperior .contacto form .col .col2 {
    width: 100%;
  }
  footer .pieSuperior .contacto form .col input[type=text],
  footer .pieSuperior .contacto form .col input[type=email] {
    width: 90%;
  }
  footer .pieSuperior .contacto form .col input[type=email] {
    margin-bottom: 18px;
  }
  footer .pieSuperior .boletin {
    width: 90%;
  }
  footer .pieSuperior .boletin h4,
  footer .pieSuperior .boletin form {
    width: 100%;
  }
  footer .pieSuperior .boletin form {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  footer .pieInferior .derechos {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabordion {
    margin-left: 10px;
    width: 95%;
  }
  .tabordion section label {
    font-size: 0.8em;
    width: 40%;
  }
  .tabordion section article.tabs {
    max-width: 60%;
    padding: 0;
    font-size: 0.9em;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 959px) {
  body {
    font-size: 16px;
  }
  #menuMiembrosMTH .memberMenu {
    width: 100%;
  }
  header {
    height: 110px;
  }
  #contenido {
    position: relative;
    height: 110px;
  }
  #contenido h1 {
    margin-right: 1%;
    width: 20%;
    height: auto;
    margin-left: 1%;
  }
  #contenido h1 a img {
    width: 90%;
    height: auto;
  }
  #searchform {
    display: none;
  }
  nav {
    width: 80%;
  }
  #TK {
    position: absolute;
    top: 110px;
    height: 65px;
  }
  #TK #talentskey {
    width: 100vw;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
  }
  #TK #talentskey a {
    margin-bottom: 0;
    margin: 2% 0;
  }
  .carousel {
    top: 45px;
  }
  .carousel .mouseIcon .icon i {
    font-size: 2em;
  }
  .carousel .carousel-cell .contenido {
    top: -40px;
  }
  .carousel .carousel-cell .contenido .margen {
    width: 100%;
  }
  .carousel .carousel-cell .contenido .margen h1 {
    font-size: 2em;
  }
  .carousel .carousel-cell .contenido .margen h3 {
    font-size: 1.2em;
    width: 66%;
    margin-left: 17%;
  }
  .carousel .carousel-cell .contenido .margen .botones a {
    width: 30%;
    height: 65px;
  }
  .carousel .carousel-cell .otroLogro {
    bottom: 25px;
    right: 5px;
  }
  .carousel .carousel-cell .otroLogro .talentskey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
  }
  .carousel .carousel-cell .otroLogro .talentskey p {
    font-size: 1em;
    margin-bottom: 1%;
  }
  .carousel .carousel-cell .otroLogro .talentskey .firmaTK {
    width: 15%;
  }
  #queEs .video {
    width: 100%;
  }
  #hacemos .ofrecemos {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #hacemos .ofrecemos .oferta {
    width: 90%;
  }
  #demo {
    height: auto;
    padding: 5%;
  }
  #demo img {
    width: 100%;
    height: auto;
  }
  #demo .contenido {
    width: 100%;
  }
  #demo .contenido .descripcion {
    text-align: center;
    padding: 0 2%;
  }
  #eventos .losEventos {
    width: 100%;
  }
  #blog .articulos {
    width: 100%;
  }
  #blog .articulos .articulo {
    width: 32%;
  }
  #blog .articulos .articulo .contenido a {
    justify-content: flex-end;
  }
  #blog .articulos .articulo img {
    width: 100%;
  }
  #twitter .botonTwitter {
    width: 30%;
    height: 50px;
    border-radius: 25px;
    font-size: 1em;
    margin-top: 5%;
  }
  #testimonios .testimonios {
    margin: 50px 2% 0 2%;
    width: 96%;
  }
  #testimonios .testimonios .videoImagen {
    width: 50%;
  }
  #testimonios .testimonios .videoImagen img {
    width: 100%;
  }
  #tituloCabecera {
    height: 100px;
    padding-top: 65px;
  }
  #tituloCabecera .degradado {
    padding-top: 34px;
  }
  #cabeceraEvento {
    height: 200px;
    max-height: 200px;
    margin-top: 65px;
  }
  .blog .centrado {
    width: 100%;
    padding-top: 1%;
  }
  .blog .centrado aside {
    width: 33%;
    padding: 0 0 0 1%;
  }
  .blog .centrado aside #searchform {
    display: inherit;
  }
  .blog .centrado aside input[type=text] {
    width: 100%;
  }
  .blog .centrado aside .eventos .evento {
    width: 100%;
  }
  .blog .centrado section {
    width: 67%;
  }
  .blog .centrado section article.post {
    width: 94%;
    margin-left: 5%;
    margin-right: 1%;
  }
  .blog .centrado section article.post img {
    width: 100%;
  }
  .blog .centrado section article.post .contenido img {
    width: 100%;
  }
  .blog .centrado section.wide {
    width: 96%;
    margin: 0 2%;
  }
  .blog .centrado section.wide article {
    margin-bottom: 1.75em;
    width: 100%;
  }
  .blog .centrado section.wide article img {
    max-width: 100vw;
  }
  .blog .centradoEvento {
    width: 100vw;
    margin: 7% 0;
  }
  .blog .centradoEvento .evento {
    width: 100%;
    margin-bottom: 2%;
  }
  .blog .centradoEvento .evento img {
    width: 30%;
  }
  .blog .centradoEvento .evento .datos {
    width: 50%;
    margin: 0;
    margin-left: 2%;
  }
  .blog .centradoEvento .evento .datos h2 {
    font-size: 1.1em;
  }
  .blog .centradoEvento .evento .datos .fechaHora {
    font-size: 0.9em;
  }
  .blog .centradoEvento .evento .botones {
    width: 20%;
  }
  .blog .centradoEvento .evento .botones a {
    width: 100%;
  }
  .blog .centradoEvento .evento .botones a:first-child {
    margin-bottom: 10%;
  }
  footer .pieSuperior {
    width: 100%;
    margin: 20px 0;
  }
  footer .pieSuperior .contacto,
  footer .pieSuperior .identidad,
  footer .pieSuperior .boletin {
    width: 32%;
  }
  footer .pieSuperior .contacto form .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .pieSuperior .contacto form .col .col1 {
    width: 100%;
    margin-bottom: 18px;
  }
  footer .pieSuperior .contacto form .col .col1 input[type=text],
  footer .pieSuperior .contacto form .col .col1 input[type=email] {
    width: 90%;
  }
  footer .pieSuperior .contacto form .col .col2 {
    width: 100%;
  }
  footer .pieSuperior .contacto form .col .col2 textArea {
    height: 60px;
  }
  footer .pieSuperior .contacto form a {
    float: none;
    width: 100%;
  }
  footer .pieSuperior .identidad {
    margin-left: 2%;
  }
  footer .pieInferior .derechos {
    width: 100%;
    padding: 0 2%;
  }
  .tabordion {
    width: 95%;
  }
  .tabordion section label {
    font-size: 1em;
    width: 45%;
  }
  .tabordion section article.tabs {
    max-width: 55%;
    font-size: 1em;
  }
}
@media screen and (min-device-width: 960px) and (max-device-width: 1024px) {
  body {
    font-size: 16px;
  }
  #menuMiembrosMTH .memberMenu {
    width: 100%;
  }
  header {
    height: 110px;
  }
  #contenido {
    max-width: 100%;
    position: relative;
  }
  #contenido h1 {
    margin-right: 1%;
    width: 20%;
    height: auto;
    margin-left: 1%;
  }
  #contenido h1 a img {
    width: 80%;
    height: auto;
  }
  #searchform {
    display: none;
  }
  nav {
    width: 70%;
  }
  #TK {
    position: absolute;
    top: 110px;
    height: 65px;
  }
  #TK #talentskey {
    width: 100vw;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.6);
  }
  #TK #talentskey a {
    margin-bottom: 0;
    margin: 2% 0;
  }
  .carousel {
    top: 45px;
  }
  .carousel .mouseIcon .icon i {
    font-size: 2em;
  }
  .carousel .carousel-cell .contenido {
    top: -40px;
  }
  .carousel .carousel-cell .contenido .margen {
    width: 100%;
  }
  .carousel .carousel-cell .contenido .margen h1 {
    font-size: 2em;
  }
  .carousel .carousel-cell .contenido .margen h3 {
    font-size: 1.2em;
    width: 66%;
    margin-left: 17%;
  }
  .carousel .carousel-cell .contenido .margen .botones a {
    width: 30%;
    height: 65px;
  }
  .carousel .carousel-cell .otroLogro {
    bottom: 25px;
    right: 5px;
  }
  .carousel .carousel-cell .otroLogro .talentskey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
  }
  .carousel .carousel-cell .otroLogro .talentskey p {
    font-size: 1em;
    margin-bottom: 1%;
  }
  .carousel .carousel-cell .otroLogro .talentskey .firmaTK {
    width: 15%;
  }
  #queEs .video {
    width: 100%;
  }
  #hacemos .ofrecemos {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #hacemos .ofrecemos .oferta {
    width: 90%;
  }
  #demo {
    height: auto;
    padding: 5%;
  }
  #demo img {
    width: 100%;
    height: auto;
  }
  #demo .contenido {
    width: 100%;
  }
  #demo .contenido .descripcion {
    text-align: center;
    padding: 0 2%;
  }
  #eventos .losEventos {
    width: 100%;
  }
  #blog .articulos {
    width: 100%;
  }
  #blog .articulos .articulo {
    width: 32%;
  }
  #blog .articulos .articulo .contenido a {
    justify-content: flex-end;
  }
  #blog .articulos .articulo img {
    width: 100%;
  }
  #twitter .botonTwitter {
    width: 30%;
    height: 50px;
    border-radius: 25px;
    font-size: 1em;
    margin-top: 5%;
  }
  #testimonios .testimonios {
    margin: 50px 2% 0 2%;
    width: 96%;
  }
  #testimonios .testimonios .videoImagen {
    width: 50%;
  }
  #testimonios .testimonios .videoImagen img {
    width: 100%;
  }
  #tituloCabecera {
    height: 100px;
    padding-top: 65px;
  }
  #tituloCabecera .degradado {
    padding-top: 34px;
  }
  .blog .centrado {
    width: 100%;
    padding-top: 1%;
  }
  .blog .centrado aside {
    width: 33%;
    padding: 0 0 0 1%;
  }
  .blog .centrado aside #searchform {
    display: inherit;
  }
  .blog .centrado aside input[type=text] {
    width: 100%;
  }
  .blog .centrado aside .eventos .evento {
    width: 100%;
  }
  .blog .centrado section {
    width: 67%;
  }
  .blog .centrado section article.post {
    width: 94%;
    margin-left: 5%;
    margin-right: 1%;
  }
  .blog .centrado section article.post img {
    width: 100%;
  }
  .blog .centrado section article.post .contenido img {
    width: 100%;
  }
  .blog .centrado section.wide {
    width: 96%;
    margin: 0 2%;
  }
  .blog .centrado section.wide article {
    margin-bottom: 1.75em;
    width: 100%;
  }
  .blog .centrado section.wide article img {
    max-width: 100vw;
  }
  .blog .centradoEvento {
    width: 100vw;
    margin: 7% 0;
  }
  .blog .centradoEvento .evento {
    width: 100%;
    margin-bottom: 2%;
  }
  .blog .centradoEvento .evento img {
    width: 30%;
  }
  .blog .centradoEvento .evento .datos {
    width: 50%;
    margin: 0;
    margin-left: 2%;
  }
  .blog .centradoEvento .evento .botones {
    width: 20%;
  }
  .blog .centradoEvento .evento .botones a {
    width: 100%;
  }
  .blog .centradoEvento .evento .botones a:first-child {
    margin-bottom: 10%;
  }
  footer .pieSuperior {
    width: 100%;
    margin: 20px 0;
  }
  footer .pieSuperior .contacto,
  footer .pieSuperior .identidad,
  footer .pieSuperior .boletin {
    width: 32%;
  }
  footer .pieSuperior .contacto form .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .pieSuperior .contacto form .col .col1 {
    width: 100%;
    margin-bottom: 18px;
  }
  footer .pieSuperior .contacto form .col .col1 input[type=text],
  footer .pieSuperior .contacto form .col .col1 input[type=email] {
    width: 90%;
  }
  footer .pieSuperior .contacto form .col .col2 {
    width: 100%;
  }
  footer .pieSuperior .contacto form .col .col2 textArea {
    height: 60px;
  }
  footer .pieSuperior .contacto form a {
    float: none;
    width: 100%;
  }
  footer .pieSuperior .identidad {
    margin-left: 2%;
  }
  footer .pieInferior .derechos {
    width: 100%;
    padding: 0 2%;
  }
  .tabordion {
    width: 96%;
  }
  .tabordion section label {
    font-size: 1em;
    width: 45%;
  }
  .tabordion section article.tabs {
    max-width: 55%;
    font-size: 1em;
  }
}
