@charset "UTF-8";
/*
EJEMPLO RETINA:
@include retina('../img/menu/barra_menu_logo.png', 2, 808px 187px, top right no-repeat);
*/
/* RM */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}

li {
  display: block;
  vertical-align: top;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

/* FIN RM */
/* VARIABLES */
/* MIXINS */
/* ESTILOS GENERALES */
.oculto {
  display: none;
}

.max-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.titulos {
  background: -webkit-linear-gradient(#ffffff, #c6c5c5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold {
  font-weight: 800;
}

/* COMIENZA SCSS */
body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #2e1a46;
}

.op1 {
  opacity: 1 !important;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.op09 {
  opacity: 0.97 !important;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.scroll-downs {
  position: relative;
  z-index: 2;
  /*top: 0;
  right: 0;
  bottom: 0;*/
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 45px;
  /*@include media(860px){
    display: none;
  }*/
  margin: 0 auto;
  bottom: 120px;
  position: absolute;
}

@media screen and (max-width: 600px) {
  .scroll-downs {
    bottom: 20vh;
  }
}

.mousey {
  width: 3px;
  padding: 5px 12px;
  height: 35px;
  border: 3px solid #fff;
  border-radius: 25px;
  opacity: 1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
}

.scroller {
  width: 3px;
  height: 7px;
  border-radius: 25%;
  background-color: #fff;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

div.izq,
div.der {
  display: inline-block;
}

@media screen and (max-width: 530px) {
  ul.redes {
    text-align: center;
  }
}

ul.redes li {
  display: inline-block;
  margin: 0 25px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 530px) {
  ul.redes li {
    margin-bottom: 20px;
  }
}

ul.redes li:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-top: -15px;
  padding-bottom: 25px;
  border-bottom: 6px solid #ffc525;
}

@media screen and (max-width: 530px) {
  ul.redes li:hover {
    margin-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/****** NUEVOS ESTILOS GENERALES ******/
.boton-wrap button {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: none;
  border: none;
  cursor: pointer;
}

.boton-wrap button:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.65;
}

/* OWL SLIDER */
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 4px;
  margin: 0;
  background: rgba(46, 26, 70, 0.2);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*border-radius: 30px;*/
}

@media screen and (max-width: 710px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 25px;
  }
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #2e1a46;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #b2b2b2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* HOME */
section#home {
  width: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-color: #f42434;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  background: url("../img/1_home/FondoColor_Home.jpg") center center no-repeat;
  background-size: 2560px 758px;
}

section#home h2 {
  width: 525px;
  max-width: 100%;
  height: 73px;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding-top: 10px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  background: url("../img/1_home/PlastaPalabra_Trasciende.png") top center no-repeat;
  background-size: 525px 73px;
}

section#home h1 {
  margin: 130px auto 0 auto;
  max-width: 85%;
}

section#home h1 img {
  margin: 0 auto;
  display: block;
}

section#home div.scroll-downs {
  /*
        margin: 165px auto 130px auto;
        */
}

img.separador-home {
  margin: -123px auto 0 auto;
  display: block;
}

/* HEADER */
header div#boton-menu {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: none;
}

@media screen and (max-width: 1080px) {
  header div#boton-menu {
    display: block;
  }
}

header div.boton-wrap-menu {
  position: fixed;
  z-index: 1000;
  left: 10px;
  top: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header div.boton-wrap-menu:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

header nav ul.c-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  height: 100%;
}

header nav ul.c-menu__items.m-ent {
  display: block;
  background-color: #ffc525;
}

header nav ul.c-menu__items.m-ent > li:nth-last-child(3) {
  padding-bottom: 20px;
}

header nav ul.c-menu__items > li {
  background: white;
}

header nav ul.c-menu__items > li:first-child, header nav ul.c-menu__items > li:last-child {
  border-bottom: none;
}

header nav ul.c-menu__items > li:last-child {
  background: #ffc525;
  margin-top: 10px;
  padding-top: 10px;
}

header nav ul.c-menu__items > li:nth-last-child(2) {
  padding-bottom: 20px;
}

header nav ul.c-menu__items > li:nth-child(2) {
  padding-top: 20px;
}

header nav ul.c-menu__items > li:last-child {
  padding-bottom: 10px;
}

header nav ul.c-menu__items > li > a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #2e1a46;
  padding: 15px 20px;
  width: 100%;
  display: block;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header nav ul.c-menu__items > li > a:hover {
  padding-left: 40px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

header nav ul.c-menu__items > li:first-child > a {
  padding: 10px;
}

header nav ul.c-menu__items > li:first-child > a:hover {
  padding: 10px;
}

header nav ul.c-menu__items > li .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

header nav ul.c-menu__items > li .redes li {
  width: 20%;
  margin: 0;
}

header nav ul.c-menu__items > li .redes li img {
  height: 25px;
}

/* QUIEN SOY */
section#quien-soy {
  position: relative;
  z-index: 100;
  padding-top: 100px;
  max-width: 1280px;
  margin: 0 auto;
}

section#quien-soy div.izq {
  max-width: 531px;
  margin-left: 35px;
}

section#quien-soy div.izq img.silueta {
  margin-bottom: 50px;
}

section#quien-soy div.izq ul.redes {
  min-height: 85px;
}

section#quien-soy div.izq ul.redes li {
  margin: 0 19px;
}

section#quien-soy div.izq ul.redes .redes__yt {
  height: 41px;
}

section#quien-soy div.izq ul.redes .redes__tt {
  height: 41px;
}

@media screen and (max-width: 550px) {
  section#quien-soy div.izq ul.redes.desktop {
    display: none;
  }
}

section#quien-soy div.izq ul.redes.responsivo {
  display: none;
}

section#quien-soy div.izq ul.redes.responsivo li {
  margin: 0 11px;
}

section#quien-soy div.izq ul.redes.responsivo li:first-child {
  margin-left: 0;
}

section#quien-soy div.izq ul.redes.responsivo li:first-child img {
  max-height: 33px;
}

section#quien-soy div.izq ul.redes.responsivo li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 550px) {
  section#quien-soy div.izq ul.redes.responsivo {
    display: block;
  }
}

section#quien-soy div.izq img.principal {
  margin-top: 30px;
}

section#quien-soy div.der {
  float: right;
  max-width: 515px;
  margin-right: 95px;
}

@media screen and (max-width: 1190px) {
  section#quien-soy div.der {
    padding-top: 100px;
  }
}

section#quien-soy div.der h2 {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
}

section#quien-soy div.der h3 {
  text-transform: uppercase;
  color: #f42434;
  font-size: 35px;
  line-height: 35px;
  font-weight: 900;
}

section#quien-soy div.der h4 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
}

section#quien-soy div.der div.separador {
  height: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #f42434;
  width: 45px;
}

section#quien-soy div.der p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  text-align: left;
}

section#quien-soy div.der p.principal {
  font-weight: 900;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 40px;
}

section#quien-soy div.der a.boton {
  display: inline-block;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  border: 4px solid #ffc525;
  padding: 15px 30px 20px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

section#quien-soy div.der a.boton:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #ffc525;
}

@media screen and (max-width: 1190px) {
  section#quien-soy div.izq,
  section#quien-soy div.der {
    width: 85%;
    float: none;
    display: block;
    margin: 0 auto;
  }
}

/* SLIDER */
section#slider {
  position: relative;
  z-index: 80;
  display: block;
  max-width: 1280px;
  margin: -185px auto 0 auto;
}

@media screen and (max-width: 1190px) {
  section#slider {
    margin-top: 100px;
  }
}

section#slider div.slider-wrap {
  position: relative;
  z-index: 50;
  max-width: 873px;
  width: 85%;
  float: right;
}

@media screen and (max-width: 1190px) {
  section#slider div.slider-wrap {
    float: none;
    margin: 0 auto;
  }
}

section#slider div.boton-wrap-menu button,
section#slider .boton-wrap button {
  background: none;
  border: none;
  cursor: pointer;
}

section#slider .owl-theme .owl-dots {
  max-width: 530px;
  padding-top: 90px;
  text-align: center;
  float: right;
  margin-right: 200px;
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 1190px) {
  section#slider .owl-theme .owl-dots {
    float: none;
    max-width: 100%;
    margin-right: 0;
  }
}

section#slider div.boton-wrap {
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 530px;
  margin-top: -27px;
  float: right;
  margin-right: 90px;
}

@media screen and (max-width: 1190px) {
  section#slider div.boton-wrap {
    max-width: 100%;
    float: none;
    margin: -27px auto 0 auto;
  }
}

section#slider div.boton-wrap button {
  position: absolute;
}

@media screen and (max-width: 1190px) {
  section#slider div.boton-wrap button {
    /*
    position: relative;
    */
  }
}

section#slider div.boton-wrap button.izq {
  left: 0;
}

section#slider div.boton-wrap button.der {
  right: 0;
}

section#slider img.post-slider {
  position: relative;
  z-index: 100;
  margin-top: -240px;
  margin-left: 35px;
}

@media screen and (max-width: 1190px) {
  section#slider img.post-slider {
    margin: 80px auto 0 auto;
    display: none;
  }
}

/* FRASE */
section#frase {
  margin-top: 250px;
}

@media screen and (max-width: 750px) {
  section#frase {
    margin-top: 125px;
  }
}

section#frase p {
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
  width: 85%;
  font-size: 95px;
  line-height: 77px;
  font-weight: 900;
}

@media screen and (max-width: 750px) {
  section#frase p {
    font-size: 60px;
    line-height: 45px;
  }
}

@media screen and (max-width: 500px) {
  section#frase p {
    font-size: 40px;
    line-height: 32px;
  }
}

section#frase h2 {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  color: #f42434;
  font-weight: 900;
  font-size: 51px;
  line-height: 51px;
  margin-top: 60px;
}

@media screen and (max-width: 750px) {
  section#frase h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 500px) {
  section#frase h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

/* SERVICIOS */
section#servicios {
  margin-top: 360px;
  min-height: 1538px;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  background: url("../img/3_servicios/FondoServicios.jpg") top center no-repeat;
  background-size: 1920px 1538px;
  background-color: #2e1a46;
  text-align: center;
}

@media screen and (max-width: 860px) {
  section#servicios {
    background-size: cover;
    background-color: #2e1a46;
    padding-bottom: 80px;
  }
}

section#servicios h2 {
  display: inline-block;
  color: #f42434;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 116px;
  line-height: 156px;
  margin: -90px auto 0 auto;
  border-bottom: 10px solid #f42434;
}

@media screen and (max-width: 600px) {
  section#servicios h2 {
    font-size: 60px;
    line-height: 90px;
  }
}

section#servicios ul {
  margin-top: 120px;
  text-align: center;
}

section#servicios ul li {
  width: 50%;
  text-align: center;
  display: inline-block;
  margin-bottom: 170px;
}

section#servicios ul li div.contenido-hover {
  position: relative;
}

section#servicios ul li div.contenido-hover img.hover {
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: absolute;
}

section#servicios ul li div.contenido-hover:hover img.hover {
  top: -170px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 550px) {
  section#servicios ul li div.contenido-hover:hover img.hover {
    /*opacity:0;*/
    top: -120px;
  }
}

@media screen and (max-width: 480px) {
  section#servicios ul li div.contenido-hover:hover img.hover {
    top: -60px;
  }
}

@media screen and (max-width: 420px) {
  section#servicios ul li div.contenido-hover:hover img.hover {
    top: -30px;
  }
}

@media screen and (max-width: 360px) {
  section#servicios ul li div.contenido-hover:hover img.hover {
    top: 0px;
  }
}

@media screen and (max-width: 860px) {
  section#servicios ul li {
    display: block;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 100px;
  }
}

section#servicios ul li img {
  display: block;
  margin: 0 auto;
}

section#servicios ul li h3 {
  margin-top: 50px;
  text-transform: uppercase;
  color: #f42434;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  margin-bottom: 20px;
  border-bottom: 3px solid #f42434;
  display: inline-block;
}

@media screen and (max-width: 860px) {
  section#servicios ul li h3 {
    font-size: 35px;
    line-height: 40px;
  }
}

section#servicios ul li p {
  color: white;
  font-size: 30px;
  line-height: 25px;
  font-weight: 700;
  margin: 0 auto 20px auto;
  max-width: 400px;
}

section#servicios ul li p.cons {
  max-width: 520px;
}

section#servicios ul li p.coach {
  max-width: 320px;
}

@media screen and (max-width: 860px) {
  section#servicios ul li p {
    font-size: 20px;
    line-height: 18px;
  }
}

/* CONTACTO */
section#contacto {
  padding-top: 145px;
  padding-bottom: 185px;
  max-width: 1010px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  section#contacto {
    width: 85%;
  }
}

@media screen and (max-width: 980px) {
  section#contacto {
    padding-top: 120px;
  }
}

section#contacto h2 {
  text-transform: uppercase;
  color: #f42434;
  font-weight: 900;
  font-size: 62px;
  line-height: 62px;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  section#contacto h2 {
    display: block;
    margin: 0 auto 40px auto;
    max-width: 480px;
  }
}

section#contacto div.izq {
  vertical-align: top;
}

section#contacto div.izq p {
  font-weight: 500;
  font-size: 27px;
  line-height: 27px;
  margin-bottom: 30px;
  max-width: 310px;
}

section#contacto div.izq p span.bold {
  font-weight: 900;
}

@media screen and (max-width: 980px) {
  section#contacto div.izq p {
    max-width: 100%;
  }
}

section#contacto div.izq div.separador {
  display: block;
  margin-top: 60px;
  width: 300px;
  height: 3px;
  background: #2e1a46;
  margin-bottom: 60px;
}

@media screen and (max-width: 980px) {
  section#contacto div.izq div.separador {
    width: 100%;
  }
}

section#contacto div.izq ul.redes {
  min-height: 85px;
}

section#contacto div.izq ul.redes li {
  margin: 0 10px;
}

section#contacto div.izq ul.redes li:first-child {
  margin-left: 0;
}

section#contacto div.izq ul.redes li:first-child img {
  max-height: 33px;
}

section#contacto div.izq ul.redes li .redes__yt {
  height: 35px;
}

section#contacto div.izq ul.redes li .redes__tt {
  height: 35px;
}

section#contacto div.izq ul.redes li:last-child {
  margin-right: 0;
}

section#contacto div.der {
  float: right;
  vertical-align: top;
  max-width: 480px;
  border-left: 2px solid #2e1a46;
  padding-left: 100px;
}

@media screen and (max-width: 1080px) {
  section#contacto div.der {
    padding-left: 0;
    border-left: none;
  }
}

@media screen and (max-width: 980px) {
  section#contacto div.der {
    margin-top: 100px !important;
  }
}

section#contacto div.der form input::-webkit-input-placeholder {
  color: #2e1a46;
}

section#contacto div.der form input:-moz-placeholder {
  /* Firefox 18- */
  color: #2e1a46;
}

section#contacto div.der form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e1a46;
}

section#contacto div.der form input:-ms-input-placeholder {
  color: #2e1a46;
}

section#contacto div.der form textarea::-webkit-input-placeholder {
  color: #2e1a46 !important;
}

section#contacto div.der form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #2e1a46 !important;
}

section#contacto div.der form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #2e1a46 !important;
}

section#contacto div.der form textarea:-ms-input-placeholder {
  color: #2e1a46 !important;
}

section#contacto div.der form div.input-wrap {
  margin-bottom: 22px;
}

section#contacto div.der form div.input-wrap.txtarea span.focus-border {
  /*margin-top: -4px;*/
}

section#contacto div.der form input[type=text],
section#contacto div.der form textarea {
  -webkit-appearance: none;
  width: 100%;
  border: none;
  border-bottom: solid 3px #2e1a46;
  font-weight: 900;
  font-size: 38px;
  line-height: 38px;
  font-family: "Barlow Condensed", sans-serif;
  color: #2e1a46;
  padding-bottom: 22px;
  height: 69px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 600px) {
  section#contacto div.der form input[type=text],
  section#contacto div.der form textarea {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 17px;
    height: 62px;
  }
}

section#contacto div.der form input[type=submit] {
  border-radius: 50px;
  border: 5px solid #f42434;
  padding: 10px 40px 20px 40px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  background: none;
  font-family: "Barlow Condensed", sans-serif;
  color: #2e1a46;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-top: 13px;
  cursor: pointer;
}

section#contacto div.der form input[type=submit]:hover {
  color: white;
  background: #f42434;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 980px) {
  section#contacto div.der,
  section#contacto div.izq {
    display: block;
    margin: 0 auto;
    float: none;
    max-width: 480px;
  }
}

/* EFECTO INPUT CONTACTO */
:focus {
  outline: none;
}

.input-wrap {
  position: relative;
}

/* necessary to give position: relative to parent. */
.effect-1,
.effect-2,
.effect-3 {
  border: 0;
  padding: 0px 0;
  border-bottom: 1px solid #ccc;
}

.effect-1 ~ .focus-border {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #ffc525;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.effect-1:focus ~ .focus-border {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* SUBFOOTER */
section#subfooter {
  max-width: 1280px;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 980px) {
  section#subfooter {
    max-width: 90%;
    margin: 0 auto 50px auto;
  }
}

section#subfooter div.division div.lizq {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 3px;
  background: #2e1a46;
}

@media screen and (max-width: 980px) {
  section#subfooter div.division div.lizq {
    max-width: 100%;
  }
}

section#subfooter div.division div.icono {
  width: 216px;
  display: block;
  margin: -100px auto 0 auto;
  text-align: center;
  background: white;
  position: relative;
}

section#subfooter div.division div.icono img {
  margin: 0 auto;
}

section#subfooter div.division div.icono img.hover {
  position: absolute;
  left: 0;
  right: 0;
}

section#subfooter ul.iconos {
  text-align: center;
  max-width: 92%;
  margin: 20px auto 0 auto;
}

section#subfooter ul.iconos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 11px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section#subfooter ul.iconos li:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

section#subfooter ul.iconos li:first-child {
  margin-left: 0;
}

section#subfooter ul.iconos li:last-child {
  margin-right: 0;
}

/* FOOTER */
footer {
  width: 100%;
  background: #2e1a46;
  padding-top: 45px;
  padding-bottom: 40px;
  border-top: 7px solid #f42434;
}

@media screen and (max-width: 800px) {
  footer {
    padding-top: 25px;
  }
}

footer div.texto {
  margin: 0 auto;
  max-width: 90%;
}

footer div.texto p {
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: white;
}

footer div.texto p .aviso-privacidad {
  text-decoration: underline;
}

footer div.texto p.der {
  float: right;
}

@media screen and (max-width: 800px) {
  footer div.texto p.der {
    float: none;
  }
}

@media screen and (max-width: 800px) {
  footer div.texto p {
    display: block;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
  }
}

/********* NUEVA WEB 2021 ************/
/***** COMIENZAN LAS SECCIONES ********/
.cm-menu-desktop {
  opacity: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  height: 70px;
  background: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.cm-menu-desktop__cm-resp {
  background: #f42434 !important;
  padding: 20px 0;
}

.cm-menu-desktop__cm-resp a {
  color: white !important;
}

.cm-menu-desktop .menu-activo {
  border-bottom: 6px solid #f42434;
  padding-bottom: 26px;
  -webkit-transition: none;
  transition: none;
}

@media screen and (max-width: 1080px) {
  .cm-menu-desktop {
    display: none;
  }
}

.cm-menu-desktop ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: -8px;
}

.cm-menu-desktop ul li {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}

.cm-menu-desktop ul li:hover a {
  border-bottom: 6px solid #f42434;
  padding-bottom: 26px;
  -webkit-transition: none;
  transition: none;
}

.cm-menu-desktop ul li a {
  -webkit-transition: none;
  transition: none;
}

.cm-menu-desktop__cm {
  background: #f42434 !important;
  padding: 0 20px;
  height: 100% !important;
  min-height: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px !important;
}

.cm-menu-desktop__cm:hover a {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.cm-menu-desktop__cm a {
  color: white !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.cm-home__whatsapp {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  margin-top: 165px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 600px) {
  .cm-home__whatsapp {
    margin-top: 30px;
  }
}

.cm-home__whatsapp:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.7;
}

.cm-home__ver-video {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 30px;
  margin-left: 25px;
}

@media screen and (max-width: 600px) {
  .cm-home__ver-video {
    display: none;
  }
}

.cm-home__play {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-right: 14px;
}

.cm-home__play:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0.7;
}

.cm-home__video-texto {
  font-size: 17px;
  color: white;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
}

.cm-youtube__holder {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 110px;
}

.cm-youtube__wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*panorámico*/
  padding-top: 25px;
  height: 0;
}

.cm-youtube__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-curriculum {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cm-curriculum__izq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .cm-curriculum__izq {
    display: none;
  }
}

.cm-curriculum__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 515px;
  width: 85%;
}

.cm-curriculum__der {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 900px) {
  .cm-curriculum__der {
    display: none;
  }
}

.cm-curriculum__title {
  font-size: 36px;
  line-height: 32px;
  font-weight: 900;
  color: #f42434;
  margin-bottom: 35px;
}

.cm-curriculum__list li {
  margin-bottom: 25px;
}

.cm-curriculum__subtitle {
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
  display: inline;
}

.cm-curriculum__info {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  display: inline;
}

.cm-curriculum__boton {
  width: 230px;
  height: 65px;
  border: 5px solid #ffc525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5px;
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  font-size: 18px;
  line-height: 22px;
  border-radius: 80px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-top: 55px;
}

.cm-curriculum__boton:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: #ffc525;
}

.cm-monos {
  margin-top: 180px;
}

.cm-monos__contenedor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 85%;
  margin-bottom: 130px;
}

.cm-monos__texto {
  position: absolute;
  z-index: 0;
}

.cm-monos__img {
  position: relative;
  z-index: 10;
}

.cm-temp {
  margin-top: 210px;
}

.cm-temp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm-temp ul li {
  width: calc(100% / 7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-temp__icons li {
  margin-bottom: 30px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cm-temp__monos {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.cm-slider2 {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .cm-slider2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .cm-slider2 {
    margin-top: -130px;
  }
}

.cm-slider2 #cm-slider2 {
  height: 367px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cm-slider2 .item {
  /*
        img {
            height: 367px;
            width: auto;
            margin: 0 auto;
        }
        */
}

.cm-slider2 .boton-wrap {
  padding: 0 40px;
}

.cm-slider2 .boton-wrap__slider2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-top: 40px;
}

.cm-slider2 .owl-dots {
  position: absolute;
  top: 411px;
  z-index: 10000;
}

.ent-conferencias {
  margin-top: 382px;
}

.cm-slider-conferencias {
  margin-top: -322px;
  margin-bottom: 300px;
  overflow: auto;
}

@media screen and (max-width: 900px) {
  .cm-slider-conferencias {
    margin-top: -177px;
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 500px) {
  .cm-slider-conferencias {
    margin-top: -101px;
    margin-bottom: 120px;
  }
}

.cm-slider-conferencias .ent-slider-testimonios__title.home-title {
  color: white;
}

.cm-slider-conferencias .ent-slider-testimonios__title.home-title::after {
  background: #f42434;
}

.cm-slider-conferencias #cm-slider-conferencias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-slider-conferencias .item {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.cm-slider-conferencias .item img {
  height: 644px;
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 1000px) {
  .cm-slider-conferencias .item img {
    height: 300px;
  }
}

@media screen and (max-width: 500px) {
  .cm-slider-conferencias .item img {
    height: 180px;
  }
}

.cm-slider-conferencias .boton-wrap {
  padding: 0 40px;
  max-width: 1280px;
  margin: auto;
}

.cm-slider-conferencias .boton-wrap__slider3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-top: 40px;
}

.cm-slider-conferencias .owl-dots {
  position: absolute;
  top: 707px;
  z-index: 10000;
}

@media screen and (max-width: 1000px) {
  .cm-slider-conferencias .owl-dots {
    top: 362px;
  }
}

@media screen and (max-width: 500px) {
  .cm-slider-conferencias .owl-dots {
    top: 243px;
  }
}

.cm-slider-consultoria {
  overflow: hidden;
  margin-top: -20px;
}

.cm-slider-consultoria #cm-slider-consultoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-slider-consultoria .ent-slider-testimonios__title.home-title {
  color: white;
}

.cm-slider-consultoria .ent-slider-testimonios__title.home-title::after {
  background: #f42434;
}

.cm-slider-consultoria .owl-carousel .owl-item {
  width: 283px;
}

.cm-slider-consultoria .owl-carousel .owl-item img {
  width: auto;
}

.cm-slider-consultoria .item {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-slider-consultoria .boton-wrap {
  padding: 0 40px;
  max-width: 1280px;
  margin: auto;
}

.cm-slider-consultoria .boton-wrap__slider3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-top: 40px;
}

.cm-slider-consultoria .owl-dots {
  position: absolute;
  top: 575px;
  z-index: 10000;
}

.cm-slider-consultoria .owl-stage-outer .owl-stage {
  padding-top: 20px;
}

.cm-consultoria {
  margin: auto;
  margin-top: -305px;
  position: relative;
  max-width: 1280px;
  margin-bottom: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.cm-consultoria__title {
  font-size: 36px;
  line-height: 32px;
  font-weight: 900;
  color: #f42434;
  text-transform: uppercase;
  margin: 0 0 35px 65px;
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .cm-consultoria__title {
    text-align: center;
    margin-left: 0;
  }
}

.cm-consultoria__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-consultoria__list-item {
  width: 283px;
  margin: 11px;
  border-radius: 45px;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  display: block;
}

.cm-consultoria__list-item:hover {
  margin-top: -20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.cm-consultoria__header {
  background-color: #2e1a46;
  height: 227px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-consultoria__main {
  background-color: white;
  padding: 20px 24px 52px 24px;
  border-radius: 0 0 45px 45px;
}

.cm-consultoria__subtitle {
  font-size: 18px;
  line-height: 20px;
  color: #f42434;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.cm-consultoria__desc {
  width: 217px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 800;
  margin-bottom: 33px;
}

.cm-consultoria__link {
  font-size: 18px;
  line-height: 18px;
  color: #f42434;
  font-weight: 900;
  padding-bottom: 14px;
  border-bottom: 2px solid #f42434;
}

.cm-cuerpos {
  margin-top: 210px;
}

@media screen and (max-width: 768px) {
  .cm-cuerpos {
    margin-top: 110px;
  }
}

@media screen and (max-width: 500px) {
  .cm-cuerpos {
    margin-top: 70px;
  }
}

.cm-cuerpos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cm-cuerpos ul li {
  width: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-cuerpos__icons li {
  margin-bottom: 30px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cm-cuerpos__monos {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.cm-mega-fondo {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  background: url("../img/2021/01_christian_marquina/13_fondos/FondoEntrenamientos.jpg") center center no-repeat #ffc525;
  background-size: 1920px 3374px;
  margin-top: 475px;
  width: 100%;
  background-color: #ffc525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cm-otros {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-otros__title {
  font-size: 36px;
  line-height: 32px;
  font-weight: 900;
  color: #f42434;
  text-transform: uppercase;
  width: 236px;
}

@media screen and (max-width: 1230px) {
  .cm-otros__title {
    width: 85%;
    margin-bottom: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 920px) {
  .cm-otros__title {
    width: 85%;
    text-align: left;
  }
}

.cm-otros__bloque {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 370px;
  width: 85%;
}

.cm-otros__conferencias {
  border-right: 2px solid #2e1a46;
  padding-right: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 1000px) {
  .cm-otros__conferencias {
    padding-right: 50px;
    margin-right: 50px;
  }
}

@media screen and (max-width: 920px) {
  .cm-otros__conferencias {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    max-width: 85%;
  }
}

@media screen and (max-width: 920px) {
  .cm-otros__conferencias {
    margin-bottom: 50px;
  }
}

.cm-otros__coaching .cm-otros__h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 920px) {
  .cm-otros__coaching {
    max-width: 85%;
  }
}

.cm-otros__subtitle {
  background: #f42434;
  color: white;
  font-size: 28px;
  line-height: 24px;
  font-weight: 900;
  padding: 4px 10px 10px 8px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cm-otros__img {
  margin-bottom: 40px;
}

.cm-otros__h3 {
  color: #f42434;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.cm-otros__text {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 55px;
  font-weight: 800;
}

.cm-otros__text--no-margin {
  margin-bottom: 0;
}

.cm-zoom {
  margin-top: 160px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .cm-zoom {
    display: none;
  }
}

.cm-zoom__desktop {
  display: block;
  margin-top: -245px;
  margin-bottom: 200px;
}

@media screen and (max-width: 1180px) {
  .cm-zoom__desktop {
    display: none;
  }
}

.cm-zoom__responsive {
  display: none;
}

@media screen and (max-width: 1180px) {
  .cm-zoom__responsive {
    display: block;
  }
}

.cm-zoom__fondo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1156px;
  margin: 0 auto;
}

.cm-zoom__img--2 {
  position: absolute;
}

.cm-zoom__texto {
  position: absolute;
  background-color: white;
  padding: 13px 25px 21px 25px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 18px;
  text-align: center;
}

.cm-zoom__texto--1 {
  top: 0;
  left: 0;
}

.cm-zoom__texto--2 {
  top: 0;
  right: 0;
}

.cm-zoom__texto--3 {
  left: 0;
  bottom: 0;
}

.cm-zoom__texto--4 {
  right: 0;
  bottom: 0;
}

.cm-zoom__botones {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
}

.cm-zoom__icon {
  padding: 0 8px;
}

.cm-equilibrain {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 310px auto 0 auto;
}

@media screen and (max-width: 1000px) {
  .cm-equilibrain {
    margin-top: 150px;
  }
}

.cm-equilibrain__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-bottom: 834px;
}

@media screen and (max-width: 900px) {
  .cm-equilibrain__block {
    padding-bottom: 0;
  }
}

.cm-equilibrain__block--izq {
  max-width: 315px;
  width: 315px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .cm-equilibrain__block--izq {
    display: none;
  }
}

.cm-equilibrain__block--cen {
  max-width: 475px;
  width: 85%;
  margin: 0 auto;
}

.cm-equilibrain__block--der {
  max-width: 315px;
  width: 315px;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .cm-equilibrain__block--der {
    display: none;
  }
}

.cm-equilibrain__icon {
  position: absolute;
}

.cm-equilibrain__icon--1 {
  top: -160px;
  right: -40px;
}

.cm-equilibrain__icon--2 {
  left: -40px;
  top: -18%;
}

.cm-equilibrain__icon--3 {
  right: 150px;
  top: 23%;
}

.cm-equilibrain__icon--4 {
  left: 80px;
  top: 33%;
}

.cm-equilibrain__icon--5 {
  right: 42%;
  bottom: 38%;
}

.cm-equilibrain__icon--6 {
  bottom: 18%;
  left: 45%;
}

.cm-equilibrain__icon--7 {
  bottom: 90px;
  left: 80px;
}

.cm-equilibrain__title {
  font-size: 36px;
  line-height: 32px;
  color: #f42434;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 26px;
  text-align: center;
}

.cm-equilibrain__info {
  font-size: 22px;
  line-height: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 80px;
}

.cm-equilibrain__img {
  margin-right: -115px;
  position: absolute;
  width: 766px;
  height: 834px;
  max-width: 100vw;
  bottom: 0;
}

@media screen and (max-width: 900px) {
  .cm-equilibrain__img {
    width: 100%;
    height: auto;
    position: relative;
    margin-right: -65px;
  }
}

@media screen and (max-width: 600px) {
  .cm-equilibrain__img {
    margin-right: 0;
  }
}

.cm-frase-testimonio {
  width: 100%;
  background-color: #2e1a46;
  padding: 250px 0 500px;
}

@media screen and (max-width: 750px) {
  .cm-frase-testimonio {
    padding: 100px 0 350px;
  }
}

.cm-frase-testimonio__frase {
  font-size: 95px;
  line-height: 80px;
  color: white;
  font-weight: 800;
  text-align: center;
  max-width: 835px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .cm-frase-testimonio__frase {
    font-size: 60px;
    line-height: 45px;
  }
}

@media screen and (max-width: 500px) {
  .cm-frase-testimonio__frase {
    font-size: 40px;
    line-height: 35px;
  }
}

.cm-frase-testimonio__img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.cm-frase-testimonio__autor {
  margin: 0 auto;
  margin-top: 30px;
  color: #f42434;
  font-weight: 900;
  font-size: 55px;
  line-height: 80px;
  width: 85%;
  text-align: center;
}

.cm-slider3 {
  margin-top: -220px;
  overflow: auto;
}

.cm-slider3 .ent-slider-testimonios__title.home-title {
  color: white;
}

.cm-slider3 .ent-slider-testimonios__title.home-title::after {
  background: #f42434;
}

.cm-slider3 #cm-slider3 {
  height: 407px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cm-slider3 .item {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.cm-slider3 .item:hover {
  margin-bottom: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.cm-slider3 .item:hover img {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-top: 0;
}

.cm-slider3 .item img {
  height: 387px;
  width: auto;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.cm-slider3 .boton-wrap {
  padding: 0 40px;
}

.cm-slider3 .boton-wrap__slider3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
  margin-top: 40px;
}

.cm-slider3 .owl-dots {
  position: absolute;
  top: 451px;
  z-index: 10000;
}

/****** ENTRENAMIENTOS 2021 *******/
.ent-home {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/2021/02_neuroliderazgo/FondoSeccionLogotipo.svg");
  background-size: cover !important;
  background-position: center;
}

.ent-home h1 {
  padding: 130px 0;
  max-width: 85%;
  margin: 0 auto;
}

.ent-home h1 img {
  margin: 0 auto;
  display: block;
}

.ent-home div.scroll-downs {
  /*
        margin: 150px auto 100px auto;
        @include media(600px) {
            margin: 30px auto 50px auto;
        }
        */
}

.ent-desc {
  margin: 0 auto;
  margin-top: 105px;
  margin-bottom: 115px;
  max-width: 752px;
  width: 85%;
}

.ent-desc__text {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.ent-desc__bold-sub {
  font-weight: 900;
  position: relative;
}

.ent-desc__bold-sub::after {
  content: "";
  position: absolute;
  width: 104%;
  height: 15px;
  background: #ffc525;
  left: -2%;
  bottom: 0;
  z-index: -1;
}

.ent-desc__bold {
  font-weight: 900;
}

.ent-desc__uppercase {
  text-transform: uppercase;
}

.ent-youtube__holder {
  width: 85%;
  max-width: 1280px;
  margin: 0 auto;
}

.ent-youtube__wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*panorámico*/
  padding-top: 25px;
  height: 0;
}

.ent-youtube__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ent-herramientas {
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
  margin-top: 90px;
}

@media screen and (max-width: 800px) {
  .ent-herramientas {
    width: 100%;
  }
}

.ent-herramientas__title-holder {
  margin-bottom: 90px;
}

@media screen and (max-width: 800px) {
  .ent-herramientas__title-holder {
    max-width: 85%;
    margin: 0 auto 90px auto;
  }
}

.ent-herramientas__title {
  font-weight: 900;
  position: relative;
  font-size: 36px;
  line-height: 34px;
  display: inline;
  text-transform: uppercase;
}

.ent-herramientas__title::after {
  content: "";
  position: absolute;
  width: 104%;
  height: 15px;
  background: #ffc525;
  left: -2%;
  bottom: 0;
  z-index: -1;
}

.ent-herramientas__arrow {
  margin-bottom: 0;
  margin-left: 65px;
}

.ent-herramientas__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ent-herramientas__list-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 50%;
  border-bottom: 2px solid #2e1a46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 100px 0;
}

@media screen and (max-width: 800px) {
  .ent-herramientas__list-item {
    width: 100%;
    padding: 25px 0 65px;
  }
}

.ent-herramientas__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 180px;
}

@media screen and (max-width: 800px) {
  .ent-herramientas__header {
    width: 85%;
    margin: auto;
  }
}

.ent-herramientas__number {
  color: #ffc525;
  font-size: 180px;
  line-height: 216px;
  font-weight: 900;
  position: absolute;
  left: 0;
}

.ent-herramientas__subtitle {
  font-size: 36px;
  line-height: 34px;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 48px;
  position: relative;
  z-index: 10;
}

.ent-herramientas__desc {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  max-width: 312px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 800px) {
  .ent-herramientas__desc {
    width: 85%;
    margin: auto;
    max-width: 245px;
  }
}

.ent-especificaciones {
  padding-top: 130px;
  padding-bottom: 400px;
  background: #f42434;
  color: white;
}

.ent-especificaciones .lugar-desktop {
  display: block;
}

@media screen and (max-width: 800px) {
  .ent-especificaciones .lugar-desktop {
    display: none;
  }
}

.ent-especificaciones .lugar-responsive {
  display: none;
}

@media screen and (max-width: 800px) {
  .ent-especificaciones .lugar-responsive {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .ent-especificaciones {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 500px) {
  .ent-especificaciones {
    padding-bottom: 150px;
  }
}

.ent-especificaciones__wrapper {
  max-width: 1080px;
  width: 85%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .ent-especificaciones__wrapper {
    width: 100%;
  }
}

.ent-especificaciones__bloque {
  position: relative;
  max-width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1080px) {
  .ent-especificaciones__bloque {
    max-width: 300px;
  }
}

@media screen and (max-width: 800px) {
  .ent-especificaciones__bloque {
    max-width: 100%;
    width: 100%;
  }
}

.ent-especificaciones__holder {
  max-width: 425px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 800px) {
  .ent-especificaciones__holder {
    max-width: 85%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .ent-especificaciones__holder {
    max-width: 290px;
    width: 85%;
  }
}

.ent-especificaciones__icon {
  position: absolute;
  top: -30px;
  left: -36px;
}

.ent-especificaciones__title {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 38px;
  font-weight: 900;
  margin-bottom: 29px;
  z-index: 10;
  position: relative;
}

.ent-especificaciones__title--lugar {
  margin-top: 65px;
}

.ent-especificaciones__texto {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 28px;
  position: relative;
  z-index: 10;
}

.ent-especificaciones__linea {
  width: 100%;
  height: 2px;
  background: white;
}

.ent-especificaciones__linea--mt {
  margin-top: 35px;
}

@media screen and (max-width: 800px) {
  .ent-especificaciones__linea {
    margin: 65px 0;
  }
}

.ent-especificaciones__linea--2 {
  display: none;
}

@media screen and (max-width: 800px) {
  .ent-especificaciones__linea--2 {
    display: block;
  }
}

.ent-especificaciones__division {
  width: 2px;
  background: white;
}

.ent-frase {
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  background: url("../img/2021/01_christian_marquina/13_fondos/FondoEntrenamientos.jpg") center center no-repeat #ffc525;
  background-size: 1920px 3374px;
  width: 100%;
  background-color: #ffc525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ent-frase__foto {
  margin: auto;
  margin-top: -318px;
  margin-bottom: 200px;
  width: 85%;
  max-width: 1109px;
}

@media screen and (max-width: 700px) {
  .ent-frase__foto {
    margin-top: -150px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 500px) {
  .ent-frase__foto {
    margin-top: -110px;
    margin-bottom: 120px;
  }
}

.ent-frase__texto {
  font-size: 95px;
  line-height: 80px;
  color: #2e1a46;
  font-weight: 900;
  text-align: center;
  max-width: 755px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .ent-frase__texto {
    font-size: 60px;
    line-height: 45px;
  }
}

@media screen and (max-width: 500px) {
  .ent-frase__texto {
    font-size: 40px;
    line-height: 35px;
  }
}

.ent-frase__img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.ent-frase__autor {
  margin: 0 auto;
  margin-top: 30px;
  color: #f42434;
  font-weight: 900;
  font-size: 55px;
  line-height: 55px;
  width: 85%;
  text-align: center;
  margin-bottom: 130px;
}

.ent-frase__autor--no-mb {
  margin-bottom: 0;
  margin-top: 70px;
}

.ent-frase__autor--2 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 400px;
}

.ent-slider-testimonios {
  margin-top: 0;
  margin-bottom: 340px;
}

.ent-slider-testimonios__title-wrapper {
  margin: auto;
  max-width: 1080px;
  width: 85%;
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

.ent-slider-testimonios__title {
  color: #2e1a46;
  font-size: 36px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 900;
  display: inline;
  position: relative;
}

.ent-slider-testimonios__title::after {
  content: "";
  position: absolute;
  width: 104%;
  height: 15px;
  background: white;
  left: -2%;
  bottom: 0;
  z-index: -1;
}

.ent-otros {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  margin-top: -185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .ent-otros {
    width: 85%;
  }
}

@media screen and (max-width: 880px) {
  .ent-otros {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.ent-otros__title {
  font-size: 36px;
  line-height: 32px;
  color: #f42434;
  font-weight: 900;
  text-transform: uppercase;
  margin: auto;
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 880px) {
  .ent-otros__title {
    text-align: center;
  }
}

.ent-otros__block {
  background-image: url("../img/2021/02_neuroliderazgo/oval.svg");
  position: relative;
  background-color: #2e1a46;
  background-position: bottom center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  max-width: 270px;
  width: 85%;
  height: 241px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.ent-otros__block:hover {
  border-radius: 0;
}

.ent-otros__block:hover .ent-otros__hidden {
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media screen and (max-width: 1200px) {
  .ent-otros__block {
    margin: 20px 0;
  }
}

.ent-otros__hidden {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  opacity: 0;
}

.ent-otros__subtitle {
  font-size: 30px;
  line-height: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.ent-otros__rojo {
  color: #f42434;
}

.ent-otros__link {
  font-size: 18px;
  line-height: 18px;
  color: #f42434;
  font-weight: 900;
  padding-bottom: 14px;
  border-bottom: 2px solid #f42434;
  display: inline;
}

.ent-otros__img {
  margin-top: -21px;
}

.cm-logo__desktop {
  display: block !important;
}

@media screen and (max-width: 700px) {
  .cm-logo__desktop {
    display: none !important;
  }
}

.cm-logo__responsive {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .cm-logo__responsive {
    display: block !important;
  }
}

/* ESPECIFICOS DE CADA ENTRENAMIENTO */
.ne-herramientas__list li:last-child {
  border-bottom: none;
}

.con-herramientas__list li:last-child, .con-herramientas__list li:nth-child(5) {
  border-bottom: none;
}

@media screen and (max-width: 800px) {
  .con-herramientas__list li:last-child, .con-herramientas__list li:nth-child(5) {
    border-bottom: 2px solid #2e1a46;
  }
}

.tra-herramientas__list li:last-child {
  border-bottom: none;
}

.came-desc__text {
  margin-bottom: 40px;
}

.came-desc__text-upper {
  text-transform: uppercase;
}

.came-especificaciones__linea {
  margin: 50px 0;
}

.came-frase {
  margin-top: 330px;
}

@media screen and (max-width: 1200px) {
  .came-frase {
    margin-top: 70px;
    padding-top: 70px;
  }
}

.came-frase__foto {
  margin-top: -190px;
}

@media screen and (max-width: 700px) {
  .came-frase__foto {
    margin-top: -90px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 500px) {
  .came-frase__foto {
    margin-top: -70px;
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .came-frase__foto {
    display: none;
  }
}

.came-testimonios__wrap {
  margin: auto;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .came-testimonios__wrap {
    width: 85%;
  }
}

.came-testimonios__wrap .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.came-testimonios__wrap .grid-item {
  width: 100%;
  max-width: 356px;
  margin: 10px;
}

.came-testimonios__item {
  max-width: 360px;
}

@media screen and (max-width: 1200px) {
  .came-testimonios__item {
    margin-bottom: 40px;
  }
}

.came-testimonios__item img {
  width: 356px;
  min-width: 356px;
}

@media screen and (max-width: 510px) {
  .came-testimonios__item img {
    min-width: auto;
    max-width: 100%;
  }
}

/* SIN MASONRY */
/*
.came-testimonios {
    &__wrap {
        margin: auto;
        max-width: 1160px;
        @include media(1200px) {
            width: 85%;
        }
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    &__wrap-item {
        padding: 20px;
        img {
            max-width: 356px;
            width: 100%;
        }
    }
}
*/
.cm-producto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background-color: #fff;
  margin: auto;
  margin-bottom: 20px;
}

.cm-producto__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1083px;
  width: 95%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #CECECE;
  padding: 80px 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}

@media screen and (max-width: 768px) {
  .cm-producto__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    max-width: 500px;
  }
}

.cm-producto__image-container {
  width: 50%;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .cm-producto__image-container {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 25px;
    max-width: 250px;
    padding: 0;
  }
}

.cm-producto__small-text {
  font-size: 16px !important;
  line-height: 40px !important;
  font-weight: 500;
}

.cm-producto__small-text a {
  text-decoration: underline;
}

.cm-producto__image {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 90%;
}

.cm-producto__details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .cm-producto__details {
    max-width: 100%;
    padding: 0;
  }
}

.cm-producto p {
  font-size: 22px;
  line-height: 28px;
  margin-top: 25px;
  font-weight: 500;
  max-width: 385px;
}

@media screen and (max-width: 768px) {
  .cm-producto p {
    font-size: 18px;
    line-height: 20px;
  }
}

.cm-producto p strong {
  font-size: 28px;
  line-height: 40px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .cm-producto p strong {
    font-size: 22px;
    line-height: 26px;
  }
}

.cm-producto p strong.cm-producto__strong-small {
  font-size: 22px;
  line-height: 28px;
}

.cm-producto p strong.cm-producto__modalidad {
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .cm-producto p strong.cm-producto__modalidad {
    font-size: 18px;
    line-height: 20px;
  }
}

.cm-producto p span {
  font-weight: 700;
}

.cm-producto__precio {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500 !important;
}

.cm-producto__precio-usd {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500 !important;
  max-width: 326px;
  display: block;
  margin-top: 15px;
}

.cm-producto__title {
  color: #f42434;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .cm-producto__title {
    font-size: 21px;
    line-height: 26px;
  }
}

.cm-producto__buttons {
  margin-top: 10px;
}

.cm-producto__enlace-tiendas {
  font-weight: 700;
  text-decoration: underline;
}

.cm-producto__button {
  display: inline-block;
  font-weight: 900;
  font-size: 17px;
  line-height: 20px;
  border: 3px solid #ffc525;
  padding: 7px 30px 15px 30px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 15px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .cm-producto__button {
    font-size: 14px;
    padding: 6px 16px 10px 16px;
  }
}

.cm-producto__button:hover {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: #ffc525;
}

.cm-producto__digital-audio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .cm-producto__digital-audio {
    gap: 20px;
  }
}

.cm-producto__digital-audio-item {
  width: 100%;
  max-width: 300px;
}

.cm-producto__digital-audio-item p {
  margin-top: 0;
}

.cm-slider-testimonios-new {
  margin-top: 30px;
  margin-bottom: 120px;
}
/*# sourceMappingURL=style.css.map */