/*HOME*/
/*CARRUSEL*/

.home.carousel,
.inner-top-banner, .inner-top-banner-buscador {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: fixed; 
    z-index: 0;    
}

.home.carousel { 
    height: 85vh; 
    margin-top: 45px;
}

.inner-top-banner { 
    height: calc(68vh + 50px);
    margin-top: 50px;
    overflow: hidden;
    width: 100vw;
    top: 0;
}
.inner-top-banner-buscador { 
    height: calc(40vh + 50px);
    margin-top: 42px;
    overflow: hidden;
    width: 100vw;
    top: 0;
}

.inner-top-banner.wrapper-on-top-image,.inner-top-banner-buscador.wrapper-on-top-image-buscador {
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,.3) 100%);
}

.carousel .wrapper-on-top-image {
    height: 92vh;
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
}
.home.carousel img,
.inner-top-banner img, .inner-top-banner-buscador img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    align-self: center;
    position: relative;
    left: auto;
}

.home.carousel .carousel-indicators {
    bottom: 60px;
    z-index: 1;
}

.content-container-home,
.content-container, .content-container-buscador {
    z-index: 10; 
    background: white; 
    position: relative 
 }

 .carousel-indicators li {
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin: 10px;
    padding: 0;
}

 .content-container-home { 
     top: calc(80vh + 50px); 
     padding-top: 80px;
    }
 .content-container { top: calc(64vh + 50px); }
 .content-container-buscador { top: calc(40vh + 50px); }

 .home.carousel .wrapper-on-top-image.justify-center{
    background: linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
 }

 

.carousel-item .name,
.inner-top-banner .name , .inner-top-banner-buscador .name{
    color: white;
    background-color: transparent !important;
    font-weight: 800;
    display: inline;
    line-height: 2.8rem;
}

.carousel-item .btn {
    display: block;
    clear: both;
    flex: 0;
    width: 280px;
}
 
@media (min-width: 992px) {

    .carousel .wrapper-on-top-image {
        padding-bottom: 40px;
    }

    .content-container-home {
        top: calc(92vh + 32px); 
        padding-top: 20px;
     }


     .home.carousel { 
         height: 92vh;
         margin-top: 32px;
        }

    .inner-top-banner  { 
        height: calc(65vh + 32px); 
        margin-top: 40px;
        width: 100vw;
        top: 0;
        }

    .carousel-item .name,
    .inner-top-banner .name ,.inner-top-banner-buscador .name {   
        line-height: 4rem;
    }
    

    .content-container { top: calc(64vh + 50px);}
    .content-container-buscador { top: calc(40vh + 50px);}

     .home.carousel .wrapper-on-top-image.justify-center {
        padding-left: 9%; 
        justify-content: flex-end;
        background: linear-gradient(0deg, rgba(0,0,0,0.6965161064425771) 0%, rgba(0,0,0,0) 100%);
     }
}

#z-index-9{
    z-index: 9;
} 
 #z-index-0{
    z-index: 0;
}



