.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}
h1{
    text-align: center;
}
.contenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    align-self: center !important;
    margin-left: 0 !important;
    padding-top: 3%;
    padding-left: 0;
    padding-right: 0;
}
#mainlayout{
    margin-top: 0px !important;
}



.cabecera-nego{
    position: relative;
    /*position: fixed !important; for sticky*/
    /*top: -680px !important; for sticky*/
    height:93vh !important;
    background-color: #0a0a0a !important;
    width: 100% ;
    background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.2)), var(--bg-img) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
    transition: filter .5s ease-in-out, scale .5s ease-in-out;
    z-index: 0 ;
    &:hover{
        filter: brightness(.8);
        scale: 1.005;

    }
}

/*@media(max-height: 1150px){*/
/*    .cabecera-nego{*/
/*        height: 83vh;*/
/*    }*/
/*}*/

/*.cabecera-nego img{*/
/*    filter: brightness(60%);*/
/*    object-fit: cover;*/
/*    height: 80vh;*/
/*    width: 100%;*/
/*    overflow: hidden;*/
/*}*/
.titulo{
    position: absolute !important;
    z-index: 1 !important;
    left: 5.7vw !important;
    transition: top .5s ease-in-out;
    top: 75%;
    &>h3{
        transition: font-size .5s ease-in-out;
        color: #fff;
        max-font-size: 145px !important;
        font-weight: bold;
    }
}

@media (max-width: 1130px) {
    /*.cabecera-nego .titulo{*/
    /*    margin-left: 100px !important;*/
    /*    width: 60% !important;*/
    /*}*/
}


@media (max-width: 850px) {
    /*.cabecera-nego .titulo{*/
    /*    width: 100% !important;*/
    /*    margin-left:20px !important;*/
    /*    margin-top: -400px !important;*/
    /*}*/

    /*.breadcrumb{*/
    /*    padding-left: 20px !important;*/
    /*}*/
}

.breadcrumb{
    z-index: 1 !important;
    float: none !important;
    bottom: 0 !important;
    position: absolute !important;
    margin-bottom: 0px !important;
    width: 100% !important;
    padding-left: 6vw !important;
}

.breadcrumb-nego{
    /*position: relative;*/
    /*margin-top: -50px;*/
    /*padding-left: 200px;*/
    width: 100% !important;
    bottom:0 !important;
    background-color: rgba(0,0,0,0.2) !important;
    border-radius: 0px !important;
}

.breadcrumb-nego a{
    color: rgba(255,255,255,0.5) !important;
}

@media (max-width: 1130px) {
    /*.breadcrumb{*/
    /*    margin-top: -50px !important;*/
    /*}*/
}
.panel-busqueda{
    transition: scale .5s ease-in-out, opacity .5s ease-in-out;
}
.container_info{
    display: flex !important;
    flex-direction: row-reverse !important;
    width: 100% !important;
    background-color: white !important;
    text-align: right !important;
    position: fixed !important;
    bottom: 0 !important;
    z-index: 999 !important;
    height: 7vh !important;
}

.container_info a{
    margin-left: 20px !important;

}

@media(max-width: 850px){
    .container_info{

    }
}

.info_precio_dias{
    display: inline-flex !important;
    align-items: flex-end !important;
}

.info_precio_dias h4{
    margin-right: 10px !important;
}

.button_info{
    background-color: #28a745 !important;
    padding: 15px !important;
    color: white !important;
    border-radius: 7px !important;
    margin:5px !important;

}
.contenedor-imagen{
    width: 100% !important;
    &>img{
        height: 125% !important ;
    }
}
/*.main_content_itinerario{*/
/*    display: flex;*/
/*}*/