.elementor-126710 .elementor-element.elementor-element-f3190d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-126710 .elementor-element.elementor-element-f3190d1{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-3551f58 *//* General Reset */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --indogblue: #264059;
    --cornsik: #f8f8e2;
    --Jonquil: #F7CB15;
    --spanisorange: #E5690B;
}

/*Font Import*/
.pt-sans-regular {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }  .pt-sans-bold {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
  }  .pt-sans-regular-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
  }  .pt-sans-bold-italic {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
/*Hero section*/
.Hero-intro{
    background-image: var(--wpr-bg-fbb8ce7e-8ab8-41bd-9468-446242d8701d);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    margin-bottom: 5vh;
}
.Hero-intro h1{
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    padding-top: 65vh;
    color: var(--cornsik);
}
@media (max-width: 768px) {
    .Hero-intro{
        min-height: 80vh;
    }
    .Hero-intro h1{
        font-size: 3rem;
        padding-top: 80vh;
    }
}

/*Header logos ------------------------------------------------*/
.header-logos{
    width: 60%;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;
    padding-top: 5vh;
}
.header-logos img{
 width: 100%;
}

@media (max-width: 768px) {
    .Hero-intro{
        min-height: 70vh;
    }
    .Hero-intro h1{
        font-size: 2.5rem;
        padding-top: 50vh;
    }
    .header-logos{
        width: 90%;
    }

}
/*Hero Intro de las notas---------------------------------------*/
.Hero-intro-nota{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
}
.honduras{
    background-image: var(--wpr-bg-0ceb3b59-eed6-4599-9559-ab1321e39401);
}
.guatemala{
    background-image: var(--wpr-bg-1c1fbc5e-a8e0-4598-8b24-176e25e1458b);
}
.elsalvador{
    background-image: var(--wpr-bg-fd6d575f-2a62-4b28-b802-7db2bc94732b);
}
.cronica{
    background-image: var(--wpr-bg-503a554c-b4d0-47a2-8a2b-716677cdeda1);
}
.Hero-intro-nota h1{
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    color: var(--cornsik);
    padding-top: 80vh;
}
@media (max-width: 768px) {
    .Hero-intro-nota{
        min-height: 80vh;
    }
    .Hero-intro-nota h1{
        font-size: 3rem;
        padding-top: 80vh;
    }
}
@media (max-width: 700px) {
        .Hero-intro-nota{
            min-height: 70vh;
        }
        .Hero-intro-nota h1{
            font-size: 2.5rem;
            padding-top: 50vh;
        }
    
}

/*Entradila -----------------------------------------------------*/
.Intro-nota{
    margin: 0 15% 0 15%;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5vh;
    text-align: center;
}
@media (max-width: 768px) {
    .Intro-nota{
        margin: 0 5% 0 5%;
        font-size: 1.5rem;
    }
}
/*intro section */
.Intro{
    margin: 0 15% 0 15%;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 5vh;
    text-align: center;
}
@media (max-width: 768px) {
    .Intro{
        margin: 0 5% 0 5%;
        font-size: 1.5rem;
    }
}


/*General Styles */
body{
    font-family: "PT Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: var(--cornsik);
    color: #333333;
    line-height: 1.6;
}

.Texto p a{
    font-weight: 600;
    color: var(--indogblue);
    text-decoration: underline;
}
.Texto{
    font-weight: 300;
    font-size: 1.5rem;
}
.Texto p{
    margin: 0 25% 0 25%;
}
.pfoto{
    text-align: center;
    color: rgb(40, 40, 40);
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.5;
}
.Texto h2{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
}
@media (max-width:768px){
    .Texto{
       font-size: 1.2rem;
    }
    .Texto p{
        margin: 0 10%;
    }
}
.Texto .firstletter::first-letter{
    float: left;
	font-family: "Montagu Slab", serif;
	font-size: 7rem;
	line-height: 0.6;
	color: var(--indogblue);
	margin-right: 0.5rem;
}

.Texto img{
    display: block;
    text-align: center;
    object-fit: cover;
    width: 85%;
    max-width: 1800px;
    margin: 0 auto 1rem auto;
}

@media (max-width:768px){
    .Texto img{
        width: 100%;
    }
}

/* Imagenes de decoración al fondo ------------------------*/
.decoracion, .decoracion2, .decoracion3, .decoracion4{
    position: relative;
}
.decoracion::before, .decoracion3::before{
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
}
.decoracion2::before, .decoracion4::before{
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    right: 30%;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
}
@media (max-width: 768px) {
    .decoracion::before, .decoracion2::before, .decoracion3::before, .decoracion4::before{
        opacity: 0.2;
    }
}
.decoracion::before{background-image: var(--wpr-bg-6069f89a-91d9-45a3-949a-00f6381c0d5e);}
.decoracion2::before{background-image: var(--wpr-bg-33ab50df-958c-47a8-a32a-4ed45e62fbae);}
.decoracion3::before{background-image: var(--wpr-bg-c6153fd3-68b8-4ab8-a0c8-464b782e0330);}
.decoracion4::before{background-image: var(--wpr-bg-4853594e-4a5e-40f5-a00b-244128f8e1e9);}
/*Final*/
.Final{
    background-color: var(--indogblue);
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.8rem;
    padding:5rem 2rem;
}
.Final-nota{
    background-color: var(--indogblue);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 0.8rem;
    padding: 5rem 2rem;
}
.Final-nota .nota img{
    width: 100%;
    object-fit: cover;
    height: 20rem;
    margin: 0 auto;
    border-radius: 0.3rem;
}
.Final .nota img{
    object-fit: cover;
    width: 100%;
    height: 20rem;
    margin: 0 auto;
    border-radius: 0.3rem;
}

.nota a{
    text-decoration: none;
}
.nota a:hover{
    color: var(--Jonquil);
    text-decoration: underline;
}
.nota h2{
    padding: 0.5rem 0 0.5rem 0;
    color: var(--cornsik);
    font-size: 2rem;
    text-align: center;
}
.nota div a{
    padding: 0 2.5rem 0 2.5rem;
    color: var(--cornsik);
    font-size: 1rem;
    text-align: left;
}
.notita{
    font-size: 1.5rem;
    margin-bottom: 2rem;
    font-weight: 800;
    text-align: center;
    color: var(--Jonquil);
}

@media (max-width: 768px) {
    .Final, .Final-nota{
        grid-template-columns: 1fr;
        padding: 1rem;
    }
    .Final .nota img, .Final-nota .nota img{
        height: 15rem;
    }
    .Final .nota h2{
        font-size: 1.5rem;
    }
    .Final .nota div a p{
        font-size: 1rem;
    }
}
/*Footer -------------------------------------  */
.FOOTER{
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: var(--wpr-bg-25169d8b-213f-45f3-8e18-c6764b5fd528);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -3rem;
}
.footernota{
    padding: 5% 0;
}
.creditos{
    width: 45%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 10rem;
    color: var(--cornsik);
}
.footer-logos{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 60%;
    gap: 5rem;
    margin: 0 auto;
}
.footer-logos img{
    width: 100%;
    height: 100%;
}
.logocon div img{
    width: 100%;
    margin-bottom: 20rem;
}
@media (max-width: 860px) {
    .creditos{
        font-size: 1.2rem;
    }
    .footer-logos{
        flex-direction: column;
        width: 30%;
        gap: 0;
    }
    .footer-logos img{
        width: 100%;
        height: 100%;
    }
}

/*ARREGLOS POR NOTA----------------------*/
.canva {
    width: 60%;
    margin: 0 auto;
    max-width: 1800px;
    height: auto;;
}
.iframe iframe{
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 2rem;
    min-height: 500px;
}
@media (max-width: 768px) {
    .canva {
        width: 100%!important;
    }
    .iframe iframe{
        width: 90%;
    }
}
/*Honduras ------------------------------------------------------------------*/
.video{
    width: 75%;
    margin: 0 auto;
}
.video-especial{
    width: 20%;
    margin: 0 auto;
}

.cronica-hero{
margin: 0 auto;
width: 100%;
padding: 2 10rem ;
}
.imagen-cronica::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black transparent overlay */
    z-index: -1;
}
.imagen-cronica{
    max-width: 2000px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    padding-top: 30%;
    background-image: var(--wpr-bg-706f1e7e-0f79-4a7f-9b17-e5e9a466e0c2);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50vh;
    text-align: left;
    color: var(--cornsik);
    padding-left: 5%;
    padding-bottom: 5%;
    border-radius: 0.5rem;
    box-shadow: -12px 15px 20px -11px rgba(0,0,0,0.73);
    -webkit-box-shadow: -12px 15px 20px -11px rgba(0,0,0,0.73);
    -moz-box-shadow: -12px 15px 20px -11px rgba(0,0,0,0.73);
}
.btn a{
    text-decoration: none;
    color: var(--indogblue);
    font-weight: 900;
    background-color: var(--Jonquil);
    padding: 0.2rem 0.9rem;
    width: 15%;
    border-radius: 0.3rem;
    text-align: center;
}
@media (max-width: 768px) {
    .imagen-cronica{
        padding-top: 60%;
        padding-left: 5%;
        padding-bottom: 5%;
    }
    .btn p{
        width: 30%;
    }
}

/*El Salvador ------------------------------------------------------------------*/
/*Gutemala ------------------------------------------------------------------*/
.compa{
    display: flex;
    width: 100%;
    gap: 1rem;
}/* End custom CSS */