/* -------------ajustes generales------------ */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}

/* ---------------fuentes---------------- */
@font-face {
    font-family: mont-regular;
    src: url(../fonts/static/Montserrat-Regular.ttf);
}
@font-face {
    font-family: mont-light-italic;
    src: url(../fonts/static/Montserrat-LightItalic.ttf);
}
@font-face {
    font-family: mont-light;
    src: url(../fonts/static/Montserrat-Light.ttf);
}
@font-face {
    font-family: mont-black-italic;
    src: url(../fonts/static/Montserrat-BlackItalic.ttf);
}
@font-face {
    font-family: mont-black;
    src: url(../fonts/static/Montserrat-Black.ttf);
}
@font-face {
    font-family: mont-bold-italic;
    src: url(../fonts/static/Montserrat-BoldItalic.ttf);
}
@font-face {
    font-family: mont-bold;
    src: url(../fonts/static/Montserrat-Bold.ttf);
}
.regular{
    font-family: mont-regular;
}
.light{
    font-family: mont-light;
}
.lightI{
    font-family: mont-light-italic;
}
.black{
    font-family: mont-black;
}
.blackI{
    font-family: mont-black-italic;
}
.boldI{
    font-family: mont-bold-italic;
}
.bold{
    font-family: mont-bold;
}
.WHITE{
    color: #fff;
}
.BLACK{
    color: black;
}
.GREEN{
    color: #f2ca00da;
}
.textonormal{
    font-size: 1rem;
}

/* -----------------enlaces---------------- */

/* -----------------TAMAÑOS----------------- */
.x1{
    font-size: 1.2rem;
}
.x1-5{
    font-size: 1.5rem;
}
.x2{
    font-size: 2rem;
}
.x3{
    font-size: 3rem;
}

/* ---------------botones--------------- */
.btn-normal{
    border: none;
    border-radius: 10px;
    width: fit-content;
    height: 8vh;
    text-align: left;
    padding: 0 5px;
    background-color: rgba(255, 255, 255, 0.788);
    cursor: pointer;
    font-size: 1rem;
    font-family: mont-regular;
    transition: .3s ease;
}
.btn-normal:hover{
    transition: .3s ease;
    background-color: white;
    border-radius: 15px;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.425);
}

/* --------------separadores----------- */
.separador{
    border: 1px solid #f2ca007c;
    width: 60%;
    margin: 0 auto;
}
.separador-black{
    border: 1px solid black;
    width: 60%;
    margin: 0 auto;
    transition: .3s ease;
}
.separador-corto{
    border: 1px solid #f2ca007c;
    width: 30%;
    margin: 0 auto;
}
.separador-corto-black{
    border: 1px solid black;
    width: 30%;
    margin: 0 auto;
}
.separador-izquierdo{
    border: 1px solid #f2ca007c;
    width: 30%;
}
.separador-nn{
    border: 1px solid #f2ca007c;
    width: 30vw;
    margin: 3vh 0 3vh 0;
}
.separadorInV{
    height: 6px;
}
.separadorVertical{
    border-left: 1px solid black;
    height: 90%;
    width: 0;
}

/* ------------estilos del preliminar----------- */
.preliminar{
    height: fit-content;
    display: flex;
    justify-content: space-between;
    padding: .5vw 3vw .5vw 3vw;
    background-color: #f2ca007c;
}
#tel-email{
    display: flex;
    height: fit-content;
    gap: 2vw ;
}
.tel-email-int{
    display: flex;
    gap: 1vw;
}
.correo{
    transition: .3s ease;
}
.correo:hover{
    font-weight: bold;
}
.logo-img{
    width: 7vw;
}
.pre-redes{
    display: flex;
    gap: 1vw;
}
.redes{
    cursor: pointer;
    color: black;
    transition: .2s ease;
}
.redes:hover{
    color: white;
}

/* ----------estilos del header-------------- */
.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 3vw 0 3vw;
    align-items: center;
}
.menu nav ul{
    display: flex;
    gap: 2vw;
    list-style: none;
}
.menu nav ul li a{
    text-decoration: none;
    color: black;
    transition: .3s ease;
    position: relative;
}
.menu nav ul li{
    text-align: center;
    padding: 5px;
    transition: .3s ease;
}
.menu nav ul li:hover{
    background-color: #f2ca0049;
    border-radius: 5px;
}
/* .menu nav ul li:hover a{
    border-bottom: 1px solid black;
} */
.header-link::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 1px solid transparent;
}
.menu nav ul li:hover .header-link::after{
    animation: border .2s linear forwards;
}
.menu nav ul li:not(:hover) .header-link::after {
    animation: borderN 0.3s linear forwards; 
}
@keyframes border{
    from{
        width: 0;
    }
    to{
        width: 100%;
        background-color: black;
    }
}
@keyframes borderN{
    from{
        width: 100%;
        background-color: black;
    }
    to{
        width: 0;
    }
}
.menu-movil{
    display: none;
}
/* --------------------estilos del fotter---------------- */
.fotter{
    background-color: #f2ca007c;
    height: 50vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.fotter-int{
    width: 22%;
    height: 90%;
}
.fot-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fot-logo img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.fot-programas ul{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.fot-programas-tt{
    font-size: 1.5rem;
}
.fot-contacto-int, 
.fot-news-int{
    display: flex;
    gap: 5px;
    align-items: center;
    padding-left: 5px;
    text-decoration: none;
    color: black;
    transition: .2s ease;
}
.enlace-fot:hover{
    color: white;
}

/* responsive */
@media screen and (max-width: 820px){
    .preliminar{
        display: none;
    }
    .fotter{
        flex-direction: column;
        height: fit-content;
        gap: 20px;
        padding-bottom: 30px;
    }
    .fotter-int{
        width: 90%;
    }
    .menu{
        display: none;
    }
    .menu-movil{
        display: flex;
        position: relative;
        height: 100%;
        align-items: center;
    }
    .menu-float{
        width: 50vw;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -53vw;
        background-color: white;
        border-radius: 30px 0 0 0;
        z-index: 5;
        transition: .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 2px 1px 20px 3px rgba(0, 0, 0, 0.411);
    }
    .menu-float.active{
        right: 0;
    }
    .menu-float-container{
        width: 90%;
        height: 95%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }
    .close-toggle{
        width: 100%;
        display: flex;
        justify-content: end;
        padding-right: 8px;
        height: 5%;
    }
    .options{
        height: 65%;
    }
    .menu-float-ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-top: 5vw;
        padding-right: 8px;
        text-align: right;
    }
    .header-link{
        text-decoration: none;
        color: black;
        transition: .3s ease;
        position: relative;
    }
    .menu-float-fot{
        height: 30%;
    }
    .m-f-ul{
        padding-left: 5vw;
    }
    .logo-menu{
        width: fit-content;
        margin: auto;
    }
    .logo-menu img{
        width: 20vw;
        height: auto;
        object-fit: cover;
    }
    .header{
        height: 10vh;
    }
    .logo img{
        width: 15vw;
        height: auto;
        object-fit: cover;
    }
    .container{
        width: 100%;
    }
}