/*========================================
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;
}

.row:has(.margin-block) {
  overflow: hidden;
  padding: 24px;
}

.row:has(> div > .vertical-center-trigger) > div {
    display: flex;
    align-items: center;

   }

span.blue-text {
       color: #1a3e77 !important;
}

.reverse {
   flex-direction: column-reverse;
}


/*================================   
1. TIPOGRAFÍA
================================*/

body h1,
body h1 *{
    font-size: clamp(3rem, 6vw, 4.5rem);
    font-weight: 700 ;
    word-wrap: normal ;
    margin-top: 0;
    font-family: 'Outfit', sans-serif!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;
} 


/*=============================
MARGIN-SECTION
=============================*/
.dynamicform:has(.margin-section){   
    padding: 60px 0;
    display: block;
    overflow: hidden;
}


/*=============================
BANNER-SECTION
=============================*/

.banner {
   padding: 128px 0 32px 0!important;
}

.banner p{
   font-size: 40px;
   margin: 0;
}

.banner .btn.black{
   float: left;
   margin: 0px 0 68px 0;
   padding: 12px 48px;
   height: auto;
}


/*=============================
FECHA LUGAR Y HORA
=============================*/
.dynamicform:has(> .calendar){
  display: flex;
  flex-direction: row;
  gap: 24px;
  max-width: 1024px;
  margin: auto;
}

/*.dynamicform:has(> .calendar) > [class*="col"] {
    flex: 1 1 0 !important;
    width: 0 !important;
    max-width: none !important;
}*/

.calendar,
.location,
.clock {
   position: relative;
   border: 1px solid #000;
   border-radius: 20px;
   padding: 12px;
   box-shadow: 0 4px 4px #0000002e;
}

.calendar::before,
.location::before,
.clock::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    vertical-align: -4px;
}

.calendar::before {
background: center / contain no-repeat 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%3Crect x='3' y='4' width='18' height='17' rx='2'/%3E%3Cline x1='3' y1='8' x2='21' y2='8'/%3E%3Cline x1='8' y1='2.5' x2='8' y2='6'/%3E%3Cline x1='16' y1='2.5' x2='16' y2='6'/%3E%3Ccircle cx='8' cy='12' r='1.2' fill='%23000000' stroke='none'/%3E%3Ccircle cx='12' cy='12' r='1.2' fill='%23000000' stroke='none'/%3E%3Ccircle cx='16' cy='12' r='1.2' fill='%23000000' stroke='none'/%3E%3Ccircle cx='8' cy='16' r='1.2' fill='%23000000' stroke='none'/%3E%3Ccircle cx='12' cy='16' r='1.2' fill='%23000000' stroke='none'/%3E%3Ccircle cx='16' cy='16' r='1.2' fill='%23000000' stroke='none'/%3E%3C/svg%3E");
}

.location::before {
background: center / contain no-repeat 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.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s7-6.2 7-12a7 7 0 0 0-14 0c0 5.8 7 12 7 12z'/%3E%3Ccircle cx='12' cy='9' r='2.8'/%3E%3C/svg%3E");
}

.clock::before {
background: center / contain no-repeat 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.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5h5'/%3E%3C/svg%3E");
}


/*=============================
CAJA ICONO K
=============================*/
.k-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 64px 0;
}

.k-icon .col .responsive-img{
    max-width: 202px !important;
    height: auto !important;
    padding: 0 14px;
}

/*===========================================
CHECKLIST NEGRO
============================================*/

.black-box{
  display: flex;
  gap: 24px;
  align-items: center;
  background-color: #000;
  color:#fff;
  border-radius: 12px;
  padding: 24px !important;
  margin-bottom: 30px;
}

.black-box .col .responsive-img{
    min-width: 65px !important;
    height: auto !important;
    border-radius: 6px;
    max-width: 65px !important;
}

.black-box p {
   color: #fff!important;
   font-size: 22px;
   font-weight: bold;
}


/*===========================================
AGENDA
============================================*/
.dynamicform:has(> .schedule) {
   display: block;
   overflow: hidden;
   clear: both;
   background-color: #EFEFEF;
   border: 1px solid #000;
   border-radius: 40px;
   padding-bottom: 42px;
}

.schedule > div[id^="cms-module"]:not(:first-child) {
    background: #fff;
    border: 1px solid #000;
    border-radius: 14px;
    padding: 32px 48px;
    margin-bottom: 32px;
    box-shadow: 0 3px 5px rgba(0,0,0,.25);
}

.schedule > div[id^="cms-module"]:not(:first-child) .col.s12 > div {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 24px;
    align-items: start;
}

.schedule h6 {
    grid-column: 1;
    grid-row: 1 / span 3;
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}

.schedule h3 {
    grid-column: 2;
    margin: 0 0 16px 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.schedule p,
.schedule ul {
    grid-column: 2;
    margin: 0;
}

.schedule ul {
    list-style: none;
    padding: 0;
    margin-top: 24px;
}

.schedule li {
    position: relative;
    padding-left: 44px;
    margin-bottom: 14px;
    color: #000;
    font-size: 18px;
}

.schedule li::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 16px;

    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 16' fill='none' stroke='%23000000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 8h24'/%3E%3Cpath d='M20 2l8 6-8 6'/%3E%3C/svg%3E");
}


.contact-title p .white-text{
    position: relative;
    padding-left: 47px;
}

.contact-title p .white-text::before {
    content: "";
    position:absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);

    background: center / contain no-repeat 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.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9.5'/%3E%3Cpath d='M12 6.5v8'/%3E%3Cpath d='M8.5 11.5L12 15l3.5-3.5'/%3E%3C/svg%3E");
}



/*================================================
RESPONSIVE
=================================================*/

@media only screen and (max-width: 767px) {
  .dynamicform:has(> .calendar){
      flex-wrap: wrap;
   }

.k-icon .col .responsive-img{
     padding: 0;
   }

 .schedule > div[id^="cms-module"]:not(:first-child) {
        padding: 28px 24px;
    }

    .schedule > div[id^="cms-module"]:not(:first-child) .col.s12 > div {
        grid-template-columns: 56px 1fr;
        column-gap: 16px;
    }

    .schedule p,
    .schedule ul {
        grid-column: 1 / -1;
        width: 100%;
    }

    .schedule ul {
        margin-top: 24px;
        padding-left: 0;
    }

    .schedule li {
        padding-left: 36px;
        font-size: 17px;
    }

    .schedule li::before {
        position: absolute;
        left: 0;
        top: 0.1em;
        margin-right: 0;
    }
}