:root {
    --gris_parrafo: #838383;
    --azul_corporativo: #1B1464;
    --celeste_realce: #00A99D;
    --transp-celest: #09b1a2ba;
}
/*Generales*/
#responsive-menu{
    display: none;
}
body{
    font-family: 'Roboto', sans-serif;
}



.mw1290{
    max-width: 1160px;
}
.mauto{
    margin: auto;
}
.p0{
    padding: 0;
}
.faitem{
    align-items: center;
}
.ff-warp{
    flex-wrap: wrap;
}
.d100{
    width: 100%;
}
.dblock{
    display:block;
}
.dflex{
    display:flex;
}
.fsaround{
    justify-content: space-around;
}
.fsbetween{
    justify-content: space-between;
}
.faicenter{
    align-items: center;
}
.faccenter{
    align-content: center;
}
.fdcolumn{
    flex-direction: column;
}
.fjccenter{
    justify-content: center;
}
.dfl{
    float: left;
}
.dfr{
    float: right;
}
.head-up{
    font-size:12px;
    text-align: right;
    color: var(--azul_corporativo);
    padding: 0 20px 0 0;
    margin: 10px auto 0 auto;
}
.head-up a{
    color: var(--celeste_realce);
}
.head-up strong{

}
.head-menu{
    flex-wrap: wrap;
}
.shead-col1{
    width: 30%;
    flex-grow: 1;
    order: 1;
}
.shead-col2{
    width: 70%;
    flex-grow: 1;
    order: 1;
}

.head-menu .logo {
    max-width: 160px;
    margin: -30px 0 30px 0;
}

.site-footer h2{
    font-size: 18px;
    color: var(--azul_corporativo);
    font-weight: bold;
}
.site-footer p{
    font-size: 12px;
}
.site-footer a{
    font-size: 12px;
    color: var(--gris_parrafo);
}
.site-footer ul{
    list-style: none;
}
.site-footer {
    flex-wrap: wrap;

}


.site-footer .logo{
    width: 200px;
}

.logo-f-white img{
    width: 100%;
}
.tag-f-white{
    font-weight: bold;
    color: white;
    text-align: center;
    font-size: 28px;
}
.black-f{
    background: #231F20;
}
.text-footer { 
    width: 15%;
    margin-top:40px; 
}

.foo-realce{
    font-size: 18px !important;
    font-weight: bold !important;
    color: #00A99D !important;
}

#menu > ul > li > ul > li {
    background: transparent;
}

.wpcf7-submit {
color: var(--celeste_realce)!important;
border: 1px solid var(--celeste_realce)!important;
}
.wpcf7-submit:hover {
color: #FFF!important;
border: 1px solid var(--celeste_realce)!important;
background-color: var(--celeste_realce)!important;
}
.wpcf7-submit:focus {
color: #FFF!important;
border: 1px solid var(--celeste_realce)!important;
background-color: var(--transp-celest)!important;
}


/*Desktop*/
@media screen and (min-width: 1025px){
    
    .menu{
        font-size: 14px;
        font-weight: bold;
        z-index: 999;
    }
    .menu li{
        list-style-type: none;
        margin-top: -15px;
    }
    .menu li:hover{
      background:var(--transp-celest);      
      max-width: 260px;
 }

    .menu li:hover > ul{
        display: block;
    }

    .menu li a{
        color: var(--azul_corporativo);
        height: 40px;
        display: block;
        line-height: 40px;
        font-size: 16px;
        padding: 0 10px;
    }
    .menu li {
        color: var(--azul_corporativo);
        height: 40px;
        display: block;
        line-height: 40px;
        font-size: 16px;
    }

     .active{
        color: var(--azul_corporativo)!important;
        background: #52c5bc!important;
        padding: 0 10px;
    }

   

    .menu li ul{
        display: none;
        position: absolute;
        z-index: 1;
        width: auto;
        max-width: 260px;
        transition: all ease .3s;
        background: var(--transp-celest); 
        padding: 4px;
        margin: 0;
    }
    .menu li ul li{
        height: 40px;
        margin-top: 0;
    }
     .menu li ul li :hover{
        background: transparent !important;
        color: var(--azul_corporativo);

    }
    .menu li ul li a{
        padding: 10px;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        line-height: 12px;
    }
   
    .menu li ul li ul{
        display: none;
        position: relative;
        left: 130px;
        top: -40px;
        background: rgba(204, 238, 235, 0.95);
    }
    .menu li ul li ul li a{
        padding: 10px;
    }
  
    .p5{
        padding: 5px;
    }
    .p10{
        padding: 10px;
    }
    .p15{
        padding: 15px;
    }
    .p30{
        padding: 30px;
    }
    .ptb5{
        padding: 5px 0;
    }
    .pt15{
        padding-top: 15px;
    }
    .pr10{
        padding-right: 10px;
    }
    .m0{
        margin: 0;
    }
    .m15{
        margin: 15px;
    }
    .mt15{
        margin-top: 15px;
    }
    .ml15{
        margin-left: 15px;
    }
    .mt30{
        margin-top: 30px;
    }
    .mb15-t{
        margin-bottom: 15px;
    }
    .d25{
        width: 25%;
    }
    .d30{
        width: 30%;
    }
    .d40{
        width: 40%;
    }
    .d50{
        width: 50%;
    }
    .d60{
        width: 60%;
    }
    .d70{
        width: 70%;
    }
 
    .rfoot-col1{
        width: 10%;
        flex-grow: 1;
        order: 1;
    }
    .rfoot-col2{
        width: 20%;
        flex-grow: 1;
        order: 1;
    }
    .rfoot-col3{
        width: 70%;
        flex-grow: 1;
        order: 1;
    }
}
/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px){
    .menu{
        font-size: 14px;
        font-weight: bold;
        margin-top: -15px;
        z-index: 999;
    }
    .menu li{
        list-style-type: none;
    }
    .menu li:hover > ul{
        display: block;
    }
    .menu li a{
        color: var(--azul_corporativo);
        height: 40px;
        display: block;
        line-height: 40px;
    }
      .menu li a.active{
        color: var(--azul_corporativo);
        background: var(--transp-celest):
    }

    .menu li ul{
        display: none;
        position: absolute;
        z-index: 1;
        width: 130px;
        transition: all ease .3s;
        background: rgba(250, 250, 250, 0.9);
    }
    .menu li ul li{
        height: 30px;
    }
    .menu li ul li a{
        padding: 10px;
        font-size: 12px;
        font-weight: normal;
        color: var(--gris_parrafo);
        line-height: 12px;
    }
    .menu li ul li a:hover{
        color: var(--celeste_realce);
    }
    .menu li ul li ul{
        display: none;
        position: relative;
        left: 130px;
        top: -40px;
        background: rgba(204, 238, 235, 0.7);
    }
    .menu li ul li ul li a{
        padding: 10px;
    }
  /*  .menu li ul li ul::before{
        content: "";
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        background: url("https://www.colegiodemaria.cl/wp-content/uploads/2021/03/flecha@2x.png"), none;
        background-size: 10px;
        background-repeat: no-repeat;
        left: -4px;
        top: 10px;
    } */

    .p5-t{
        padding: 5px;
    }
    .p10-t{
        padding: 10px;
    }
    .p15-t{
        padding: 15px;
    }
    .p30-t{
        padding: 30px;
    }
    .ptb5-t{
        padding: 5px 0;
    }
    .pt15-t{
        padding-top: 15px;
    }
    .pr10-t{
        padding-right: 10px;
    }
    .m0-t{
        margin: 0;
    }
    .m15-t{
        margin: 15px;
    }
    .mt15-t{
        margin-top: 15px;
    }
    .ml15-t{
        margin-left: 15px;
    }
    .mt30-t{
        margin-top: 30px;
    }
    .mb15-t{
        margin-bottom: 15px;
    }
    .d25-t{
        width: 25%;
    }
    .d30-t{
        width: 30%;
    }
    .d40-t{
        width: 40%;
    }
    .d50-t{
        width: 50%;
    }
    .d60{
        width: 60%;
    }
    .d70{
        width: 70%;
    }
    .menu li a {
        line-height: 18px;
        text-align: center;
        font-size: 16px;
    }
    .sfoot-col1{
        width: 50%;
        flex-grow: 1;
        order: 1;
    }
    .sfoot-col2{
        width: 50%;
        flex-grow: 1;
        order: 1;
    }
    .sfoot-col3{
        width: 50%;
        flex-grow: 1;
        order: 1;
    }
    .sfoot-col4{
        width: 50%;
        flex-grow: 1;
        order: 1;
    }

    .shead-col1{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .shead-col2{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .head-menu .logo{
        max-width: 210px;
        margin:10px auto;
        display: block;
    }
    .menu {
        margin: 0 0 10px 0;
    }
    .rfoot-col1{
        width: 5%;
        flex-grow: 1;
        order: 1;
    }
    .rfoot-col2{
        width: 20%;
        flex-grow: 1;
        order: 1;
    }
    .rfoot-col3{
        width: 75%;
        flex-grow: 1;
        order: 1;
    }
}
/*Movil*/
@media screen and (max-width: 767px){
    .p5-m{
        padding: 5px;
    }
    .p10-m{
        padding: 10px;
    }
    .p15-m{
        padding: 15px;
    }
    .p30-m{
        padding: 0 30px;
    }
    .ptb5-m{
        padding: 5px 0;
    }
    .pt15-m{
        padding-top: 15px;
    }
    .pr10-m{
        padding-right: 10px;
    }
    .m0-m{
        margin: 0;
    }
    .m15-m{
        margin: 15px;
    }
    .mt15-m{
        margin-top: 15px;
    }
    .ml15-m{
        margin-left: 15px;
    }
    .mt30-m{
        margin-top: 30px;
    }
    .mb15-m{
        margin-bottom: 15px;
    }
    .d25-m{
        width: 25%;
    }
    .d25-m{
        width: 25%;
    }
    .d30-m{
        width: 30%;
    }
    .d40-m{
        width: 40%;
    }
    .d50-m{
        width: 50%;
    }
    .d60-m{
        width: 60%;
    }
    .d70-m{
        width: 70%;
    }
    .text-footer { 
        width: 100%;
        margin-top:20px;
    }

    .sfoot-col1{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .sfoot-col2{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .sfoot-col3{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .sfoot-col4{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }

    .site-footer .logo{
    width: 200px;
}

    .shead-col1{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .shead-col2{
        width: 100%;
        flex-grow: 1;
        order: 0;
    }
    .head-menu .logo{
        max-width: 210px;
        margin:0 auto 30px auto;
        display: block;
    }
    #menu {
        height: 50px;
        padding-left: 18px;
        border-radius: 10px;
    }
    #menu ul, #menu li {
        margin: 0 auto;
        padding: 0;
        list-style: none
    }
    #menu ul {
        width: 100%;
    }
    #menu li {
        float: left;
        display: inline;
        position: relative;
    }
    #menu a {
        display: block;
        line-height: 50px;
        padding: 0 14px;
        text-decoration: none;
        color: #FFFFFF;
        font-size: 16px;
    }
    #menu a.dropdown-arrow:after {
        content: "\25BE";
        margin-left: 5px;
    }
    #menu li a:hover {
        color: var(--celeste_realce);
        background: #F2F2F2;
    }
    #menu input {
        display: none;
        margin: 0;
        padding: 0;
        height: 50px;
        width: 100%;
        opacity: 0;
        cursor: pointer
    }
    #menu label {
        display: none;
        line-height: 50px;
        text-align: right;
        position: absolute;
        left: 35px
    }
    #menu label:before {
        font-size: 1.6em;
        content: "\2261";
        margin-right: 20px;
        color: var(--azul_corporativo);
    }
    #menu ul.sub-menus{
        height: auto;
        overflow: hidden;
        width: 170px;
        background: #252a61cf;
        position: absolute;
        z-index: 99;
        display: none;
    }
    #menu ul.sub-menus li {
        display: block;
        width: 100%;
    }
    #menu ul.sub-menus a {
        color: #FFFFFF;
        font-size: 16px;
    }
    #menu li:hover ul.sub-menus {
        display: block
    }
    #menu ul.sub-menus a:hover{
        background: #F2F2F2;
        color: #444444;
    }
    #menu {position:relative}
    #menu ul {background: var(--transp-celest);position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
    #menu ul.sub-menus {width:100%;position:static;}
    #menu ul.sub-menus a {padding-left:30px;}
    #menu li {display:block;float:none;width:auto;}
    #menu input, #menu label {position:absolute;top:0;right:0;display:block}
    #menu input {z-index:4}
    #menu input:checked + label {color:white}
    #menu input:checked + label:before {content:"\00d7"}
    #menu input:checked ~ ul {display:block}

    .rfoot-col1{
        width: 0%;
        flex-grow: 1;
        order: 1;
    }
    .rfoot-col2{
        width: 100%;
        flex-grow: 1;
        order: 1;
    }
    .rfoot-col3{
        width: 100%;
        flex-grow: 1;
        order: 1;
        font-size: 20px;
        margin-top: 30px;
    }
    .url_web{
        float: left;
        margin: 0 0 0 15px !important;
    }

    [aria-current="disabled_movil"] {
        pointer-events: none;
    }


}

/* Galeria footer*/
    .galeria-content {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .galeria-colum {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
    }
    .pr-10 {
        padding-right:10px;
    }
    .pt-10 {
        padding-top:10px;
    }
    .my-10 {
        margin:10px 0;
    }



