@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
    overflow-x: hidden;
}
.banner-principal {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.banner-imagenes {
    width: 100%;
    height: 100%;
}

.banner-imagenes-all {
    width: 100%;
    height: auto;
}
.banner {
    width: 100%;
    height: 95vh !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.ovly {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.n-t{
    font-size: 1.5rem !important;
}
.responsive-nav{
    flex-direction: row;
}
.wave{
	position:absolute;
	bottom: -10px;
	width: 100%;
	z-index: 0;
}

.banner-nav-pos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    padding: 1.5rem;
}

.banner-nav-pos .banner-title {
    font-size: 3rem;
    transition: all 0.3s ease;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    line-height: 1;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
}
.bebas{
    font-family: 'Bebas Neue', cursive;

}
.txt-black{
    color: black;
}
.contact-info {
    display: flex;
    flex-direction: column;
}
.bg-gris{
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: auto;
    padding: 5% 0;
}
.btn-azul-comp{
    background-color: #298DEF;
}
.sub-txt{
    font-size: 1.5rem;
    text-align: center !important;
    text-decoration: underline;
}
@media (max-width: 600px){
    .responsive-nav{
        flex-direction: column;
    }    
    .banner-imagenes {
        height: auto !important;
    }
    .banner{
        height: auto !important;
    }
    .banner-nav-pos{
        width: 100%;
    }
    .banner-nav-pos .banner-title{
        font-size: 1rem;
    }
    .n-t{
        font-size: 1rem !important;
    }
}
.btn-whats{
        position: fixed;
    z-index: 9999;
    right: 5%;
    bottom: 5%;
    margin: 0% 0%;
    color: #fff;
    width: 80px;
    height: 80px;
    padding: 25px 25px;
    border-radius: 50%;
    background-color: #148174;
}