
.top_breadcr {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    background-color: rgba(26, 27, 29, 0.7);
    z-index: 9;
}

.list_bread {
    margin-left: 110px;
    color: white;
    list-style: none;
    margin: 8px 15px 8px 56px;
}
.list_bread li {
    display: inline-block;
}
.list_bread li::after {
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    padding-right: 5px;
    padding-left: 10px;
    content: "\f101";
    font-weight: 900;
}

.list_bread li:last-child::after {
    content: "";
}

.list_bread li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

@media screen and (max-width: 700px){
    .hm_inline {
        width: 80%;
    }
    .banner{
        display: none;
    }
    .hm_label {
    text-align: left;
    }
    .desc-tp{
        width:100%
    }
    .hm_select, #enviar_tours{
        width: 100%;
        margin: 5px 0px;
    }
    .select1 {
        margin-bottom: 20px;
    }
    .content_topstrs{
        margin: 195px 0 30px 0;
    }
    .text-banner .mas-grandote {
        font-size: 10vmin!important;
        text-shadow: initial;
        color: #001577;
        width: 80%;
        width: 100%;
        line-height: 11vmin;
        display: block;
        margin: 0 auto;
    }

    .text-banner{
        color: #001577;
        
    }

}