@media screen and (min-width:1400px) {
    
}
.banner{
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow: hidden;
}

.banner::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to top, #8DABFF, transparent);
    z-index: 10;
}

.banner img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    max-width: 100%;
}
section {
    background: #8DABFF;
}
header{
    width: 100vw;
    font-size: 1rem;
}
header img{
    max-width: 4rem;
}
.hidden{
    display: none;
}



#carousel{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
#carouselExampleIndicators{
    width: 25%;
}
.tx1 {
    padding: 35% 15%;
}
.tx2{
    padding: 0 15%;
}



video{
    max-height: 150vh;    
    position: relative;
}
.video{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15rem;
    padding-bottom: 15rem;
}
.video p{
    margin: 5%;
}



.nos{
    background: linear-gradient(#8DABFF, transparent,transparent,transparent,transparent,#8DABFF);
    padding: 20rem 3rem;
    width: 100%;
}
#reseñas{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(img/cielo.png) no-repeat fixed ;

}
.card {
    border: none;
    position: absolute;
    height: 25rem;
}
#reseñas p {
    margin-top: 5px;
    font-size: 0.8rem;
}
#reseñas img{
    max-width: 30%;
}



#formulario{
    padding-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nose{
    background: linear-gradient(to bottom, #8DABFF, transparent,transparent, transparent);
}
.formulario{
    background-image: url("img/cielo.png");
    background-size:cover;
    
}



form {
    width: 700px;
    background: whitesmoke;
    padding: 60px
}
form img{
    max-width: 70px;
}
::placeholder {
    font-size: 11px
}
.container .message{
    height: 150px;
}
label {
    cursor: pointer
}
.btn.btn-primary {
    height: 50px;
    font-weight: 600;
    padding: 12px 0
}

footer{
    height: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width:1400px){
    .tx1 {
        padding: 20% 15%;
    }
    .tx2{
        padding: 0 15%;
    }
    .video p{
    margin: 5%;
    }   
    .video{
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
}


@media screen and (max-width:1200px) {
    .tx1 {
        padding: 10% 5%;
    }
    .tx1 p{
        font-size: 0px;
    }
    .tx2{
        padding: 0 5%;

    }
    .card {
        height: 25rem;
    }
}

@media screen and (max-width:992px) {
    .tx1 {
        display: none;
    }
    .tx2 {
        display: none;
    }
    .card img{
        max-width:10%;
    }
    .card{
        width: 40%;
    }
    #video{
        padding-bottom: 50%;
    }
    
}

@media screen and (max-width:768px) {
    .video p{
        display: block;
    }
    .tx1{
        color: aliceblue;
    }
}
