:root{
    --espacio-pequeno: 25px;
    --espacio-mediano: 50px;
    --espacio-grande: 100px;
}

/* Fuentes base */
body {
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}


/* Títulos con Circular Std */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Circular Std', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    color: var(--color_1);
    font-weight: 700;
}

p{
    font-size: 18px;
}
h2{
    font-size: 40px;
}
.module-titulo h2{
    font-weight: 700;
}
h3{
    font-size: 30px;
}
h4{
    font-size: 22px;
}
.organizacion-img img{
    border-radius: 27px;
}

p strong{
    display: inline-block;
}

.h125 {
    min-height: 125px;
    background-color: white;
}

@media screen and (max-width: 1400px) {
    .h125 {
        min-height: 0!important
    }    
}

/*=================== HEADER =====================*/

.bg-nav {
    display: none;
    position: relative;
    left: -1500px;
    transition: all .5s ease;
    z-index: 100;
}

#open-nav {
    position: fixed;
    z-index: 50;
    right: 10px;
    top: 10px;
    background: var(--color_1);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 1s;
    display: flex;
    align-items: center;
    display: none;
    border: solid 1px #fff;
}
.logo-mobile-fijo {
    background-color: #fff;
    display: none;
}
.logo-mobile-fijo img {
    width: 100%;
    max-width: 200px;
    margin: 12px;
}
.nav-active {
    transform: translateX(1500px);
}
#close-nav{
    background-color: transparent;
    border: none;
}
.ul-sub-menu-mobile li .dropdown-menu {
    position: relative !important;
    background-color: var(--color_1) !important;
    filter: none !important;
    transform: inherit !important;
    padding: .5rem 0 !important;
    min-width: 20rem !important;
    border: none !important;
    transition: all 0.5s ease !important;
}
#close-nav svg {
    color: var(--color_1);
}
#mobile-menu .pop_up_ul {
    display: flex;
    margin: 0;
}
#mobile-menu .menu-item-3200 i {
    display: none !important;
}
#mobile-menu .menu-item-3200 {
    background-color: transparent !important;
}
#mobile-menu .pop_up_ul li {
    list-style: none;
    margin-right: 10px;
}
@media screen and (max-width: 1250px) {
    #disapearing-button {
        display: none !important;
    }
    #open-nav {
        display: inherit !important;
    }
    .menu-original {
        display: none !important;
    }    
    .logo-mobile-fijo {
        display: inherit;
    }
    .bg-nav {
        display: block !important;
        position: fixed !important;
    }
}
#mobile-menu {
    background-color: #fff;
    width: 100%;
    height: 100vh;
}
.divisorBlue {
    height: 2px;
    width: 100%;
    background-color: var(--color_1);
}
#mobile-menu ul {
    padding: 0;
    margin: 30px 0;
}
.ul-sub-menu-mobile li {
    list-style-type: none;
}
#mobile-menu .ul-sub-menu-mobile li a {
    color: var(--color_1) !important;
}
#mobile-menu .ul-sub-menu-mobile li .dropdown-menu {
    background-color: transparent !important;
    min-width: auto !important;
    max-width: auto!important;
}
.logo-mobile {
    background-color: #fff;
    padding: 20px 0;
}
.btn-transparent-white i{
    font-size: 35px;           
}    
.btn-transparent-white{
    padding: 10px 60px;
    border-radius: 10px;
    background: transparent;
    border: solid 1px white;
    color: white !important;  
    display: flex !important;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;              
}
.btn-transparent-white:hover, .btn-transparent-white:focus-visible, .btn-transparent-white:active{
    background: white !important;
    border: solid 1px white !important;
    color: var(--var--principal) !important;     
    border-color: white !important;   
}    
.btn-transparent{
    padding: 10px 60px;
    border-radius: 10px;
    background: transparent;
    border: solid 1px black;
    color: black !important;  
    display: flex !important;
    align-items: center;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;              
}
.btn-transparent:hover, .btn-transparent:focus-visible, .btn-transparent:active{
    background: black !important;
    border: solid 1px black !important;
    color: white !important;     
    border-color: black !important;   
}    
.btn-transparent i{
    font-size: 40px;
    margin-right: 10px;
}
.btn-primary{
    background-color: var(--color_2);
    padding: 10px 60px;
    color: #fff !important;
    border-radius: 10px;
    border: solid 1px var(--color_2);
    display: inline-block;    
}

.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active{
    background-color: white !important;
    padding: 10px 60px;
    color: var(--color_2) !important;
    border-radius: 10px;
    border: solid 1px var(--color_2);
    display: inline-block;
    border-color: var(--color_2) !important;
}
.sect-btn{
    margin-top: 50px;
}
.bajada-titulo {
    max-width: 1000px;
}
.arrows{
    margin-top: 25px;
}
.arrows button {
    background: #fff0;
    border: none;
    font-size: 30px;
}
.arrows button svg {
    width: auto;
}
.historia-mt img{
    max-width: 350px !important;
}
.box-historia .object, .historia-mt .object{
    display: inherit !important;
}
.historia-mt .inner-section{
    position: relative;
}
.historia-mt .box-6, .historia-mt .box-7{
    top: -80% !important;
}
.historia-mt .object.box-7{
    bottom: auto !important;
}
.box-historia h2 {
    font-size: 50px;
    font-weight: 900;
    width: 80%;
    margin: 0 auto;
}
.box-historia p {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    width: 80%;
    margin: 0 auto;
}
.box-historia .img-tarjeta {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px !important;
    margin: 0 auto;
    margin-bottom: 50px !important; 
}

.bg-purple {
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(130.3deg, rgb(100 203 82 / 72%) 4.47%, var(--color_1) 71.68%);
    opacity: .65;
    left: 0;
    top: 0;
    z-index: 0;
} 

@media (min-width: 900px) {
    .box-historia .tarjeta-slide{
        margin: 0 50px;
    }
}

/* ========================== estilos menu ======================================== */
#mobile-menu .ul-sub-menu-mobile li a path {
    fill: var(--color_1) !important;
}
.dropdown-menu {
    background-color: #fff;
    filter: drop-shadow(rgb(0 0 0 / .2) 1px 1px 10px);
    border-radius: 0 0 20px 20px;
    transform: translate(-40px, 55px);
    padding: 1.5rem;
    min-width: 20rem;
    border: none;
}
.dropdown-item.active, .dropdown-item:active{
    background: transparent !important;
}
.ul-sub-menu li a:hover span {
    border-bottom: solid 1px var(--color_2);
}
.nav-link:hover, .nav-link.show {
    color: var(--color_2);
}
.menu-item-3200 a:hover{
    color: white !important;
}

.dropdown-toggle::after{
  content: none !important;
}
.dropdown-toggle svg{
  margin: 0 5px !important; 
}

.instagram_li a svg path, .facebook_li a svg path, .spotify_li a svg path {
    fill: gray;
}

.facebook_li a:hover svg path {
    fill: #2c3987
}

.spotify_li a:hover svg path {
    fill: var(--color_2)
}

.menu-item-3200{
    background-color: var(--color_2);
    width: 189px;
    justify-content: center;    
}

#disapearing-button {
    position: fixed;
    z-index: 1003;
    right: 100px;
    top: 50px;
    opacity: 0;
    background: var(--color_1);
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 1s;
    display: flex;
    align-items: center;
    border: solid 1px #fff;
}    
#disapearing-button span, #open-nav span {
    color: #fff;
    margin: 0 5px;
}  

.menu-original {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 101;
    transition: all 1s;
    border-bottom: 5px solid #fff
}

.sub-menu {
    padding: 0!important
}

.ul-menu-original,.ul-sub-menu {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: center
}

.ul-menu-original {
    height: 100%
}

.logo-principal img {
    position: absolute;
    top: 5px;
    left: 140px;
    width: 274px
}

.menu-principal .logo-principal img {
    position: absolute;
    top: 0;
    height: 140px;
    left: 140px;
    width: auto
}

.cambridge-logo {
    position: static!important;
    height: 40px!important
}

.sub-menu {
    background-color: var(--color_1);
    height: 55px
}

.ul-menu-original li {
    list-style-type: none;
    padding: 0 20px
}

.ul-menu-original li:nth-child(3) {
    padding: 0 15px 0 20px
}

.ul-menu-original li:nth-child(4) {
    padding: 0 15px 0 15px
}

.ul-menu-original li:nth-child(5) {
    padding: 0 20px 0 15px
}

.ul-menu-original li a {
    color: #939393;
    font-size: 16px
}

.ul-sub-menu li a {
    color: #fff;
    padding: 0!important
}

.nav-link {
    color: #fff;
    padding: 10px 0
}

.ul-sub-menu li a:hover span {
    border-bottom: solid 1px var(--color_2)
}

.ul-sub-menu li a:hover svg {
    fill: red;
    stroke: red
}

.dropdown-menu li a {
    color: #013888!important
}

.dropdown-menu li {
    padding: 0 20px!important;
    margin-bottom: 5px!important;
    text-align: start!important;
    position: relative;
    z-index: 1
}

.sub-menu li {
    list-style-type: none;
    padding: 10px 20px;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center
}

.accordion-menu {
    width: 100%;
    max-width: 550px;
    margin: 10px auto 0;
    border-radius: 4px
}

.accordion-menu li.open .dropdownlink {
    color: var(--color_2)
}

.accordion-menu li.open .dropdownlink .fa-chevron-down {
    transform: rotate(180deg)
}

.accordion-menu li:last-child .dropdownlink {
    border-bottom: 0
}

.dropdownlink {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 45px;
    font-size: 18px;
    text-align: left;
    color: #FFF;
    position: relative;
    transition: all 0.4s ease-out;
    font-size: 30px;
    line-height: 40px;
    align-items: center;
    i {
        position: absolute;
        top: 17px;
        left: 16px
    }
}

.dropdownlink .fa-chevron-down {
    right: 12px;
    left: auto
}

.submenuItems {
    display: none;
    list-style: none;
    text-align: left;
    li {
        border-bottom: 1px solid #B6B6B6
    }
}

.submenuItems a {
    display: block;
    color: #FFF;
    font-size: 18px;
    line-height: 15px;
    padding: 12px 12px 12px 45px;
    transition: all 0.4s ease-out;
    &:hover {
        background-color: #CDDC39;
        color: #fff
    }
}

.menu--3 label svg path {
    fill: none;
    stroke: #fff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all .8s cubic-bezier(.645,.045,.355,1)
}

circle {
    fill: #fff3;
    opacity: 0
}

.menu--3 label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 50vw;
    right: 0;
    height: 50vw;
    max-width: 100px;
    max-height: 100px
}

.menu--3 label input {
    display: none
}

.menu--3 label svg {
    background: var(--color_1);
    width: 70px;
    border-radius: 0 0 30px 30px
}

.button-menu-2 {
    position: fixed;
    right: 5px;
    top: 75px;
    height: 100px;
    z-index: 103;
    transition: all 0.5s
}

label:hover circle {
    opacity: 1
}

.menu-original .pop_up_ul {
    display: flex;
    justify-content: end;
    align-items: center;
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
}
.menu-original .pop_up_ul li {
    padding: 0 20px;
}
#menu-item-28 .nav-link {
    color: #939393;
    text-decoration: none;
}

/*=============================================*/
/* ============ Estilos footer ================== */
.sub-footer {
    padding: 50px 0 0;
}

.sub-footer {
    display: flex;
    justify-content: flex-end;
}
.sub-footer a {
    margin-left: 25px;
}
.sub-footer a:not(:last-child)::after {
    content: "";
    border-right: 1px solid var(--color_2);
    padding-right: 30px;
    margin-right: 5px;
}


.triangulos-footer {
    background-image: url(https://huelen.cl/wp-content/uploads/2023/10/mg_footer_02.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    background: var(--color_1);
    padding: 50px 0;
}
.col-left {
    border-right: 1px solid var(--color_2);
    padding-right: 10px;
}
.col-right {
    padding-left: 15%;
}
.logo-footer {
    margin-bottom: 40px;
}
footer a, .direcciones a {
    line-height: 25px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .logo-footer img {
    width: 100%;
    max-width: 120px;
}
.direcciones a {
    font-size: 14px !important;
}
.footer-seduc {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 0 !important;
}
.footer-seduc ul {
    padding: 0 !important;
}
.footer-seduc li {
    display: flex;
}
.footer-seduc li::before {
    content: "\2022";
    color: #017A45;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.footer-seduc li a {
    padding: 0;
}
/*=============================================*/
/* ============ Estilos single.php ================== */

.img-noticia {
    width: 100%;
    aspect-ratio: 2 / 1;
    background-size: cover;
    border-radius: 20px 20px 0 0;
    padding: 40px;
    position: relative;
    background-position: center;
    height: auto !important
}

.noticia {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 !important
}

.cuerpo-noticia {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 0 0 20px 20px
}

.cuerpo-noticia h3 {
    height: auto !important;
    color: #212529;
    font-size: 22px;    
}

.cuerpo-noticia p {
    height: auto !important;
    margin-bottom: 10px !important;
    color: #777;
}

.cuerpo-noticia a {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
}
.content-noticia a{
    text-decoration: none;
    color: var(--color_2);
}
.content-noticia time{
    font-size: 13px; 
    font-weight: bold; 
    color: var(--color_1);    
}
@media (max-width: 1248px) {
    .cuerpo-noticia p {
        height:auto !important;
        margin-bottom: 10px !important
    }

    .cuerpo-noticia h3 {
        height: auto !important
    }
}

.cuerpo-noticia {
    padding: 40px;
    text-align: center;
    background-color: #fff;
    min-height: 300px;
}

.noticia-interna{
    padding: 50px 0;
}
.noticia-interna h1{
    display: inline-block;
    border-bottom: solid 1px #d0d0d0;
    padding-bottom: 10px;   
    font-size: 64px !important;
    color: var(--color_1);    

}
.content-noticia{
    text-align: justify;
}
.cuerpo-noticia{
    border: solid 1px #b4b4b4;
    border-radius: 0 0 20px 20px;    
    border-top: none;
}  
.share {
    text-align: center;
    border-bottom: solid 1px #c1c1c1;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.share a {
    font-size: 20px;
    margin: 0 8px;
}
.otras-noticias h2{
    color: var(--color_1);
}

/*=============================================*/
/* ============ Estilos card flips ================== */
       .card__inner {
            height: 100%;
            width: 100%;
            border-radius: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            transition: transform 0.8s;
            transform-style: preserve-3d;
        }
        .card__content {
            border-radius: 25px;
            padding: 40px;
            position: absolute;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .card__content img{
            max-width: 100px;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        .card__content h5{
            color: var(--color_1);
            font-weight: bold;
            font-size: 22px;
        }
        .card__content p{
            color: var(--color_1);
            font-size: 16px;
            text-align: start;
        }
        .card__content h3{
            font-size: 22px;
            color: white;
            text-align: center;
            height: 60px;
        }

        .card__content--back {
            background: #87878742 0% 0% no-repeat padding-box;
            filter: saturate(1.6);
            backdrop-filter: blur(30px);
            -webkit-backdrop-filter: blur(30px);
            opacity: 1;
            transform: rotateY(180deg);
            border: solid 1px white;    
            align-content: center;        
        }
        .card__content h5 {
            text-align: center;
            text-transform: uppercase;
            font-weight: 400 !important;
            font-size: 28px;
            color: white;
        }     
        .card__content p {
            text-align: center;
            font-weight: bold;
            color: white;
            font-size: 16px;
        }  
        .footer-card{
            position: absolute;
            bottom: 20px;
            padding-top: 30px;
            right: 50px;
            left: 50px;
        }        
/*=============================================*/


.himno-fondo{
    background-position: right !important;
    background-size: contain !important;    
}

/*================ Destacados ================== */

.object {
    position: absolute;
}
.object.box-1 {
    width: 100%;
    max-width: 80px;
    height: 80px;
    border-radius: 15px;
    right: 20%;
    top: -10%
}

.object.box-3 {
    width: 100%;
    max-width: 200px;
    height: 200px;
    top: 28%;
    left: 11%
}

.object.box-4 {
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-radius: 15px;
    bottom: -15%;
    right: 10%
}

.object.box-5 {
    border-radius: 15px;
    width: 100%;
    max-width: 250px;
    height: 250px;
    left: 25%;
    bottom: 17%;
    z-index: -1
}

.object.box-6 {
    width: 100%;
    max-width: 500px;
    height: 500px;
    z-index: 0;
    top: 10%
}

.object.box-7 {
    width: 100%;
    max-width: 500px;
    height: 500px;
    right: 0;
    z-index: 0;
    bottom: 10%
}

.object.box-8 {
    width: 100%;
    max-width: 250px;
    height: 250px;
    left: 25%;
    border-radius: 20px;
    top: 17%
}  

.content-dest h3 {
    color: #017944 !important;
    margin-top: 20px;
}
.destHome {
    height: 300px;
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    display: inherit !important;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;        
}    
.destacados-nuevo h2{
    color: var(--color_1);
    font-size: 50px;
    font-weight: 900;
    display: inline-block;
    border-bottom: solid 1px #B1B1B1;
}   

.box-capellanes img{
    width: 100%;
    max-width: 250px;    
}

@media (min-width: 900px) {
    .destacados-nuevo .row {
        padding: 100px 0;
    }
}   
@media (max-width: 900px) {
    .btn-primary {
        padding: 10px 30px;
        width: 100%;
        max-width: 250px;
    }
    .object.box-8, .object.box-7, .object.box-6, .object.box-5, .object.box-4, .object.box-3, .object.box-2, .object.box-1 {
        display: none !important;
    }
}     

/*==================== Admision ==================== */
.custom-center .sect-1 {
    align-self: center !important;
}
.descripcion-acordeon {
    width: 100%;
    max-width: 90%;
}
.b-bottom-titles h2 {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 1px;
    text-decoration-color: #B1B1B1;
}
.text-encargado p {
    margin: 0;
}
.text-encargado a {
    background: #EFF1F4;
    width: 100%;
    display: flex;
    padding: 20px 30px;
    color: black !important;
    font-weight: 400;
    margin-bottom: 20px;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
}

.text-encargado a i {
    color: var(--color_2) !important;
    margin-right: 15px;
    font-size: 24px;
}