/* 1. Importación de la fuente desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

/* 2. Aplicación global a todo el sitio */
body, h1, h2, h3, h4, h5, h6, p, a, li, span, div {
    font-family: 'Inter', sans-serif !important;
}

.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;
}

.dynamicform:has(> .margin-block) {
  overflow: hidden;
  padding: 24px;
}

.dynamicform:has(> .center) {
    display: flex;
    align-items: center;
    max-width: 1024px;
    padding: 42px;
   }


@media only screen and (max-width: 992px) {
.dynamicform:has(> .center) {
  flex-wrap: wrap;
  }

.dynamicform:has(> .center.reverse) {
  flex-direction: column-reverse;
  }
}


/* ==========================================================================
   1. ESTILOS BASE Y TIPOGRAFÍA
========================================================================== */
body {
    background-color: #fff;
}

h1 {
    display: block;
    width: 100%;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 0.95;
    word-wrap: normal !important;
}


h2 { 
    font-size: 40px; 
    margin-top: 120px;
}

h3 { 
    color: #1C1D1F; 
    font-size: 28px; 
}


@media (max-width: 768px) {
.hero h1 {
    font-size: 3rem !important;
    text-align: center;
    font-weight: 600;
    line-height: 3;
  }

h3{
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 1.5!important;
    text-align: left!important;
   }

}


p { 
    font-size: 17px; 
    color: #1C1D1F; 
}

.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;   
}


/*********************
listados
********************/
/*==============================
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;
    min-height: 468px;
}

.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;
}

/*===========================================
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:first-child:before{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 18H7a4 4 0 1 1 .8-7.92A6 6 0 0 1 19.5 9.5 4.5 4.5 0 0 1 19 18Z'/%3E%3Cpath d='m10 13 2 2 4-4'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}

.dark-grey-box > div:nth-child(2):before{
  width: 62px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='61' cy='42' r='14'/%3E%3Cpath d='M 39 74 A 23 23 0 0 1 83 74'/%3E%3Cpath d='M 72 20 A 32 32 0 1 0 85 58'/%3E%3Cpath d='M 76 27 L 82 33 L 93 21'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.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;
   }
}





/*=======================================
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;
     }


}