/* ===== ESTILOS UNIFICADOS PARA CARRUSEL ===== */

/* Transiciones */
.anim {
  transition: all 0.25s linear;
}
.anim-long {
  transition: all 0.75s linear;
}

/* Contenedores base */
.c {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.c2 {
  display: flex;
  flex-direction: row;
  max-width: 90%;
  margin: 0 auto;
  align-items: center;
  padding: 0px;
}
.c2 .el {
  margin: 10px;
  padding: 10px;
  width: 50%;
}
.titulo {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}
/* Botón base y efectos */
.boton {
  position: relative;
  cursor: pointer;
  transition: all 0.25s linear;
}
.over,
.touched {
  color: #555;
}
.c-btn {
  color: #c2c3c4;
}
.c-btn.over,
.c-btn.touched,
.c-btn.active {
  color: #374c67;
  transform: scale(1.01);
  background-color: transparent;
}
.c-btn.active {
  color: #374c67;
  transform: scale(1.01);
  pointer-events: none;
  cursor: default;
  font-size: 25px;
}

/* Carrusel estructura */
.carrusel-home .container {
  display: flex;
  justify-content: space-evenly;
}
.carrusel-home .bloque {
  margin: 0px;
  padding: 0px;
}
.carrusel-home .bloque2 .info-container {
  margin-left: -10px;
}
.carrusel-home .bloque1 {
  width: 300px;
  padding-left: 30px;
  z-index: 0;
}
.carrusel-home .bloque2 {
  margin-left: -10px;
  width: 700px;
  pointer-events: none;
}
.carrusel-home .bloque3 {
  width: 70px;
  height: 500px;
  display: flex;
  position: relative;
  left: -40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carrusel-home .bloque2 .bg_container {
  position: absolute;
  margin-top: 100px;
  margin-left: 200px;
  clip: rect(-180px, 550px, 550px, 0px);
}
.carrusel-home .bloque2 .bg {
  position: absolute;
  width: 415px;
  height: 520px;
  border-radius: 15px;
  left: 110px;
  padding: 160px 60px 0;
  box-sizing: border-box;
  /*background-color: #d28080;*/
}
.carrusel-home .bloque2 .bg img {
  margin-top: -70px;
  left: 50%;
  position: relative;
  transform: translateX(-50%) translateY(-10%) scale(0.75);
}
.carrusel-home .bloque2 .dec {
  top: 0;
}
.absolute {
  position: absolute !important;
}
.carrusel-home .bloque2 .pic.pic_inactive {
  pointer-events: none;
  opacity: 0;
}
.carrusel-home .bloque2 .pic.pic_active {
  opacity: 1;
}
.movil-img {
  width: 395px;
  transform-origin: center;
}
.movil-img .absolute {
  top: 58px;
  left: 66px;
  position: absolute;
}
.decor {
  margin-bottom: 30px;
  position: absolute;
  top: 0;
  left: 30px;
}

/* Botón de acción */
.carrusel-btn {
  border-radius: 0.75rem;
  padding: 15px;
  width: auto;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  pointer-events: all;
}
.carrusel-btn.cc1,
.carrusel-btn.cc2,
.carrusel-btn.cc3,
.carrusel-btn.cc4 {
  background-color: #01a443;
  color: #fff;
}
.carrusel-btn.over,
.carrusel-btn.touched {
  color: #01a443;
  background-color: #fff;
}

/* Contenido */
.info-container h3 {
  font-size: 22px;
  line-height: 25px;
  margin: 0;
  color: white;
}
.info-container p {
  font-size: 17px;
  font-weight: 200;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* Bullets */
.c-btn-b {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
}
.c-btn-b .c {
  width: 12px;
  height: 12px;
  border: 1px solid #8d8e8f;
  background-color: #fff;
  border-radius: 50px;
}
.c-btn-b.over,
.c-btn-b.touched,
.c-btn-b.active {
  width: 40px;
  height: 40px;
}
.c-btn-b.over .c,
.c-btn-b.touched .c,
.c-btn-b.active .c {
  border: 15px solid #3c6465;
  background-color: white;
  background-position: center;
}
.c {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  /* min-height: 110px; */
  box-sizing: border-box;
  margin: 0 auto;
}
.c-btn-b .c {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #8d8e8f;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50px;
  /* background-image: url(../img/svg/flecha2.svg); */
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: -30px center;
}

.c-btn-b.over .c,
.c-btn-b.touched .c,
.c-btn-b.active .c {
  width: 100%;
  height: 100%;
  background-position: center;
  border: 1px solid #01a443;
  background-color: white;
  border-width: 14px;
}
.c-btn-b.over .c,
.c-btn-b.touched .c {
  border: 1px solid #374b67;
  border-width: 15px;
}
/* Texto botones */
.menu-conscious1 ol,
.menu-conscious1 ol li {
  width: 100%;
}
.menu-conscious1 h3 {
  width: 230%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  transform-origin: 0;
  background-color: transparent;
  padding: 5px;
  padding-left: 10px;
  border-radius: 0.25rem;
  color: #b8c1cd;
  font-size: 25px;
}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;

  display: table;
}
ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 90%;
  /*font-size: 0.8rem;*/
  margin-bottom: 1.5rem;
  display: table-row !important;
}
ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  /*font-family: 'Abril Fatface', serif;*/
  line-height: 1;
  display: table-cell;
  padding-right: 10px;
  text-align: right;
  content: "";
}
/* Responsive */
@media screen and (max-width: 1050px) {
  .carrusel-home .bloque2 .info-container {
    margin-left: -40px;
  }
  .carrusel-home .bloque1 {
    padding-left: 0;
    margin-top: -30px !important;
    margin-bottom: 30px;
  }
  .carrusel-home .bloque3 {
    left: -20px;
  }
}
@media screen and (max-width: 950px) {
  .carrusel-home .bloque3 {
    display: none;
  }
  .carrusel-home .container {
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 650px) {
  .movil-img {
    display: none !important;
  }
  .carrusel-home .bloque2 .bg_container,
  .carrusel-home .bloque2 .bg_container .bg {
    position: relative;
  }
  .carrusel-home .bloque1 {
    margin-top: 10px !important;
    margin-left: -20px;
  }
  .carrusel-home .bloque2 {
    margin-left: 30px;
  }
  .carrusel-home .bloque2 .bg_container {
    margin-left: 70px;
  }
  .carrusel-home .bloque2 .bg {
    height: 530px;
    margin-left: -10px;
  }
  .menu-conscious1 h3 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .info-container p {
    font-size: 0.8rem;
  }
}

/*Media Queries*/
@media (min-width: 951px) and (max-width: 1023px) {
  .c-btn.active {
    font-size: 18px;
  }
  .menu-conscious1 h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu-conscious1 h3 {
    width: 135%;
  }
}

@media (min-width: 1024px) and (max-width: 1380px) {
  .c-btn.active {
    font-size: 20px;
  }
  .menu-conscious1 h3 {
    font-size: 19px;
  }
}

@media (max-width: 1919.98px) {
  /* 1440–1919 */
  .c2 {
    max-width: 92%;
  }
}

@media (max-width: 1440px) {
  /* <= 1440 */
  .c2 {
    max-width: 95%;
  } /* 1440 ~ 95% */
}

@media (max-width: 1024px) {
  .c2 {
    max-width: 98%;
  }
}

@media (max-width: 768px) {
  .c2 {
    max-width: 100%;
    padding-inline: 16px;
  }
}
@media (min-width: 1381px) and (max-width: 1440px) {
  .menu-conscious1 h3 {
    font-size: 22px;
  }
  .c-btn.active {
    font-size: 22px;
  }
}
