body{
    /* font-family: "Raleway","Anton","Montserrat",sans-serif; */
    margin: auto;
    width: min(1920px, 100%);
    box-shadow: 1px 0px 14px #000;
    background-color: #ffffff;
    position: relative;
    background-image: url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2026/01/fondohojashome2.png);
    background-position: center;
    background-repeat: repeat-y;
}

.header{
    font-family: "Raleway";
    font-weight: 700;
    color: #3979BD;
    z-index: 100;
    box-shadow: 0px 1px 20px #3d3d3d;
    display: flex;
    justify-content: space-evenly;
    padding: 8px 0;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1000;
    position: sticky;
    top: 0px;
}

.navhome ul{
    list-style: none;
    
}

.navhome>ul{
    display: flex;
    padding: 0px;
    gap: 140px;
}

.navhome>ul>li>a{
    padding: 20px 0;
    font-size: 20px;


}

.navhome a{
    text-decoration: none;
    color: #3979BD;
    font-size: 20px;
}

.navhome ul li ul{
    display: none;
}

.navhome ul li ul {
    border-radius: 15px;
    position: absolute;
    min-width: 139px;
    background-color: #ffffff;
    z-index: 100;
    top: 55px;
    box-shadow: 0px 0px 10px #8b8b8b;
    padding: 10px;
    transform: translateX(-30%);
    width: 250px;
}

.navhome ul li:hover ul {
    display: block;
}

.navhome ul li ul li{
    border-radius: 10px;
    padding: 10px;
}

.navhome ul li ul li:hover{
    background-color: #D7E4F2;
}

.header-logo figure{
    margin: 0px;
}

.menu-principal{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 100px;
    align-items: center;
}

/*INICIO DE MAIN*/


.INIdiv3 {
    min-height: 0px;
    padding: 40px 0;
}

.INIdiv3 .wp-block-cover__image-background {
    background-size: 100%;
}

.INIdiv1{
    margin: 0px;
}

.frasedediv1 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.INIdiv2{
    font-family: "Anton";
    color: #3979BD;
    text-align: center;
}

.INIdiv2 h1{
    margin: 0;
    text-shadow: #7777777a 0 0px 10px;
    padding: 10px 0px;
    font-size: 50px;
}

.bloqhojas{
    background-color: #36C6F4;
    display: flex;
    align-items: center;
}

.infobloghojas{
    width: min(1000px, 100%);
    margin: 50px auto;
    gap: 65px;
}

.INIdiv3 .bloquebotonadmi {
    margin: 0px auto;
}

.bloquebotonadmi p {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: left;
    font-size: 30px;
    margin: 0px;
    width: min(700px, 100%);
    text-shadow: #000000 0 0px 10px;
    line-height: 1.2;
}

.bloquebotonadmi img {
    width: 170px;
}

.infobloghojas h1{
    font-family: "Anton", sans-serif;
    color: white;
    text-align: center;
    font-size: 55px !important;
    font-weight: 100;
    margin: 0px;
    line-height: 1;
}

.infodebloqnoticia{
    line-height: 1.1;
    width: min(250px, 100%);
    display: flex;
    gap: 0px;
    flex-direction: column;
}

.infobloghojas p{
    font-family: "Montserrat", sans-serif;
    color: white;
    /* text-align: left; */
    font-size: 25px;
    margin: 20px 0px;
}

.bloqdenoticia  div{
    gap: 0px;
}

.bloq4columnas{
    width: min(1100px, 100%);
    margin: 50px auto;
}

.bloq4columnas h1{
    font-family: "Anton", sans-serif;
    text-align: justify;
    font-size: 50px;
    font-weight: 100;
    margin: 0px;
}

.todoslosbloq4col{
    display: flex;
    gap: 0px;
    padding-left: 30px;
    flex-wrap: wrap !important;
}

.bloqdenoticia{
    display: flex;
    align-items: flex-start;
}

.bloq2columnas h1{
    font-family: "Anton", sans-serif;
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    margin: 0px;
    line-height: 1;
}

.bloq2columnas a{
    background-color: white;
    padding: 10px 20px;
    border-radius: 15px;
    color: #65BC5E;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    width: 140px;
    text-align: center;
    display: block;
}

.bloqgrande2col{
    width: min(1000px, 100%);
    margin: auto;
    position: relative;
    margin: 50px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.infode2col{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin: auto;
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
}

.infode2col h1{
    font-family: "Anton", sans-serif;
    font-size: 50px !important;
    font-weight: 100;
    margin: 0px;
    line-height: 1.1;
    color: white;
}

.infode2col p a{
    background-color: white;
    padding: 6px 20px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #54b94d;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    font-weight: 700;
}

.infode2col p{
    width: 180px;
    margin: auto;
}

.bloq2columnas>img{
    position: absolute;
    top: 27px;
    transform: translateX(207%);
    width: 335px;
}

.bloq2columnas{
    position: relative;
    margin: 50px auto;
    width: 717px;
}

.infodebloqnoticia p{
    font-family: "Montserrat", sans-serif;
}

.infodebloqnoticia p strong{
    font-family: "Anton", sans-serif;
    font-weight: 100;
    font-size: 20px;
    margin: 0px;
}

.bloq4columnasbilingui{
    width: min(1300px, 100%);
    margin: 50px auto;
    display: flex;
    justify-content: center;
}

.todoslosbloq4colbilingui{
    display: flex;
    gap: 40px;
    padding-left: 30px;
    flex-wrap: wrap !important;
    width: min(1300px, 100%);
    margin: auto;
}

.bloq3columnas {
    display: flex;
    gap: 0px !important;
    margin: 50px 0;
}

.bloq3columnas figure{
    margin: 0px;
}

.bloq3columnas figure img {
    width: 100%;
}

.infodeciclos div{
    padding: 15px 0;
}



.bloq1{
    background-image:url(../img/ciclo1.jpg) ;
}

.bloq2{
    background-image:url(../img/ciclo2.jpg) ;
}

.bloq3{
    background-image:url(../img/ciclo3.jpg) ;
}

.montserratp{
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
    font-size: 25px;
    margin: 0px;
}

.montserratpgrande{
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: center;
    font-size: 33px;
    margin: 0px;
    font-weight: 700 !important;
}

.antonp{
    font-family: "Anton", sans-serif;
    color: white;
    text-align: center;
    font-size: 65px;
    font-weight: 100;
    margin: 0px;
}

.bloq3columnas{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.bloq3columnas>div{
    /* padding: 80px 0; */
    line-height: 1.2;
    text-shadow: #000000 0 0px 15px;
}

.infodeciclos a{
    color: white;
    text-decoration: none;
}

.bloq3columnas a {
    width: 100%;
}

.bloq3columnas .wp-block-cover{
    min-height: 360px !important;
}

.news{
    width: min(1000px, 100%);
}

.noticiaprincipal li {
    position: relative;
    width: min(430px,100%)!important;
    box-shadow: 0px 0px 5px 0px #000;
    border-radius: 25px;
}

.noticiaprincipal ul{
    width: min(430px,100%)!important;
}

.news .noticiaprincipal img {
    border-radius: 25px;
}

.noticiaprincipal a{
    right: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    font-size: 22px !important;
    font-family: "Anton", sans-serif;
    line-height: 1.2;
    font-weight: 100;
    color: white;
    text-shadow: #000000 0 0px 10px;
    text-decoration: none;
    background-color: #68b545ba;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}

.noticiaprincipal div{
    display: flex;
    overflow: hidden;
    border-radius: 25px;
}

.otrasnoticias div{
    display: flex;
    overflow: hidden;
    border-radius: 25px;
}

.otrasnoticias a {
    right: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 23px 23px;
    padding: 15px;
    font-size: 15px !important;
    font-family: "Anton", sans-serif;
    line-height: 1.2;
    font-weight: 100;
    color: white;
    text-shadow: #000000 0 0px 10px;
    text-decoration: none;
    background-color: #68b545ba;
    overflow: hidden;
    border-radius: 0 0 25px 25px;
}

.otrasnoticias a:nth-child(odd){
    background-color: #86ddf7c4;
}

.otrasnoticias a:nth-child(even){
    background-color: #3978bdd1;
}

.otrasnoticias li{
    width: min(205px, 100%) !important;
    position: relative;
    box-shadow: 0px 0px 5px 0px #000;
    border-radius: 25px;
}

.otrasnoticias  {
    display: grid;
    grid-template-columns: 205px 205px;
    gap: 20px;
}

.otrasnoticias img {
    border-radius: 25px;
}




.adenews {
    position: relative;
    width: 730px;
    padding: 0px;
}

.adenews figure{
    margin: auto;
}

.adenewspeques figure{
    margin: 15px auto 0;
}

.adenewspeques figure img{
    border-radius: 20px;
    width: 240px;
}

.adenewspeques{
    position: relative;
    width: 240px !important;
    padding: 0px;
    min-height: auto !important;
}

.adenewspeques p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    font-size: 15px !important;
    margin: auto;
    font-family: "Anton", sans-serif;
    line-height: 1.2;
    font-weight: 100;
    color: white;
    text-shadow: #000000 0 0px 10px;
}

.adenews p{
    position: absolute;
    bottom: 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0 0 23px 23px;
    padding: 15px;
    font-size: 25px !important;
    margin: auto;
    font-family: "Anton", sans-serif;
    line-height: 1.2;
    font-weight: 100;
    color: white;
    text-shadow: #000000 0 0px 10px;
}

.adenews img{
    width: 430px;
    border-radius: 25px;
}

/* .verde p{
    background-color: #69b545bf;
} */

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background{
        height: auto !important;

}


/* .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container{
    position: static;
} */

.galerianews{
    display: flex;
    gap: 20px;
}

.galerianews div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

.galerianews div a img {
    width: 200px;
}

.news h1{
    font-family: "Anton", sans-serif;
    color: #36c6f4;
    text-align: justify;
    font-size: 50px;
    font-weight: 100;
    margin: 0px;
    margin: auto;
}

.news{
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.news .wp-block-column{
    flex-basis: auto !important;
    /* width: 430px; */
}

.columaliados {
    width: 100%;
}

/* .news div{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
} */

.aliados h1{
    font-family: "Anton", sans-serif;
    color: #ABABAB;
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    margin: 0px;
}

.aliados div{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.aliados{
    margin: 50px auto;
    width: min(1200px, 100%);
}

.aliados img{
    width: min(150px, 100%);
}

.aliados figure{
    width: min(150px, 100%);
    margin: auto;
}








        form{
                display: flex;
                flex-direction: column;
                width: 100%;
                color: white;
                gap: 15px;
                font-family: "Roboto", sans-serif;
        }

        form div{
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        form label{
            font-family: "Anton", sans-serif;
            text-align: left;
            font-size: 19px;
            margin: 0px;
            color: #ffffffc2;
        }

        form input{
            border: 1px solid #ffffff;
            background-color: #f0f8ff00;
            border-radius: 7px;
            height: 30px;
        }

        form select{
            border: 1px solid #ffffff;
            background-color: #f0f8ff00;
            border-radius: 7px;
            height: 30px;
            width: 100%;
        }

        form textarea{
            border: 1px solid #ffffff;
            background-color: #f0f8ff00;
            border-radius: 7px;
            height: 80px;
            width: 100%;
        }

        form p{
            margin: 10px 0;
            font-family: "Montserrat", sans-serif;
            font-size: 11px;
            margin: 0px;
            padding: 6px 0 6px;
        }

        form p a{
            font-family: "Montserrat", sans-serif;
            font-size: 11px;
            margin: 0px;
            font-weight: 800;
            color: white;
            text-decoration: none;
        }

        form .codigodeveri{
            display: flex;
            flex-direction: row;
            gap: 5px;
            justify-content: space-between;
        }

        .formfooter h1{
            font-family: "Anton", sans-serif;
            font-size: 50px !important;
            font-weight: 100;
            margin: 0px;
            line-height: 1.1;
            text-shadow: #00000040 0 0px 5px;
        }

        /* .formfooter{
            width: min(400px, 90%);
            margin: auto;
            padding: 50px 0px;
        } */

        .formfooter .botenviar{
            border: none;
            border-radius: 6px;
            background-color: white;
            font-family: "Anton", sans-serif;
            color: #37c5f3;
            font-size: 20px;
            width: 150px;
            height: 35px;


        }














/*FIN DE MAIN*/

.footer .wp-block-cover__image-background {
    background-size: 100%;
}

.footer{
    background-image: url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2025/10/bannerhojasazulclaro.jpg);
    justify-content: space-between;
    gap: 70px;
    align-items: center;
    width: 100%;
    border-top: 20px solid #ffffff;
    background-position: center;
    background-repeat: repeat-y;
    background-size: 100%;
    box-shadow: 0px -4px 10px 0px #b1b1b1;
}

.footer img{
    width: 100% !important;
}

.footer .wp-block-columns{
    justify-content: center;
    gap: 70px;
    padding: 30px 0;
        margin: 0px;

}

.footer form label{
    font-family: "Anton", sans-serif;
    text-align: center;
    font-size: 19px;
    margin: 0px;
    color: #ffffffc2;
}

.footer form input{
    border: 1px solid #ffffff;
    background-color: #f0f8ff00;
    border-radius: 7px;
    height: 35px;
    width: 100%;
    font-weight: 600;
    font-family: 'Montserrat';
    padding: 0 0 0 7px;
    color: #02448b;
}

form select{
    border: 1px solid #ffffff;
    background-color: #f0f8ff00;
    border-radius: 7px;
    height: 40px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    color: #02448b;
    font-weight: 600;
    padding: 0 0 0 7px;
}

form textarea{
    border: 1px solid #ffffff;
    background-color: #f0f8ff00;
    border-radius: 7px;
    height: 80px;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    color: #02448b;
    font-weight: 600;
    padding: 7px 0 7px 7px;
}

form  div{
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

form .check {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

form .check input{
    width: 20px;
}


form{
    width: min(400px, 100%);
}

.botonContacto{
    padding: 3px 50px;
    border: none;
    border-radius: 6px;
    background-color: white;
    font-family: "Anton", sans-serif;
    color: #37c5f3;
    font-size: 20px;
    margin: 10px 0;
}

.foocol2 h1{
    font-family: "Anton", sans-serif;
    font-size: 24px;
    margin: 0px;
    color: white;
    font-weight: 100;
}

.foocol2 p{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 18px;
    margin: 0px;
}

.foocol1 p{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 14px;
    margin: 0px;
}

.foocol1 .p{
    font-family: "Montserrat", sans-serif;
    color: white;
    font-size: 11px;
    margin: 0px;
    font-weight: 800;
}

/* .foocol2 div div{
    font-family: 'Montserrat';
    font-size: 12px;
    margin: 0px;
    color: white;
    font-weight: 700;
    text-decoration: underline;

} */

.foocol2 div div {
    border-bottom: 2px solid #ffffff;
    padding: 20px 0;
}

.footer div a{
    font-family: 'Montserrat';
    font-size: 12px;
    margin: 0px;
    color: white;
    font-weight: 700;
    text-decoration: underline;
}


.titulo{
    font-family: "Anton", sans-serif;
    font-size: 50px !important;
    font-weight: 100;
    margin: 0px;
    line-height: 1.1;
    text-shadow: #00000040 0 0px 5px;
}

.subtitulo{
    font-family: "Anton", sans-serif;
    font-size: 28px;
    font-weight: 100;
    margin: 0px;
    padding-left: 30px;
    line-height: 1.1;
    padding: 10px 0 10px 30px;
}

.parrafo{
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    margin: 0px;
    padding: 10px 0 10px 30px;
}

.columdere-textyimg{
    width: min(1450px, 100%);
    margin-left: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.columizqui-textyimg{
    width: min(1450px, 100%);
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
}

.cuadroderecho{
    width: 580px;
    margin-left: auto;
    position: relative;
    min-height: 530px !important;
}

.cuadroderecho2 {
    width: 840px;
    margin-left: auto;
    position: relative;
    min-height: 530px !important;
    padding: 50px 50px 50px 150px;
}

.cuadroizquierdo{
    width: 580px;
    margin-right: auto;
    position: relative;
    min-height: 530px !important;
}

.cuadroizquierdo2{
    width: 780px;
    margin-right: auto;
    position: relative;
    min-height: 530px !important;
    padding: 50px 145px 50px 50px;
}

.imgizquierda2{
    position: absolute;
    top: 40px;
    left: 668px;

}

.imgderecha2 {
    position: absolute;
    top: 28px;
    left: 210px;
}

.colundecudro{
    position: relative;
}

.imgderecha{
    position: absolute;
    top: 28px;
    left: 25px;
}

.imgderecha img{
    box-shadow: 0px 0px 10px #000;  
}

.imgizquierda img{
    box-shadow: 0px 0px 10px #000;  
}

.imgderecha2 img{
    box-shadow: 0px 0px 10px #000;  
}

.imgizquierda2 img{
    box-shadow: 0px 0px 10px #000;  
}

.imgizquierda{
    position: absolute;
    top: 28px;
    left: 360px;
}

.bloqueconnumero{

}

.bloqueconnumero img{
    width: 400px!important;
    height: 100%;
}

.bloqueconnumero h2{
    font-family: "Anton", sans-serif;
    text-align: left;
    font-size: 25px;
    font-weight: 100;
    margin: 0px;
    line-height: 1.2;
}

.bloqueconnumeroh2{
    font-family: "Anton", sans-serif;
    text-align: left;
    font-size: 25px;
    font-weight: 100;
    margin: 0px;
    line-height: 1.2;
}

.bloqueconnumeroP{
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: 15px;
    margin: 0px; 
}

.bloqueconnumero p{
    font-family: "Montserrat", sans-serif;
    text-align: left;
    font-size: 15px;
    margin: 0px;
}

.bloqueconnumero a{
    background-color: #54ccf5;
    padding: 8px 20px;
    border-radius: 8px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 130px;
    text-align: center;
    display: block;
    font-size: 17px;
    margin: 10px 0;
}

.blonum{
    width: 300px;
}

.blonumero {
    width: 330px;
}

.bloquesdenumeros{
    width: 800px;
    margin: auto;
    gap: 45px;
}

.bloquetextofeneral{
    width: min(1160px, 100%);
    margin: 70px auto;
    padding: 0 60px;
    box-sizing: border-box;
}

.bannerdelgado {
    padding: 30px;
    gap: 30px;
    justify-content: center;
}

.bannerdelgado img{
    width: 170px;
}

.bannerdelgado p {
    font-family: "Montserrat", sans-serif;
    color: white;
    text-align: left;
    font-size: 30px;
    margin: 0px;
    width: min(700px, 100%);
    text-shadow: #000000 0 0px 10px;
    line-height: 1.2;
}

.bloquebotonadmi p code {
    font-family: "Anton", sans-serif;
    font-weight: 100;
}

.strong a{
    color: white;
    text-decoration: none;
}

.fondoimgconpapa img{
    width: 720px;
    margin: auto;
}

.bloq2imgmododerechocuadroderecho{
    padding: 0px;
    margin: 20px auto;
}

/* .bloqdedosimg img{
    width: 720px;
    margin: auto;
} */

.bloqdedosimg{
    width: 720px;
    margin-left: 170px;

}

.imgyconbloque-columizqui{
    width: min(1250px, 100%);
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 70px;
    position: relative;
}

.imgyconbloque-columdere{
    width: min(1250px, 100%);
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.imgyconbloqueimgizqui{
    width: 650px;
    margin-right: auto;
    min-height: 530px !important;
}

.imgyconbloqueimgderecha{
    width: 650px !important;
    margin-left: auto;
    min-height: 530px !important;
}

.imgyconbloqueimgderecha img{
    width: 650px !important;
}

.imgyconbloqueimgizqui img{
    width: 650px !important;
}

.textyconbloqueimgizqui{
    position: absolute;
    top: 28px;
    left: 600px;
    width: 560px;
    /* min-height: 580px; */
    padding: 30px;
    box-shadow: 0px 0px 14px #a6a6a6;
}

.textyconbloqueimgizqui h1{
    margin: auto;
}

.textyconbloqueimgizqui h2{
    margin: auto;
    padding: 10px 0 10px 30px;
}

.textyconbloqueimgizqui p{
    margin: auto;
    padding: 10px 0 10px 30px;
}

.textyconbloqueimgderecha{
    position: absolute;
    top: 28px;
    left: 35px;
    width: 560px;
    /* min-height: 580px; */
    padding: 30px;
    box-shadow: 0px 0px 14px #a6a6a6;
}

.textyconbloqueimgderecha h1{
    margin: auto;
}

.textyconbloqueimgderecha h2{
    margin: auto;
    padding: 10px 0 10px 30px;
}

.textyconbloqueimgderecha p{
    margin: auto;
    padding: 10px 0 10px 30px;
}

.numerobordeazul{
    font-family: "Anton", sans-serif;
    font-size: 115px;
    -webkit-text-stroke: 0.25px #54ccf5;
    color: transparent;
}

.digitos2{
    width: 906px;
}

.numerobordeverde{
    font-family: "Anton", sans-serif;
    font-size: 115px;
    -webkit-text-stroke: 0.25px #ef5828;
    color: transparent;
}

.bloinfonumero{
    padding: 25px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    justify-content: center;
}

.bloinfonumero>.wp-block-group{
    width: 350px;
}

.bloinfonumeropeque{
    padding: 30px 0 0 0;
}

/* .bloinfonumero>div{
    width: 300px;
} */

.textblingui{
    padding: 0 0 0 10px;
}

.imginiciodeseccion img{
    width: min(1920px, 100%);
}

.imginiciodeseccion{
    margin: 0px;
}

.grupodegrados div{
    display: flex;
    border-radius: 0px 15px 0 15px;
    width: 320px;
    box-shadow: 0px 5px 10px #898989;
    align-items: stretch;
}

.azulclaro div{
    background-color: #54CCF5;
}

.verdeclaro div{
    background-color: #A1CD3A;
}

.azuloscuro div{
    background-color: #3979BD;
}

.blodelistadeutiles{
    width: min(1200px, 100%);
    margin: 50px auto;
}

.blodelistadeutiles h1{
    padding-bottom: 25px;
}


.grupodegrados p code{
    box-sizing: border-box;
    border-radius: 0px 15px 0 15px;
    font-size: 40px;
    overflow: hidden;
    padding: 10px 10px 10px 0px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.grupodegrados img{
    border-radius: 0px 15px 0 15px;
    padding: 10px 23px 10px 0px;
    background-color: white;
    box-shadow: 2px 0px 5px #6b6b6b;
}

.grupodegrados figure{
    margin: 0px;
}

.columnas3delista>div{
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.columnas3delista a{
    color: white;
    text-decoration: none;
}

.grupodegrados .pdesignos{
    background-color: white;
    margin: 0px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0px 15px 0 15px;
    box-shadow: 2px 0px 5px #6b6b6b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grupodegrados .parrafo{
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    margin: 0px;
    padding: 10px 0 10px 15px;
    color: white;
}

.columnas3Pa {
    gap:100px;
}

.caruseldeinstalaciones{

}

.bloquedecarrusel{

}

.imgbloquedecarrusel{

}

.infoimgbloquedecarrusel{

}

.carousel-item {
  transform: scale(0.8) !important;
  opacity: 0.5;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.carousel-item.active {
  transform: scale(1.1); /* la central más grande */
  opacity: 1;
  z-index: 2;
}

.colundetext {
        padding-left: 30px;
}

.cuadrodecoenn{
    flex-direction: row !important;
}

.hamburguerMenu {
    display: none;
}

/* .bannerhojasgb{
    background-position: left, right;
    background-image: url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2025/10/hojasizquierda.png), url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2025/10/hojasderecha.png);
    background-repeat: repeat-y;
    width: 100%;
    margin: 0;
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover;
} */

.bannerhojasgb{
    background-position: left, right;
    background-image: url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2025/10/hojasizquierda2.png), url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2025/10/hojasderecha2.png);
    background-repeat: repeat-y;
    width: 100%;
    margin: 0;
    padding: 80px 0;
    background-attachment: fixed;
    background-size: cover;
}

@keyframes hojasFlotando {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 10px 50%;
  }
  100% {
    background-position: -10px 100%;
  }
}

.bannerhojasgb .infobannerhojasgb{
    width: 1000px;
    margin: auto;
}

.carruselinstalaciones .captionContent {
    margin: 0px;
    padding: 10px;
    text-align: justify;
}

.carruselinstalaciones .swiper-slide:nth-child(1n) .captionContent{
    background-color: #54CCF5;
}

.carruselinstalaciones .swiper-slide:nth-child(1n) {
    background-color: #54CCF5;
}

.carruselinstalaciones .swiper-slide:nth-child(2n) .captionContent{
    background-color: #68B645;
}

.carruselinstalaciones .swiper-slide:nth-child(2n) {
    background-color: #68B645;
}

.carruselinstalaciones .swiper-slide:nth-child(3n) .captionContent{
    background-color: #3979BD;
}

.carruselinstalaciones .swiper-slide:nth-child(3n) {
    background-color: #3979BD;
}

.carruselinstalaciones h5 {
    margin: 0px;
}

.carruselinstalaciones .swiper-slide{
    padding: 8px;
    width: 430px !important;
    margin-right: 0px !important;
}

.wp-block-bsb-slider .bsb-main-carousel-wrapper .bsb-carousel-wrapper .swiper .swiper-wrapper .swiper-slide.center {
    transform: scale(0.7);
}

#bsbCarousel-0ac2f26b-b .carousel .bsb-main-carousel-wrapper .swiper {
    width: calc(100% - (466px + 50px + 10px))!important;
}

#bsbCarousel-be1c39d1-7 .carousel .bsb-main-carousel-wrapper .swiper {
    width: calc(100% - (50px + 490px + 10px))   !important;
}

.carruselinstalaciones {
    margin: 100px 0;
    display: none;
}

.carruselinstalaciones .indicatorsWrapper{
    margin: 20px 0;
}

/*CANVAAAAAAAAAAAAAAAAAA*/

.slide-custom-v2:nth-child(1n) {
    border: 15px solid #68B645;
        background-color: #68B645;
}

.slide-custom-v2:nth-child(2n) {
    border: 15px solid #38C7F4;
        background-color: #38C7F4;
}

.slide-custom-v2:nth-child(3n) {
    border: 15px solid #3979BD;
        background-color: #3979BD;
}

.slide-custom-v2:nth-child(1n) .slide-content-v2 {
    background-color: #68B645;
}

.slide-custom-v2:nth-child(2n) .slide-content-v2 {
    background-color: #38C7F4;
}

.slide-custom-v2:nth-child(3n) .slide-content-v2 {
    background-color: #3979BD;
}

.slider-wp-custom-v2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 130px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.slide-custom-v2 {
  position: absolute;
  width: 500px;
  height: auto;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(0) scale(0.8);
  pointer-events: none;
}

.slide-custom-v2 .wp-block-image{
    margin: 0 !important;
}

.slide-custom-v2.active {
      opacity: 1;
    transform: scale(1);
    z-index: 3;
    pointer-events: auto;
}

.slide-custom-v2.prev {
  opacity: 0.5;
  transform: translateX(-400px) scale(0.85);
  z-index: 1;
}

.slide-custom-v2.next {
  opacity: 0.5;
  transform: translateX(400px) scale(0.85);
  z-index: 1;
}

.slide-custom-v2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.slide-custom-v2:hover img {
  transform: scale(1.1);
}

.slide-content-v2 {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #68b645;
    color: white;
    padding: 30px 30px 30px;
    font-family: 'Poppins', Arial, sans-serif;
}

.slide-label-v2 {
  display: inline-block;
  background: #4ade80;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slide-content-v2 h2 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.2;
text-shadow: #000000 0 0px 10px;
}

.slide-content-v2 p {
  font-size: 16px;
}

.slider-nav-v2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-nav-v2.prev-v2 {
  left: 20px;
}

.slider-nav-v2.next-v2 {
  right: 20px;
}

.slider-nav-v2:hover {
  background: #4ade80;
  transform: translateY(-50%) scale(1.1);
}

.slider-nav-v2 svg {
  width: 24px;
  height: 24px;
  fill: #333;
  transition: fill 0.3s ease;
}

.slider-nav-v2:hover svg {
  fill: white;
}

.dots-v2 {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

.dot-v2 {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot-v2.active {
  background: white;
  width: 40px;
  border-radius: 6px;
}


/*codigo de flotantes*/
        .widflotantes .fondo {
            background-color: #f0f0f0;
            height: 2000px; /* Para demostrar el desplazamiento */
        }
        .widflotantes {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
        }
        .widflotantes .wp, .widflotantes .calendar {
            margin-bottom: 10px;
        }
        .widflotantes img{
            width: 60px;
            box-shadow: 0px 0px 5px #000;
            border-radius: 50px;
        }

        .adeblogs{
            background-color: #54ccf5;
            padding: 8px 20px;
            border-radius: 8px;
            color: #ffffff;
            text-decoration: none;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            width: 230px;
            text-align: center;
            display: block;
            font-size: 17px;
            margin: 10px 0;
        }

        .adeblogs a{
            text-decoration: none;
            color: white;
        }


.botonflotante {
    display: flex;
    border-radius: 15px 25px 25px 15px;
    justify-content: space-between;
}

.botonflotante p {
    font-family: "Raleway";
    font-weight: 700;
    padding: 20px;
    color: rgba(255, 255, 255, 0);
}

.botonflotante:hover p {
    color: white;
}

.botonflotante:nth-child(1) {
    background-color: #69b64500;
}

.botonflotante:nth-child(1):hover {
    background-color: #68b645a6;
}

.botonflotante:nth-child(1) a{
    color: rgba(255, 255, 255, 0);
    text-decoration: none;
}

.botonflotante:nth-child(1):hover a {
    color: white;
}

.botonflotante:nth-last-child(1) {
    background-color: #69b64500;
    color: rgba(255, 255, 255, 0);
}

.botonflotante:nth-last-child(1):hover {
    background-color: #3979bd73;
    color: white;
}

.botonflotante:nth-last-child(1) a{
    color: rgba(255, 255, 255, 0);
    text-decoration: none;
}

.botonflotante:nth-last-child(1):hover a {
    color: white;
}





.botonmasinfo{
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    width: 170px!important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 9px 0 0;
}

.col2footer {
    box-sizing: border-box;
}

.news ul {
    width: min(470px, 100%);
}



/* POP UP SCRIPT*/

.twosteppopupclientifymaindiv{
    background-color: #000000c9;
}
#myFormclientify .closeImg{
    color: rgb(69 125 181) !important;
}

@media screen and (max-width: 1430px){
    .imgderecha2 {
        position: absolute;
        top: 28px;
        left: 62px;
    }
}



@media screen and (max-width: 1366px){
    .slide-custom-v2 {
        width: 400px;
    }
}


@media (max-width: 1275px) {
  .slider-wp-custom-v2 {
    height: 450px;
  }
  .slide-custom-v2 {
    width: 90%;
    max-width: 400px;
    height: 400px;
  }
  .slide-custom-v2.prev,
  .slide-custom-v2.next {
    opacity: 0;
  }
  .slide-content-v2 h2 {
    font-size: 32px;
  }
  .aliados {
    padding: 0 50px;
    box-sizing: border-box;
    }
    .noticiaprincipal li {
    margin: auto;
    }
    .otrasnoticias {
    justify-content: center;
    }
/*CANVAAAAA*/
}
@media screen and (max-width: 1366px){

.bloq4columnasbilingui{
    width: min(1100px, 100%);
}

.todoslosbloq4colbilingui{
    width: min(1100px, 100%);
}

.columdere-textyimg{
    width: min(1250px,100%);
}

.imgizquierda{
    left: 160px;
}

.blodelistadeutiles {
    padding: 0 65px;
}

}


@media screen and (max-width: 1260px) {
    .imgderecha2 {
        position: absolute;
        top: 130px;
        left: -330px;
        right: 0px;
        display: flex;
        justify-content: center;
    }
    .imgizquierda2 {
        position: absolute;
        top: 228px;
        left: 425px;
    }
    .cuadroizquierdo2 {
        width: 500px;
    }
    .cuadroderecho2{
        width: 500px;
        padding: 50px 50px 50px 90px;
    }
    .colundecudro .cuadroizquierdo2 img{
        height: 100% !important;
    }
    .colundecudro .cuadroderecho2 img{
        height: 100% !important;
    }
    .cuadroizquierdo {
        width: 435px;
    }
    .cuadroderecho{
        width: 500px;
        padding: 50px 50px 50px 90px;
    }
    .colundecudro .cuadroizquierdo img{
        height: 100% !important;
    }
    .colundecudro .cuadroderecho img{
        height: 100% !important;
    }
    .imgderecha {
        left: auto;
    }
    /* .columdere-textyimg>.is-vertically-aligned-center{
        padding-left: 30px;
    } */

    .imgizquierda {
        left: auto;
        padding-left: 40px;
    }
    .bloq4columnasbilingui {
        padding: 0 50px;
    }
    .navhome>ul {
        gap: 100px;
    }
    .textyconbloqueimgizqui {
        width: 400px;
    }
    .textyconbloqueimgderecha {
       width: 400px; 
    }
    .imgyconbloque-columizqui {
        margin-bottom: 170px;
    }
    .textyconbloqueimgderecha {
        left: 200px;
    }
    .imgyconbloque-columdere {
        margin-bottom: 280px;
        gap: 0px !important;
    }
    .slider-wp-custom-v2 {
        max-width: 700px;
    }
    .slide-custom-v2.next {
        transform: translateX(200px) scale(0.85);
    }
}
@media screen and (max-width: 1150px) {

    /* .columdere-textyimg{
    flex-wrap: wrap !important;
  } */

    /* .columizqui-textyimg{
    flex-wrap: wrap !important;
  } */

    .bloquetextofeneral {
    padding: 0 50px;
    }

    .blodelistadeutiles{
        flex-wrap: wrap !important;
        padding: 0 20px;
        flex-direction: column;
        align-content: center;
    }

    .infobloghojas {
        padding: 0 150px;
    }

    .col2footer {
        padding: 0px 50px;
    }

    .infobloghojas {
        padding: 0 55px;
    }
    .cuadroderecho {
        width: 100%;
    }
    .navhome>ul {
        gap: 80px;
    }
    .todoslosbloq4colbilingui {
        display: grid !important;
        grid-template-columns: 350px 350px;
        justify-items: center;
        width: min(1100px, 100%);
    }
    .textyconbloqueimgderecha {
        left: 116px;
        right: 0px;
        display: flex;
        justify-content: center;
    }
    .textyconbloqueimgizqui{
        position: static;
        width: 100%;
    }
    .imgyconbloque-columizqui {
        margin-bottom: 50px;
    }
    .imgyconbloque-columdere {
        margin-bottom: 250px;
    }
    .textyconbloqueimgderecha{
        left: 0px;
        position: absolute;
        width: 400px;
    }
    .news div {
        flex-direction: column;
        display: grid;
        justify-content: center;
        justify-items: center;

    }

    .news .news4cuadros>div  {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    #bsbCarousel-0ac2f26b-b .carousel .bsb-main-carousel-wrapper .swiper {
        width: calc(89% - (-80px + 40px + 10px));
    }

    .adenews {
        position: relative;
        width: auto;
        padding: 0px;
    }

    .news {
        justify-content: center;
    }
    .footer .wp-block-columns {
        padding: 30px 150px;
    }

}

@media screen and (max-width: 980px){
    .columizqui-textyimg{
        margin-bottom: 30px;
        margin-top: 30px;
        flex-direction: column;
    }
    .columdere-textyimg{
        margin-bottom: 30px;
        margin-top: 30px;
        flex-direction: column;
    }
    .cuadroizquierdo2 {
        width: 100%;
        padding: 50px;
    }
    .imgizquierda2{
        position: static;
        margin-top: -37px;
        display: flex;
        justify-content: center;
    }
    .cuadroderecho2{
        width: 100%;
        padding: 50px;
    }
    .imgderecha2{
        position: static;
        margin-top: -20px;
        display: flex;
        justify-content: center;
    }
    .imgderecha2 img{
        z-index: 100;
    }
    .imgizquierda2 img{
        z-index: 100;
    }

    .cuadroizquierdo {
        width: 100%;
        padding: 50px;
    }
    .imgizquierda{
        position: static;
        margin-top: -496px;
        display: flex;
        justify-content: center;
    }
    .cuadroderecho{
        width: 100%;
        padding: 50px;
    }
    .imgderecha{
        position: static;
        margin-top: -500px;
        display: flex;
        justify-content: center;
    }
    .imgderecha img{        
        box-sizing: border-box;
    }
    .imgizquierda img{
        z-index: 100;
    }
    .imgderecha img{
        z-index: 100;
    }
    .colundetext{
        order: 2;
        padding:50px;
    }
    .columdere-textyimg>.colundetext {
        padding-left: 0px;
        padding: 50px;
        flex-basis: auto !important;
    }
    .columizqui-textyimg>.colundetext {
        padding-left: 0px;
        padding: 50px;
        box-sizing: border-box;
        flex-basis: auto !important;
    }
    .hamburguerMenu {
        background-image: url(http://2025.gimnasiosanangelo.edu.co/wp-content/uploads/2025/10/hamburguer.png);
        background-repeat: no-repeat;
        height: 31px;
        width: 45px;
        cursor: pointer;
        display: block;
    }    

    .navhome>ul>li>a {
        display: block;
        padding: 0;
    }
    .navhome>ul {
        gap: 0px;
        flex-direction: column;
    }
    .navhome ul li ul {
        display: block !important;
        padding: 0px;   
    }

    .navhome ul li ul {
        border-radius: 15px;
        position: static;
        background-color: #ffffff;
        z-index: 100;
        top: 50px;
        box-shadow: 0px 0px 0 #8b8b8b;
        transform: translateX(0%);
        width: 100%;
    }

    .header {
        align-items: center;
    }
    .imgyconbloque-columizqui{
        flex-direction: column;
    }
    .textyconbloqueimgizqui{
        position: static;
        width: 100%;
        box-sizing: border-box;
    }
    .textyconbloqueimgderecha  {
        position: static;
        width: 100%;
        box-sizing: border-box;
        order: 2;
    }
    .imgyconbloqueimgizqui {
        width: min(650px,100%);
        margin: auto;
    }
    .imgyconbloqueimgderecha {
        width: min(650px,100%) !important;
        margin: auto;
    }
    .imgyconbloque-columdere{
        flex-direction: column;
        margin-bottom: 60px;
        gap: 30px !important;
    }
    .bloq3columnas {
        flex-direction: column;
    }
    .bloq3columnas figure {
        text-align: center;
        padding: 30px 0 0 0;
    }
    .navhome ul {
        padding: 0px;
        margin: 0px;
    }

    .navhome ul li ul li{
        /* border-top: 2px solid #3979bd36; */
        border-radius: 0px;
    }

    .navhome ul li{
        padding: 0;
        /* border-top: 2px solid #3d86d436; */
        border-radius: 0px;
    }
    .navhome ul li ul li {
        padding: 0px;
    }
    .navhome ul  a:hover li{
        background-color: #D7E4F2;
    }
    .bloquesdenumeros {
        display: grid !important;
        justify-content: start;
        width: 350px;
    }
    .todoslosbloq4colbilingui{
        display: grid !important;
        grid-template-columns: 1fr;
        justify-items: center;
    }
        .bloqdenoticia {
        justify-content: center;
    }
    .navhome>ul>li{
        text-align: left;
        padding: 10px 60px;
    }

    .navhome>ul>li>ul>li{
        text-align: left;
        padding: 10px 30px;
    }

}

@media screen and (max-width: 850px) {
    .footer .wp-block-columns {
        flex-direction: column;
    }

    form {
        width: 100%;
    }

    .col2footer {
        width: min(410px, 100%);
        margin: auto !important;
    }
        .slide-custom-v2.next {
        transform: translateX(50px) scale(0.85);
    }
    .infobloghojas {
        flex-direction: column;
        gap: 20px;
    }
    .infobloghojas p {
        text-align: center;
    }
    .footer .wp-block-columns {
        padding: 30px 0;
    }
    .imgyconbloqueimgizqui img {
        padding: 0 30px;
    }
    .imgyconbloqueimgderecha img{
        padding: 0 30px;
    }

}

@media screen and (max-width: 650px) {
    .col2footer {
        padding: 0px 50px;
    }
    .bannerdelgado {
        justify-content: center! important;
    }
    /* .colundecudro .cuadroderecho img {
        height: auto !important; 
        width: auto; 
    } */
    .cuadroderecho {
        min-height: 300px !important;
    }
    .cuadroizquierdo {
        min-height: 300px !important;
    }
    .imgderecha {
        margin-top: -354px;
        left: 0;
        right: 0px;
        padding: 0px;
    }
    .imgizquierda {
        margin-top: -354px;
        left: 0;
        right: 0px;
        padding: 0px;
    }
    .columdere-textyimg {
        margin-bottom: 30px;
    }

    .INIdiv2 h1{
        padding: 10px 30px;
        line-height: 1.2;
    }
    .bloq3columnas figure {
        padding: 30px 30px 0 30px;
    }
    .bloqdenoticia {
        justify-content: center;
    }
    .news .infodebloqnoticia {
        flex-basis: content !important;
    }
    .slider-wp-custom-v2 {
        margin: 80px auto;
    }
    .columizqui-textyimg {
        margin-top: 80px;
    }
    .columdere-textyimg {
        margin-top: 80px;
    }

}

@media screen and (max-width: 550px){
    .cuadroderecho {
        min-height: 330px !important;
    }
    .imgderecha {
    margin-top: -353px;
    }
    /* .imgderecha img {
        z-index: 100;
        width: 420px;
    }
    .imgizquierda img {
        width: 420px;
    } */
    .footer .wp-block-columns {
        flex-direction: column;
        padding: 30px 55px 170px;
    }
    /* .imgizquierda2 img {
        width: 420px;
    }
    .imgderecha2 img {
        width: 420px;
    } */

    .imgderecha{
        padding: 0 30px;
    }
    .imgderecha2{
        padding: 0 30px;
    }
    .imgizquierda{
        padding: 0 30px;
    }
    .imgizquierda2{
        padding: 0 30px;
    }
}


@media screen and (max-width: 500px){
    .slide-custom-v2.next {
        transform: translateX(15px) scale(0.85);
    }
    .imgizquierda2 {
        margin-top: -15px;
    }
    
    .imgderecha2 {
        margin-top: -15px;
    }
    .infobloghojas {
        flex-direction: column;
        gap: 25px;
    }
    .col2footer {
        padding: 20px 50px 150px;
    }
    .otrasnoticias {
        grid-template-columns: 205px;
    }
    .news {
        padding: 0 17px;
    }
}


@media screen and (max-width: 450px) {
    .col2footer {
        padding: 0px 25px;
    }
    .infobloghojas {
        margin: 0px auto;
    }
    
    .infobloghojas p {
        font-size: 18px;
    }
    .infobloghojas h1 {
        font-size: 28px !important;
    }

    .formfooter h1 {
        font-size: 38px !important;
    }

    .grupodegrados div {
        width: 220px;
    }
    .grupodegrados .parrafo {
        font-size: 26px;
    }
    .grupodegrados p code {
        font-size: 30px;
    }
    .grupodegrados img {
        padding: 10px 15px 10px 0px;
        width: 48px;
    }
    .titulo {
        font-size: 32px !important;
    }
    .aliados h1{
        font-size: 32px !important;
    }
    .subtitulo {
        font-size: 22px;
    }
    .parrafo {
        font-size: 18px;
    }
    .cuadroizquierdo2 {
        padding: 30px;
    }
    .cuadroderecho2{
        padding: 30px;
    }
    .bloquetextofeneral {
        padding: 0 30px;
        margin: 30px auto;
    }
    .columdere-textyimg>.colundetext {
        padding: 100px 30px 0;
    }
    .columizqui-textyimg>.colundetext {
        padding: 100px 30px 0;
    }
    .bannerdelgado{
        flex-direction: column;
    }
    .subtitulo {
        padding: 10px 0 10px 18px;
    }
    .parrafo {
        padding: 10px 0 10px 18px;
    }
    .bloinfonumero>div{
        width: 170px;
    }
    .bloq4columnasbilingui {
        padding: 0 30px;
    }
    .imgyconbloqueimgderecha  {
        min-height: 0px !important;
    }
    .imgyconbloqueimgizqui {
        min-height: 0px !important;
    }
    .INIdiv2 h1 {
        font-size: 18px;
    }
    .montserratp {
        font-size: 20px;
    }
    .montserratpgrande {
        font-size: 28px;
    }
    .bannerdelgado p {
        font-size: 24px !important;
    }
    .numerobordeazul {
        font-size: 70px;
    }
    .bloinfonumeropeque {
        padding: 20px 0 0 0;
    }
    .bloinfonumero>.wp-block-group {
        width: 220px;
    }
    .numerobordeverde{
        font-size: 70px;
    }
    .bloquesdenumeros {
        width: 240px;
    }
    .blonum {
        width: 240px;
    }
    .blonumero {
        width: 240px;
    }
    .antonp {
        font-size: 55px;
    }
    .news .bounceInLeft {
        padding: 0 15px;
    }
    .imgderecha img {
        width: 260px;
    }
    .imgizquierda img {
        width: 260px;
    }
    .imgderecha {
        margin-top: -292px;
    }
    .imgizquierda {
        margin-top: -292px;
    }
        .col2footer {
        padding: 20px 50px 150px;
    }
    .footer .wp-block-columns {
        gap: 10px;
    }
    .noticiaprincipal a {
        font-size: 18px !important;
    }
    .navhome>ul>li {
        padding: 10px 40px;
    }
    .parrafo{
        flex-direction: column;
    }
}