/*
Indice:

- root con variables para el tema
- colores de textos, fondos y subrayados
- html general tags
- font family
- font weight
- alineamiento y gap
- desbordamiento
- switch para elementos responsive
- elementos originales: padding cards, botones, ...sumar los elementos necesarios del tema
- css dinamico y animaciones
- edicion de elementos de AEM REVISAR
- margenes, paddings y border radius
- anchos
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.roboto {
  font-family: "Roboto", sans-serif;
}

#banners-carousel.cmp-text {
    padding-bottom: 0 !important;
}

:root {
    /*IMPORTANTE!!!*/
    /*Las variables y propiedades que no vayan a usar comentenlas o eliminenlas para que no queden lineas de codigo incompleto, que en AEM puede traer problemas*/
    /*Completar con la paleta del proyecto*/
  --color-pink: #761935;
  --color-blue: #1B2D4B;
  --color-dorado: #C4C4C4;
  --color-black: #383838;
  --color-asento-pink: #A62A4C;
  --color-asento-2: ;
    --color-asento-3:;
  --color-asento-4: ;
    --color-efecto-1:;
  --color-efecto-2: ;
    --color-efecto-3:;
  --color-efecto-4: ;
    --color-text-base:;
  --color-text-gris: #707070;
    /*Completar con las medidas estandar de las tarjetas del proyecto en px*/
  --padding-card: 30px;
  --padding-wide-card: ;

    /*Completar con las medidas de los iconos del proyecto en px*/
    --icon-small:;
  --icon-medium: 70px;
  --icon-large: ;
    /*Completa con el grosor de subrayado o hr que usas en el proyecto en px*/
    --grosor-hr:;
    /*Completar con el tiempo de transicion para el cambio de color de los textos al hacer hover*/
  --tiempo-de-transicion-color-texto: ;
    /*Completar con el tiempo de transicion para el cambio de color de los background al hacer hover*/
    --tiempo-de-transicion-color-bg:;
    /*Small*/
  --small-text: 14px;
    /*Botones del tema*/
    /*btn-1*/
  --btn-theme-1-bg: var(--color-blue);
  --btn-theme-1-color: white;
  --btn-theme-1-border: 3px solid var(--color-blue);
  --btn-theme-1-border-radius: 50px;
  --btn-theme-1-text-align: center;
  --btn-theme-1-transition: all .2s ease-in-out;
  --btn-theme-1-padding: 10px 40px;
  --btn-theme-1-width: ;
    --btn-theme-1-font-size: 18px;
  --btn-theme-1-font-family: "Roboto", sans-serif;
  --btn-theme-1-font-weight: bold;
    /*Hover*/
  --btn-theme-1-hover-bg: white;
  --btn-theme-1-hover-color: var(--color-blue);
  --btn-theme-1-hover-border: 3px solid var(--color-blue);
    /*btn-2*/
  --btn-theme-2-bg: white;
  --btn-theme-2-color: var(--color-blue);
  --btn-theme-2-border: 2px solid white;
  --btn-theme-2-border-radius: 50px;
  --btn-theme-2-text-align: center;
  --btn-theme-2-transition: all .2s ease-in-out;
  --btn-theme-2-padding: 5px 40px;
  --btn-theme-2-width: ;
    --btn-theme-2-font-size: 18px;
  --btn-theme-2-font-family: "Roboto", sans-serif;
  --btn-theme-2-font-weight: bold;
    /*Hover*/
  --btn-theme-2-hover-bg: white;
  --btn-theme-2-hover-color: var(--color-blue);
  --btn-theme-2-hover-border: 2px solid white;
    /*btn-3*/
  --btn-theme-3-bg: var(--color-pink);
  --btn-theme-3-color: white;
  --btn-theme-3-border: 3px solid var(--color-pink);
  --btn-theme-3-border-radius: 50px;
  --btn-theme-3-text-align: center;
  --btn-theme-3-transition: all .2s ease-in-out;
  --btn-theme-3-padding: 5px 40px;
  --btn-theme-3-width: ;
    --btn-theme-3-font-size: 18px;
  --btn-theme-3-font-family: "Roboto", sans-serif;
  --btn-theme-3-font-weight: bold;
    /*Hover*/
  --btn-theme-3-hover-bg: white;
  --btn-theme-3-hover-color: var(--color-pink);
  --btn-theme-3-hover-border: 3px solid var(--color-pink);
    /*btn-4*/
  --btn-theme-4-bg: var(--color-blue);
  --btn-theme-4-color: white;
  --btn-theme-4-border: 3px solid var(--color-blue);
  --btn-theme-4-border-radius: 50px;
  --btn-theme-4-text-align: center;
  --btn-theme-4-transition: all .2s ease-in-out;
  --btn-theme-4-padding: 5px 40px;
  --btn-theme-4-width: ;
    --btn-theme-4-font-size: 18px;
  --btn-theme-4-font-family: "Roboto", sans-serif;
  --btn-theme-4-font-weight: bold;
    /*Hover*/
  --btn-theme-4-hover-bg: white;
  --btn-theme-4-hover-color: var(--color-blue);
  --btn-theme-4-hover-border: 3px solid var(--color-blue);
}

.no-scroll {
  overflow: hidden !important;
}

/*Textos*/
.text-base {
  color: var(--color-text-base);
}

.text-gris {
  color: var(--color-text-gris);
}

.text-white {
  color: white;
}

.text-pink {
  color: var(--color-pink);
}

.text-blue {
  color: var(--color-blue);
}

.text-dorado {
  color: var(--color-dorado);
}

.text-black {
  color: var(--color-black);
}

.text-asento-pink {
  color: var(--color-asento-pink);
}

.text-asento-2 {
  color: var(--color-asento-2);
}

.text-asento-3 {
  color: var(--color-asento-3);
}

.text-asento-4 {
  color: var(--color-asento-4);
}

.text-efecto-1 {
  color: var(--color-efecto-1);
}

.text-efecto-2 {
  color: var(--color-efecto-2);
}

.text-efecto-3 {
  color: var(--color-efecto-3);
}

.text-efecto-4 {
  color: var(--color-efecto-4);
}

.text-hover-base:hover {
  color: var(--color-text-base);
}

.text-hover-pink:hover {
  color: var(--color-pink);
}

.text-hover-blue:hover {
  color: var(--color-blue);
}

.text-hover-dorado:hover {
  color: var(--color-dorado);
}

.text-hover-black:hover {
  color: var(--color-black);
}

.text-hover-asento-pink:hover {
  color: var(--color-asento-pink);
}

.text-hover-asento-2:hover {
  color: var(--color-asento-2);
}

.text-hover-asento-3:hover {
  color: var(--color-asento-3);
}

.text-hover-asento-4:hover {
  color: var(--color-asento-4);
}

.text-hover-efecto-1:hover {
  color: var(--color-efecto-1);
}

.text-hover-efecto-2:hover {
  color: var(--color-efecto-2);
}

.text-hover-efecto-3:hover {
  color: var(--color-efecto-3);
}

.text-hover-efecto-4:hover {
  color: var(--color-efecto-4);
}

.text-hover-gris:hover {
  color: var(--color-text-gris);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
a,
span {
  transition: color var(--tiempo-de-transicion-color-texto);
}


/*Fondos*/
* {
  transition: background-color var(--tiempo-de-transicion-color-bg);
}

.bg-white {
  background: white;
}

.bg-gradiente-blue {
  background-image: linear-gradient(90deg, var(--color-blue) 0%, var(--color-pink) 100%);
}

.bg-gradiente-red {
  background-image: linear-gradient(-90deg, var(--color-blue) 0%, var(--color-pink) 100%);
}

.bg-pink {
  background-color: var(--color-pink);
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-dorado {
  background-color: var(--color-dorado);
}

.bg-black {
  background-color: var(--color-black);
}

.bg-asento-pink {
  background-color: var(--color-asento-pink);
}

.bg-asento-2 {
  background-color: var(--color-asento-2);
}

.bg-asento-3 {
  background-color: var(--color-asento-3);
}

.bg-asento-4 {
  background-color: var(--color-asento-4);
}

.bg-efecto-1 {
  background-color: var(--color-efecto-1);
}

.bg-efecto-2 {
  background-color: var(--color-efecto-2);
}

.bg-efecto-3 {
  background-color: var(--color-efecto-3);
}

.bg-efecto-4 {
  background-color: var(--color-efecto-4);
}

.bg-hover-pink:hover {
  background-color: var(--color-pink);
}

.bg-hover-blue:hover {
  background-color: var(--color-blue);
}

.bg-hover-dorado:hover {
  background-color: var(--color-dorado);
}

.bg-hover-black:hover {
  background-color: var(--color-black);
}

.bg-hover-asento-pink:hover {
  background-color: var(--color-asento-pink);
}

.bg-hover-asento-2:hover {
  background-color: var(--color-asento-2);
}

.bg-hover-asento-3:hover {
  background-color: var(--color-asento-3);
}

.bg-hover-asento-4:hover {
  background-color: var(--color-asento-4);
}

.bg-hover-efecto-1:hover {
  background-color: var(--color-efecto-1);
}

.bg-hover-efecto-2:hover {
  background-color: var(--color-efecto-2);
}

.bg-hover-efecto-3:hover {
  background-color: var(--color-efecto-3);
}

.bg-hover-efecto-4:hover {
  background-color: var(--color-efecto-4);
}

.border-blue {
  border: 1.5px solid var(--color-blue);
}

.border-pink {
  border: 1.5px solid var(--color-pink);
}

/*Subrayados*/
.subrayado-pink {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-pink);
}

.subrayado-blue {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-blue);
}

.subrayado-dorado {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-dorado);
}

.subrayado-black {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-black);
}

.subrayado-asento-pink {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-asento-pink);
}

.subrayado-asento-2 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-asento-2);
}

.subrayado-asento-3 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-asento-3);
}

.subrayado-asento-4 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-asento-4);
}

.subrayado-efecto-1 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-efecto-1);
}

.subrayado-efecto-2 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-efecto-2);
}

.subrayado-efecto-3 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-efecto-3);
}

.subrayado-efecto-4 {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-efecto-4);
}

.subrayado-base {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-text-base);
}

.subrayado-gris {
  border: none;
  border-top: var(--grosor-hr) solid var(--color-text-gris);
}

/*HTML general tags*/

/*Si hace fala definir las medidas de los headers

h1 { 
    font-size: ;
    font-weight: ;
    line-height: ;
}
*/

#escuela li {
  padding-bottom: 10px;
}

.new {
  display: none;
}

.page-title {
  font-size: 90px;
}

.subtitle, .subtitle2 {
  font-size: 42px;
}

.h3 {
  font-size: 28px;
}

p {
  font-size: 17px;
  line-height: 22px;
}

.or-1 {
  order: 1;
}

.or-2 {
  order: 2;
}

@media(max-width:1400px) {
  .page-title {
    font-size: 80px;
  }

  .subtitle, .subtitle2 {
    font-size: 38px;
  }

  p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media(max-width:1024px) {
  .subtitle, .subtitle2 {
    font-size: 30px;
  }
}

@media(max-width:992px) {
  .or-1 {
    order: 2;
  }

  .or-2 {
    order: 1;
  }
}

@media(max-width:768px) {
  .subtitle {
    font-size: 25px;
    line-height: 1.1;
  }

  .subtitle2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .page-title {
    text-align: center;
  }
}

@media(max-width:568px) {
  
  .page-title {
    font-size: 50px;
    text-align: center;
  }

  p {
    font-size: 14px;
    line-height: 21px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

b {
  font-family: inherit !important;
  font-size: inherit;
}

sup {
  font-weight: 300;
}

.small-text {
  font-size: var(--small-text);
}

.uppercase {
  text-transform: uppercase;
}

ul.no-style {
  list-style: none;
}

li {
  font-family: inherit !important;
}

/*Font family*/
/*Repetir con las fonts del proyecto*/
.sans {
  font-family: sans-serif;
}

.helvetica {
  font-family: Arial, Helvetica, sans-serif;
}

.monospace {
  font-family: Consolas, monospace;
}

/*Font weight*/
.font-thin {
  font-weight: 100;
}

.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extra-bold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/*Alineamiento*/

.text-center {
  text-align: center;
}

.text-left {
  text-align: start;
}

.text-end {
  text-align: end;
}

.d-none {
  display: none;
}

#ocultar {
  display: none;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.centrado {
  justify-content: center;
  align-items: center;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

.p-0 {
  padding: 0px;
}

.just-start {
  justify-content: left;
  justify-content: start;
}

.just-end {
  justify-content: left;
  justify-content: end;
}

.just-center {
  justify-content: center;
}

.just-between {
  justify-content: space-between;
}

.just-evenly {
  justify-content: space-evenly;
}

.just-around {
  justify-content: space-around;
}

.align-start {
  align-items: start;
}

.align-end {
  align-items: end;
}

.align-center {
  align-items: center;
}

@media (min-width: 768px) {
  .md-text-center {
    text-align: center;
  }

  .md-text-left {
    text-align: start;
  }

  .md-text-end {
    text-align: end;
  }

  .md-d-none {
    display: none;
  }

  .md-d-flex {
    display: flex;
  }

  .md-flex-wrap {
    flex-wrap: wrap;
  }

  .md-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .md-flex-column {
    flex-direction: column;
  }

  .md-flex-row {
    flex-direction: row;
  }

  .md-centrado {
    justify-content: center;
    align-items: center;
  }

  .md-m-auto {
    margin: auto;
  }

  .md-just-start {
    justify-content: start;
  }

  .md-just-end {
    justify-content: end;
  }

  .md-just-center {
    justify-content: center;
  }

  .md-just-between {
    justify-content: space-between;
  }

  .md-just-evenly {
    justify-content: space-evenly;
  }

  .md-just-around {
    justify-content: space-around;
  }

  .md-align-start {
    align-items: start;
  }

  .md-align-end {
    align-items: end;
  }

  .md-align-center {
    align-items: center;
  }
}

@media (min-width: 1199px) {
  .lg-text-center {
    text-align: center;
  }

  .lg-text-left {
    text-align: start;
  }

  .lg-text-end {
    text-align: end;
  }

  .lg-d-none {
    display: none;
  }

  .lg-d-flex {
    display: flex;
  }

  .lg-flex-wrap {
    flex-wrap: wrap;
  }

  .lg-flex-no-wrap {
    flex-wrap: nowrap;
  }

  .lg-flex-column {
    flex-direction: column;
  }

  .lg-flex-row {
    flex-direction: row;
  }

  .lg-centrado {
    justify-content: center;
    align-items: center;
  }

  .lg-m-auto {
    margin: auto;
  }

  .lg-just-start {
    justify-content: start;
  }

  .lg-just-end {
    justify-content: end;
  }

  .lg-just-center {
    justify-content: center;
  }

  .lg-just-between {
    justify-content: space-between;
  }

  .lg-just-evenly {
    justify-content: space-evenly;
  }

  .lg-just-around {
    justify-content: space-around;
  }

  .lg-align-start {
    align-items: start;
  }

  .lg-align-end {
    align-items: end;
  }

  .lg-align-center {
    align-items: center;
  }
}

/*Gap*/
.g-10 {
  gap: 10px;
}

.g-15 {
  gap: 15px;
}

.g-20 {
  gap: 20px;
}

.g-25 {
  gap: 25px;
}

.g-30 {
  gap: 30px;
}

.g-35 {
  gap: 35px;
}

.g-40 {
  gap: 40px;
}

.g-45 {
  gap: 45px;
}

.g-50 {
  gap: 50px;
}


/*Desbordamiento*/

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

/*Switch elements responsive*/
@media (min-width:991px) {
  .ocultar-en-pc {
    display: none;
  }
}

@media (max-width:991px) and (min-width: 768px) {
  .ocultar-en-tablet {
    display: none;
  }
}

@media (max-width:768px) {
  .ocultar-en-mobile {
    display: none;
  }
}

/*Padding cards*/
.padding-card {
  padding: var(--padding-card);
}

.padding-card2 {
  padding: 30px 20px;
}

.padding-wide-card {
  padding: var(--padding-wide-card);
}

.list-no-padding {
  padding-left: 15px;
}

@media(max-width:768px) {
  .padding-card {
    padding: calc((var(--padding-card)/3)*2);
  }

  .padding-wide-card {
    padding: calc((var(--padding-wide-card)/3)*2);
  }
}


/*Botones*/
.btn-theme-1 {
  background-color: var(--btn-theme-1-bg);
  border-radius: var(--btn-theme-1-border-radius);
  border: var(--btn-theme-1-border);
  color: var(--btn-theme-1-color);
  text-align: var(--btn-theme-1-text-align);
  transition: var(--btn-theme-1-transition);
  padding: var(--btn-theme-1-padding);
  width: var(--btn-theme-1-width);
  font-size: var(--btn-theme-1-font-size);
  font-family: var(--btn-theme-1-font-family);
  font-weight: var(--btn-theme-1-font-weight);
}

.btn-theme-1:hover {
  background-color: var(--btn-theme-1-hover-bg);
  color: var(--btn-theme-1-hover-color);
  border: var(--btn-theme-1-hover-border);
}

.btn-theme-2 {
  background-color: var(--btn-theme-2-bg);
  border-radius: var(--btn-theme-2-border-radius);
  border: var(--btn-theme-2-border);
  color: var(--btn-theme-2-color);
  text-align: var(--btn-theme-2-text-align);
  transition: var(--btn-theme-2-transition);
  padding: var(--btn-theme-2-padding);
  width: var(--btn-theme-2-width);
  font-size: var(--btn-theme-2-font-size);
  font-family: var(--btn-theme-2-font-family);
  font-weight: var(--btn-theme-2-font-weight);
}

.btn-theme-2:hover {
  background-color: var(--btn-theme-2-hover-bg);
  color: var(--btn-theme-2-hover-color);
  border: var(--btn-theme-2-hover-border);
}

.btn-theme-3 {
  background-color: var(--btn-theme-3-bg);
  border-radius: var(--btn-theme-3-border-radius);
  border: var(--btn-theme-3-border);
  color: var(--btn-theme-3-color);
  text-align: var(--btn-theme-3-text-align);
  transition: var(--btn-theme-3-transition);
  padding: var(--btn-theme-3-padding);
  width: var(--btn-theme-3-width);
  font-size: var(--btn-theme-3-font-size);
  font-family: var(--btn-theme-3-font-family);
  font-weight: var(--btn-theme-3-font-weight);
}

.btn-theme-3:hover {
  background-color: var(--btn-theme-3-hover-bg);
  color: var(--btn-theme-3-hover-color);
  border: var(--btn-theme-3-hover-border);
}

.btn-theme-4 {
  background-color: var(--btn-theme-4-bg);
  border-radius: var(--btn-theme-4-border-radius);
  border: var(--btn-theme-4-border);
  color: var(--btn-theme-4-color);
  text-align: var(--btn-theme-4-text-align);
  transition: var(--btn-theme-4-transition);
  padding: var(--btn-theme-4-padding);
  width: var(--btn-theme-4-width);
  font-size: var(--btn-theme-4-font-size);
  font-family: var(--btn-theme-4-font-family);
  font-weight: var(--btn-theme-4-font-weight);
}

.btn-theme-4:hover {
  background-color: var(--btn-theme-4-hover-bg);
  color: var(--btn-theme-4-hover-color);
  border: var(--btn-theme-4-hover-border);
}

.icon-small {
  width: var(--icon-small);
}

.icon-medium {
  width: var(--icon-medium);
}

.icon-large {
  width: var(--icon-large);
}

/*Efectos y CSS dinamico*/
.hover-up:hover {
    /*Movimiento ascendente al hacer mouseOver*/
  transform: translateY(-5px);
}

.hover-up {
  transition: transform .2s ease-in-out;
}

.hover-shadow:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.shadow {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.shadow-card {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
}

/* Animacion desde abajo hacia arriba */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Animacion desde el costado derecho */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Estilos para aplicar las animaciones */
.fade-in-up,
.fade-in-right {
  opacity: 0;
    /* Inicialmente invisibles */
  ;
}

/* Activar la animacion al agregar la clase 'animate' */
.fade-in-up.animate {
  animation: fadeInUp 0.8s forwards;
}

.fade-in-right.animate {
  animation: fadeInRight 0.8s forwards;
}




/*Edicion de elementos de AEM*/
.clase-accordion-element .panel-body {
  margin: 0px;
  padding: 0px;
}


/*Para darle estilos a los titulos de los accordion elements*/
/*.panel-title a {
      font-family: ;
      font-style: ;
      font-weight: ;
  }
  */

/*Aplicar estilos diferentes*/
/*@media(max-width: 1199px) {
      .panel-heading {
      }
  }
  */

/*Modificar los iconos de los desplegables por defecto de AEM*/
/*.panel-title .fa {
      background-color: ;
      padding: ;
      border-radius: ;
  }
  */

/*Modificar el tamano del icono*/
/*.panel-title .fa::before {
      font-size: ;
  }
  */

/*.fa:hover {
      color: ;
  }
  */

/* Revisar si necesitamos esto, a veces puede ayudar a que se vean mejor las cajas de contenido
  .main-container>.container-fluid {
      padding-right: 0px;
      padding-left: 0px
  }
  */

.page-section-inner {
  max-width: 100%;
    /*Evita que en movile el contenido se desborde*/
  ;
}

.accordion-container .panel-default,
.accordion-inner-container .panel-group {
  border: none;
    /*Elimina los bordes por defecto de los elementos desplegables de AEM*/
  ;
}



/*Margenes y paddings*/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media (min-width:768px) {
  .md-mr-0 {
    margin-right: 0px;
  }

  .md-mr-10 {
    margin-right: 10px;
  }

  .md-mr-15 {
    margin-right: 15px;
  }

  .md-mr-20 {
    margin-right: 20px;
  }

  .md-mr-30 {
    margin-right: 30px;
  }

  .md-mr-40 {
    margin-right: 40px;
  }

  .md-mr-50 {
    margin-right: 50px;
  }

  .md-mr-60 {
    margin-right: 60px;
  }

  .md-mr-70 {
    margin-right: 70px;
  }

  .md-mr-80 {
    margin-right: 80px;
  }

  .md-mr-90 {
    margin-right: 90px;
  }

  .md-mr-100 {
    margin-right: 100px;
  }

  .md-ml-0 {
    margin-left: 0px;
  }

  .md-ml-10 {
    margin-left: 10px;
  }

  .md-ml-15 {
    margin-left: 15px;
  }

  .md-ml-20 {
    margin-left: 20px;
  }

  .md-ml-30 {
    margin-left: 30px;
  }

  .md-ml-40 {
    margin-left: 40px;
  }

  .md-ml-50 {
    margin-left: 50px;
  }

  .md-ml-60 {
    margin-left: 60px;
  }

  .md-ml-70 {
    margin-left: 70px;
  }

  .md-ml-80 {
    margin-left: 80px;
  }

  .md-ml-90 {
    margin-left: 90px;
  }

  .md-ml-100 {
    margin-left: 100px;
  }

  .md-mt-0 {
    margin-top: 0px;
  }

  .md-mt-10 {
    margin-top: 10px;
  }

  .md-mt-15 {
    margin-top: 15px;
  }

  .md-mt-20 {
    margin-top: 20px;
  }

  .md-mt-30 {
    margin-top: 30px;
  }

  .md-mt-40 {
    margin-top: 40px;
  }

  .md-mt-50 {
    margin-top: 50px;
  }

  .md-mt-60 {
    margin-top: 60px;
  }

  .md-mt-70 {
    margin-top: 70px;
  }

  .md-mt-80 {
    margin-top: 80px;
  }

  .md-mt-90 {
    margin-top: 90px;
  }

  .md-mt-100 {
    margin-top: 100px;
  }

  .md-mb-0 {
    margin-bottom: 0px;
  }

  .md-mb-10 {
    margin-bottom: 10px;
  }

  .md-mb-15 {
    margin-bottom: 15px;
  }

  .md-mb-20 {
    margin-bottom: 20px;
  }

  .md-mb-30 {
    margin-bottom: 30px;
  }

  .md-mb-40 {
    margin-bottom: 40px;
  }

  .md-mb-50 {
    margin-bottom: 50px;
  }

  .md-mb-60 {
    margin-bottom: 60px;
  }

  .md-mb-70 {
    margin-bottom: 70px;
  }

  .md-mb-80 {
    margin-bottom: 80px;
  }

  .md-mb-90 {
    margin-bottom: 90px;
  }

  .md-mb-100 {
    margin-bottom: 100px;
  }

  .md-pr-0 {
    padding-right: 0px;
  }

  .md-pr-10 {
    padding-right: 10px;
  }

  .md-pr-15 {
    padding-right: 15px;
  }

  .md-pr-20 {
    padding-right: 20px;
  }

  .md-pr-30 {
    padding-right: 30px;
  }

  .md-pr-40 {
    padding-right: 40px;
  }

  .md-pr-50 {
    padding-right: 50px;
  }

  .md-pr-60 {
    padding-right: 60px;
  }

  .md-pr-70 {
    padding-right: 70px;
  }

  .md-pr-80 {
    padding-right: 80px;
  }

  .md-pr-90 {
    padding-right: 90px;
  }

  .md-pr-100 {
    padding-right: 100px;
  }

  .md-pl-10 {
    padding-left: 10px;
  }

  .md-pl-15 {
    padding-left: 15px;
  }

  .md-pl-20 {
    padding-left: 20px;
  }

  .md-pl-30 {
    padding-left: 30px;
  }

  .md-pl-40 {
    padding-left: 40px;
  }

  .md-pl-50 {
    padding-left: 50px;
  }

  .md-pl-60 {
    padding-left: 60px;
  }

  .md-pl-70 {
    padding-left: 70px;
  }

  .md-pl-80 {
    padding-left: 80px;
  }

  .md-pl-90 {
    padding-left: 90px;
  }

  .md-pl-100 {
    padding-left: 100px;
  }

  .md-pt-0 {
    padding-top: 0px;
  }

  .md-pt-10 {
    padding-top: 10px;
  }

  .md-pt-15 {
    padding-top: 15px;
  }

  .md-pt-20 {
    padding-top: 20px;
  }

  .md-pt-30 {
    padding-top: 30px;
  }

  .md-pt-40 {
    padding-top: 40px;
  }

  .md-pt-50 {
    padding-top: 50px;
  }

  .md-pt-60 {
    padding-top: 60px;
  }

  .md-pt-70 {
    padding-top: 70px;
  }

  .md-pt-80 {
    padding-top: 80px;
  }

  .md-pt-90 {
    padding-top: 90px;
  }

  .md-pt-100 {
    padding-top: 100px;
  }

  .md-pb-0 {
    padding-bottom: 0px;
  }

  .md-pb-10 {
    padding-bottom: 10px;
  }

  .md-pb-15 {
    padding-bottom: 15px;
  }

  .md-pb-20 {
    padding-bottom: 20px;
  }

  .md-pb-30 {
    padding-bottom: 30px;
  }

  .md-pb-40 {
    padding-bottom: 40px;
  }

  .md-pb-50 {
    padding-bottom: 50px;
  }

  .md-pb-60 {
    padding-bottom: 60px;
  }

  .md-pb-70 {
    padding-bottom: 70px;
  }

  .md-pb-80 {
    padding-bottom: 80px;
  }

  .md-pb-90 {
    padding-bottom: 90px;
  }

  .md-pb-100 {
    padding-bottom: 100px;
  }
}

@media(min-width:1199px) {
  .lg-mr-0 {
    margin-top: 0px;
  }

  .lg-mr-10 {
    margin-top: 10px;
  }

  .lg-mr-15 {
    margin-top: 15px;
  }

  .lg-mr-20 {
    margin-top: 20px;
  }

  .lg-mr-30 {
    margin-top: 30px;
  }

  .lg-mr-40 {
    margin-top: 40px;
  }

  .lg-mr-50 {
    margin-top: 50px;
  }

  .lg-mr-60 {
    margin-top: 60px;
  }

  .lg-mr-70 {
    margin-top: 70px;
  }

  .lg-mr-80 {
    margin-top: 80px;
  }

  .lg-mr-90 {
    margin-top: 90px;
  }

  .lg-mr-100 {
    margin-top: 100px;
  }

  .lg-ml-0 {
    margin-left: 0px;
  }

  .lg-ml-10 {
    margin-left: 10px;
  }

  .lg-ml-15 {
    margin-left: 15px;
  }

  .lg-ml-20 {
    margin-left: 20px;
  }

  .lg-ml-30 {
    margin-left: 30px;
  }

  .lg-ml-40 {
    margin-left: 40px;
  }

  .lg-ml-50 {
    margin-left: 50px;
  }

  .lg-ml-60 {
    margin-left: 60px;
  }

  .lg-ml-70 {
    margin-left: 70px;
  }

  .lg-ml-80 {
    margin-left: 80px;
  }

  .lg-ml-90 {
    margin-left: 90px;
  }

  .lg-ml-100 {
    margin-left: 100px;
  }

  .lg-mt-0 {
    margin-top: 0px;
  }

  .lg-mt-10 {
    margin-top: 10px;
  }

  .lg-mt-15 {
    margin-top: 15px;
  }

  .lg-mt-20 {
    margin-top: 20px;
  }

  .lg-mt-30 {
    margin-top: 30px;
  }

  .lg-mt-40 {
    margin-top: 40px;
  }

  .lg-mt-50 {
    margin-top: 50px;
  }

  .lg-mt-60 {
    margin-top: 60px;
  }

  .lg-mt-70 {
    margin-top: 70px;
  }

  .lg-mt-80 {
    margin-top: 80px;
  }

  .lg-mt-90 {
    margin-top: 90px;
  }

  .lg-mt-100 {
    margin-top: 100px;
  }

  .lg-mb-0 {
    margin-bottom: 0px;
  }

  .lg-mb-10 {
    margin-bottom: 10px;
  }

  .lg-mb-15 {
    margin-bottom: 15px;
  }

  .lg-mb-20 {
    margin-bottom: 20px;
  }

  .lg-mb-30 {
    margin-bottom: 30px;
  }

  .lg-mb-40 {
    margin-bottom: 40px;
  }

  .lg-mb-50 {
    margin-bottom: 50px;
  }

  .lg-mb-60 {
    margin-bottom: 60px;
  }

  .lg-mb-70 {
    margin-bottom: 70px;
  }

  .lg-mb-80 {
    margin-bottom: 80px;
  }

  .lg-mb-90 {
    margin-bottom: 90px;
  }

  .lg-mb-100 {
    margin-bottom: 100px;
  }
}

/*Border radius*/
.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-16 {
  border-radius: 16px;
}

.br-20 {
  border-radius: 20px;
}

.br-50 {
  border-radius: 50px;
}

/*Altos*/
.h-100 {
  height: 100%;
}

/*Anchos*/
.w-fit {
  width: fit-content;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.max-w-20 {
  max-width: 20%;
}

.max-w-30 {
  max-width: 30%;
}

.max-w-40 {
  max-width: 40%;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-60 {
  max-width: 60%;
}

.max-w-70 {
  max-width: 70%;
}

.max-w-80 {
  max-width: 80%;
}

.max-w-90 {
  max-width: 90%;
}

.max-w-100 {
  max-width: 100%;
}

.min-w-20 {
  min-width: 20%;
}

.min-w-30 {
  min-width: 30%;
}

.min-w-40 {
  min-width: 40%;
}

.min-w-50 {
  min-width: 50%;
}

.min-w-60 {
  min-width: 60%;
}

.min-w-70 {
  min-width: 70%;
}

.min-w-80 {
  min-width: 80%;
}

.min-w-90 {
  min-width: 90%;
}

.min-w-100 {
  min-width: 100%;
}

@media(min-width: 768px) {
  .md-w-20 {
    width: 20%;
  }

  .md-w-30 {
    width: 30%;
  }

  .md-w-35 {
    width: 35%;
  }

  .md-w-40 {
    width: 40%;
  }

  .md-w-50 {
    width: 50%;
  }

  .md-w-60 {
    width: 60%;
  }

  .md-w-70 {
    width: 70%;
  }

  .md-w-80 {
    width: 80%;
  }

  .md-w-90 {
    width: 90%;
  }

  .md-w-100 {
    width: 100%;
  }

  .md-min-w-20 {
    min-width: 20%;
  }

  .md-min-w-30 {
    min-width: 30%;
  }

  .md-min-w-40 {
    min-width: 40%;
  }

  .md-min-w-50 {
    min-width: 50%;
  }

  .md-min-w-60 {
    min-width: 60%;
  }

  .md-min-w-70 {
    min-width: 70%;
  }

  .md-min-w-80 {
    min-width: 80%;
  }

  .md-min-w-90 {
    min-width: 90%;
  }

  .md-min-w-100 {
    min-width: 100%;
  }

  .md-max-w-20 {
    max-width: 20%;
  }

  .md-max-w-30 {
    max-width: 30%;
  }

  .md-max-w-40 {
    max-width: 40%;
  }

  .md-max-w-50 {
    max-width: 50%;
  }

  .md-max-w-60 {
    max-width: 60%;
  }

  .md-max-w-70 {
    max-width: 70%;
  }

  .md-max-w-80 {
    max-width: 80%;
  }

  .md-max-w-90 {
    max-width: 90%;
  }

  .md-max-w-100 {
    max-width: 100%;
  }
}

@media (min-width: 1199px) {
  .lg-w-20 {
    width: 20%;
  }

  .lg-w-30 {
    width: 30%;
  }

  .lg-w-35 {
    width: 35%;
  }

  .lg-w-40 {
    width: 40%;
  }

  .lg-w-50 {
    width: 50%;
  }

  .lg-w-60 {
    width: 60%;
  }

  .lg-w-70 {
    width: 70%;
  }

  .lg-w-80 {
    width: 80%;
  }

  .lg-w-90 {
    width: 90%;
  }

  .lg-w-100 {
    width: 100%;
  }

  .lg-min-w-20 {
    min-width: 20%;
  }

  .lg-min-w-30 {
    min-width: 30%;
  }

  .lg-min-w-40 {
    min-width: 40%;
  }

  .lg-min-w-50 {
    min-width: 50%;
  }

  .lg-min-w-60 {
    min-width: 60%;
  }

  .lg-min-w-70 {
    min-width: 70%;
  }

  .lg-min-w-80 {
    min-width: 80%;
  }

  .lg-min-w-90 {
    min-width: 90%;
  }

  .lg-min-w-100 {
    min-width: 100%;
  }

  .lg-max-w-20 {
    max-width: 20%;
  }

  .lg-max-w-30 {
    max-width: 30%;
  }

  .lg-max-w-40 {
    max-width: 40%;
  }

  .lg-max-w-50 {
    max-width: 50%;
  }

  .lg-max-w-60 {
    max-width: 60%;
  }

  .lg-max-w-70 {
    max-width: 70%;
  }

  .lg-max-w-80 {
    max-width: 80%;
  }

  .lg-max-w-90 {
    max-width: 90%;
  }

  .lg-max-w-100 {
    max-width: 100%;
  }
}

.slide-white {
  --hover: white;
}

.slide-white:hover,
.slide-white:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.slide-white:hover span {
  filter: brightness(0);
}

.slide-blue {
  --hover: var(--color-blue);
}

.slide-blue:hover,
.slide-blue:focus {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
}


/*-navbar*/

ul.dropdown-content li a:hover {
  border-bottom: 0;
}

.nav-producto {
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  background-color: #fff;
  max-height: 100px !important;
  justify-content: center;
}

.nav-title img {
  width: 100px;
  padding: 10px 0;
}

.nav-producto > .nav-header {
  flex: 0.95;
  /*padding-left: 1rem;*/
  ;
}

.nav-producto > .nav-list {
  display: flex;
  gap: 2rem;
  margin-bottom: 0 !important;
}

.nav-producto > .nav-list > li {
  list-style-type: none;
}

.nav-producto > .nav-list > li a {
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
  color: var(--color-pink);
  font-weight: 500;
  font-size: 16px;
  font-family: "Roboto", sans-serif !important;
}

.nav-producto > #nav-check {
  display: none;
}

a.active {
  border-bottom: 2px solid var(--color-blue);
}

@media (min-width: 992px) {
  .hamburguesa, .menu-mobile {
    display: none;
  }
}

.nav-list a:hover {
  border-bottom: 2px solid var(--color-blue);
}

      /*mobile*/

@media (max-width: 992px) {
    
  ul.nav-list li a {
    display: flex;
    justify-content: space-between;
  }

  .nav-producto {
    padding: 1rem;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 100;
    max-height: 100px !important;
  }

  .nav-producto img {
    max-width: 100px !important;
  }

  .nav-producto > .nav-btn {
    display: inline-block;
          /* padding-top: 0.2rem; */
    z-index: 99999999;
  }
/*
  .nav-producto > .nav-btn > label {
    display: flex;
    width: 48px;
    height: 32px;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
  }

  .nav-producto > .nav-btn > label > div {
    display: block;
    width: 25px;
    border-top: 2px solid var(--color-blue);
    height: 2px;
    margin-bottom: 6px;
  } */

  .nav-producto > .nav-btn > label > div:last-of-type {
    margin-bottom: 0px;
  }

  .nav-producto > .nav-list {
    position: fixed;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /*min-height:100vh;*/
    width: 0;
    max-width: 100%;
    transition: all 0.5s ease-in-out;
    top: 100px;
    right: 0;
    overflow: scroll !important;
    opacity: 0;
    height: calc(100vh - 100px);
  }

  .nav-producto > .nav-list > li {
    width: 100%;
    margin-top: 1.5rem;
  }

  .nav-producto > #nav-check:checked ~ .nav-list a {
    color: white !important;
  }

  .nav-producto > #nav-check:checked ~ .nav-list {
    opacity: 1;
    width: 100%;
    padding: 40px 20px;
    background-color: var(--color-blue);
    color: white;
  }
}

.dropdown-content {
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease, opacity 1s ease;
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 2;
  list-style-type: none !important;
  border-radius: 10px !important;
  padding-inline-start: 0 !important;
  margin-top: 10px !important;
}

.dropdown-content a {
  color: var(--color-pink);
  padding: 12px 30px;
  text-decoration: none;
  display: block;
  transition: all 200ms;
}

.dropdown-content a:hover {
  background-color: var(--color-blue);
  color: white !important;
}

/*.nav-producto > .nav-list > li:hover .dropdown-content {*/
/*  display: block;*/
/*}*/

.nav-producto > .nav-list > li:hover .dropdown-content {
  max-height: 300px;
  opacity: 1;
  /*hace visible el dropdown*/
  ;
}

/*.nav-list li a.active .fa-chevron-down {*/
/*  transform: rotate(180deg);*/
/*}*/

.nav-producto > .nav-list > li::after {
  transform: rotate(180deg);
}

.fa-chevron-down {
  display: none;
}

@media (max-width: 992px) {
  .fa-chevron-down {
    display: inline-block;
  }
}
 
 /* mobile navbar */
 
.hamburguesa {
  font-size: 30px;
}

.menu-mobile {
  font-size: 24px;
}

@media (max-width: 992px) {
  a.title-nav {
    font-size: 22px !important;
  }

  .dropdown-content {
    background-color: transparent;
  }

  .nav-producto > .nav-list > li:hover .dropdown-content {
    position: static;
    width: 100%;
    box-shadow: none;
    list-style-type: none !important;
    margin-top: 20px;
  }

  .dropdown-content a {
    padding: 12px 0;
  }
 
         /* Flecha para el dropdown */
  /*.nav-producto > .nav-list > li a::after {*/
  /*  content: url(/content/dam/intelligentcontent/unbranded/asmazero-net/us/ar/chevron-down-solid.svg);*/
  /*  width: 20px;*/
  /*  display: inline-block;*/
  /*  vertical-align: middle;*/
  /*  margin-left: 5px;*/
  /*  transform: rotate(270deg);*/
  /*  transition: transform 0.3s;*/
  /*}*/

  /*.nav-producto > .nav-list > li:hover > a::after {*/
  /*  transform: rotate(0deg);*/
  /*}*/

  /*.dropdown-content > li a::after {*/
  /*  content: " " !important;*/
  /*};*/;
}
 
       /*Fin Navbar*/
 
i.fa.fa-chevron-down:hover + .dropdown-content {
  max-height: 300px;
  opacity: 1;
}
 
 /*Footer*/
#footer-logo {
  background-color: #1a2e4b;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 100px 0;
}

#footer-logo p {
  font-family: "Roboto", sans-serif !important;
}

.container2, #accordion-recursos {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

#footer-logo .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.lh-2 {
  line-height: 2;
}

#footer-logo .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

#footer-logo a {
  color: inherit !important;
}

@media (min-width: 992px) {
  #footer-logo .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  #footer-logo .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 992px) {
  #footer-logo .col-lg-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #footer-logo p {
    text-align: center;
  }
}

 /*Fin Footer*/
 
 /*Contenedores en AEM*/
 /* Media queries para el .container y para arreglar caja en columnas de aem */
 
.azcl-columns__base {
  margin: auto;
  gap: 40px;
  align-items: center;
}

@media (max-width: 992px) {
  .azcl-columns--2, .azcl-columns--3, .azcl-columns--4 {
    --col-count: 1 !important;
  }
}

@media (min-width: 360px) {
 
  .container2,
     .azcl-columns__base, #accordion-recursos {
    max-width: 95%;
  }
}

@media (min-width: 576px) {
 
  .container2,
     .azcl-columns__base, #accordion-recursos {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
 
  .container2,
     .azcl-columns__base, #accordion-recursos {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
 
  .container2,
     .azcl-columns__base, #accordion-recursos {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
 
  .container2,
     .azcl-columns__base, #accordion-recursos {
    max-width: 1100px;
  }
}

@media (min-width: 1400px) {
 
  .container2,
     .azcl-columns__base, #accordion-recursos {
    max-width: 1200px;
  }
}
 /*Fin Contenedores en AEM*/
 
 /*Columnas en AEM*/
 /*Soluciona el alto de las columnas con la clase h-100 en el div contenedor del text*/
 
.cmp-container,
 .cmp-container .text,
 .cmp-container .text .cmp-text,
 .cmp-container .text .cmp-text .h-100 {
  height: 100%;
}

.cmp-container__backgroundImage--enabled {
  margin: 0 !important;
}

.cmp-text {
  font-family: "Roboto", sans-serif !important;
}

@media (max-width: 992px) {
  /*.cmp-container__backgroundImage--enabled {*/
  /*  margin-top: 90px !important;*/
  /*}*/
 
  .bread {
    margin-top: 100px !important;
  }
}

#bg-gray-mt-menos-10 {
  background: rgba(196, 196, 196, 0.15);
  margin-top: -10px;
}
 /*Fin columnas en AEM*/
 
 /*Carousel Swiper*/
/*#banners-carousel .swiper-container {*/
/*  position: relative;*/
/*  overflow: hidden !important;*/
/*}*/

/*#banners-carousel .swiper-pagination-principal {*/
/*  position: absolute;*/
/*  z-index: 10;*/
/*  left: 50% !important;*/
/*  bottom: var(--swiper-pagination-bottom, 28px) !important;*/
/*}*/



#banners-carousel .carousel-mobile {
  display: none;
}

#banners-carousel .carousel-img {
  display: block;
}
 
 /*Carousel Banner*/
#banners-carousel .cmp-text {
  padding: 0 !important;
}

/*#banners-carousel>.content-slide {*/
/*  margin: 0px;*/
/*  width: 100%;*/
/*  max-width: unset;*/
/*}*/

/*#banners-carousel>.content-slide>.swiper {*/
/*  padding: 0px !important;*/
/*}*/

/*#banners-carousel .flecha {*/
/*  width: 25px !important;*/
/*}*/

/*#banners-carousel .swiper-button-next-principal img {*/
/*  position: absolute;*/
/*  right: 20px;*/
/*  top: 50%;*/
/*  z-index: 1;*/
/*}*/

/*#banners-carousel .swiper-button-prev-principal img {*/
/*  position: absolute;*/
/*  left: 20px;*/
/*  top: 50%;*/
/*  z-index: 1;*/
/*}*/

/*#banners-carousel .swiper-pagination-bullet {*/
/*  background: white !important;*/
/*  border: 2px solid var(--color-blue) !important;*/
/*  opacity: 1 !important;*/
/*}*/

/*#banners-carousel .swiper-pagination-bullet-active {*/
/*  background: var(--color-blue) !important;*/
/*}*/

/*@media (max-width: 1200px) {*/
/*  #banners-carousel .swiper-container {*/
/*    padding-top: 90px;*/
/*  }*/
/*}*/

@media (max-width: 992px) {
  #banners-carousel {
    padding-top: 85px;
  }
}

@media (max-width: 768px) {
  #banners-carousel .carousel-img {
    display: none;
  }

  #banners-carousel .carousel-mobile {
    display: block;
    justify-content: center;
     /*min-width: 100%;*/
     /*height: 60vh;*/
    /*padding-top: 80px !important;*/
    ;
  }

  #banners-carousel .img-mobile {
    min-width: 100%;
    height: 50vh;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
  #banners-carousel .img-mobile {
    height: 100vh !important;
  }

  .nav-producto {
    max-height: 70px !important;
  }

  #banners-carousel {
    padding-top: 55px !important;
  }

  .nav-producto > .nav-list {
    top: 70px !important;
  }
}
  /*#banners-carousel .swiper-pagination-principal {*/
  /*  position: relative;*/
  /*  display: flex;*/
  /*  justify-content: center;*/
  /*  left: 0 !important;*/
  /*}*/
 /*Fin Carousel Swiper*/
 
 
 /*Home section: Asma circulos*/
 
#ataques-de-asma .circle {
  border: solid 7px var(--color-pink);
  border-radius: 100%;
  padding: 40px;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
}

@media(max-width:564px) {
  #ataques-de-asma .circle {
    border: solid 7px var(--color-pink);
    border-radius: 100%;
    padding: 40px;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
}

#ataques-de-asma .circle::before {
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  heiht: 100%;
  border-radius: 100%;
  border: solid 3px #C4C4C4;
}

#ataques-de-asma .circle img {
  width: 200px;
  max-height: 120px;
}

#ataques-de-asma .circle {
  border-color: var(--color-pink);
  --hover: var(--color-pink);
  transition: all .5s ease-in-out;
}

#ataques-de-asma .circle:hover {
  box-shadow: inset 6.5em 0 0 0 var(--hover);
  background: var(--color-pink);
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

#ataques-de-asma .circle img {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

#ataques-de-asma .circle:hover img {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

#ataques-de-asma .circle::before {
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

#ataques-de-asma .circle::after {
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: opacity .2s ease-in-out;
  border: solid 3px #C4C4C4;
}

#ataques-de-asma .circle:hover::after {
  content: "";
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: opacity .2s ease-in-out;
  border: none;
}

#ataques-de-asma .circle:hover::before {
  opacity: 1;
  border-color: var(--color-pink);
}

#ataques-de-asma .circle .descripcion {
  position: absolute;
  text-align: center;
  color: white;
  font-weight: 700;
  font-family: "Roboto", sans;
  font-size: 16px;
  line-height: 20px;
  padding: 30px;
  opacity: 0;
  transition: opacity .2s ease-in-out;
}

#ataques-de-asma .circle:hover .descripcion {
  opacity: 1;
}

@media(max-width:768px) {
  #ataques-de-asma .circle .descripcion {
    padding: 0;
    font-size: 14px;
  }
}
 
 
 /*Fin Home section: Asma circulos*/
 
 /*Fondo seccion AEM*/
#bg-gray {
  background: #f6f6f6;
}

.bg-gray {
  background: #f6f6f6;
}

.icon-small {
  width: 14px;
  margin-right: 20px;
}

.btn-theme-4:hover .icon-small {
  filter: brightness(80) invert(1) !important;
}
 
 /*Fenotipos de asma*/
#fenotipos .card {
  width: calc((100% - 40px) / 4);
  min-width: 150px;
  justify-content: start;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
 
 /*Causas y factores*/
#causas-y-factores .card {
  width: calc((100% - 40px) / 5);
  min-width: 150px;
  justify-content: start;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}

/*Profesionale de la Salud --- START*/
#botones-desktop {
  display: inline-flex;
  margin: 2rem 0;
}
.btns-portales-links {
  gap: 2rem;
}
.btns-portales-links a {
  text-decoration: none !important;
}
.btns-portales-links .btn-bandera {
  font-weight: bold;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  height: 3rem;
  width: 15rem;
  border: 3px solid #000;
  border-radius: 5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btns-portales-links .btn-bandera img {
  max-width: 100%;
  height: auto;
  width: 2rem;
}
/*Profesionale de la Salud --- END*/

@media(max-width:991px) {
  #causas-y-factores .card, #fenotipos .card {
    width: calc((100% - 20px) / 3);
    min-width: 150px;
    justify-content: start;
    text-align: center;
  }
}

@media(max-width:768px) {
  #causas-y-factores .card, #fenotipos .card {
    width: calc((100% - 10px) / 2);
    min-width: 150px;
    justify-content: start;
    text-align: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  /*Profesionale de la Salud --- START*/
  #botones-desktop {
    display: none;
  }
  #botones-mobile {
    display: flex;
    width: 100%;
    max-width: 540px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto 2rem auto;
  }
  .btns-portales-links {
    display: inline-flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    margin: 2rem 0;
    width: 100%;
}
  .btns-portales-links a {
    display: block;
    width: 100%;
  }
  .btns-portales-links .btn-bandera {
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 3rem;
    width: 100%;
    border: 3px solid #000;
    border-radius: 5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    justify-content: center;
    padding: 10px 13px;
  }
  /*Profesionale de la Salud --- END*/

}

#causas-y-factores .card .circle, #fenotipos .card .circle {
  border: solid 2px var(--color-dorado);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: white;
  border-radius: 100%;
  padding: 20px;
}

#causas-y-factores .card .circle img, #fenotipos .card .circle img {
  width: 50px;
  max-height: 50px;
}
 
 /*Componente texto + imagen*/
#text-image {
  padding-top: 20px;
  padding-bottom: 40px;
}

.img-cubo {
  width: 400px !important;
  max-width: fit-content;
}

@media(max-width: 768px) {
  .img-cubo {
    width: 350px !important;
  }
}
 
 /*Componente: Header Bordo con icono al costado*/
 
 /*Right*/
.header-section-icon-right {
  position: relative;
  height: 80px;
  padding: 0px;
  margin-top: 40px;
}

.header-section-icon-right h2 {
  background: var(--color-pink);
  position: absolute;
  width: 70%;
  max-width: 75%;
  border-radius: 10px;
  z-index: 4;
  height: 80px;
  display: flex;
  align-items: center;
  top: 0px;
  max-width: 1200px;
}

.header-section-icon-right .bg-white, .header-section-icon-right .bg-gray {
  position: absolute;
  right: 0px;
  display: flex;
  justify-items: center;
  z-index: 2;
  height: 100px;
  top: -10px;
   /*width: 25%;*/
  ;
}

.header-section-icon-right .bg-white img, .header-section-icon-right .bg-gray img {
  margin: auto;
  width: 85px;
}

@media(max-width:1400px) {
  .header-section-icon-right {
    height: 65px;
  }

  .header-section-icon-right h2 {
    height: 65px;
    width: 72%;
  }

  .header-section-icon-right .bg-white, .header-section-icon-right .bg-gray {
    height: 80px;
    ;
  }
}

@media(max-width:992px) {
     
  .header-section-icon-right h2 {
    width: 72%;
  }

  .header-section-icon-right .bg-white, .header-section-icon-right .bg-gray {
    background: transparent!important;
    right: 30px;
  }

  .header-section-icon-right h2 {
    background: transparent!important;
    width: 65%;
  }

  .header-section-icon-right .bg-white img, .header-section-icon-right .bg-gray img {
    width: 85px;
  }
}

@media(max-width:768px) {
 
  .header-section-icon-right {
    height: 75px;
  }

  .header-section-icon-right h2 {
    height: 75px;
  }

  .header-section-icon-right .bg-white, .header-section-icon-right .bg-gray {
    height: 90px;
    ;
  }

  .header-section-icon-right .bg-white img, .header-section-icon-right .bg-gray img {
    margin: auto;
    width: 95px;
  }
}
 
 
 /*Left*/
 
 
.header-section-icon-left {
  position: relative;
  height: 80px;
  padding: 0px;
  margin-top: 40px;
}

.header-section-icon-left h2 {
  background: var(--color-pink);
  position: absolute;
  width: 70%;
  max-width: 75%;
  border-radius: 10px;
  z-index: 4;
  height: 80px;
  display: flex;
  align-items: center;
  top: 0px;
  max-width: 1200px;
  padding-left: 40px;
  margin-left: 10%;
}

.header-section-icon-left .bg-white, .header-section-icon-left .bg-gray {
  position: absolute;
  left: 0px;
  z-index: 2;
  height: 100px;
  top: -10px;
  width: 25%;
}

.header-section-icon-left .bg-white img, .header-section-icon-left .bg-gray img {
  margin: auto;
  width: 85px;
}

.header-section-icon-left .container2 {
  position: relative;
}

.header-section-icon-left::before {
  content: "";
  inset: 0;
  position: absolute;
  left: 0px;
  width: 50%;
  background: white;
}

.header-section-icon-left.fondo-gris::before {
  background: #f6f6f6;
}

@media(max-width:1400px) {
  .header-section-icon-left {
    height: 65px;
  }

  .header-section-icon-left h2 {
    height: 65px;
  }

  .header-section-icon-left .bg-white, .header-section-icon-right .bg-gray {
    height: 80px;
    ;
  }
}

@media(max-width:992px) {
     
  .header-section-icon-left h2 {
    margin-left: 15%;
  }

  .header-section-icon-left .bg-white, .header-section-icon-left .bg-gray {
    background: transparent!important;
    left: 0px;
  }

  .header-section-icon-left h2 {
    background: transparent!important;
    width: 65%;
  }

  .header-section-icon-left .bg-white img, .header-section-icon-left .bg-gray img {
    width: 85px;
  }

  .header-section-icon-left::before {
    display: none;
  }
}

@media(max-width:768px) {
  .header-section-icon-left {
    height: 75px;
  }

  .header-section-icon-left h2 {
    height: 75px;
  }

  .header-section-icon-left .bg-white, .header-section-icon-right .bg-gray {
    height: 90px;
    ;
  }

  .header-section-icon-left .bg-white img, .header-section-icon-left .bg-gray img {
    width: 95px;
  }
}
 
 
 /*Fin Componente: Header Bordo con icono al costado*/
 
 /*Componente: Cards flotantes*/
 
.borde-grey {
  border-bottom: 2px solid var(--color-dorado);
  border-left: 2px solid var(--color-dorado);
  border-right: 2px solid var(--color-dorado);
}

#cards-flotantes {
  margin-top: -30px;
  margin-bottom: 40px;
}

#cards-flotantes .borde-grey {
  border-radius: 0px 0px 10px 10px;
  height: 100%;
  position: relative;
  border-top: 0px;
  display: flex;
  align-items: center;
  background: white;
}

@media (max-width:992px) {
  #cards-flotantes .borde-grey {
    justify-content: center !important;
    text-align: center !important;
  }
}
 
 /*Diagnostico*/
#columns-asma {
  padding-bottom: 40px;
  padding-top: 20px;
}

#asma-por-aparicion #cards-flotantes .borde-grey {
  min-height: 130px;
}

@media (max-width:768px) {
  #asma-por-aparicion #cards-flotantes .borde-grey {
    min-height: 100px;
  }

  #asma-por-aparicion {
    background: var(--color-blue);
  }
}

 
 /*Entenidendo el asma*/
 
#asma-grave #cards-flotantes .borde-grey, #cards-prevencion .borde-grey {
  min-height: 200px;
}

@media(max-width:991px) {
  #asma-grave #cards-flotantes .borde-grey {
    min-height: 280px;
  }

  #cards-prevencion {
    background-color: var(--color-blue);
  }
}

@media (min-width:768px) and (max-width:1200px) {
  #cards-prevencion .borde-grey {
    min-height: fit-content;
  }
}

@media(max-width:768px) {
  #asma-grave #cards-flotantes .borde-grey, #cards-prevencion .borde-grey {
    min-height: 100px;
  }

  #asma-grave {
    background: var(--color-blue);
  }
}
 
 /*Asma en la vida diaria*/
 
.factores {
  display: flex !important;
  text-align: right !important;
  border-radius: 10px 0 0 10px !important;
  margin-top: 10px !important;
  padding: 2px 10px !important;
  justify-content: flex-end !important;
  margin-right: -11% !important;
}

#escuela .card-list {
  display: flex !important;
  text-align: right !important;
  border-radius: 10px 0 0 10px !important;
  margin-top: 10px !important;
  padding: 2px 10px !important;
  justify-content: flex-end !important;
  margin-right: -11% !important;
}

.factores2 {
  display: flex !important;
  text-align: left !important;
  border-radius: 0px 10px 10px 0px !important;
  margin-top: 10px !important;
  padding: 2px 10px !important;
  justify-content: flex-start !important;
  margin-left: -11% !important;
}

.lapiz {
  margin-top: -80px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.lapiz2 {
  margin-top: -20px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

#escuela .cmp-text ul {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
 
 /*Recursos*/
#accordion-recursos {
  padding: 40px 0;
}

.cmp-accordion__title {
  font-family: "Roboto", sans-serif !important;
  font-size: 23px;
  color: var(--color-blue);
  font-weight: 600;
}

#accordion-recursos .cmp-text ul {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

#accordion-recursos .cmp-text li {
  line-height: 1.2;
  font-family: "Roboto", sans-serif !important;
}

.cmp-accordion__icon::before {
  border-radius: 100px;
  background-color: var(--color-pink);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.cmp-accordion__button--expanded .cmp-accordion__icon::before {
  background-color: var(--color-blue);
}

.cmp-accordion__button {
  border-top: 1.5px solid rgba(128,128,128,0.24) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.cmp-accordion__panel {
  margin-bottom: 20px;
}
 
 /*Swiper niveles de asma*/
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.pagination span {
  width: 25px;
  height: 5px;
  margin: 0 5px;
  background-color: #C4C4C4;
  border-radius: 100px;
  cursor: pointer;
}

.pagination .active {
  background-color: #1B2D4B;
}

.stage-card {
  height: fit-content;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #761934;
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  justify-content: space-between;
}

.stage-card .cap-content {
  display: none;
}

.stage-card .cap-content.active {
  display: block;
}

.stage-card ul {
  padding-left: 15px;
}

.arrow-btn-cap {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-btn-cap::before {
  content: "";
  position: absolute;
  background-color: #a62a4c;
  width: 40px;
  height: 40px;
       /*z-index: -1;*/
  border-radius: 50%;
}

.arrow-btn-cap.desabled::before {
  background-color: #C4C4C4;
}

.arrow-btn-cap.nex-arrow,
     .arrow-btn-cap.prev-arrow {
  position: absolute;
  top: 50%;
}

.arrow-btn-cap.prev-arrow {
  left: -7px;
}

.arrow-btn-cap.nex-arrow {
  right: -7px;
}

.arrow-btn-cap .enabled {
  display: none;
}

.arrow-btn-cap.active .enabled {
  display: block;
}

.arrow-btn-cap.active .desabled {
  display: none;
}

li.open-sans,
     .open-sans b {
  font-family: "Open Sans", sans-serif !important;
}

.stage-card .active {
  text-decoration: none !important;
}

img.desabled, img.enabled {
  z-index: 1;
  width: 10px;
}

.nex-arrow {
  transform: rotate(180deg);
}

@media (max-width:992px) {
  #escuela .card-list {
    /*margin-right: -40px !important;*/
    /*margin-left: -40px;*/
    /*width: 132%;*/
    /*border-radius: 0 !important;*/
    /*text-align: center !important;*/
    margin-right: -40px !important;
    margin-left: -40px !important;
    border-radius: 0 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .factores2 {
    margin-right: -40px !important;
    margin-left: -40px !important;
    border-radius: 0 !important;
    text-align: center !important;
    justify-content: center !important;
  }

  #trabajo .azcl-column-par1 {
    order: 2;
  }

  #trabajo .azcl-column-par2 {
    order: 1;
  }

  .or-1 {
    order: 2;
  }

  .or-2 {
    order: 1;
  }
}

@media (max-width:768px) {
  .stage-card {
    min-height: 300px;
  }
}
 
 
 /*CSS acordeon*/
 
.cmp-accordion__icon::before {
  padding-left: 1px;
}

.cmp-accordion__panel {
  max-height: 0px !important;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  display: block !important;
  padding: 0px;
}

.cmp-accordion__panel.cmp-accordion__panel--expanded {
  transition: max-height 0.4s ease-out;
  max-height: 400px !important;
}

.accordion .aem-Grid-newComponent {
  height: 5px;
}

.cmp-accordion__panel {
  margin-bottom: 0px;
}

.accordion .new.newpar.section {
  display: none;
}

@media (max-width:600px) {
  #accordion-recursos .cmp-text {
    text-align: center;
  }
}

@media (max-width: 992px) {
  .cmp-container__backgroundImage--enabled {
    background-position: right;
  }
}

.cmp-accordion__panel {
  padding: 0px !important;
}

.accordion [aria-hidden='true'] {
  visibility: visible;
}
 
 
 
 /*Fin Accordeon*/
 
/*Breadcrumb*/
.bread {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.bread p {
  margin-bottom: 0 !important;
  margin: 0 !important;
  color: #1A2E4B;
}

.bread a {
  color: #1A2E4B;
}

.bread img {
  width: 10px;
}

/*Modal*/
.modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: white !important;
  padding: 20px !important;
  z-index: 9999 !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent!important;
  background-color: rgba(128, 128, 128, 0.7)!important;
  border-radius: 0px!important;
}

.modal-box {
  background-color: #fff !important;
  padding: 20px !important;
  border-radius: 8px !important;
  width: 100% !important;
  max-width: 500px !important;
  position: relative !important;
}

.modal__close {
  position: absolute !important;
  top: 15px !important;
  right: 20px !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  z-index: 10000 !important;
}

.modal__closeIcon {
  width: 12px !important;
  height: 12px !important;
  display: block !important;
}

.modal__closeLabel {
  display: none !important;
}

.modal__closeIcon path {
  fill: #CF006F !important;
}

.exit-ramp-title {
  text-align: center !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #80014C !important;
  margin-bottom: 15px !important;
}

.exit-ramp-body {
  font-size: 14px !important;
  color: #3B3A3A !important;
  margin-bottom: 20px !important;
}

.exit-ramp-actions {
  display: flex !important;
  justify-content: center !important;
  gap: 30px !important;
}

.exit-ramp-actions a,
.exit-ramp-actions .exit-ramp-cancel {
  background-color: #fff !important;
  border: 1px solid #80014C !important;
  color: #80014C !important;
  padding: 10px 20px !important;
  text-align: center !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border-radius: 5px !important;
  transition: background-color 0.3s, color 0.3s !important;
  width: 150px !important;
  position: relative !important;
}

.exit-ramp-actions a:hover,
.exit-ramp-actions .exit-ramp-cancel:hover {
  background-color: #80014C !important;
  color: #fff !important;
}

.exit-ramp-actions .exit-ramp-cancel::before {
  content: '';
  position: absolute !important;
  left: 15px !important;
}

.exit-ramp-actions a::after {
  content: '';
  position: absolute;
  right: 5px !important;
  top: 10px !important;
}

.exit-ramp-actions a {
  order: 2 !important;
}

.exit-ramp-actions .exit-ramp-cancel {
  order: 1 !important;
}

@media (min-width: 750px) and (max-width:1030px) {
  .modal.exit-ramp-modal.modal--visible {
    max-width: 50% !important;
    left: 30% !important;
    transform: translateX(0) !important;
  }

  .modal-box {
    max-width: 90% !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 540px) {
  #page-f74bf9b6be>div.modal.exit-ramp-modal.modal--visible {
    max-width: 100% !important;
  }
}


/*Dani 8/1*/
.dropdown-content li:nth-child(1) a {
  border-radius: 10px 10px 0px 0px;
}

.dropdown-content li:last-child a {
  border-radius: 0px 0px 10px 10px;
}

/*Lau 8/1*/
.modal__close {
  display: none;
}



/*Test*/

 .pregunta {
            display: none;
        }

        .preguntas .pregunta,
        .resultado-card {
            background-color: white;
            border: solid 1px gray;
            border-radius: 16px;
            padding: 50px 60px;
        }



        .preguntas .opciones {
            list-style: none;
            padding-left: 0px;
            margin-bottom: 0px;
        }

        .btn-custom {
            background-color: var(--color-pink);
            border: solid 2px var(--color-pink);
            color: white;
            font-size: 16px;
            font-weight: bold;
            border-radius: 50px;
            display: flex;
            align-items: center;
            min-height: 48px;
            padding: 10px 50px;
            display: flex;
            align-items: center;
            gap: 10px;
            justify-content: center;
        }

        .btn-custom img {
            max-width: 16px;
        }

        .btn-custom:hover {
            background-color: var(--color-blue);
            border: solid 2px var(--color-blue);
        }


        .ver-resultados-btn,
        .test-reiniciar {
            background-color: var(--color-blue);
            border: solid 2px var(--color-blue);
            color: white;
            font-size: 16px;
            font-weight: bold;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 10px 50px;
            min-height: 48px;
        }

        .ver-resultados-btn .mini-loader {
            width: 20px;
            height: 20px;
        }

        .ver-resultados-btn[disabled] {
            opacity: 0.7;
            pointer-events: none;
        }

        /*Progress*/
        #progress-container {
            display: flex;
            gap: 8px;
            justify-content: center;
        }

        .progress-segment {
            flex: 1;
            height: 6px;
            background-color: #e0e0e0;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }

        .progress-segment.active {
            background-color: #143B57;
            /* Azul como el de la imagen */
        }

        #datos-whatsapp input {
            width: 100%;
            margin-bottom: 15px;
            padding: 10px 20px;
            max-width: 100%;
            box-sizing: border-box;
            border-radius: 5px;
            border: solid 2px var(--color-blue);
            margin-top: 10px;

        }

        #datos-whatsapp {
            max-width: 400px;
            margin: auto;
        }

        .test-full {
            margin-top: -30px;
        }

        .test-head {
            margin-top: -10px;
        }

        #btn-share img {
            margin-top: 4px
        }

        #boton-descargar img {
            margin-top: 4px;
        }



        @media(max-width:768px) {

            #btn-share,
            #boton-descargar,
            .continuar-btn,
            .ver-resultados-btn,
            #btn-share
             {
                width: 100%;
            }
            #compartir-con-medico a{
                width: 100%;
            }

            .continuar-btn,
            .ver-resultados-btn {
                margin-top: 20px
            }

            .preguntas .pregunta,
            .resultado-card {
                padding: 30px 20px;
            }
        }