/*========================================
0. GENERICOS
========================================*/

/* 1. Importación de la fuente desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* 2. Aplicación global a todo el sitio */
body, h3, h4, h5, h6, p, a, li, span, div {
    font-family: 'Inter', sans-serif !important;
}

body {
   background: #fff;
}

.material-icons {
    font-family: 'Material Icons' !important;
}

.col .responsive-img,
.video-responsive{
border-radius: 24px;
}

.header img,
.footer img,
.icons img {
border-radius:0!important;
}

.dynamicform:has(> .header) {
  min-width: 100%!important;
}

.row:has(.margin-block) {
  overflow: hidden;
  padding: 24px;
}

.row:has(> div > .vertical-center-trigger) > div {
    display: flex;
    align-items: center;

   }
/*-----RESPONSIVE---------*/
@media only screen and (max-width: 992px) {
    .row:has(> div > .vertical-center-trigger) > div {
       flex-wrap: wrap;
    }
.dynamicform:has(> .reverse) {
  display: flex;
   flex-direction: column-reverse;
    }

}

span.blue-text {
       color: #1a3e77 !important;
}
.row:has(> div > .gradient-blue) {
    background: linear-gradient(
        to top,
        #C2D3E7 0%,
        #D8E3F0 45%,
        #FFFFFF 100%
    )!important;
}


/*================================   
CENTRAR TEXTO
================================*/
.gradient-blue > div:nth-child(2) {
     transform: translateX(-50%);
    margin-left: 50%;
}





/*================================   
1. TIPOGRAFÍA
================================*/

body h1,
body h1 *{
    display: block;
    width: 100%;
    font-size: clamp(3rem, 6vw, 4.5rem);
    line-height: 1.2 ;
    font-weight: 700 ;
    word-wrap: normal ;
    margin-top: 218px;
   font-family: 'Outfit', sans-serif!important;
}

@media (max-width: 768px) {
h1, 
.white-text {
        margin-top: 48px !important;
    }
}

body h2,
body h2 * { 
    font-size: clamp(1.875rem, 4vw, 2.5rem) !important;
    line-height: 1.3 !important;
    margin-top: 86px;
    font-family: 'Outfit', sans-serif!important;
}

h3 { 
    color: #1C1D1F; 
    font-size: 28px; 
}

p { 
    font-size: 17px; 
    color: #1C1D1F; 
}

.p-medium p{
 font-size: clamp(1.125rem, 2.2vw, 1.375rem) !important;
line-height: 1.45 !important;
}

.p-large p{
  font-size: clamp(1.375rem, 3vw, 1.75rem) !important;
  line-height: 1.3 !important;
} 

.row:has(> div > .vertical-center) > div {
    display: flex;
    align-items: center;
   }

/*=============================
BOX-FLAG
=============================*/
.box-flag > div:nth-child(2) > div,
.box-flag > div:nth-child(3) > div {
  padding: 60px 0;
    display: block;
    overflow: hidden;
}

.button-white a {
    padding: 14px 46px;
    background-color: #fff;
    border-radius: 99px;
    color: #1d1d1d;
    font-size: 18px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    transition: 0.3s;
}

.button-white a:hover{
    box-shadow: 0 3px 7px rgb(0 0 0 / 47%);
}
 
.button a {
    padding: 14px 46px;
    background-color: #1d1d1d;
    border-radius: 99px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
}

.button a:hover{
    box-shadow: 0 3px 7px rgb(0 0 0 / 47%);
}

.button-second a{
    color: #1d1d1d;
    background-color: #fff;
    border: 1px solid #1d1d1d;
    margin-top: 24px;
    padding: 14px 46px;
    border-radius: 99px;
    font-size: 18px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    transition: 0.3s;
}

.button-second a:hover{
    background-color: #f5f6f7;
    box-shadow: 0 3px 7px rgb(0 0 0 / 15%);
}

/*=============================
MARGIN-SECTION
=============================*/
.row:has(> div > .margin-section){   
    padding: 60px 0;
    display: block;
    overflow: hidden;
}



.button-white a {
    padding: 14px 46px;
    background-color: #fff;
    border-radius: 99px;
    color: #1d1d1d;
    font-size: 18px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    transition: 0.3s;
}

.button-white a:hover{
    box-shadow: 0 3px 7px rgb(0 0 0 / 47%);
}
 
.button a {
    padding: 14px 46px;
    background-color: #1d1d1d;
    border-radius: 99px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    transition: 0.3s;
    display: inline-block;
}

.button a:hover{
    box-shadow: 0 3px 7px rgb(0 0 0 / 47%);
}

.button-second a{
    color: #1d1d1d;
    background-color: #fff;
    border: 1px solid #1d1d1d;
    margin-top: 24px;
    padding: 14px 46px;
    border-radius: 99px;
    font-size: 18px;
    display: inline-block;
    min-width: 320px;
    text-align: center;
    transition: 0.3s;
}

.button-second a:hover{
    background-color: #f5f6f7;
    box-shadow: 0 3px 7px rgb(0 0 0 / 15%);
}

/**************************
VERTICAL CENTER
*************************/
.dynamicform:has(> .horizontal-center) {
  display: flex;
  flex-direction: row;
  justify-content: center;   
  align-items: center;   
}


/*===================================
FONDO AZUL CON BORDES REDONDEADOS
====================================*/

.row:has(> .dynamicform > .border-radius-top) {
    border-radius: 24px 24px 0 0;
    margin: 0 24px;
}

.row:has(> .dynamicform > .border-radius-center) {
    margin: 0 24px;
}

.row:has(> .dynamicform > .border-radius-bottom) {
    border-radius: 0 0 24px 24px;
    margin: 0 24px;
}

/*==============================
2. LISTADOS
==============================*/

.list-square,
.list-circle,
.arrow-list,
.green-list,
.admiration-circle-black{
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.list-square ul li,
.list-circle ul li,
.arrow-list ul li,
.green-list ul li,
.admiration-circle-black ul li{
  position: relative !important;
  padding-left: 45px !important; /* Espacio generoso para que el icono no pise el texto */
  margin-bottom: 8px !important;
  font-size: 18px;             
  color: #000000;
  line-height: 1.5;   
  display: flex;
  align-items: flex-start;      
}


/*------------------------------------------
Bullets círculos con admiracion azul
------------------------------------------*/
.admiration-circle-black ul li::before{
content: ""; 
position: absolute; 
left: 0; 
top: 50%; 
transform: translateY(-50%); /* Centrado vertical perfecto */ 
width: 22px; /* Tamaño del icono circular */ 
height: 22px; 
/* SVG que dibuja el círculo con el signo de exclamación en AZUL */ 
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
}


.list-square ul li::before {
  content: "";
  position: absolute;
  left: 0;
  /* Pequeño truco para centrar el icono perfectamente con la primera línea de texto */
  top: 3px; 
  width: 26px; /* Tamaño del cuadrado */
  height: 26px;
  
  /* SVG que dibuja el recuadro negro con el check blanco/transparente dentro */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cpolyline points='9 11 12 14 22 4'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}





.list-circle ul li::before{
content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);    /* Centrado vertical automático */
  width: 24px;                    /* Tamaño del círculo */
  height: 24px;
  
  /* SVG que dibuja el círculo negro con el check fino adentro */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='16 9 11 14 8 11'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/*------------------------------------------
Bullets círculos verdes con check
------------------------------------------*/
.green-list ul li{
margin-bottom: 12px!important;
}

.green-list ul li::before{
content: "";
  position: absolute;
  left: 0;
  top: 3px; 
  width: 26px;               
  height: 26px;

  /* SVG: Círculo y check en verde con trazo limpio (stroke-width: 2) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234caf50' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='16 9 11 14 8 11'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

/*------------------------------------------
Bullets círculos con flecha
------------------------------------------*/
.arrow-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  
  width: 20px; /* Tamaño de la flecha */
  height: 20px;
  
  /* SVG de una flecha limpia apuntando a la derecha */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}



/****************
BLACK-BLOCK
****************/

.dynamicform .black-block {
  display: flex;
  flex-direction: row;       
  flex-wrap: wrap;          
  justify-content: center;   
  align-items: center;      
  
  background-color: transparent !important;
  padding: 60px 20px;
  gap: 20px;                 /* Separación general entre los bloques */
  box-sizing: border-box;
}

/* 2. Hijos 1 y 2: Forzamos que ocupen TODO el ancho para que actúen como columnas */
.dynamicform .black-block > div:nth-child(1),
.dynamicform .black-block > div:nth-child(2) {
  width: 100% !important;  
  text-align: center;
  color: #000000 !important; 
}

/* Margen de separación debajo del texto largo antes de la tarjeta */
.dynamicform .black-block > div:nth-child(2) {
  margin-bottom: 20px;
}


/* 1. HIJO 3 (Logo) */
.dynamicform .black-block > div:nth-child(3) {
  background-color: #000000 !important;
  border-radius: 20px 0 0 20px; /* Redondeado izquierdo */
  padding: 24px 10px 24px 30px;
  margin-right: 0 !important;
  display: flex !important;
  align-items: center;        
  justify-content: center;
  
  /* CLAVE: Obligamos a que se estire a la misma altura que el texto */
  align-self: stretch !important; 
}

/* 2. HIJO 4 (Texto) */
.dynamicform .black-block > div:nth-child(4) {
  background-color: #000000 !important;
  border-radius: 0 20px 20px 0; 
  padding: 24px 40px 24px 10px;
  margin-left: -20px !important; 
  max-width: 600px;
  
  display: flex !important;
  flex-direction: column;
  justify-content: center;    
  align-self: stretch !important; 
  color: #ffffff !important;
  text-align: left;
}

/* Forzamos que cualquier etiqueta interna mantenga el flujo limpio */
.dynamicform .black-block > div:nth-child(4) * {
  color: #ffffff !important;
  margin: 0 !important;     
}

.dynamicform .black-block > div:nth-child(3) img{
border-radius: 8px;
}

/***********************
BLOCK-COLUMN-GREY
***********************/

.dynamicform:has(> .block-column-grey) {
  display: flex;
  align-items: center;
  overflow: hidden;
  clear:both;
  border-radius: 24px;
  padding: 38px;
  background-color: #f2f2f2;
  border: 1px solid #c2c2c2;
}



.block-column-grey img{
  float: left;
}

/* lista nativa */
.block-column-grey.li ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.block-column-grey.li ul li {
  position: relative !important;
  padding-left: 40px !important; 
  margin-bottom: 16px !important; 
  font-size: 16px;              
  display: flex;
  align-items: center;        
}

/* 2. Inyectamos el icono circular de exclamación antes de cada texto */
.block-column-grey.li ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);  
  width: 24px;                 
  height: 24px;            
  
  /* Dibujamos el icono exacto con SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}






/*********************
BLACK-BLOCK-UNIK
********************/

.black-block-unik{
  display: flex;
  flex-direction: row;       
  flex-wrap: nowrap;          
  justify-content: center;   
  align-items: center;   
  background-color: #000000 !important;
  border-radius: 20px; 
  padding: 24px 40px 24px 10px;   
  margin-top: 40px;
  color:  #fff;
}


.black-block-unik img {
    background-color: #fff;
    border-radius: 8px !important;
    min-height: 54px;
    min-width: 54px;
    gap: 24px;
}


/************************
BLUE-BANNER
***********************/

 .dynamicform:has(> .blue-banner) {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.blue-banner img{

}


/***************************
BLACK-SQUARE
***************************/

.dynamicform:has(> .black-square){
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  margin: 12px auto;
}

.black-square {
  display:flex;
  flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   padding: 18px 58px!important;
  background-color: #1d1d1b;
  border-radius: 24px;
}

.black-square img{
  background-color: #fff;
  border-radius:  8px!important;
  min-height: 56px;
  min-width: 56px;
  padding: 8px;
}

@media only screen and (max-width: 1024px) {
  .dynamicform:has(> .black-square){
   flex-wrap: wrap;
  }
}



.contain-black > div:nth-child(2) {
    background: #111;
    border-radius: 30px;
    padding: 30px;
    color: #fff;
}

/*===========================================
CHECKLIST NEGRO
============================================*/
.check-list-black ul {
display: flex;
flex-direction: column;
gap: 12px;
}

.check-list-black ul li{
position: relative;
background-color: #000;
color:#fff;
border-radius: 12px;
padding: 24px 24px 24px 78px;
 font-size: clamp(0.975rem, 2vw, 1.175rem) !important;
line-height: 1.45 !important;
}

.check-list-black ul li:before{
    content: "";
    display: inline-block;
    width: 37px;
    height: 32px;
     background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 6L9 17L4 12' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    left: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}





/*==========================================
BOX GREY
==========================================*/

.box {
  display: flex !important;

  align-items: stretch !important;
  justify-content: flex-start !important;
  background: transparent !important;
  padding: 10 !important;
  gap: 0 !important;
}


/* Contenedor gris formado por icono + texto */
.box > div:nth-child(1),
.box > div:nth-child(2) {
  background-color: #e1e1e1;
  box-sizing: border-box !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.box.box-white > div:nth-child(1),
.box.box-white > div:nth-child(2){
  background-color: #ffffff75 !important;
}

/* Caja Icono */
.box > div:nth-child(1) {
  width: 140px !important;
  min-width: 140px !important;
  justify-content: center !important;
  padding: 28px 16px 28px 24px !important;
  border-radius: 20px 0 0 20px !important;
}

.box > div:nth-child(1) .col .responsive-img{
width: auto !important;
height: 72px !important;
border-radius: 0;

}

/* Caja blanca detrás del icono */
.box > div:nth-child(1) > * {

  width: 100px !important;
  height: 82px !important;
  border-radius: 14px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Caja negra detrás del icono */
.box.box-black-square > div:nth-child(1) > * {
 
}

/* Texto */
.box > div:nth-child(2) {
  flex: 1 1 0 !important;
  max-width: none !important;
  justify-content: center !important;
  padding: 28px 40px 28px 10px !important;
  border-radius: 0 20px 20px 0 !important;
}

/* Texto interno */
.box > div:nth-child(2) *,
.box > div:nth-child(2) p {
  color: #1f1f1f;
  margin: 0;
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}

.box > div:nth-child(1),
.box > div:nth-child(2) {
   flex-wrap: nowrap;
}

/* Estilos de tipografía fina para el texto interior */
.box > div:nth-child(2) *,
.box > div:nth-child(2) {  
  line-height: 1.4 !important;
}


/* Responsive */
@media (max-width: 768px) {
.box > div:nth-child(1) {
    width: 68px !important;
    min-width: 68px !important;
    padding: 22px 10px 22px 18px !important;
  }

.box > div:nth-child(1) > * {
    width: 50px !important;
    height: 42px !important;
    border-radius: 6px;
  }

.box > div:nth-child(1) .col .responsive-img{
    width: 25px !important;
    height: 24px !important;
}

.box > div:nth-child(2) {
    padding: 22px 24px 22px 8px !important;
  }

.box > div:nth-child(2) p {
   font-size: 14px!important;
   font-weight: 500;
  }
}




/*===========================================
DARK-GREY-BOX
============================================*/
.dark-grey-box .col{
background: linear-gradient(
    180deg,
    rgb(71,71,71) 0%,
    rgb(62,62,62) 25%,
    rgb(52,52,52) 50%,
    rgb(43,43,43) 75%,
    rgb(34,34,34) 100%
);
border-radius: 24px;
padding: 12px 148px 12px 46px;
margin-bottom: 24px;
}

.dark-grey-box > div{
   position:relative;
}

.dark-grey-box > div:before{
    position: absolute;
    content:'';
    width: 62px;
    height: 64px;
    right: 38px;
    top: 50%;
    transform: translateY(-75%);
}

.dark-grey-box > div:nth-child(2):before{
background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M20 52V14L50 24L20 34' fill='none' stroke='%23fff' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-size: 60px;
}

.dark-grey-box > div:first-child:before{
background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 236 237'%3E%3Cg fill='none' stroke='%23fff' stroke-width='18' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M64 10h108'/%3E%3Cpath d='M64 46h108'/%3E%3Cpath d='M64 82h108v37h55L118 228 9 119h55z'/%3E%3C/g%3E%3C/svg%3E");
}

.dark-grey-box .col *{
color: #fff;
}

/*-----RESPONSIVE-------*/

@media only screen and (max-width: 767px) {
   .dark-grey-box .col{
      padding: 6px 58px 18px 24px !important;
   }

   .dark-grey-box .col p{
    font-size: 13px;
    line-height: 1.3em;
   }

  .dark-grey-box .col h3 {
    font-size: 23px !important;
   }

.dark-grey-box > div:before {
    width: 26px;
    height: 28px;
    right: 18px;
    }

.dark-grey-box > div:nth-child(2):before{
    background-size: 36px;
   }
}


/*===========================================
CARD ICON TEXT
============================================*/

.row:has(> div > .card-icon-text) > div {
    display: flex;
    flex-direction: row;
    gap: 24px;
    justify-content: space-between;
    max-width: calc(100% - 48px);
    padding: 48px 24px;
}

.card-icon-text {
   display: flex;
   flex-direction: column;
   background-color: #fff;
   border-radius: 12px;
   align-items: flex-start;
   padding: 24px  68px !important;
}

.card-icon-text img{
    background-color: #000001;
    border-radius: 8px !important;
    max-width: 56px !important;
    height: auto !important;
    padding: 12px;
}

.card-icon-text p{
   font-size: 24px;
}

@media only screen and (max-width: 1200px) {
   .row:has(> div > .card-icon-text) > div {
     margin: auto;
     flex-wrap: wrap;
     padding: 0 24px;
   }

.card-icon-text{
    min-width: 100%;
    align-items: center;
    padding: 24px 24px !important;
    text-align: center;
    } 
}





/*=======================================
FAQS
========================================*/

.row:has(> div > .faqs) {
    overflow: hidden;
    display: block;
    background-color: #ffebd6;
    border-radius: 48px;
    max-width: 1440px;
    margin: 86px auto;
    padding-bottom: 24px;
}

.faqs > div{  
  background: linear-gradient(
    180deg,
    rgb(255, 197, 140) 0%,
    rgb(255, 207, 159) 50%,
    rgb(255, 217, 178) 100%
);
  border-radius: 30px !important;
  padding: 0 48px !important;
  margin-bottom:  20px;
}

.faqs > div:first-child{
  background: transparent;
}

.faqs h3{
  color: #bf7326;
}

.faqs p{
  color: #372425;
}

/*-----RESPONSIVE-------*/

@media only screen and (max-width: 767px) {
  .faqs > div {
    padding: 0 16px !important;
   }
}


.row:has(> div > .footer) {
   background-color: #1d1d1f;
}


/*------------------------------------------
CONTACT FORM
-----------------------------------------*/
.dynamicform:has(> .contact-form) {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 62px;
    margin-top: 120px!important;
    margin-bottom: 120px!important;
    padding: 42px !important;
}


.contact-form.card {
    grid-template-columns: auto !important;
}


/* -------------------------------------
----------- VISTA MOVIL---------------
---------------------------------------*/
/* Ajuste específico para móvil */
@media (max-width: 600px) {


/*----  CONTACT FORM ------*/
    .dynamicform:has(> .contact-form){
        padding: 43px 32px 0 32px;
        flex-wrap: wrap;
     }


}