.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}
h1{
    text-align: center;
}
#svgcont{
    position: fixed !important;
    display: none !important;
  /*float: left;    */
}
.contenido{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center !important;
    margin-left: 0 !important;
    padding-left: 8%;
    padding-right: 4%;
}
#mainlayout{
    margin-top: 0px !important;
}
.nego-content{
    padding-top: 4%;
}
.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;
    cursor: pointer;
    transition: filter .5s ease-in-out, scale .5s ease-in-out;
    z-index: 0 ;
    background-position: center !important;
    &:hover{
        filter: brightness(.8);
        scale: 1.005;

    }
}
.icon-marker i {
    margin-left: -20px;
}

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

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

@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;*/
    /*}*/
}

.container_info{
    box-shadow: inset 0px .5px 5px .5px #0a0a0a;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 100% !important;
    background-color: white !important;
    text-align: left !important;
    z-index: 999 !important;
    height: 7vh !important;
}

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

}



.info_precio_dias{
    width: 25%;
    /*background-color: #0a0a0a !important;*/
    justify-content: space-around;
    display: inline-flex !important;
    align-items: center;
    /*align-items: flex-start !important;*/

}

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

}
.nego-content{
    text-align: justify;
    margin-bottom: 6%;
}
.button_info_float{
    position: absolute;
    z-index: 0;
    right: -25em;
    top: 6%;
    display: flex;
    flex-direction: row;
    font-weight: bold;
    align-items: center;
    justify-content: space-around;
    width: calc(250px + 1dvw) !important;
    background-color: var(--main-color) !important;
    padding: .5dvw ;
    padding-left: 1.7dvw !important;
    padding-right: 1.7dvw !important;
    color: white !important;
    border-radius: 7px !important;
    margin:5px !important;
    text-align: center !important;
    transition: scale .5s ease-in-out, filter .5s ease-in-out, opacity .5s ease-in-out;
    &:hover{
        scale: 1.01;
        filter: brightness(.8);
    }
}
.button_info{
    display: flex;
    flex-direction: row;
    font-weight: bold;
    align-items: center;
    min-width: 600px !important;
    justify-content: space-around;
    width: calc(100px + 20dvw) !important;
    background-color: var(--main-color) !important;
    padding: .3dvw !important;
    padding-left: 1.7dvw !important;
    padding-right: 1.7dvw !important;
    color: white !important;
    border-radius: 7px !important;
    margin:5px !important;
    text-align: center !important;
    transition: scale .5s ease-in-out, filter .5s ease-in-out;
    &:hover{
        scale: 1.01;
        filter: brightness(.8);
    }
    &>*{
        margin: 0;
    }
    &>div{
        display: block;
        &>*{
            margin: 0 !important;
        }
        &>h1{
            font-weight: bold !important;
            font-size: calc(10px + .7dvw);
        }
        &>h4{
            font-size: calc(5px + .7dvw);
        }
    }
}
@media(max-width: 850px){
    .container_info{
        justify-content: start !important;
    }
    .button_info {
        position: absolute;
        left: 0;
        min-width: 400px !important;
    }

}
.precio_dias{
    display: flex !important;
    justify-content: end !important;
    align-items: center !important;
    flex-direction: column !important;
    text-align: end;
    &>h4{
        text-align: end;
        width: 100%;
    }
}
@media (max-width: 700px) {
    .button_info{
        width: 97.5% !important;
        &>.precio_dias{
            display: flex;
            flex-direction: column !important;
            height: 100% !important;
            width: 50% !important;
            align-items: center !important;
            justify-content: center !important;
            margin-left: 4dvw;
            &>h1{
                font-size: calc(20px + .3dvw) !important;
            }
            &>h1{
                font-size: 20px;
            }
        }
    }
}

/*@media (max-width: 473px) {*/
/*    .button_info{*/
/*        padding: 7px !important;*/
/*    }*/
/*}*/

.main_content_itinerario{
    display: flex;
}