:root{
    --ftPrincipal: signika-reg;
}

@font-face {
    font-family: signika-reg;
    src: url(font/SignikaNegative-Regular.ttf);    
    }

.navbar{
    background-color: #212529ec;
}

nav div ul{
    font-family: var(--ftPrincipal);
    font-size: 2vw;
}

.navbar div a img{
    width: 8rem;
}

.divfdo{
    height: 49.375rem;
}

.divfdo div video{
    position: absolute;
    padding: 0;
}

.cont-ident{
    margin: 0;
    padding: 0;
}

.identidad{
    padding: 4% 2%;
}

.identidad h3{
    font-weight: bold;
    font-size: 2vw;
    text-align: center;
    padding: 1vw;
}

.identidad p{
    font-size: 1.5vw;
    letter-spacing: 1px;
    text-align: justify;
    padding: 1vw;
}

.valores{
    padding: 0;
    margin: 0;
}

.valores div img{
    align-items: center;
    width: 100%;
    border-radius: 49%;
}

.form div h2{
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}

.divfdo div{
    text-align: center;
    margin: 0%;
    padding: 0%;
    height: 100%;
    display: flex;
    background-color: rgba(255, 255, 255, 0.548);
    position: relative;
}

.divfdo div div h3{
    font-size: 2.7vw;
}

.form{
    margin: 0;
    padding: 0;
}

.form div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1vw 0;
}

.form div label{
    text-align: center;
    font-size: 1.9vw;
    font-weight: bold;
    width: 50%;
}

.form div input{
    width: 50%;
    font-size: 1.7vw;
    text-align: center;
    border-radius: 10px;
}

.titContacto{
    background-color: #8b8b8b;
    color: #ffffff;
    padding: 1.5vw;
    width: 100%;
}

.btnEnviar button{
    width: 20%;
    height: 3.2rem;
    font-size: 2rem;
    justify-content: center;
    background-color: #c22828;
    color: #fff;
    border: none;
    border-radius: 10px;
    margin-bottom: 5%;
}

footer{
    background-color: #2b2b2b;
    padding: 1.5vw 0;
}

footer div{
    padding: 0;
    margin: 0;
}

footer div div{
    padding: 1vw;
    color: #fff;
    display: flex ;
    justify-content: center;
}

.footdir,
.footdir p,
.foothor,
.foothor p{
    flex-direction: column;
    text-align: center;
    font-size: 1.2vw;
}

footer div div p{
    text-align: justify;
}

footer div div img{
    width: 5rem;
    height: 5rem;
    padding: 1%;
}

@media screen and (max-width: 1024px) {

    .navbar div a img{
        width: 4rem;
    }

    .navbar-collapse ul li a{
        font-size: 7vw;
        text-align: center;
        border-bottom: 0.5px solid #4e4e4e;
    }

    .divfdo{
        max-height: 22rem;
    }

    .identidad h3{
        font-size: 6vw;
    }
    
    .identidad p{
        font-size: 5vw;
        letter-spacing: 1px;
        text-align: justify;
    }

    .form div h2{
        font-size: 10vw;
    }
    
    .form div label{
        font-size: 8vw;
        width: 85%;
    }
    
    .form div input{
        width: 85%;
        font-size: 8vw;
        margin: 5%;
    }

    .titContacto{
        background-color: #8b8b8b;
        color: #ffffff;
        padding: 10vw;
        width: 100%;
    }
    
    .btnEnviar button{
        margin: 7%;
        width: 80%;
        height: 7rem;
        font-size: 5.5vw;
        font-weight: bold;
        border-radius: 10px;
    }

    .footicons{
        padding: 5%;
    }
    
    .footdir,
    .footdir p,
    .foothor,
    .foothor p{
        flex-direction: column;
        text-align: center;
        font-size: 5vw;
        padding: 5%;
    }
    
    footer div div p{
        text-align: justify;
    }
    
    footer div div img{
        width: 5rem;
        height: 5rem;
        padding: 1%;
    }





}

@media screen and (max-width: 1280px) {
    .divfdo{
        max-height: 33rem;
    } 
}


@media screen and (max-width: 920px) {
    .divfdo{
        max-height: 24rem;
    } 
}

@media screen and (max-width: 720px) {
    .divfdo{
        max-height: 14rem;
    }

    .btnEnviar button{
        margin: 7%;
        width: 80%;
        height: 3.2rem;
        border-radius: 10px;
    }
    
}

@media screen and (max-width: 500px) {
    .divfdo{
        max-height: 11rem;
    }
    
}

@media screen and (max-width: 411px) {
    .divfdo{
        max-height: 10rem;
    }
    
}

@media screen and (max-width: 280px) {
    .divfdo{
        max-height: 8rem;
    }
    
}

