:root {
    --color1: #009CA5;
    --color2: #C1D100;
    --texto1: #A34D8E;

    --bgDeg01: #C2D000;
    --bgDeg02: #FFFFFF;
}

* {
    scroll-behavior: smooth;
}

.titl {
    text-align: center;
    font-weight: bold;
    margin: 10px;
    font-size: 1.5rem;
}
.hide {
    display: none;
    transition: all .3s ease;
}
.pie {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 5dvh;
    text-align: center;
    background: #EFEFEF;
    padding: 10px;
    font-size: .9rem;
    font-weight: bold;
    transition: all .3s ease;

}
.headerPrincipal {
    border-radius: 20px;
}
.fondo {
    max-width: 1366px;
    height: 100dvh;
    /* background: url('media/bg01.webp'); */
    background: #FEFEFEAF;
    background-size: contain;
    background-attachment: fixed;

    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.fondoImg {
    width: 45%;
    border-radius: 25px;
    border: 5px solid #5c5b5c;
    /* border: 1px solid #e8e8e8; */
    transition: all 0.3s;
    box-shadow: 0px 0px 2px #c5c5c5, -6px -6px 12px #ffffff;
    background: #efefef9A;
    transition: all .3s ease ;

}
.fondo i {
    font-size: 3rem;
    position: relative;
    bottom: 0;
    margin-top: 100px;
    cursor: pointer;
    color: #66c6eb;
}
.pointer {
    width: 100px;
    height: auto;
    position: fixed;
    margin: 10px;
    top: 0;
    right: 0;
    animation: mover .5s forwards;
    transition: all .3s ease ;
}
@keyframes mover {
    0% {width: 0;}
    100% {width: 100px;}
}
body {
    width: 100%;
    max-width: 1366px;
    min-height: 90dvh;
    /* overflow: hidden; */
    font-size: 1.2rem;
    margin: 0 auto;
}
.seccion {
    max-width: 1366px;
    margin: 0 auto;
    padding: 5%;
    /* min-height: 90dvh; */

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    flex-shrink: 0;
    overflow: hidden;
    scroll-behavior: smooth;

    box-shadow: 0px 0px 35px #DEDEDE;
    border-radius: 20px;
}
.ini {
    background: url('../media/bg01.webp');
    background-position: 50% 50%;
    background-attachment: fixed;
}
.seccion2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
h1 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.secc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-height: 90dvh;
    flex-shrink: 0;
    padding: 100px;
}
.subseccion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    /* min-height: 100dvh; */
    flex-shrink: 0;
    padding: 30px;
}
.subseccion2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    
}
.vidPrincipal {
    width: 420px;
    padding: 10px;
    /* box-shadow: 0px 0px 5px #123; */
}
.sede {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    font-weight: bold;
    margin-bottom: 30px;
}
.info {
    width: 100%;
    margin: 0 auto;
    
}
.botones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}
.columna {
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}
.columna a {
    width: 100%;
    text-align: center;

}
.botones a, .sintesis button {
    /* padding: 20px;
    border-radius: 20px;
    background: linear-gradient(45deg, #cacaca, #f0f0f0);
    box-shadow:  20px -20px 60px #bebebe,
                -20px 20px 60px #ffffff;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold; */

    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 18px;
    border-radius: 0.5em;
    background: #e8e8e8;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    color: #111;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;

    
}

.botones a:hover {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.sub {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: stretch;
    text-align: justify;
}
.subObjetivos {
    width: 40%;
    display: flex;
    flex-direction: column;

}
.subObjetivos h4 {
    text-align: center;
}
.sub2 {
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: space-around;
    align-items: center;
}
.sub2 iframe {
    width: 50%;
    height: 420px;
}
.ubicacion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    min-height: 90dvh;
}
.ubi {
    width: 30rem;
}
.ubi h5 {
    text-align: center;
}

.accordion-button.collapsed, .accordion-button:not(.collapsed) {
    background: #66c6eb;
    color: #EEE;
    font-size: 1.2rem;
}
.accordion-body {
    font-size: 1rem !important;
}
.galeria {
    background: url('../media/bg_fd.webp');
    width: 100%;
    min-height: 100dvh;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
}
.galeria h2 {
    text-shadow: 0px 0px 3px #EFEFEF;
}
.img01 {
    width: 280px;
    height: 200px;
}
.flexImg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}
.redes {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
}
.social {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.social a {
    transition: all .3s ease;
}
.social a i {
    font-size: 2rem;
    color: #212529;
    
}
.social a:hover {
    transform: scale(2);
    
}
.social a i:hover {
    color: #393e43;
}

.sintesis {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.sintesis button {
    width: 75%;
   
    margin: 0 auto;
    font-size: .9rem;
}
@media screen and (max-width: 800px) {
    .sub {
        width: 100%;
        flex-direction: column ;
    }
    .subObjetivos {
        width: 100% !important;
    }
    .botones {
        text-align: center;
    }
    .vidPrincipal {
        width: 100% !important;
    }
    .info {
        text-align: justify;
    }
    .sede {
        margin: 5px;
        margin-bottom: 50px;
        text-align: left;
        font-size: 1rem;
    }
    .ubicacion {
        flex-direction: column;
    }
    .sub2 {
        flex-direction: column;
        width: 100%;
    }
    .ubi {
        width: 90%;
        margin: 10px;
        font-size: 1rem;
    }

    .faqs {
        width: 100% !important;
        padding: 0 !important;
    }
    .accordion {
        width: 100% !important;
    }

    .carousel {
        width: 100% !important;
        height: fit-content;
        border-radius: 20px;
        box-shadow: 0px 0px 10px #123;
    }
    
}

@media screen and (min-width: 1366px) {
    body {
        max-width: 100%;
    }
    #pie {
        text-align: center;
        width: 100%;
    }
    .fondo {
        max-width: 100%;
        height: 100dvh;
        /* background: url('media/bg01.webp'); */
        background: #FEFEFEAF;
        background-size: contain;
        background-attachment: fixed;
    
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .fondoImg {
        width: 35%;
        border-radius: 25px;
        border: 5px solid #5c5b5c;
        /* border: 1px solid #e8e8e8; */
        transition: all 0.3s;
        box-shadow: 0px 0px 2px #c5c5c5, -6px -6px 12px #ffffff;
        background: #efefef9A;
        transition: all .3s ease ;
    
    }
    .fondo i {
        font-size: 3rem;
        position: relative;
        bottom: 0;
        margin-top: 100px;
        cursor: pointer;
        color: #66c6eb;
    }
}


.modal-body {
    font-size: .9rem;
    text-align: justify;
}

.carousel {
    width: 55%;
    height: fit-content;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #123;
}
.carousel img {
    border-radius: 20px;

}
.carousel-control-prev-icon, .carousel-control-next-icon {
    color: #123;
    filter: drop-shadow(2px 2px 2px #111);
}

.imagenes {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}
.imgg001 {
    width: 200px;
    height: 200px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #123;
    object-fit: contain;
    background: #FFF;
}