@font-face {
  font-family: "URW Geometric";
  src: url("../fonts/URWGeometric-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW Geometric";
  src: url("../fonts/URWGeometric-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "URW Geometric";
  src: url("../fonts/URWGeometric-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "URW Geometric";
  height: 100vh;
  background: #424242;
}
@media (max-width: 1281px) and (orientation: landscape) {
  body {
    overflow: auto;
  }
}
body * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body .oculto {
  display: none !important;
}
body .ocultar {
  display: none !important;
}
body .interactivo {
  cursor: pointer;
}
body .elemento {
  position: absolute;
}
body .invisible {
  opacity: 0;
  margin-bottom: -2rem !important;
}
body .inactivo {
  pointer-events: none;
  filter: grayscale(1) opacity(0.6);
  -webkit-filter: grayscale(1) opacity(0.6);
}
body .w-100 {
  width: 100%;
  max-width: 1280px;
}
body .mb-3 {
  margin-bottom: 1rem !important;
}
body .sinclic {
  pointer-events: none !important;
}
body .sinclic2 {
  pointer-events: none !important;
  filter: opacity(0.8) grayscale(0.8);
  -webkit-filter: opacity(0.8) grayscale(0.8);
}
body .flip img {
  transition: all ease 1.5s;
  cursor: pointer;
  width: 100%;
}
body .tool-top {
  display: block;
  text-align: center;
}
body .tool-top .contenido-tooltip {
  display: block;
  margin: 0 0 0.7rem;
}
body .tool-top .contenido-tooltip span {
  background: #56504c;
  color: #fff;
  border-radius: 3px;
  padding: 0.2rem 1.1rem;
  font-size: 0.85rem;
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 3px 3px 0);
  display: inline-block;
  animation: 1.2s ease-in infinite anim-tool;
}
body .tool-top .contenido-tooltip span::before {
  position: absolute;
  bottom: -0.3rem;
  left: 45%;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #56504c;
}
body .tool-bottom {
  display: block;
  text-align: center;
}
body .tool-bottom .contenido-tooltip {
  display: block;
  margin: 0 0 0.7rem;
}
body .tool-bottom .contenido-tooltip span {
  background: #56504c;
  color: #fff;
  border-radius: 3px;
  padding: 0.2rem 1.1rem;
  font-size: 0.85rem;
  position: relative;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 3px 3px 0);
  display: inline-block;
  animation: 1.2s ease-in infinite anim-tool;
}
body .tool-bottom .contenido-tooltip span::before {
  position: absolute;
  top: -0.3rem;
  left: 47%;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #56504c;
  border-top-color: #56504c;
}
@keyframes anim-tool {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(3px);
  }
  75% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
body .carga {
  position: absolute;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: #424242;
  font-size: 14px;
  color: #333333;
}
body .carga-contenido {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -140px 0 0 -100px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
body .carga-contenido img {
  width: 200px;
  animation-iteration-count: infinite;
  margin-bottom: 20px;
}
body .rotarlandscape {
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #ffffff;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  margin-top: -20px;
}
body .rotarlandscape-contenido {
  left: 40%;
  top: 50%;
  transform: translate(-30%, -60%);
  position: absolute;
}
body .rotarlandscape-contenido img {
  width: 80%;
}
body .rotarlandscape-contenido h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
body .contenedor {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1281px) {
  body .contenedor {
    zoom: 0.85;
  }
}
@media (max-height: 630px) {
  body .contenedor {
    zoom: 0.8;
  }
}
@media (max-height: 612px) and (min-width: 1000px) {
  body .contenedor {
    zoom: 0.74;
  }
}
body .contenedor__video {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}
body .contenedor__video video {
  width: 100%;
}
body .contenedor__video video#video1 {
  width: 62%;
  top: 25%;
  left: 10%;
}
body .contenedor__video video#video2 {
  width: 61%;
  top: 23%;
  left: 10%;
}
body .contenedor__video video#video3 {
  width: 62%;
  top: 25%;
  left: 10%;
}
body .contenedor__video .pulso img {
  animation-name: pulso;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  cursor: pointer;
}
body .contenedor__video .btn-play {
  width: 10%;
  height: 10%;
  z-index: 9999;
  display: block;
  left: 45%;
  top: 40%;
}
body .contenedor__video .controles__video .pausa-btn,
body .contenedor__video .controles__video .play-btn {
  background: #50031b;
  border-radius: 50%;
  bottom: 3%;
  cursor: pointer;
  height: 50px;
  left: 2%;
  text-align: center;
  width: 50px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
body .contenedor__video .controles__video .pausa-btn:hover,
body .contenedor__video .controles__video .play-btn:hover {
  transform: scale(1.15);
}
body .contenedor__video .controles__video .pausa-btn img,
body .contenedor__video .controles__video .play-btn img {
  width: 20px;
}
body .contenedor .contenidos {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
}
body .contenedor .contenidos h1 {
  color: #ac033a;
  margin: 0.7rem 0;
  line-height: 1;
  font-size: 3rem;
}
body .contenedor .contenidos h2 {
  font-size: 3.4rem;
  letter-spacing: -0.02em;
  line-height: 55px;
  text-align: left;
  color: #f1bbcd;
  margin: 0 0 0.5rem;
}
body .contenedor .contenidos p {
  color: #000;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
body .contenedor .contenidos p.rojo {
  color: #ac033a;
  font-weight: 500;
}
body .contenedor .contenidos p.rojo strong {
  color: #ff0053;
}
body .contenedor .contenidos p.rojo span {
  font-weight: 700;
  color: #000;
}
body .contenedor .contenidos .lista {
  list-style: none;
  padding: 0 0 0 0.8rem;
}
body .contenedor .contenidos .lista li {
  list-style-image: url("../images/bullet.png");
  margin: 0 0 0.4rem;
}
body .contenedor .contenidos__bienvenida {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background: url("../images/bg-bienvenida.png") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
body .contenedor .contenidos__bienvenida .cajaconten {
  top: 8%;
  left: 5%;
  width: 49%;
  height: auto;
  overflow: hidden;
}
body .contenedor .contenidos__bienvenida .img1 {
  right: 17%;
  bottom: -4px;
  width: 43%;
}
body .contenedor .contenidos__bienvenida .img2 {
  right: 0%;
  bottom: -34px;
  width: 29%;
}
body .contenedor .contenidos__bienvenida .logo {
  left: 4%;
  bottom: 6%;
  width: 9%;
}
body .contenedor .contenidos__bienvenida .cajatil {
  background: #000;
  border-radius: 0px 5px 20px 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
body .contenedor .contenidos__bienvenida .cajatil h2 {
  font-size: 3rem;
  line-height: 45px;
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  padding: 0.9rem 2rem 0.5rem;
  margin: 0;
}
body .contenedor .contenidos__bienvenida .cajabienvenida {
  width: 60%;
  border-radius: 0px 5px 20px 5px;
  background: #fffaf2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 1.7rem 2rem 2rem;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}
body .contenedor .contenidos__bienvenida .cajabienvenida:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
body .contenedor .contenidos__bienvenida .cajabienvenida h1 {
  color: #ac033a;
  margin: 0.7rem 0 1.1rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}
body .contenedor .contenidos__bienvenida--boton {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 175px;
  z-index: 15;
  transition-duration: 0.1s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0px 5px 20px 5px;
  background: #ac033a;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  bottom: 5%;
  right: 6%;
}
body .contenedor .contenidos__bienvenida--boton:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__bienvenida--boton:hover img {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__bienvenida--boton div {
  width: 80%;
  transition-duration: 0.5s;
}
body .contenedor .contenidos__bienvenida--boton img {
  transition-duration: 0.5s;
  width: 22%;
  margin-bottom: 0.3rem;
}
body .contenedor .contenidos__botones .cajamenu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .contenedor .contenidos__botones .cajamenu .segmn {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__botones .cajamenu .segmn::before {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  display: flex;
  margin: auto;
  content: url(../images/clic.png);
  justify-content: center;
  align-items: flex-end;
  z-index: 6;
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__botones .cajamenu .segmn:hover {
  transform: scale(1.05);
}
body .contenedor .contenidos__botones .cajamenu .segmn:hover::before {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
body .contenedor .contenidos__botones .cajamenu .segmn:hover .imgs {
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__botones .cajamenu .segmn:hover .imgs:hover {
  transform: scale(1.05);
}
body .contenedor .contenidos__botones .cajamenu .seg1 {
  position: absolute;
  top: 10%;
  width: 11.5%;
  z-index: 5;
  left: 41%;
}
body .contenedor .contenidos__botones .cajamenu .seg2 {
  position: absolute;
  bottom: 11%;
  width: 11.5%;
  z-index: 5;
  left: 54%;
}
body .contenedor .contenidos__botones .cajamenu .seg2::before {
  bottom: -1.8rem;
}
body .contenedor .contenidos__botones .cajamenu .seg3 {
  position: absolute;
  top: 10%;
  width: 11.5%;
  z-index: 5;
  left: 67%;
}
body .contenedor .contenidos__botones .cajamenu .seg4 {
  position: absolute;
  bottom: 11%;
  width: 11.5%;
  z-index: 5;
  left: 80%;
}
body .contenedor .contenidos__botones .cajamenu .seg4::before {
  bottom: -1.8rem;
}
body .contenedor .contenidos__botones .cajamenu img {
  margin: auto;
  width: 100%;
}
body .contenedor .contenidos__botones .background {
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url("../images/bg-break.png");
  background-size: cover;
  background-repeat: no-repeat;
}
body .contenedor .contenidos__botones .background2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
body .contenedor .contenidos__botones .background3 {
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
body .contenedor .contenidos__botones--segmento1 {
  bottom: 8%;
  right: 6%;
  width: 14%;
  cursor: pointer;
  transition: all ease 0.1s;
}
body .contenedor .contenidos__botones--segmento1:hover {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__botones--segmento2 {
  bottom: 8%;
  right: 6%;
  width: 14%;
  cursor: pointer;
  transition: all ease 0.1s;
}
body .contenedor .contenidos__botones--segmento2:hover {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__botones--segmento3 {
  bottom: 8%;
  right: 6%;
  width: 14%;
  cursor: pointer;
  transition: all ease 0.1s;
}
body .contenedor .contenidos__botones--segmento3:hover {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__botones--segmento4 {
  bottom: 8%;
  right: 6%;
  width: 14%;
  cursor: pointer;
  transition: all ease 0.1s;
}
body .contenedor .contenidos__botones--segmento4:hover {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__botones .evaluacion {
  background: rgb(239, 47, 136);
  background: linear-gradient(128deg, rgb(239, 47, 136) 0%, rgb(239, 63, 107) 50%, rgb(239, 79, 79) 100%);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 2rem;
  left: 52%;
  padding: 1rem;
  text-align: center;
  top: 38%;
  width: 30%;
  border: 1px solid white;
  cursor: pointer;
  transition: all ease 0.3s;
}
body .contenedor .contenidos__botones .evaluacion:hover {
  transform: scale(0.9);
}
@media (max-width: 769px) {
  body .contenedor .contenidos__botones .evaluacion {
    font-size: 1rem;
  }
}
body .contenedor .contenidos__botones .reiniciar {
  background: #ffffff;
  border-radius: 0.5rem;
  color: #ec7000;
  font-size: 1.35rem;
  left: 59.5%;
  padding: 0.25rem 1rem;
  text-align: center;
  top: 54%;
  width: 15%;
  border: 1px solid #ec7000;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 0.3s;
}
body .contenedor .contenidos__botones .reiniciar:hover {
  transform: scale(0.9);
}
@media (max-width: 769px) {
  body .contenedor .contenidos__botones .reiniciar {
    font-size: 1rem;
  }
}
body .contenedor .contenidos__segmentos {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
body .contenedor .contenidos__segmentos .segmento {
  height: 100%;
  /*     @media (max-width: $celular) {
    height: 85%;
  } */
}
body .contenedor .contenidos__segmentos .navegacion,
body .contenedor .contenidos__segmentos .c_nav {
  height: auto;
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: 6%;
}
body .contenedor .contenidos__segmentos .navegacion .boton,
body .contenedor .contenidos__segmentos .c_nav .boton {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 162px;
  z-index: 15;
  transition-duration: 0.1s;
  transition: all ease 0.1s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0.65rem;
  border-radius: 0px 6px 24px 9px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  bottom: 0;
}
body .contenedor .contenidos__segmentos .navegacion .boton.sig,
body .contenedor .contenidos__segmentos .c_nav .boton.sig {
  background: #ac033a;
  right: 5%;
  color: #fff;
  text-align: left;
}
body .contenedor .contenidos__segmentos .navegacion .boton.sig:hover,
body .contenedor .contenidos__segmentos .c_nav .boton.sig:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__segmentos .navegacion .boton.sig:hover img,
body .contenedor .contenidos__segmentos .c_nav .boton.sig:hover img {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__segmentos .navegacion .boton.men,
body .contenedor .contenidos__segmentos .c_nav .boton.men {
  background: #ac033a;
  right: 5%;
  color: #fff;
  text-align: left;
  min-width: 286px;
}
body .contenedor .contenidos__segmentos .navegacion .boton.men:hover,
body .contenedor .contenidos__segmentos .c_nav .boton.men:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__segmentos .navegacion .boton.men:hover img,
body .contenedor .contenidos__segmentos .c_nav .boton.men:hover img {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__segmentos .navegacion .boton.men img,
body .contenedor .contenidos__segmentos .c_nav .boton.men img {
  width: 13% !important;
}
body .contenedor .contenidos__segmentos .navegacion .boton.ant,
body .contenedor .contenidos__segmentos .c_nav .boton.ant {
  background: #f8efe0;
  right: 21%;
  color: #000;
  text-align: right;
}
body .contenedor .contenidos__segmentos .navegacion .boton.ant:hover,
body .contenedor .contenidos__segmentos .c_nav .boton.ant:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__segmentos .navegacion .boton.ant:hover img,
body .contenedor .contenidos__segmentos .c_nav .boton.ant:hover img {
  transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  -o-transform: translateX(-8px);
}
body .contenedor .contenidos__segmentos .navegacion .boton div,
body .contenedor .contenidos__segmentos .c_nav .boton div {
  width: 80%;
  transition-duration: 0.5s;
}
body .contenedor .contenidos__segmentos .navegacion .boton img,
body .contenedor .contenidos__segmentos .c_nav .boton img {
  transition-duration: 0.5s;
  width: 22%;
  margin-bottom: 0.3rem;
}
body .contenedor .contenidos__segmentos .carrusel-h {
  max-width: 70%;
  margin: 0 auto;
  width: 100%;
}
body .contenedor .contenidos__segmentos .carrusel-h ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .contenedor .contenidos__segmentos .carrusel-h .indicador {
  text-align: center;
  margin-top: 5%;
}
body .contenedor .contenidos__segmentos .carrusel-h .indicador span {
  background: #fff;
  border: 1px solid #039;
  border-radius: 3rem;
  display: inline-block;
  height: 0.6rem;
  margin: 0 0.25rem;
  opacity: 0.8;
  width: 0.6rem;
}
body .contenedor .contenidos__segmentos .carrusel-h .indicador span.activo {
  opacity: 1;
  background: #003399;
  border: 1px solid #039;
  width: 3.6rem;
}
body .contenedor .contenidos__segmentos .carrusel-h__items {
  border-radius: 1rem;
  margin: 0 auto;
  position: relative;
  width: 80%;
}
body .contenedor .contenidos__segmentos .carrusel-h__items .carrusel__imagen {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
body .contenedor .contenidos__segmentos .carrusel-h__items .carrusel__imagen img {
  width: 95%;
}
body .contenedor .contenidos__segmentos .carrusel-h__items .boton {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 0;
  position: absolute;
  top: 88%;
  width: 9.5%;
}
body .contenedor .contenidos__segmentos .carrusel-h__items .boton.anterior {
  left: 5%;
}
body .contenedor .contenidos__segmentos .carrusel-h__items .boton.siguiente {
  right: 5%;
}
body .contenedor .contenidos__segmentos .carrusel-h__items .boton img {
  width: 100%;
}
body .contenedor .contenidos__segmentos .cajadespl {
  width: 55%;
}
body .contenedor .contenidos__segmentos .cajadespl .desp {
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 9;
}
body .contenedor .contenidos__segmentos .cajadespl .desp .encabe {
  padding: 0.8rem 0.9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 2;
  cursor: pointer;
  border-radius: 0px 5px 20px 5px;
  background: #ac033a;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 75%;
  margin: auto;
}
body .contenedor .contenidos__segmentos .cajadespl .desp .encabe:hover {
  transform: scale(1.01);
}
body .contenedor .contenidos__segmentos .cajadespl .desp .encabe span {
  width: 85%;
  font-size: 1.2rem;
  margin: 0 0 -0.2rem;
  text-align: center;
  color: #fff;
}
body .contenedor .contenidos__segmentos .cajadespl .desp .encabe img {
  transition: all ease 0.3s;
}
body .contenedor .contenidos__segmentos .cajadespl .desp .info-desp {
  margin: -2.3rem auto 0;
  padding: 3.4rem 0rem 1rem;
  position: relative;
  z-index: 1;
  width: 100%;
  border-radius: 0px 5px 20px 5px;
  background: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
body .contenedor .contenidos__segmentos .cajadespl .desp .info-desp p {
  line-height: 1.1;
  margin: 0;
  color: #efcf9a;
  padding: 0.3rem 2rem;
  font-size: 1.15rem;
  text-align: left;
}
body .contenedor .contenidos__segmentos .cajadespl .deg90 {
  transform: rotate(180deg);
}
body .contenedor .contenidos__segmentos .cajadespl.seleccionado:hover {
  transform: scale(1);
  cursor: default;
}
body .contenedor .contenidos__segmentos .indicador {
  top: 2%;
  left: 4%;
}
body .contenedor .contenidos__segmentos--segmento1-1 {
  background: url("../images/bg-segmento1.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-1 .cajaconten {
  top: 27%;
  left: 17%;
  width: 34%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-1 .flip {
  right: 7%;
  top: 18%;
  width: 37%;
}
body .contenedor .contenidos__segmentos--segmento1-1 .tool-top {
  top: 13%;
  right: 20.4%;
}
body .contenedor .contenidos__segmentos--segmento1-2 {
  background: url("../images/bg-segmento2.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajaconten {
  top: 36%;
  left: 15%;
  width: 32%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp {
  top: 21%;
  display: flex;
  align-items: center;
  width: 44%;
  right: 4%;
  justify-content: center;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2 {
  cursor: pointer;
  display: flex;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 69%;
  align-items: center;
  flex-direction: column;
  scale: 1;
  transform-origin: top;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2.activo {
  scale: 0.5;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2.activo .popover-box {
  transition: all 0.5s ease-in-out;
  rotate: 180deg;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2 .num {
  font-size: 5.5rem;
  color: #fff;
  margin: 0.3rem auto 0;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2 .popover-box {
  position: absolute;
  bottom: -1.1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .desp-grupo2 .popover-box img {
  margin: 0 auto;
  width: auto;
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .info-desp-grupo2 {
  top: 49%;
  display: flex;
  align-items: center;
  width: 96%;
  min-height: 5rem;
  padding: 1.8rem 2rem 1.4rem;
  border-radius: 0px 5px 20px 5px;
  background: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
body .contenedor .contenidos__segmentos--segmento1-2 .cajadesp .info-desp-grupo2 p {
  color: #efcf9a;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
body .contenedor .contenidos__segmentos--segmento1-2 .tool-top {
  top: 16%;
  right: 19.8%;
}
body .contenedor .contenidos__segmentos--segmento1-3 {
  background: url("../images/bg-segmento3.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-3 .cajaconten {
  top: 45%;
  left: 12%;
  width: 25%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-3 .cajaconten p {
  margin-bottom: 1.2rem;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop {
  width: 35%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop:hover .more {
  transform: rotate(129deg);
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop img {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop.pop1 {
  top: 7.1%;
  left: 54.15%;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop.pop2 {
  left: 54.15%;
  top: 24.5%;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop.pop3 {
  left: 54.15%;
  top: 42.5%;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop.pop4 {
  left: 54.15%;
  top: 60.5%;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop .more {
  position: absolute;
  top: 21%;
  left: 91%;
  width: 16%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento1-3 .elemento-pop .more:hover {
  transform: rotate(129deg);
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
}
body .contenedor .contenidos__segmentos--segmento1-3 .seleccionado {
  filter: grayscale(0.4) !important;
  -webkit-filter: grayscale(0.4) !important;
}
body .contenedor .contenidos__segmentos--segmento1-3 .seleccionado:hover {
  transform: scale(1);
}
body .contenedor .contenidos__segmentos--segmento1-3 .tool-top {
  top: 4%;
  right: 24.7%;
}
body .contenedor .contenidos__segmentos--segmento1-4 {
  background: url("../images/bg-segmento4.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-4 .img3 {
  bottom: 0;
  left: 0;
  width: 31%;
}
body .contenedor .contenidos__segmentos--segmento1-4 .img4 {
  bottom: 0;
  right: 0;
  width: 37%;
}
body .contenedor .contenidos__segmentos--segmento1-4 .cajaconten {
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 39%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-4 .cajaconten p {
  font-size: 1.5rem;
  line-height: 1.2;
}
body .contenedor .contenidos__segmentos--segmento1-5 {
  background: url("../images/bg-segmento5.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajaconten {
  top: 35%;
  left: 16%;
  width: 34%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp {
  top: 22%;
  display: flex;
  align-items: center;
  width: 50%;
  right: -1%;
  justify-content: center;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2 {
  cursor: pointer;
  display: flex;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 69%;
  align-items: center;
  flex-direction: column;
  scale: 1;
  transform-origin: top;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2.activo {
  scale: 0.5;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2.activo .popover-box {
  transition: all 0.5s ease-in-out;
  rotate: 180deg;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2 .num {
  font-size: 5.5rem;
  color: #fff;
  margin: 0.3rem auto 0;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2 .popover-box {
  position: absolute;
  bottom: -1.1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .desp-grupo2 .popover-box img {
  margin: 0 auto;
  width: auto;
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .info-desp-grupo2 {
  top: 49%;
  display: flex;
  align-items: center;
  width: 77%;
  min-height: 5rem;
  padding: 1.8rem 2rem 1.4rem;
  border-radius: 0px 5px 20px 5px;
  background: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
body .contenedor .contenidos__segmentos--segmento1-5 .cajadesp .info-desp-grupo2 p {
  color: #efcf9a;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
body .contenedor .contenidos__segmentos--segmento1-5 .tool-top {
  top: 16%;
  right: 19.8%;
}
body .contenedor .contenidos__segmentos--segmento1-6 {
  background: url("../images/bg-segmento6.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-6 .cajaconten {
  top: 35%;
  left: 17%;
  width: 36%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-6 .flip {
  right: 7%;
  top: 26%;
  width: 37%;
}
body .contenedor .contenidos__segmentos--segmento1-6 .tool-top {
  top: 22%;
  right: 20.4%;
}
body .contenedor .contenidos__segmentos--segmento1-7 {
  background: url("../images/bg-segmento7.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento1-7 .cajaconten {
  top: 35%;
  left: 17%;
  width: 36%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento1-7 .elemento-pop {
  width: 26%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento1-7 .elemento-pop:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento1-7 .elemento-pop img {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento1-7 .elemento-pop.pop5 {
  left: 64.15%;
  top: 19.5%;
}
body .contenedor .contenidos__segmentos--segmento1-7 .seleccionado {
  filter: grayscale(0.4) !important;
  -webkit-filter: grayscale(0.4) !important;
}
body .contenedor .contenidos__segmentos--segmento1-7 .seleccionado:hover {
  transform: scale(1);
}
body .contenedor .contenidos__segmentos--segmento1-7 .popup .popup-contenido {
  padding: 3rem 2rem;
}
body .contenedor .contenidos__segmentos--segmento1-7 .popup .popup-contenido .divcaja {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .contenedor .contenidos__segmentos--segmento1-7 .popup .popup-contenido .divcaja img {
  width: 20%;
  padding: 1rem 2rem;
}
body .contenedor .contenidos__segmentos--segmento1-7 .popup .popup-contenido .divcaja p {
  width: 80%;
}
body .contenedor .contenidos__segmentos--segmento1-7 .tool-top {
  top: 14%;
  right: 16.5%;
}
body .contenedor .contenidos__segmentos--segmento1-7 .ant {
  right: 31% !important;
}
body .contenedor .contenidos__segmentos--segmento2-1 {
  background: url("../images/bg-segmento8.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento2-1 .cajaconten {
  top: 35%;
  left: 17%;
  width: 36%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento2-1 .img5 {
  width: 35%;
  top: 20%;
  right: 7%;
}
body .contenedor .contenidos__segmentos--segmento2-1 .tool-bottom {
  bottom: 3.4%;
  left: 6.7%;
}
body .contenedor .contenidos__segmentos--segmento2-2 {
  background: url("../images/bg-segmento9.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento2-2 .cajadespl {
  width: 42%;
  position: absolute;
}
body .contenedor .contenidos__segmentos--segmento2-2 .cajadespl .desp {
  margin-bottom: 1.5rem;
}
body .contenedor .contenidos__segmentos--segmento2-2 .cajadespl.caj1 {
  top: 21%;
  right: 5%;
}
body .contenedor .contenidos__segmentos--segmento2-2 .cajaconten {
  top: 47%;
  left: 13%;
  width: 31%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento2-2 .cajaconten p {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
body .contenedor .contenidos__segmentos--segmento2-2 .tool-top {
  top: 12%;
  position: absolute;
  right: 22%;
}
body .contenedor .contenidos__segmentos--segmento2-3 {
  background: url("../images/bg-segmento10.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento2-3 .cajaconten {
  top: 34%;
  left: 7%;
  width: 44%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento2-3 .cajaconten p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
}
body .contenedor .contenidos__segmentos--segmento2-3 .tool-top {
  top: 8.4%;
  position: absolute;
  right: 19.1%;
  z-index: 2;
}
body .contenedor .contenidos__segmentos--segmento2-3 .arrastrable .zimg {
  width: 106%;
  top: 3%;
  bottom: auto;
}
@media (max-height: 769px) {
  body .contenedor .contenidos__segmentos--segmento2-3 .arrastrable .zimg {
    width: 184% !important;
    margin: 2rem auto !important;
  }
}
body .contenedor .contenidos__segmentos--segmento2-3 .zooms {
  position: absolute;
  top: 13%;
  right: 4%;
  width: 38%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
body .contenedor .contenidos__segmentos--segmento2-3 .zooms:hover {
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
}
body .contenedor .contenidos__segmentos--segmento2-3 .ant {
  right: 31% !important;
}
body .contenedor .contenidos__segmentos--segmento3-1 {
  background: url("../images/bg-segmento2.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajaconten {
  top: 36%;
  left: 15%;
  width: 32%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp {
  top: 21%;
  display: flex;
  align-items: center;
  width: 44%;
  right: 4%;
  justify-content: center;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2 {
  cursor: pointer;
  display: flex;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 69%;
  align-items: center;
  flex-direction: column;
  scale: 1;
  transform-origin: top;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2.activo {
  scale: 0.5;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2.activo .popover-box {
  transition: all 0.5s ease-in-out;
  rotate: 180deg;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2 .num {
  font-size: 5.5rem;
  color: #fff;
  margin: 0.3rem auto 0;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2 .popover-box {
  position: absolute;
  bottom: -1.1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .desp-grupo2 .popover-box img {
  margin: 0 auto;
  width: auto;
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .info-desp-grupo2 {
  top: 49%;
  display: flex;
  align-items: center;
  width: 96%;
  min-height: 5rem;
  padding: 1.8rem 2rem 1.4rem;
  border-radius: 0px 5px 20px 5px;
  background: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
body .contenedor .contenidos__segmentos--segmento3-1 .cajadesp .info-desp-grupo2 p {
  color: #efcf9a;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
body .contenedor .contenidos__segmentos--segmento3-1 .tool-top {
  top: 16%;
  right: 19.8%;
}
body .contenedor .contenidos__segmentos--segmento3-2 {
  background: url("../images/bg-segmento11.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-2 .cajaconten {
  top: 40%;
  left: 17%;
  width: 34%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-2 .flip {
  right: 7%;
  top: 20%;
  width: 37%;
}
body .contenedor .contenidos__segmentos--segmento3-2 .tool-top {
  top: 13%;
  right: 20.4%;
}
body .contenedor .contenidos__segmentos--segmento3-3 {
  background: url("../images/bg-segmento12.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-3 .img4 {
  bottom: 0;
  right: 0;
  width: 55%;
}
body .contenedor .contenidos__segmentos--segmento3-3 .cajaconten {
  top: 39%;
  left: 19%;
  margin: auto;
  text-align: left;
  width: 34%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-3 .cajaconten p {
  font-size: 1.5rem;
  line-height: 1.2;
}
body .contenedor .contenidos__segmentos--segmento3-4 {
  background: url("../images/bg-segmento8.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-4 .img4 {
  top: 8%;
  left: 61%;
  width: 32%;
}
body .contenedor .contenidos__segmentos--segmento3-4 .cajaconten {
  top: 30%;
  left: 16%;
  margin: auto;
  text-align: left;
  width: 42%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-5 {
  background: url("../images/bg-segmento6.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-5 .cajaconten {
  top: 35%;
  left: 20%;
  width: 36%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-5 .elemento-pop {
  width: 26%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento3-5 .elemento-pop:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento3-5 .elemento-pop img {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento3-5 .elemento-pop.pop6 {
  left: 64.15%;
  top: 19.5%;
}
body .contenedor .contenidos__segmentos--segmento3-5 .seleccionado {
  filter: grayscale(0.4) !important;
  -webkit-filter: grayscale(0.4) !important;
}
body .contenedor .contenidos__segmentos--segmento3-5 .seleccionado:hover {
  transform: scale(1);
}
body .contenedor .contenidos__segmentos--segmento3-5 .popup .popup-contenido {
  padding: 3rem 2rem;
}
body .contenedor .contenidos__segmentos--segmento3-5 .popup .popup-contenido .divcaja {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .contenedor .contenidos__segmentos--segmento3-5 .popup .popup-contenido .divcaja img {
  width: 20%;
  padding: 1rem 2rem;
}
body .contenedor .contenidos__segmentos--segmento3-5 .popup .popup-contenido .divcaja p {
  width: 80%;
}
body .contenedor .contenidos__segmentos--segmento3-5 .tool-top {
  top: 14%;
  right: 16.5%;
}
body .contenedor .contenidos__segmentos--segmento3-6 {
  background: url("../images/bg-segmento13.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-6 .cajaconten {
  top: 35%;
  left: 16%;
  width: 34%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-6 .flip {
  right: 7%;
  top: 20%;
  width: 37%;
}
body .contenedor .contenidos__segmentos--segmento3-6 .flip .flip1-front {
  width: 94%;
  margin: auto;
  display: flex;
}
body .contenedor .contenidos__segmentos--segmento3-6 .tool-top {
  top: 13%;
  right: 20.4%;
}
body .contenedor .contenidos__segmentos--segmento3-7 {
  background: url("../images/bg-segmento14.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajaconten {
  top: 37%;
  left: 15.5%;
  width: 36%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp {
  top: 21%;
  display: flex;
  align-items: center;
  width: 44%;
  right: 4%;
  justify-content: center;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2 {
  cursor: pointer;
  display: flex;
  z-index: 9;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 69%;
  align-items: center;
  flex-direction: column;
  scale: 1;
  transform-origin: top;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2.activo {
  scale: 0.5;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2.activo .popover-box {
  transition: all 0.5s ease-in-out;
  rotate: 180deg;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2 .num {
  font-size: 5.5rem;
  color: #fff;
  margin: 0.3rem auto 0;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2 .popover-box {
  position: absolute;
  bottom: -1.1rem;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .desp-grupo2 .popover-box img {
  margin: 0 auto;
  width: auto;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .info-desp-grupo2 {
  top: 49%;
  display: flex;
  align-items: center;
  width: 87%;
  min-height: 5rem;
  padding: 1.8rem 2rem 1.4rem;
  border-radius: 0px 5px 20px 5px;
  background: #000;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .info-desp-grupo2 p {
  color: #efcf9a;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
body .contenedor .contenidos__segmentos--segmento3-7 .cajadesp .info-desp-grupo2 p strong {
  color: #fff;
}
body .contenedor .contenidos__segmentos--segmento3-7 .tool-top {
  top: 16%;
  right: 19.8%;
}
body .contenedor .contenidos__segmentos--segmento3-8 {
  background: url("../images/bg-segmento15.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten {
  top: 38%;
  left: 13%;
  margin: auto;
  text-align: left;
  width: 42%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten .pdif {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten a {
  color: #ac033a;
  margin: 0.7rem 0;
  line-height: 1;
  font-size: 2.9rem;
  font-weight: 700;
  text-decoration: none;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten h1 {
  text-align: center;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten .mt4 {
  margin-top: 2.4rem;
  line-height: 0.3;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten2 {
  top: 27%;
  right: 9%;
  margin: auto;
  text-align: left;
  width: 29%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten2 p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten2 .pdif {
  width: 83%;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten2 .pdif2 {
  color: #efcf9a !important;
  width: 94%;
  text-align: center;
  margin: 2rem auto 2rem;
}
body .contenedor .contenidos__segmentos--segmento3-8 .cajaconten2 .pdif3 {
  width: 88%;
  text-align: right;
  margin: 2.2rem 0 0 auto;
}
body .contenedor .contenidos__segmentos--segmento3-8 .ant {
  right: 31% !important;
}
body .contenedor .contenidos__segmentos--segmento4-1 {
  background: url("../images/bg-segmento16.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-1 .img3 {
  bottom: 0;
  left: -4%;
  width: 36%;
}
body .contenedor .contenidos__segmentos--segmento4-1 .img4 {
  bottom: 0;
  right: 0;
  width: 40%;
}
body .contenedor .contenidos__segmentos--segmento4-1 .cajaconten {
  top: 22%;
  left: 0;
  right: 0;
  margin: auto;
  width: 53%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento4-1 .cajaconten p {
  line-height: 1.2;
  margin-bottom: 1rem;
}
body .contenedor .contenidos__segmentos--segmento4-1 .cajaconten p.rojo {
  font-size: 1.5rem;
}
body .contenedor .contenidos__segmentos--segmento4-1 .cajaconten p.rojo strong {
  color: #ac033a;
}
body .contenedor .contenidos__segmentos--segmento4-2 {
  background: url("../images/bg-segmento17.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-2 .cajaconten {
  top: 26%;
  left: 11%;
  width: 49%;
  height: auto;
}
body .contenedor .contenidos__segmentos--segmento4-2 .cajaconten p {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
}
body .contenedor .contenidos__segmentos--segmento4-2 .popup p strong {
  color: #efcf9a;
}
body .contenedor .contenidos__segmentos--segmento4-2 .popup .pdning {
  padding: 2.5rem 0 1.7rem;
}
body .contenedor .contenidos__segmentos--segmento4-2 .popup .btnant,
body .contenedor .contenidos__segmentos--segmento4-2 .popup .btnant2 {
  right: 13%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .popup .btnsig {
  right: 13%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .popup .btnsig2 {
  right: 0%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop {
  width: 35%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop:hover {
  transform: scale(1.04);
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop:hover .more {
  transform: rotate(129deg);
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop img {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop.pop7 {
  top: 39.1%;
  left: 10.15%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop.pop8 {
  left: 55.15%;
  top: 32%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop.pop9 {
  top: 58.1%;
  left: 10.15%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop.pop10 {
  left: 55.15%;
  top: 50.7%;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop .more {
  position: absolute;
  top: 21%;
  left: 91%;
  width: 16%;
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-2 .elemento-pop .more:hover {
  transform: rotate(129deg);
  -webkit-transform: rotate(129deg);
  -moz-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  -o-transform: rotate(129deg);
}
body .contenedor .contenidos__segmentos--segmento4-2 .seleccionado {
  filter: grayscale(0.4) !important;
  -webkit-filter: grayscale(0.4) !important;
}
body .contenedor .contenidos__segmentos--segmento4-2 .seleccionado:hover {
  transform: scale(1);
}
body .contenedor .contenidos__segmentos--segmento4-2 .tool-top {
  top: 34%;
  left: 25.7%;
}
body .contenedor .contenidos__segmentos--segmento4-3 {
  background: url("../images/bg-segmento18.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-3 .tool-top {
  top: 20%;
  right: 15.9%;
}
body .contenedor .contenidos__segmentos--segmento4-3 .img3 {
  top: 24%;
  right: 6%;
  width: 29%;
  cursor: pointer;
  transition-duration: 1s;
}
body .contenedor .contenidos__segmentos--segmento4-3 .img3 img {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento4-3 .img3:hover {
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
}
body .contenedor .contenidos__segmentos--segmento4-3 .cajaconten {
  top: 25%;
  left: 12%;
  margin: auto;
  width: 51%;
  height: auto;
  text-align: center;
}
body .contenedor .contenidos__segmentos--segmento4-3 .cajaconten p {
  line-height: 1.2;
  margin-bottom: 1rem;
}
body .contenedor .contenidos__segmentos--segmento4-3 .cajaconten p.rojo {
  font-size: 1.5rem;
}
body .contenedor .contenidos__segmentos--segmento4-3 .cajaconten p.rojo strong {
  color: #ac033a;
}
body .contenedor .contenidos__segmentos--segmento4-4 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  background: url("../images/bg-bienvenida.png") center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
body .contenedor .contenidos__segmentos--segmento4-4 .cajaconten {
  top: 8%;
  left: 5%;
  width: 49%;
  height: auto;
  overflow: hidden;
}
body .contenedor .contenidos__segmentos--segmento4-4 .img1 {
  right: 17%;
  bottom: -4px;
  width: 43%;
}
body .contenedor .contenidos__segmentos--segmento4-4 .img2 {
  right: 0%;
  bottom: -34px;
  width: 29%;
}
body .contenedor .contenidos__segmentos--segmento4-4 .logo {
  left: 4%;
  bottom: 6%;
  width: 9%;
}
body .contenedor .contenidos__segmentos--segmento4-4 .cajatil {
  background: #000;
  border-radius: 0px 5px 20px 5px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
body .contenedor .contenidos__segmentos--segmento4-4 .cajatil h2 {
  font-size: 3rem;
  line-height: 45px;
  text-align: right;
  color: #ffffff;
  font-weight: bold;
  padding: 0.9rem 2rem 0.5rem;
  margin: 0;
}
body .contenedor .contenidos__segmentos--segmento4-4 .cajabienvenida {
  width: 60%;
  border-radius: 0px 5px 20px 5px;
  background: #fffaf2;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  padding: 1.7rem 2rem 2rem;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transform: translateY(-12px);
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
}
body .contenedor .contenidos__segmentos--segmento4-4 .cajabienvenida:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
body .contenedor .contenidos__segmentos--segmento4-4 .cajabienvenida h1 {
  color: #ac033a;
  margin: 0.7rem 0 1.1rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-4 .c_nav {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento4-4 .c_nav .boton {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 321px !important;
  z-index: 15;
  transition-duration: 0.1s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 0px 5px 20px 5px;
  background: #ac033a;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  bottom: 5%;
  right: 6%;
}
body .contenedor .contenidos__segmentos--segmento4-4 .c_nav .boton:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__segmentos--segmento4-4 .c_nav .boton:hover img {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__segmentos--segmento4-4 .c_nav .boton div {
  width: 80%;
  transition-duration: 0.5s;
}
body .contenedor .contenidos__segmentos--segmento4-4 .c_nav .boton img {
  transition-duration: 0.5s;
  width: 13%;
  margin-bottom: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-5 {
  background: url("../images/c1_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-5 .img4 {
  width: 65%;
  right: 0;
  bottom: 0;
}
body .contenedor .contenidos__segmentos--segmento4-5 h2 {
  position: absolute;
  background-color: #000;
  width: 45%;
  left: 4.3%;
  top: 5.2%;
  font-size: 3rem;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem 3rem;
  margin: 0;
  border-radius: 0px 0px 20px 0px;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox {
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 7%;
  top: 20%;
  background-color: transparent;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox p {
  margin-bottom: 3%;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form {
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .inputs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .inputs label {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ac033a;
  width: 25%;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .inputs input {
  width: 60%;
  border-radius: 30px;
  border: 2px solid #000;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "URW Geometric";
  letter-spacing: 0.05em;
  text-align: center;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .inputs input::-moz-placeholder {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "URW Geometric";
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .inputs input::placeholder {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "URW Geometric";
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .inputs input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion {
  position: relative !important;
  width: 100%;
  margin: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion .boton {
  border: none;
  position: relative;
  width: 259px;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 162px;
  z-index: 15;
  transition-duration: 0.1s;
  transition: all ease 0.1s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.5rem;
  border-radius: 0px 6px 24px 9px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  bottom: 0;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion .boton.sig {
  background: #ac033a;
  right: 5%;
  color: #fff;
  text-align: left;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion .boton.sig:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion .boton.sig:hover img {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion .boton div {
  width: 80%;
  text-align: center;
  transition-duration: 0.5s;
}
body .contenedor .contenidos__segmentos--segmento4-5 .formBox form .navegacion .boton img {
  transition-duration: 0.5s;
  width: 15%;
  margin-bottom: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-6, body .contenedor .contenidos__segmentos--segmento4-10, body .contenedor .contenidos__segmentos--segmento4-14, body .contenedor .contenidos__segmentos--segmento4-18 {
  background: url("../images/c_titulo_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-6 h1, body .contenedor .contenidos__segmentos--segmento4-10 h1, body .contenedor .contenidos__segmentos--segmento4-14 h1, body .contenedor .contenidos__segmentos--segmento4-18 h1 {
  top: 40%;
  left: 17%;
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-6 img, body .contenedor .contenidos__segmentos--segmento4-10 img, body .contenedor .contenidos__segmentos--segmento4-14 img, body .contenedor .contenidos__segmentos--segmento4-18 img {
  right: 5%;
  top: 15%;
  max-width: 40%;
}
body .contenedor .contenidos__segmentos--segmento4-7 {
  background: url("../images/s1p1_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-7 .textos {
  max-width: 45%;
  top: 18%;
  left: 9%;
}
body .contenedor .contenidos__segmentos--segmento4-7 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-7 .textos p {
  font-size: 1.25rem;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-7 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones {
  width: 15%;
  top: 45%;
  right: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion p {
  width: 80%;
  text-align: center;
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion img {
  width: 20%;
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 21%;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -28%;
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-7 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-8 {
  background: url("../images/s1p2_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-8 .textos {
  max-width: 25%;
  top: 16%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-8 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-8 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-8 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones {
  width: 40%;
  top: 3%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-8 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-9 {
  background: url("../images/s1p3_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-9 .textos {
  max-width: 25%;
  top: 20%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-9 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-9 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-9 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones {
  width: 40%;
  top: 12%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-9 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-11 {
  background: url("../images/s1p3_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-11 .textos {
  max-width: 25%;
  top: 20%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-11 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-11 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-11 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones {
  width: 40%;
  top: 12%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-11 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-12 {
  background: url("../images/s2p2_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-12 .textos {
  max-width: 25%;
  top: 20%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-12 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-12 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-12 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones {
  width: 40%;
  top: 15%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-12 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-13 {
  background: url("../images/s1p3_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-13 .textos {
  max-width: 25%;
  top: 20%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-13 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-13 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-13 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones {
  width: 40%;
  top: 25%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-13 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-15 {
  background: url("../images/s1p3_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-15 .textos {
  max-width: 25%;
  top: 20%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-15 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-15 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-15 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones {
  width: 40%;
  top: 15%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-15 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-16 {
  background: url("../images/s3p2_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-16 .textos {
  max-width: 25%;
  top: 17%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-16 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-16 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-16 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones {
  width: 40%;
  top: 10%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 5%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-16 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-17 {
  background: url("../images/s3p3_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-17 .textos {
  max-width: 25%;
  top: 17%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-17 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-17 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-17 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones {
  width: 40%;
  top: 8%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 5%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-17 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-19 {
  background: url("../images/s4p1_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-19 .textos {
  max-width: 25%;
  top: 17%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-19 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-19 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-19 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones {
  width: 40%;
  top: 20%;
  right: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-19 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-20 {
  background: url("../images/s3p2_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-20 .textos {
  max-width: 25%;
  top: 17%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-20 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-20 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-20 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones {
  width: 40%;
  top: 10%;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-20 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-21 {
  background: url("../images/s4p3_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-21 .textos {
  max-width: 25%;
  top: 17%;
  left: 10%;
}
body .contenedor .contenidos__segmentos--segmento4-21 .textos h1 {
  font-size: 3.75rem;
  font-weight: bold;
}
body .contenedor .contenidos__segmentos--segmento4-21 .textos p {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media (max-height: 500px) {
  body .contenedor .contenidos__segmentos--segmento4-21 .textos p {
    line-height: 1.1;
  }
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones {
  width: 40%;
  top: 20%;
  right: 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f2fdff;
  padding: 0.5rem;
  margin: 0.5rem;
  margin-top: 8%;
  border-radius: 5px 5px 10px 5px;
  position: relative;
  cursor: pointer;
  transition: all 100ms ease-in-out;
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion:hover {
  box-shadow: 6px 10px 13px -8px rgba(0, 0, 0, 0.75);
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion p {
  font-size: 0.9rem;
  width: 90%;
  padding: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion img {
  width: 5%;
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion::before {
  background-color: #ac033a;
  border-radius: 5px 5px 10px 5px;
  width: 2rem;
  padding: 0.2rem;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  position: absolute;
  left: -3rem;
  top: 0.2rem;
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion1::before {
  content: "A";
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion2::before {
  content: "B";
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion3::before {
  content: "C";
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion4::before {
  content: "D";
}
body .contenedor .contenidos__segmentos--segmento4-21 .opciones .opcion5::before {
  content: "E";
}
body .contenedor .contenidos__segmentos--segmento4-22 {
  background: url("../images/final1_bg.png") center center no-repeat;
  background-size: cover;
}
body .contenedor .contenidos__segmentos--segmento4-22 h2 {
  position: absolute;
  background-color: #000;
  width: 40%;
  left: 4.3%;
  top: 5.2%;
  font-size: 3rem;
  line-height: 45px;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem 3rem;
  margin: 0;
  border-radius: 0px 0px 20px 0px;
  text-align: right;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox {
  max-width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 7%;
  top: 20%;
  background-color: transparent;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .rojo {
  margin: 3% 0%;
  width: 100%;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion {
  position: relative !important;
  width: 100%;
  margin: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3% 0%;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .boton {
  border: none;
  position: relative;
  width: 259px;
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: none;
  min-width: 150px;
  z-index: 15;
  transition-duration: 0.1s;
  transition: all ease 0.1s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0.5rem;
  border-radius: 0px 6px 24px 9px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  bottom: 0;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .boton.sig {
  background: #ac033a;
  right: 5%;
  color: #fff;
  text-align: left;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .boton.sig:hover {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
  letter-spacing: 0.2em;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .boton.sig:hover img {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .boton div {
  width: 80%;
  text-align: center;
  transition-duration: 0.5s;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .boton img {
  transition-duration: 0.5s;
  width: 15%;
  margin-bottom: 0.3rem;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .navegacion .enviado {
  background-color: #50021b !important;
  color: #f1bbcd !important;
  pointer-events: none;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .btn_final {
  margin-top: 1%;
}
body .contenedor .contenidos__segmentos--segmento4-22 .formBox .btn_final .boton {
  font-size: 1rem;
}

.arrastrable {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: move;
}
@media (max-height: 769px) {
  .arrastrable {
    overflow: scroll;
  }
}
.arrastrable .zimg {
  position: absolute;
  display: flex;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.arrastrable .instruccion {
  position: absolute;
  top: 1%;
  left: 0;
  z-index: 9;
  color: #fff;
  padding: 0.6rem 1rem;
  font-weight: bold;
  font-size: 1em;
  width: 23%;
  line-height: 1;
  text-align: left;
  border-left: none;
  border-radius: 0px 5px 20px 5px;
  background: #ac033a;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-height: 769px) {
  .arrastrable .instruccion {
    display: inherit;
    width: 38%;
    top: 1%;
    font-size: 1.6em;
  }
}

.cerrararr {
  position: absolute;
  text-align: center;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-height: 769px) {
  .cerrararr {
    width: 15%;
  }
}
.cerrararr img {
  width: 100%;
}

@keyframes pulso {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
/*.rotarlandscape { display: none; }*/
@media only screen and (orientation: portrait) {
  #contenedor {
    display: none;
  }
  .rotarlandscape {
    display: block;
  }
  .mundo {
    width: 200%;
    position: fixed;
    z-index: 9;
    bottom: 0;
    margin-left: -50%;
    margin-bottom: -100%;
    transition-duration: 2s;
    transform: rotate(-110deg);
  }
}
@media only screen and (orientation: landscape) {
  .rotarlandscape {
    display: none;
  }
}
.popup {
  position: absolute;
  background: rgba(86, 80, 76, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .popup-contenido {
  width: 100%;
  max-width: 700px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.25rem 2rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 5px 20px 5px;
  background: #ff0053;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.popup .popup-contenido.just-start {
  justify-content: flex-start;
}
.popup .popup-contenido h1 {
  font-size: 2.7rem !important;
  line-height: 45px;
  text-align: center;
  color: #efcf9a !important;
  margin: 2rem auto 0.9rem !important;
}
.popup .popup-contenido p {
  color: #ffffff;
  text-align: left;
  font-size: 1.9rem;
  line-height: 2.6rem;
  color: #fff !important;
}
@media (max-width: 1281px) {
  .popup .popup-contenido p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.popup .popup-contenido .cerrar {
  position: absolute;
  display: block;
  margin: 0 auto;
  bottom: -3.5rem;
  right: 0;
  left: 0;
  width: 8%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.popup .popup-contenido .cerrar:hover {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
}
.popup .popup-contenido .cerrar.visto {
  filter: grayscale(0);
}

.correcto {
  background-color: #45f987 !important;
  pointer-events: none;
}

.incorrecto {
  background-color: #ff3e3e !important;
  pointer-events: none;
}/*# sourceMappingURL=index.css.map */