/*
 Theme Name:   Ready Child Theme
 Template:     pan
 Version:      1.0
*/

:root {
  /* Font Sizes */
  /* --font-size-h1: 48px;
  --font-size-h2: 36px;
  --font-size-h3: 28px;
  --font-size-h4: 22px;
  --font-size-h5: 18px;
  --font-size-h6: 16px;
  --font-size-body-lg: 18px;
  --font-size-body-md: 16px;
  --font-size-body-sm: 14px; */
  /* Headings */
  --font-size-h1: clamp(32px, 4vw, 40px);
  --font-size-h2: clamp(28px, 3.5vw, 32px);
  --font-size-h3: clamp(26px, 3vw, 30px);
  --font-size-h4: clamp(22px, 2.5vw, 26px);
  --font-size-h5: clamp(20px, 2vw, 22px);
  --font-size-h6: clamp(16px, 1.8vw, 18px);

  /* Body / Paragraphs */
  --font-size-body-lg: clamp(15px, 2vw, 16px);   /* P Big */
  --font-size-body-md: clamp(13px, 1.8vw, 14px); /* P */
  --font-size-body-sm: clamp(11px, 1.5vw, 12px); /* P Small */

  /* Extras de Figma */
  --font-size-subtitle-home: clamp(20px, 2.5vw, 24px);
  --font-size-titulo-home: clamp(60px, 6vw, 80px);
  --font-size-button: clamp(12px, 1.5vw, 13px);

  /* Line Heights */
  --line-height-h1: 1.2;
  --line-height-h2: 1.25;
  --line-height-h3: 1.3;
  --line-height-h4: 1.35;
  --line-height-h5: 1.4;
  --line-height-h6: 1.5;
  --line-height-body: 1.6;

  --color_second: #0D3CA5;
  --color_third: #16A34A;
  --color_fourth: #FFA336;
  --color_fifth: #F59E0B;
  --color_sixth: #ffffff;
}

/* :root {
  --font-size-h1: clamp(2rem, 4vw, 2.5rem);        
  --font-size-h2: clamp(1.75rem, 3.5vw, 2rem);     
  --font-size-h3: clamp(1.625rem, 3vw, 1.875rem);  
  --font-size-h4: clamp(1.375rem, 2.5vw, 1.625rem);
  --font-size-h5: clamp(1.25rem, 2vw, 1.375rem);   
  --font-size-h6: clamp(1rem, 1.8vw, 1.125rem);    

  --font-size-body-lg: clamp(0.9375rem, 2vw, 1rem);     
  --font-size-body-md: clamp(0.8125rem, 1.8vw, 0.875rem);
  --font-size-body-sm: clamp(0.6875rem, 1.5vw, 0.75rem); 

  --font-size-subtitle-home: clamp(1.25rem, 2.5vw, 1.5rem);  
  --font-size-titulo-home: clamp(4rem, 6vw, 5rem);           
  --font-size-button: clamp(0.75rem, 1.5vw, 0.8125rem);      
} */

@font-face {
    font-family: 'proxima-nova';
    src: url('./fonts/proximanova_regular.ttf');
    /* font-weight: 400;
    font-style: normal; */
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova-regular';
    src: url('./fonts/proximanova-regular.otf');
    /* font-weight: 400;
    font-style: normal; */
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova-semibold';
    src: url('./fonts/proximanova-semibold.otf');
    /* font-weight: 400;
    font-style: normal; */
    font-display: swap;
}

@font-face {
    font-family: 'proxima-nova-bold';
    src: url('./fonts/proximanova-bold.otf');
    /* font-weight: 400;
    font-style: normal; */
    font-display: swap;
}

/* .montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body, p, a, ul, ol, li, div, span, input, textarea, h1, h2, h3, h4, h5, h6 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/***************************************
2 - typography
***************************************/

/***************************************
Sizes
.625	= 10pt
.75		= 12pt
.875	= 14pt
1em		= 16pt
1.125em	= 18pt
1.25	= 20pt
1.375em	= 22pt
1.5em	= 24pt
1.625	= 26pt
1.75	= 28pt
1.875	= 30pt
2em		= 32pt
3em		= 48pt

***************************************/

/* body, p, li, div, input, textarea {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 600;
	line-height: 1.25em;
	margin: 0 0 12px;
}
h1 {
	font-family: 'Titillium Web', 'sans-serif';
	font-weight: 700;
	font-size: 42px;
}

h2 {
	font-family: 'Titillium Web', 'sans-serif';
	font-weight: 700;
	font-size: 22px;
} */

h1{
	font-size: var(--font-size-h1);
	line-height: var(--line-height-h1);
	/* font-family: 'proxima-nova-bold', 'sans-serif'; */
}

h2{
	font-size: var(--font-size-h2);
	line-height: var(--line-height-h2);
	/* font-family: 'proxima-nova-bold', 'sans-serif'; */
}

h3{
	font-size: var(--font-size-h3);
	line-height: var(--line-height-h3);
	/* font-family: 'proxima-nova-semibold', 'sans-serif'; */
}

h4{
	font-size: var(--font-size-h4);
	line-height: var(--line-height-h4);
	/* font-family: 'proxima-nova-semibold', 'sans-serif'; */
}

h5{
	font-size: var(--font-size-h5);
	line-height: var(--line-height-h5);
	/* font-family: 'proxima-nova-semibold', 'sans-serif'; */
}

h6{
	font-size: var(--font-size-h6);
	line-height: var(--line-height-h6);
	/* font-family: 'proxima-nova-semibold', 'sans-serif'; */
}

body{
	font-size: var(--font-size-body-md);
	line-height: var(--line-height-body);
    font-family: 'Montserrat', sans-serif;
	/* font-family: 'proxima-nova-regular', 'sans-serif'; */
}

button{
    font-size: 16px;
}

html {
    font-size: 16px; /* Me aseguro que 1rem = 16px */
    scroll-behavior: smooth;
}

html body{
    /* height: 100vh; */
    background-color: #F5F8FF;
}

.cont-ppl{
    height: 100%;
    display: flex;
    flex-direction: column;
}

footer{
    margin-top: auto;
    background-color: var(--color_second);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul, li, p{
    margin: 0;
	font-size: var(--font-size-body-md);
}

button p{
    font-size: 20px;
}

.cont-nav-des{
    margin: auto;
}

.cont-nav{
    padding: 0 2rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid white;
}

.grid_full_site{
    max-width: 1440px;
    margin: 0 auto !important;
    width: 90%;
}

.grid_site{
    max-width: 1280px;
    margin: 0 auto !important;
    width: 90%;
}

.cont-max-nav{
    width: 100%;
    padding: 0.5rem 1.5rem;
    gap: 2rem;
}

.hdr-ppl{
    margin-top: 2rem;
    background-color: #0D3CA526;
    border-radius: 1rem;
    position: fixed;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

#first_row_site{
    padding-top: 10rem;
    padding-bottom: 4rem;
}

.row_padding{
    padding: 2rem 0;
}

.menu-desktop{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-desktop li{
    list-style: none;
}

.menu-desktop li a{
    color: #F5F8FF;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: flex;
}

.menu-desktop li a:hover{
    scale: 1.1;
}

.layer-nav{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF33;
    top: 0px;
    left: 0px;
    z-index: -1;
}

#cont_header_nav_desk #buttons_right{
     display: flex;
     align-items: stretch;
     gap: 1rem;
}

#cont_header_nav_desk #buttons_right button{
    border-radius: 0.5rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    line-height: 1lh;
    padding: 0.5rem 1rem;
}

#cont_header_nav_desk #buttons_right button:nth-of-type(1){
     background-color: white;
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 10px 2px;
     color: var(--color_second);
}

#cont_header_nav_desk #buttons_right button:nth-of-type(2){
     background-color: #0d7a31;
     color: white;
}

#quienes-somos, #tu-rol, #como-funciona, #soporte-formacion, #faq, #contacto{
    scroll-margin-top: calc(65px + 2rem);
}

.nav-mob ul.flags{
    display: flex;
    width: fit-content;
    justify-content: center;
    gap: 2rem;
    background-color: #3c6fb9;
    margin: 0.5rem auto;
    padding: 0 2rem;
    border-radius: 12.75px;
}

.nav-mob ul.flags li{
    list-style: none;
    background-color: transparent;
}

.nav-mob ul.flags li a img{
    object-fit: contain;
    width: auto !important;
    height: 16px !important;
}

/*  */

.secondary{
    color: var(--color_second);
}

.tertiary{
    color: var(--color_third);
}

.quaternary{
    color: var(--color_fourth);
}

.quinary{
    color: var(--color_fifth);
}

.button_component{
    border-radius: 1rem;
    width: max-content;
    padding: 0 1rem;
}

.button_component p{
    font-size: 20px;
    position: relative;
    font-weight: 400;
}

.button_component p::before{
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(-50%, -50%);
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100vmin;
    background-color: black;
}

.button_component.button_transparent_white{
    background-color: #F5F8FF59;
}

.button_component.button_transparent_white p{
    color: white;
    padding-left: 1.5rem;
}

.button_component.button_transparent_white p::before{
    background-color: white;
}

.button_component.button_soft_blue{
    background-color: #d2dcf2;
}

.button_component.button_soft_blue p{
    color: var(--color_second);
    padding-left: 1.5rem;
}

.button_component.button_soft_blue p::before{
    background-color: var(--color_second);
}

.button_component.button_light_blue{
    background-color: #3d5a9e;
}

.button_component.button_light_blue p{
    color: white;
    padding-left: 1.5rem;
}

.button_component.button_light_blue p::before{
    background-color: #5b81c2;
}

.button_component.button_soft_blue_variation{
    background-color: #F5F8FF59;
}

.button_component.button_soft_blue_variation p{
    color: white;
    padding-left: 1.5rem;
}

.button_component.button_soft_blue_variation p::before{
    background-color: var(--color_second);
}

button.button_box.white{
    background-color: var(--color_sixth);
    color: var(--color_second);
}

.button_box.white{
    background-color: var(--color_sixth);
    color: var(--color_second);
}

button.button_box.white:hover{
    color: var(--color_sixth);
    background-color: var(--color_second);
}

.button_box.white:hover{
    color: var(--color_sixth);
    background-color: var(--color_second);
}

button.button_box.blue{
    background-color: var(--color_second);
    color: var(--color_sixth);
}

.button_box.blue{
    background-color: var(--color_second);
    color: var(--color_sixth);
}

button.button_box.blue:hover{
    color: var(--color_second);
    background-color: var(--color_sixth);
}

.button_box.blue:hover{
    color: var(--color_second);
    background-color: var(--color_sixth);
}


/*  */

.lookslikeh1{
    font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
}

.lookslikeh2{
    font-size: var(--font-size-h2);
    line-height: var(--line-height-h2);
}

.lookslikeh3{
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h3);
}

.lookslikeh4{
    font-size: var(--font-size-h4);
    line-height: var(--line-height-h4);
}

.lookslikeh5{
    font-size: var(--font-size-h5);
    line-height: var(--line-height-h5);
}

.lookslikeh6{
    font-size: var(--font-size-h6);
    line-height: var(--line-height-h6);
}

.cont_title_bnnr_txt{
	font-size: var(--font-size-h1);
    line-height: var(--line-height-h1);
}

.cont_title_bnnr_txt .title_bnnr{
    color: white;
    font-size: var(--font-size-titulo-home);
}

.cont_title_bnnr_txt .title_bnnr span{
    color: #F19E0C;
    background: linear-gradient(90deg, rgba(19,185,127,1) 0%, rgba(241,158,12,1) 65%, rgba(241,158,12,1) 100%);
    -webkit-background-clip: text; /* Safari/Chrome */
    -webkit-text-fill-color: transparent; 
    background-clip: text; /* Estándar */
    color: transparent; /* fallback */
}

.cont_title_bnnr_txt h3{
    color: white;
    font-weight: 400;
}

.cont_title_bnnr_txt p.text_banner_p{
    color: white;
    font-weight: 200;
    width: 65%;
    font-size: 24px;
    margin-top: 2rem;
}

.cont_title_bnnr_txt #buttons_bnnr_row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1rem;
    width: 100%;
    margin-top: 2.5rem;
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
    display: flex;
    flex-wrap: wrap;
    margin-top: -8%;
}

#buttons_bnnr_row .cont_button{
    display: flex;
    flex-direction: column;
    width: max-content;
    gap: 3rem;
}

#buttons_bnnr_row .cont_button > div.button{
    display: flex;
    align-items: center;
    text-align: center;
    margin: auto;
    justify-content: center;
    background-color: antiquewhite;
    padding: 0.8rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 260px;
    height: 72px;
    border: 1px solid transparent;
    gap: 0.5rem;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}

#buttons_bnnr_row .cont_button > div.button img{
    object-fit: contain;
    width: auto;
    height: 32px;
}

#buttons_bnnr_row .cont_button > div.button p{
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    line-height: 1lh;
}

#buttons_bnnr_row .cont_button > div:not(.button){
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#buttons_bnnr_row .cont_button > div p{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 20px;
}

#buttons_bnnr_row .cont_button > div.text span{
    font-size: 38px;
    font-weight: 600;
    line-height: 30pt;
    text-shadow: 0px 2px 8px #00000069;
}

#buttons_bnnr_row .cont_button:nth-of-type(1) .button {
    background-color: #10B981;
}

#buttons_bnnr_row .cont_button:nth-of-type(1) .button:hover {
    background-color: var(--color_sixth);
    color: #10B981;
    border: 1px solid #10B981;
}

#buttons_bnnr_row .cont_button:nth-of-type(1) .button:hover p {
    color: #10B981;
}

#buttons_bnnr_row .cont_button:nth-of-type(1) .button:hover img {
    color: #10B981;
    filter: brightness(0) saturate(100%) invert(54%) sepia(15%) saturate(6558%) hue-rotate(124deg) brightness(97%) contrast(87%);
}

#buttons_bnnr_row .cont_button:nth-of-type(2) .button {
    background-color: var(--color_second);
    border: 1px solid var(--color_sixth);
}

#buttons_bnnr_row .cont_button:nth-of-type(2) .button:hover {
    background-color: var(--color_sixth);
    color: var(--color_second);
    border: 1px solid var(--color_second);
}

#buttons_bnnr_row .cont_button:nth-of-type(2) .button:hover p {
    color: var(--color_second);
}

#buttons_bnnr_row .cont_button:nth-of-type(2) .button:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(51%) saturate(3602%) hue-rotate(215deg) brightness(96%) contrast(104%);
}

#buttons_bnnr_row .cont_button:nth-of-type(3) .button {
    background-color: #c18756;
}

#buttons_bnnr_row .cont_button:nth-of-type(3) .button:hover {
    background-color: var(--color_sixth);
    color: #c18756;
    border: 1px solid #c18756;;
}

#buttons_bnnr_row .cont_button:nth-of-type(3) .button:hover p {
    color: #c18756;
}

#buttons_bnnr_row .cont_button:nth-of-type(3) .button:hover img {
    filter: brightness(0) saturate(100%) invert(57%) sepia(33%) saturate(607%) hue-rotate(346deg) brightness(94%) contrast(89%);
}

#buttons_bnnr_row .cont_button:nth-of-type(1) .text span {
    color: #25ba85;
}

#buttons_bnnr_row .cont_button:nth-of-type(2) .text span {
    color: #fe9f41;
}

#buttons_bnnr_row .cont_button:nth-of-type(3) .text span {
    color: #25ba85;
}

#section-2{
    padding-top: 5rem;
}

#section-2.page{
    padding-top: 8rem;
}

.section-2_content.page{
	background-color: #f5f8ff;
}

#section-2 .video_placeholder figure img{
    border-radius: 40px;
}

#section-2 .text{
    margin-bottom: 1.5rem;
}

#section-2 .text span{
    color: var(--color_second);
}

#section-3{
    margin-bottom: 2rem;
}

#section-3 .button_component.button_soft_blue p{
    margin-bottom: 1rem;
}

#section-3 .text_bigger p{
    font-size: 18px;
    width: 70%;
    margin: 1rem 0;
}

#section-3 #icons_rows_text{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

#icons_rows_text li{
    display: flex;
    align-items: center;
}

#icons_rows_text li > div{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 1rem;
}

#icons_rows_text li div.icon{
    background-color: #0D3CA5;
    padding: 0.5rem;
    border-radius: 8px;
}

#icons_rows_text li div.icon img{
    object-fit: contain;
    height: 32px;
    width: auto;
}

#icons_rows_text li div.text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

#icons_rows_text li div.text p{
    width: 70%;
    line-height: 14pt;
}

#icons_rows_text li:nth-of-type(1) div.icon{
    background-color: var(--color_second);
}

#icons_rows_text li:nth-of-type(2) div.icon{
    background-color: var(--color_third);
}

#icons_rows_text li:nth-of-type(3) div.icon{
    background-color: var(--color_fourth);
}

#section-3 .circles_img{
    position: relative;
}

#section-4{
    padding-top: 8rem;
}

.section-4_content.page{
	background-color: #f5f8ff;
}

#section-4 .section-4_content > div.vc_column-inner > div.wpb_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-4 .text p{
    margin-top: 1rem !important;
}

#section-4 .cont_delegates{
    position: relative;
    z-index: 0;
}

#section-4 #left_side, #section-4 #right_side{
    width: 95%;
    box-sizing: border-box;
    border-radius: 1rem;
}

#section-4 #left_side{
    background-color: white;
    padding: 3.5rem 2rem;
    margin-right: auto;
}

#section-4 #left_side .text{
    text-align: left;
    margin: 1rem 0;
}

#section-4 #right_side{
    background-color: var(--color_second);
    padding: 1.5rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: auto;
}

#section-4 .text{
    font-size: 18px;
    margin: 1rem auto;
    width: 95%;
}

#section-4 .text.width{
    width: 75%;
}

#section-4 .text.margin_bottom{
    margin-bottom: 3rem;
}

#section-4 #left_side ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#section-4 #left_side ul li{
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

#section-4 #left_side ul li p{
    font-size: var(--font-size-body-lg);
}

#section-4 #right_side h2, #section-4 #right_side .text{
    color: white;
}

#section-4 #right_side .grid p{
    font-size: var(--font-size-body-lg);
    color: white;
}

#section-4 #right_side .grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

#section-4 #right_side .grid > div{
    background-color: #476bbb;
    display: flex;
    flex-direction: column;
    gap: 0rem;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: relative;
    padding: 0.5rem 0;
}

#section-4 #right_side .grid > div img{
    object-fit: contain;
    height: 32px;
    width: auto;
}

#section-5{
    margin-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-5 #tabs_rows_delegate{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 1.5rem;
}

#section-5 #tabs_rows_delegate li{
    background-color: var(--color_sixth);
    list-style: none;
}

#section-5 #tabs_rows_delegate li button{
    text-transform: none;
    background-color: #F5F8FF;
    color: #031A70;
    font-size: 16px;
    font-weight: 400;
    border-radius: 4px;
    padding: 1rem 3rem;
    transition: all 0.5s ease-in-out;
    border: 1px solid transparent;
}

#section-5 #tabs_rows_delegate li button:hover{
    background-color: #031A70;
    color: #F5F8FF;
    border: 1px solid #031A70;
}

#section-5 #tabs_rows_delegate li button[aria-selected="true"] {
  /* estilos para el tab activo */
  background-color: #0d3ca5;
  color: var(--color_sixth);
}

#section-5 .cont_gallery_delegate{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

#section-5 .cont_gallery_delegate > div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

#section-5 .cont_gallery_delegate > div .image{
    border-radius: 8px;
    padding: 1rem;
}

#section-5 .cont_gallery_delegate > div .image.secondary{
    background-color: var(--color_second);
}

#section-5 .cont_gallery_delegate > div .image.tertiary{
    background-color: var(--color_third);
}

#section-5 .cont_gallery_delegate > div .image.quaternary{
    background-color: var(--color_fourth);
}

#section-5 .cont_gallery_delegate > div img{
    height: 42px;
    width: auto;
    object-fit: contain;
}

#section-5 .cont_gallery_delegate > div .title{
    font-size: 16px;
    font-weight: 700;
}

#section-5 .cont_gallery_delegate > div .text{
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    margin: auto;
    text-align: center;
    line-height: 1lh;
}

#section-6{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-6 .section-6_content > div.vc_column-inner > div.wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-6 .text{
    font-size: 18px;
    margin: 1rem 0;
}

#row_funcionmnt ul{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

#row_funcionmnt ul li{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #F5F8FF;
    padding: 1rem;
    border-radius: 12.75px;
    border: 4px #0d3ca5;
    border-style: solid;
    border-top: 1px solid #0d3ca5;
    border-right: 1px solid #0d3ca5;
    border-bottom: 0px solid #0d3ca5;
    box-shadow: 0px 1px 3px 0px #0d3ca5;
}

#row_funcionmnt ul li p.title{
    font-size: 18px;
    font-weight: bold;
}

#section-7{

}

#section-7 .section-7_content > div.vc_column-inner > div.wpb_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#section-7 h2, #section-7 h5, #section-9 h1, #section-9 h2, #section-11 h2{
    color: white;
}

#section-7 h5{
    margin: 2rem auto 0rem;
}

#section-7 .text:not(.gallery_grid_3 .text){
    font-size: 18px;
    margin: 1rem 0;
    color: white;
}

.gallery_grid_3{
    display: grid;
    column-gap: 2rem;
    margin-top: 1rem;
    /* grid-template-columns: 1fr 1fr 1fr; */
}

.gallery_grid_3.size_box_grid_3-1{
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    align-items: stretch;
    gap: 1rem;
}

.gallery_grid_3 > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 1rem;
    border-radius: 12.75px;
    box-shadow: rgba(80, 80, 80, 0.15) 0px 5px 8px 4px;
}

.gallery_grid_3.size_box_grid_3-1 > div{
    background-color: #3159b2;
    max-width: 336px;
    margin: 0 auto;
    width: 100%;
}

.gallery_grid_3 img{
    width: auto;
    object-fit: contain;
    /* height: 35px; */
    box-sizing: border-box;
    padding: 1rem;
    border-radius: 100vmin;
}

.gallery_grid_3 img.secondary{
    background-color: var(--color_second);
}

.gallery_grid_3 img.tertiary{
    background-color: var(--color_third);
}

.gallery_grid_3 img.quaternary{
    background-color: var(--color_fourth);
}

.gallery_grid_3 .title{
    font-weight: bold;
    font-size: 16px;
}

.gallery_grid_3.size_box_grid_3-1 .title{
    color: white;
}

.gallery_grid_3 .text{
    font-size: 14px;
    text-align: center;
    margin: initial;
}

.gallery_grid_3.size_box_grid_3-1 .text{
    color: white;
}

.gallery_grid_3 .button{
    width: 100%;
    text-align: center;
}

.gallery_grid_3 .button_access{
    font-weight: bold;
    font-size: 14px;
    color: white;
    width: 100%;
    padding: 0.25rem 0;
    text-align: center;
    border-radius: 6.75px;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.gallery_grid_3.size_box_grid_3-1 .button_access{
    color: white;
}

.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box{
    justify-content: space-between;
}

.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box > div{
    position: relative;
    right: 5px;
}

.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box .number_indicator{
    font-size: 16px;
    color: #0D3CA5;
    font-weight: 700;
    border-radius: 100vmin;
    background-color: #b7c7e4;
    box-sizing: border-box;
    /* padding: 1rem; */
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box .text{
    text-align: left;
}

.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box .cont_text_box{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.gallery_grid_3.size_box_grid_3-1 > div:not(.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box) .text{
    min-height: 50px;
}

.gallery_grid_3 .button_access.secondary{
    background-color: var(--color_second);
}

.gallery_grid_3 .button_access.tertiary{
    background-color: var(--color_third);
}

.gallery_grid_3 .button_access.quaternary{
    background-color: var(--color_fourth);
}

#section-8{

}

#section-8 .section-8_content > div.vc_column-inner > div.wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-8 .text {
    font-size: 18px;
    margin: 1rem 0;
}

#section-8 #cont_faq_rows{
    width: 80%;
}

#section-8 #faq_row{
    width: 100%;
    margin: auto;
}

#faq_row ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

#faq_row ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 8px solid #6489e4;
    border-radius: 0.5rem;
    width: 100%;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}


#faq_row ul li > .item_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

#faq_row ul li > .item_row h6{
    color: #4a5565;
    font-size: 18px;
    line-height: 1lh;
    cursor: pointer;
}

#faq_row ul li > .item_row .item_row_header{
    padding: 1.5rem 1rem;
}

#faq_row ul li > .item_row .item_row_header, #faq_row ul li > .item_row .item_row_header p{
    background-color: #ffffff;
    color: #4A5565;
    text-transform: none;
    font-size: 18px;
    line-height: 1lh;
}

#faq_row ul li > .item_row .arrow_row > img{
    object-fit: contain;
    width: auto;
    height: 15px;
}

#section-9{
    padding-top: 6rem;
}

#section-9 .section-9_content > div.vc_column-inner > div.wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-9 .text {
    font-size: 18px;
    margin: 1rem 0;
    color: white;
}

#section-9 #cont_contact{
    align-items: center;
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
}

#section-9 #cont_contact .cont_box{
    border-radius: 12.75px;
    padding: 1rem;
    background-color: #3159b2;
    flex: 1;
    color: #F5F8FF;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    min-width: 400px;
}

#section-9 .cont_rows_meetings{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#section-9 .cont_rows_meetings > div{
    background-color: #3d5a9e;
    padding: 1rem;
    border-radius: 12px;
	border: 0.5px solid #f5f8ff7a;
}

#section-9 .cont_rows_meetings .info{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

#section-9 .cont_rows_meetings .info p:nth-of-type(1){
    font-size: 14px;
    font-weight: 500;
}

#section-9 .cont_rows_meetings .info p:nth-of-type(2){
    font-size: 12px;
    font-weight: 400;
}

#section-9 .cont_rows_meetings .register{
    background-color: #0d7a31;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 10px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 2rem;
    text-transform: none;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

#section-9 .cont_rows_meetings .register:hover{
    color: var(--color_third);
    background-color: var(--color_sixth);
    border: 1px solid var(--color_third);
}

#section-9 #cont_contact .cont_box .button_box{
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    text-transform: none;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 10px 2px;
    border: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}

#section-10{

}

#section-10 .section-10_content > div.vc_column-inner > div.wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-10 .text:not(.gallery_grid_3 .text) {
    font-size: 18px;
    margin: 1rem 0;
}

.gallery_grid_3.size_box_grid_3-2{
    grid-template-columns: repeat(auto-fit, minmax(1fr, 200px));
    width: 95%;
    margin: auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 340px));
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.gallery_grid_3.size_box_grid_3-2 > div{
    background-color: white;
    padding: 1.5rem 2.5rem;
    max-width: 340px;
    /* grid-column: span 2; */
}

/* .gallery_grid_3.size_box_grid_3-2 > div:last-child:nth-child(odd) {
  justify-self: center;
  grid-column: 1 / -1;
} */

.gallery_grid_3.size_box_grid_3-2 .text{
    width: 90%;
}

.gallery_grid_3.size_box_grid_3-2 .button{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.gallery_grid_3 .box_color_advise{
    border-radius: 0.5rem;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem 0;
}

.gallery_grid_3 .box_color_advise.tertiary{
    background-color: #dbf5ec;
}

.gallery_grid_3 .box_color_advise.secondary{
    background-color: #dbe2f2;
}

.gallery_grid_3 .box_color_advise.quaternary{
    background-color: #fef0da;
}

.gallery_grid_3 .box_color_advise p{
    font-weight: bold;
}

.gallery_grid_3 .box_color_advise p span{
    font-size: 12px;
    font-weight: 400;
}

#section-11{
    padding: 1rem 0;
}

#section-11 #section-11_content_inner_row{
    border-radius: 1rem;
}

#section-11 .section-11_content > div.vc_column-inner > div.wpb_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-11 .text {
    font-size: 18px;
    margin: 1rem 0;
    color: white;
}

.gallery_grid_4{
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-content: space-around;
    padding: 1rem 0;
}

.gallery_grid_4 > div{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
}

.gallery_grid_4 > div p{
    color: white;
}

.gallery_grid_4 > div p:nth-of-type(1){
    font-size: 36px;
    font-weight: 500;
    line-height: 1lh;
}

.gallery_grid_4 > div p:nth-of-type(2){
    font-size: 16px;
}

#section-12{
    padding: 4rem 0;
}

footer #cont_footer{
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
    padding: 2rem;
    border-bottom: 0.5px solid #3159b2;
}

footer #cont_footer p, footer #cont_footer p a{
    font-size: 12px;
    color: white;
}

footer #cont_footer .logo{
    width: max-content;
    max-width: 240px;
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer #cont_footer .info_footer_cont{
    display: flex;
    align-items: flex-start;
    flex: 1;
    /* justify-content: center; */
}

footer #cont_footer .logo > div{
    display: flex;
    align-items: center;
    gap: 1rem;
}

footer #cont_footer .logo img{
    object-fit: contain;
    width: auto;
    height: 3.5rem;
}

footer #cont_footer .info_footer_cont > div{
    flex: 1;
}

footer #cont_footer .title_footer{
    font-size: 14px;
    font-weight: 600;
}

footer #cont_footer .title_footer{
    font-size: 14px;
    font-weight: 600;
}

footer #cont_footer ul{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

footer #cont_footer ul li{
    list-style: none;
}

#form_contact{

}

#form_contact .field_form{
    background-color: #d6def0;
    overflow: hidden !important;
    border-radius: 8px;
    padding: 0.25rem 1rem;
    font-size: 16px;
    margin-bottom: 1rem;
}

#form_contact textarea.field_form{
    height: 101px;
    resize: vertical;
}

#form_contact .field_form::placeholder{
    color: #717182;
}



/* Teléfonos pequeños */
@media (max-width: 479px) {

    #section-4 #right_side .grid{
        grid-template-columns: 1fr;
    }

    #section-5 #tabs_rows_delegate li button{
        padding: 0.5rem 1rem;
    }

    #section-5 .cont_gallery_delegate > div .title{
        font-size: 14px;
    }

    #section-5 .cont_gallery_delegate > div .text{
        font-size: 14px;
    }

    footer #cont_footer .info_footer_cont{
        flex-direction: column;
        gap: 2rem;
    }

}

/* Móviles normales */
@media (max-width: 768px) {

    #quienes-somos, #tu-rol, #como-funciona, #soporte-formacion, #faq, #contacto{
        scroll-margin-top: 130px;
    }

    #first_row_site{
        padding-top: 2rem;
    }

    h1{
        text-align: center;
    }

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

    .cont_title_bnnr_txt h3{
        text-align: center;
    }

    .cont_title_bnnr_txt p.text_banner_p{
        width: 98%;
        margin: auto;
        text-align: center;
    }
    
    .cont_title_bnnr_txt #buttons_bnnr_row{
        grid-template-columns: 1fr;
        align-items: center;
        justify-content: center;
        margin: 2rem auto;
        gap: 1.5rem;
    }

    #buttons_bnnr_row .cont_button{
        gap: 0.5rem;
    }

    #buttons_bnnr_row .cont_button > div.button p{
        font-size: 14px;
    }

    .image_banner .wpb_wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #section-3 .text_bigger p{
        width: 98%;
        margin: 1rem auto;
        text-align: center;
    }

    #icons_rows_text li > div{
        width: 80%;
        margin: auto;
    }

    #icons_rows_text li div.text p{
        width: fit-content;
    }

    #section-3{
        margin-bottom: initial;
    }

    #section-3 .circles_img {
        margin: 2rem 0 1rem;
    }

    #section-5 .cont_gallery_delegate{
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    #section-5 #tabs_rows_delegate li button{
        padding: 0.5rem 1.5rem;
    }

    .cellphone_img{
        margin-top: 2rem;
    }

    #section-8 #cont_faq_rows {
        width: 100%;
    }

    #faq_row ul li > .item_row .item_row_header p{
        font-size: 16px;
    }

    #faq_row ul li > .item_row .arrow_row > img{
        height: 38px;
    }
		
	#section-9 #cont_contact{
		flex-direction: column;
	}
	
    #section-9 #cont_contact .cont_box{
        min-width: initial;
		width: 100%;
    }

    #section-9 .cont_rows_meetings .register{
        padding: 0.25rem 1rem;
        font-size: 14px;
    }

    #section-10 .text:not(.gallery_grid_3 .text){
        font-size: 16px;
        width: 95%;
        margin: 0.5rem auto;
    }

    #section-11 .text{
        text-align: center;
    }

    #section-9 .text, #section-8 .text, .gallery_grid_3.size_box_grid_3-1 > div:not(.gallery_grid_3.size_box_grid_3-1 > div.webinars_talleres_box) .text, #section-7 .text:not(.gallery_grid_3 .text), #section-6 .text, #section-5 .cont_gallery_delegate > div .text, #section-4 .text{
        font-size: 14px;
    }

    #section-3 .text_bigger p{
        font-size: 16px;
    }

    .gallery_grid_4 > div p:nth-of-type(1){
        font-size: 24px;
    }

    footer #cont_footer .logo{
        max-width: initial;
        justify-content: center;
        align-items: center;
    }

    footer #cont_footer .logo > div{
        width: 100%;
        justify-content: space-around;
    }

    footer #cont_footer{
        padding: 1rem;
        justify-content: center;
    }
    
    footer #cont_footer .info_footer_cont > div{
        width: 100%;
        align-items: center;
        gap: 0.5rem;
    }
    
    footer #cont_footer ul{
        margin: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    footer #cont_footer p, footer #cont_footer p a{
        text-align: center;
    }
    
}

@media (max-width: 992px) { 
    .cont_title_bnnr_txt #buttons_bnnr_row{
        justify-content: center;
    }
}

@media (max-width: 1200px){ 
    #section-4 .cont_delegates{
        display: flex;
        gap: 2rem;
        justify-content: center;
    }

    #section-4 #left_side, #section-4 #right_side {
        width: 100%;
    }
}

/* Tablets */
@media (min-width: 768px) and (max-width: 991px) { ... }

/* Laptops */
@media (min-width: 992px) and (max-width: 1199px) { ... }

/* Desktop grande */
@media (min-width: 1200px) and (max-width: 1279px) { ... }

/* Desktop XL (tu breakpoint manual extra) */
@media (min-width: 1280px) { ... }