/* body{
    background-image: linear-gradient(to bottom,#EEE 0,#EEE 100%);
    margin-top: 65px;
    
} */

.container-search {
    width: 98%;
}
.navbar-search{
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.32)!important;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10)!important;
}

.section{
    margin-top: 15px !important;
}

section{
    margin-top: 15px !important;
}
.navbar-brand {
    float: left;
    height: 60px;
    /* padding: 10px 10px 15px 30px; */
    font-size: 18px;
    line-height: 20px;
}
.elements-spacing-left{
    margin-left: 30px;
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #f8f8f8;
    border: 0px solid #ddd; 
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}



.btn-warning {
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00;
}
.btn-warning:visited{
    color: #fff;
    background-color: #ff6f00;
    border-color: #ff6f00;
}

.publica-free{
    color: #ff6f00 !important;
}


.navbar-inverse {
    background-color: #FFF;
    border-color: #FFF; 
}

.navbar-inverse-home {
    background-color: transparent;
    /* border-color: #FFF;  */
    color: #f8f8f8;
    position: absolute;
}
.navbar-inverse .navbar-nav>li>a{
    color: #222;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #ff6f00;
    background-color: transparent;
}
.li-home > li > a{
    color: #f8f8f8;
}
.li-home > li > a:hover{
    color: #f8f8f8 ;
    background-color: transparent !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #FFF !important; 
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-inverse-home .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #FFF;
}

.navbar-inverse-home .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #222;
}
.navbar-inverse-home .navbar-toggle:focus, .navbar-inverse .navbar-toggle {
    background-color: #222;
}

.navbar-collapse.in {
    overflow-y: auto;
    background-color: #FFF !important;
    
}
.navbar-collapse.in > a{
    color: #222 !important;
}
.navbar-collapse.in > a:hover{
    color: #222 !important;
    text-decoration: none;
}

.navbar-right {
    float: right!important;
    margin-right: 0px;
}

.logo{
/* 
    margin-right: 70px;
    margin-top: -18px; */
    margin: 0px 0px 0px 0px;
    width: 100%;
    min-width: 207px;
    min-height: 60px;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('../images/logo_black.png')!important;
    background-size: contain;
   
}

.logo_home{
    /* 
        margin-right: 70px;
        margin-top: -18px; */
        margin: 0px 0px 0px 0px;
        width: 100%;
        min-width: 210px;
        min-height: 46px;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../images/logo_black.png')!important;
        background-size: contain;
        
    }

.center-item{
    text-align: center;
    align-content: center;
}
.center-image{
    text-align: center;
    align-content: center;
    padding: 0 auto;
    margin:0 auto;
}

.lead-home {
    font-size: 25px !important;
    font-weight: 500;
    padding-bottom: 10px;
}
.home-text-states{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    /* width: 33.33333%; */
    float: left;
    margin-bottom: 40px;
}

.home-text-states > a:hover{
    text-decoration: none;
}
.home-text-states-span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 auto 0 auto;
    display: block;
    width: 85%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 27px;
    color: #F9F9F9;
    font-weight: bold;
    text-align: center;
    align-content: center;
}

/* .input-text-search-header{
    width:380px !important;
}  */

.background-home{


    background-image: url(../images/background_home.jpg)!important;
    /* margin: 0px 0px 10px 0px; */
    /* width: 100%; */
    text-align: center;
    padding: 0px 0px 0px 0px;
    /* min-height: 625px; */
    /* background-repeat: no-repeat; */
    background-position: right;
    /* background-size: 104% 160%; */
    background-size: cover;
    /* margin-top: -33px; */
    /* letter-spacing: -.5px; */
    /* text-align: left; */
    max-height: 370px;
    min-height: 370px;
}


.about_us_backgorund {
    background-image: url(../images/quienes_somos.png) !important;
    text-align: center;
    vertical-align:middle;
    padding: 100px 10px 10px 10px;
    background-size: cover;
    max-height: 300px;
    min-height: 300px;
    color: #FFF;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


.thumbnail a:hover{
    text-decoration: none;
}

.thumbnail .precio{
    color:#DF6810;
    font-size: 1.2em;
    /*font-weight: 700;*/
    letter-spacing: -.5px;
    text-align: left;
}

.thumbnail .estado{
    color:#999;
    font-size: 1.0em;
    letter-spacing: -.5px;
    text-align: left;
}
.thumbnail  p{
    margin: 1px;
}
.caption h3{
    margin: 1px;
    font-size: 1.3em;
    color: black !important; 
}

.images-listing{
    max-height: 166px !important;
    min-height: 166px !important;
}
.single-line{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.total-pagination{
    margin: 10px!important;
}

.nav-sidebar > .title {
    padding-left: 20px;
    /* color:#888 !important; */
    color: #0C0C0C !important;
    font-weight: bold;
    font-size: 15px;
}

.nav-sidebar > .subtitle {
    /* padding-left: 20px; */
    margin-top: 8px;
    color:#DF6810 !important;

}

.subtitle > ul > li{
    height: 25px;
    font-size: 15px;
    list-style-type: none;
}

.nav-sidebar > .active > a{
    background-color:#FFF !important;
    color:#000 !important;
}

.nav-sidebar a{
    color:#000;
}

.scroll-menu{
    /* overflow-x: scroll;
    max-height: 800px;
    margin-left: 0px; */
    padding-top: 25px;
}

.help-scroll-menu{
    overflow-x: scroll;
    max-height: 610px;
    margin-left: 0px;
    padding-top: 60px;
}

.button-list{
    width: 150px;
    text-align: left;
}

.precio{
    color:#DF6810;
    font-size: 1.2em;
    letter-spacing: -.5px;
    text-align: left;
}

.precio-recomendado{
    color:#DF6810;
    font-size: 1.0em;
    letter-spacing: -.5px;
    text-align: left;
}

/*Esto es solo para la pagina de detalle*/
/*
.jumbotron{
	padding-left: 2px!important;
	padding-top: 2px!important;
	padding-right: 2px!important;
	padding-bottom: 2px!important;
	background-color: #FFF;
}*/



/* para el login */

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*************  fin de login *******/

/* .navbar-toggle {
    position: relative;
    float: right;
    padding: 1px 10px 0px 10px;
    margin-top: 20px;
    margin-left: 10px;
    height: 30px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
} */


.information-item-main{
    position: absolute;
    margin: 0 auto 0 auto;
    width: 100% !important;
    bottom: 0px;
}

.information-item{
    background: rgba(0,0,0,.6);
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0px !important;
    color: #FFF !important;
}

h4 small{
    color:#CCC !important;
}
h3 small{
    color:#CCC !important;
}

.customLink a{
    color: #CCC !important;
}

.vbp-contact-seller{
    border-left: 1px #ccc solid !important;
    border-right: 1px #ccc solid !important;
}

.vbp-description{
    font-size: 16px !important;
    text-align: justify;
}

.text-justify{
    text-align: justify;  
}
.vbp-description-interes{
    font-size: 15px !important;
}
.vbp-list-element{
    font-size: 16px !important;
}

.vbp-link{
    color: #ff6f00 !important;
}

.footer-link{
    color: #6C6C6C !important;
    font-size: 12px !important;
    text-decoration: none !important;
}
.vbp-recomendations-list{
    font-size: 16px !important;
}

.vbp-show-video{
    display: block;
}
.btn-width-custom{
    width: 100% !important;
    margin: 5px;
}

.vbp-show-video a:hover{
    text-decoration: none;
}

.vbp-show-more-pictures{
    max-width: 140px;
    min-width: 140px;
    max-height: 140px;
    min-height: 140px;
    background-color: #CCC;
    font-size: 30px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    font-weight: bold;
}




.list-images{
    padding: 0px 0px !important;
    height: 200px;
    width: 100%;
    background-color: #CCC;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background-size: cover !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /* border-radius: 4px; */
}

.list-images-similars{
    padding: 0px 0px !important;
    height: 150px;
    width: 100%;
    background-color: #CCC;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background-size: cover !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    /* border-radius: 4px; */
}

.list-images-destacado{
    padding: 0px 0px !important;
    height: 250px;
    width: 100%;
    background-color: #CCC;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background-size: cover !important;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;

}

.background-grey{
    background-color: #CCC !important;
}

.list-destacado-borders{
    padding: 0 0 !important;
}

.list-thumbnail{
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd; 
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    min-height: 350px;
    /* min-width: 260px; */
    
}

a:hover>.list-thumbnail{
   
    -webkit-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    -moz-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
}
.list-caption{
    padding: 10px;

}

.list-caption-destacado{
    padding: 10px;

}

.list-precio{
    /* color: #FF6F00; */
    font-size: 0.9em;
    /*font-weight: 700;*/
    letter-spacing: -.5px;
    text-align: left;

}

.list-link{
    text-decoration: none;
    color: #666 !important;

}

.list-link:hover{
    text-decoration: none;
    color: #666 !important;

}

.list-single-line{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    height: 25px;
   
}
.list-estado{
    color:#666 !important;
    letter-spacing: -.5px;
    text-align: left;
    font-weight: 300;
    line-height: 1.4;
}


.list-main {
    padding: 20px;
    background-color: #EEE;
  }
  @media (min-width: 768px) {
    .list-main {
      padding-right: 40px;
      padding-left: 40px;
    }
  }
  .list-main .page-header {
    margin-top: 0;
  }

  .list-container-main{
    margin: 20px 10px;
}

.navbar-form{
    padding: 15px !important;
    margin: inherit !important;

}

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    max-width: 500px;
}

.pagination>li>a, .pagination>li>span{
    color: #888;
    text-decoration: none;
    background-color: inherit !important;
    border: 0px solid #ddd !important; 
}
.breadcrumb{
    background-color: inherit !important;
}
.container-white{
    background-color: #FFF !important;
}

.container-footer{
    /* background-color: #FFF !important;
    padding: 20px; */
    background-color: #EFEFEF !important;
    padding: 60px 0px 20px 0px;
    color: #6c6c6c;
    margin-top: 20px;
}

.icon-footer-social {
    color: #6C6C6C !important;
    font-size: 25px !important;
    text-decoration: none !important;
    margin: 15px;
}
.footer-title{
    color: #000;
}

/******* para el nuevo home *****************/

.home-box-search{
   
    background-color: #FFF;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px;

}
.home-box-search-select{
    color: #888;
}

.home-box-search-form{
    padding-right: inherit !important;
    padding-left: inherit !important;
    /* border: 1px solid #ddd;
    border-radius: 10px; */

}

.home-btn-search {
    /* width: 100%; */
    margin-right: 0px;
}

.box-search-home{
    /* border-right: 1px solid #ddd; */
    border: 1px solid #ddd;
}

a:hover>.list-estates-home{
   
    -webkit-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    -moz-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
}

.home-list-state-alfa image::after{
    background:rgba(0,0,0,0.6);
}


.home-list-thumbnail{
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd; 
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    /* min-height: 320px; */
    /* min-width: 215px; */
    
}

a:hover>.home-list-thumbnail{
   
    -webkit-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    -moz-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
}


.content-nav-bar{
    border-top: 1px solid #bbb9b9;
    top: 65px;
    max-height: 60px;
    background-color: #FFF;
}

.content-container{
    margin-top: 130px;
    padding: 20px 0;
}


.custom-container-contact-form{
    margin-top: 10px;
    max-width: 500px;
    padding: 40px 10px 40px 10px;
    align-items: center;
    margin: auto;
}

.img-circle {
    border-radius: 50%;
}





.col-xs-5,

.col-sm-5,

.col-md-5,

.col-lg-5 {

  min-height: 1px; 

  position: relative;
  padding-left: 1.5% !important;
    padding-right: 1.5% !important;

}

.col-xs-5 {

  float: left ;

  width: 20%;

}


/******************* NUEVO HOME - 2022  ************************************/

.custom_navbar{
    /* height: 96px; */
    border-bottom: 1px solid #CCC;
    margin-top: 10px;
    background-color: #FFF;
}

.btn-outline-danger {
    --bs-btn-color: #E96446;
    --bs-btn-border-color: #E96446;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #E96446;
    --bs-btn-hover-border-color: #E96446;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #E96446;
    --bs-btn-active-border-color: #E96446;
    --bs-btn-active-shadow: inset 0 3px 5pxrgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #E96446;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #E96446;
    --bs-gradient: none;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #E96446;
    --bs-btn-border-color: #E96446;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #DC3546;
    --bs-btn-hover-border-color: #DC3546;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #E96446;
    --bs-btn-active-border-color: #E96446;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #E96446;
    --bs-btn-disabled-border-color: #E96446;
}

.navbar-text a, .navbar-text a:focus, .navbar-text a:hover {
     color: #E96446 !important;
}
.navbar-text a:focus, .navbar-text a:hover {
    color: #FFF !important;
}

.card-home{
    padding-top: 100px;
}

.card-home-categories{
    font-size: 40px;
    text-decoration: none;
    color: #000 !important;
}

.car-body-custom-home{
    padding: 5px !important;
}


.home-cards-categories{
    padding-top:20px;
}

.home-bands-container{
    margin-top: 50px;
}

a:hover>.card{
   
    -webkit-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    -moz-box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
    box-shadow: 10px 20px 25px 1px rgba(95,95,97,0.2);
}

.more-info-btn{
    width: 100%;
}

.link-publica a{
    text-decoration: none;
    color: #E96446 !important;
}

.link-publica a:hover{
    text-decoration: underline;
    color: #E96446 !important;
}

.navbar-home-menu{
    width: 75%;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  
    background-color: #FFF;
}


.custom-filters-search{
    --bs-list-group-border-width: 0px !important;
    padding-left: 30px  !important;
    --bs-list-group-item-padding-y: 0.2rem !important;
    --bs-list-group-action-hover-bg: #fbf7f7 !important;
    font-size: 15px !important;
}
.custom-search-list-name{
    color:#000;
}
.pagination{
    --bs-pagination-hover-color: #000 !important;
}

.custom-breadcrumb{
    color: #333 !important;
    text-decoration: none;

}
.custom-breadcrumb>a:hover{
    color: #000 !important;
    text-decoration: none;

}
.list-item-movil{
    margin-top: 20px;
}
.detail-breadcrumb{
    font-size: 14px !important;
    color: #333 !important;
}

.detail-breadcrumb>a{
    font-size: 14px !important;
    color: #333 !important;
    text-decoration: none;
}
.detail-breadcrumb>a:hover{
    font-size: 14px !important;
    color: #000 !important;
    text-decoration: none;
}
.detail-subtitle{
    color: #747474 !important;
}
.custom-color-black{
    color:#000;
}

.detail-custom-carousel{
    max-height: 500px;
}
.about-us-section{
    margin-top: 100px;
    margin-bottom: 15px;
}
.fs-7{
    font-size: 0.8rem!important;
}

@media (min-width: 768px) {

    .col-sm-5 {
  
      float: left;
  
      width: 20%;
  
    }
  
  }
  
  @media (min-width: 992px) {
  
    .col-md-5 {
  
      float: left;
  
      width: 20%;
  
    }
  
  }
  
  @media (min-width: 1200px) {
  
    .col-lg-5 {
  
      float: left;
  
      width: 20%;
  
    }
  
  }



/********* responsives elements ********/
@media screen and (max-width: 480px) {
    .background-home{
        background-image: url('../images/background_home_mobile.jpg')!important;
        margin: 0px 0px 10px 0px;
        width: 100%;
        text-align: center;
        padding: 0px 0px 12% 0px;
        /* min-height: 200px; */
        background-repeat: no-repeat;
        background-position: center top;
        /* margin-top: -33px; */
        color:#FFF!important;
        display: none;
    }
    .logo{
        margin: 0px 0px 0px 0px;
        width: 100%;
        min-width: 50px;
        min-height: 50px;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../images/mb_min.png')!important;
        background-size: contain;
    }
    .logo-home{
        margin: 0px 0px 0px 0px;
        width: 100%;
        min-width: 60px;
        min-height: 63px;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../images/mb_min.png')!important;
        background-size: contain;
    }

    .li-home > li > a {
        color: #222;
    }
    .li-home > li > a:hover{
        color: #222;
    }

    .navbar-brand {
        float: left;
        height: 60px;
        padding: 8px 5px 15px 7px;
        font-size: 18px;
        line-height: 20px;
    }

    .jumbotron {
        padding: 0px 0px !important;
        margin-top: 20px;
        /* min-height: 670px; */
        height: auto;
        overflow: hidden;
    }
    
    .information-item-main {
        position: relative;
        margin: 0 auto 0 auto;
        width: 100% !important;
        bottom: 0px;
     }
    .information-item {
        /* background: rgba(0,0,0,.6); */
        max-width: 1180px;
        margin: 0 auto;
        padding: 10px 10px !important;
        color: #0e0e0e !important;
        background-color: #F8F8F8;
    }
    .vbp-show-video{
        display:none;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        max-width: 220px;
    }
    .navbar-form{
        padding: 8px !important;
        margin: inherit !important;
    
    }
    .list-item-movil{
        padding-right: 0.5% !important;
        padding-left: 0.5% !important;
    }

    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }
    .navbar-home-menu{
        max-width: 480px;
    }

    
}

@media screen and (max-width: 600px){
    .logo{
        margin: 0px 0px 0px 0px;
        width: 100%;
        min-width: 50px;
        min-height: 50px;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../images/mb_min.png')!important;
        background-size: contain;
    }
    .logo-home{
        margin: 0px 0px 0px 0px;
        width: 100%;
        min-width: 60px;
        min-height: 63px;
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url('../images/mb_min.png')!important;
        background-size: contain;
    }
    .navbar-brand {
        float: left;
        height: 60px;
        padding: 5px 5px 15px 7px;
        font-size: 18px;
        line-height: 20px;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        max-width: 350px;
    }
    .navbar-form{
        padding: 8px !important;
        margin: inherit !important;
    
    }
    .list-item-movil{
        padding-right: 0.5% !important;
        padding-left: 0.5% !important;
    }
    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }
    .li-home > li > a {
        color: #222;
    }
    .li-home > li > a:hover{
        color: #222;
    }
    .navbar-home-menu{
        max-width: 600px;
    }

}

/*************** VBP *************************/
.mas-bandas-similares{
    text-align: right;
    font-size: 12px;
    align-content: right;
    padding-top: 10px;
}


.jumbotron {
    padding: 0px 0px !important;
    position: relative;
    margin-top: 20px;
    /* max-height: 500px;
    min-height: 500px;  */
    height: auto;
    overflow: hidden;
}
.jumbotron-home {
    padding: 50px 0px !important;
    margin-top: -90px !important; 
    margin-bottom: 30px;
    color: inherit;
    /* background-color: #eee; */
}

.jumbotron-home h1 {
    font-size: 63px;
}
.jumbotron-home p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.containerMainVBP{
    /* margin: 20px 10px; */
    padding: 20px 0px 0px 0px;
    /* margin-top: -17px; */
}

.vbp-id{
    align-content: right;
    text-align: right;
}

.vbp-text-center{
    align-content: center;
    text-align: center;
}

.vbp-text-left{
    align-content: left;
    text-align: left;
}

.vbp-text-right{
    align-content: right;
    text-align: right;
}
.vbp-estadistica{
    color: #999;
    /* margin-bottom: 10px; */
}
.vbp-estadistica a{
    text-decoration: none;
    color: #999;
}

.vbp-banner-search{
    max-width: 250px;
   
}






@media screen and (max-width: 1024px){

    .navbar-brand {
        float: left;
        height: 60px;
        /* padding: 8px 10px 15px 30px; */
        font-size: 18px;
        line-height: 20px;
    }
    .jumbotron {
        padding: 0px 0px !important;
        margin-top: 20px;
        /* max-height: 308px; */
        height: auto;
        overflow: hidden;
    }
}
@media screen and (max-width: 995px){
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        max-width: 350px;
    }
    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }

    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        position: relative;
        flex: 1 1 auto;
        width: 100% !important;
        min-width: 0;
    }

    .btn-search-home{
       
        width: 100%;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .card-home {
        padding-top: 35px;
    }
}

@media screen and (max-width: 790px){
    .containerMainVBP{
        margin-top: 20px;
    }
    .navbar-brand {
        float: left;
        height: 60px;
        /* padding: 8px 15px 15px 7px; */
        font-size: 18px;
        line-height: 20px;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form{
        padding: 8px !important;
        margin: inherit !important;
    
    }
    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }
    .li-home > li > a {
        color: #222;
    }
    .li-home > li > a:hover{
        color: #222;
    }
    .navbar-home-menu{
        max-width: 790px;
    }
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
      position: relative;
      -webkit-transition: all .25s ease-out;
           -o-transition: all .25s ease-out;
              transition: all .25s ease-out;
    }
  
    .row-offcanvas-right {
      right: 0;
    }
  
    .row-offcanvas-left {
      left: 0;
    }
  
    .row-offcanvas-right
    .sidebar-offcanvas {
      right: -50%; /* 6 columns */
    }
  
    .row-offcanvas-left
    .sidebar-offcanvas {
      left: -70%; /* 6 columns */
    }
  
    .row-offcanvas-right.active {
      right: 50%; /* 6 columns */
    }
  
    .row-offcanvas-left.active {
      left: 90%; /* 6 columns */
    }
  
    .sidebar-offcanvas {
      position: absolute;
      top: 0;
      width: 50%; /* 6 columns */
    }
    .navbar-brand {
        float: left;
        height: 60px;
        padding: 5px 5px 15px 7px;
        font-size: 18px;
        line-height: 20px;
    }

    .containerMainVBP{
        margin:20px 0px;
    }

    .jumbotron {
        padding: 0px 0px !important;
        margin-top: 20px;
        /* min-height: 680px; */
        height: auto;
        overflow: hidden;
    }
    
    .information-item-main {
        position: relative;
        margin: 0 auto 0 auto;
        width: 100% !important;
        bottom: 0px;
     }
    .information-item {
        /* background: rgba(0,0,0,.6); */
        max-width: 1180px;
        margin: 0 auto;
        padding: 10px 10px !important;
        color: #0e0e0e !important;
        background-color: #F8F8F8;
    }
    .vbp-show-video{
        display:none;
    }
    .list-item-movil{
        padding-right: 0.5% !important;
        padding-left: 0.5% !important;
    }
    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }

    .li-home > li > a {
        color: #222;
    }
    .li-home > li > a:hover{
        color: #222;
    }
}

  /*    SECCION DE MENSAJES */

/*.chat-scroll{ */

  /*min-width: 600px; */
 /* max-height: 300px; */
  /* overflow-y: scroll; */
  /* padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px; */

/*}*/


.chat-aling-answer{
    text-align: right;
    min-height: 50px;
    height: auto;
  }
  .chat-aling-question{
    text-align: left;
    min-height: 50px;
  }
  
  .chat-back{
    background-color: #eee;
  }
  
  
  .chat_date{
    float: right;
  }
  
  .incoming_msg_img {
    display: inline-block;
    width: 6%;
  }
  .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
   }
   .received_withd_msg p {
      border-radius: 9px;
      /* color: #646464; */
      color: #8a6d3b;
      font-size: 14px;
      margin: 0;
      padding: 5px 10px 5px 12px;
      width: 100%;
      background-color: #fcf8e3;
      border-color: #faebcc;
  }
  .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
  }
  .received_withd_msg { width: 57%;}
  .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 60%;
  }
  
   .sent_msg p {
      /* background: #05728f none repeat scroll 0 0; */
      border-radius: 9px;
      font-size: 14px;
      margin: 0;
      /* color: #fff; */
      padding: 5px 10px 5px 12px;
      width: 100%;
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1;
  }
  .outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
  .sent_msg {
    float: right;
    width: 46%;
  }
  .input_msg_write input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    width: 100%;
  }
  
  .type_msg {border-top: 1px solid #c4c4c4;position: relative;}
  .msg_send_btn {
    background: #05728f none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
  }
  .messaging { padding: 0 0 50px 0;}
  #msg_history {
    height: 300px !important; 
    overflow-y: auto !important;
    position: relative !important;
  }
  
  .head-message-main{
    padding-bottom: 0px !important;
    margin-bottom: -4px;
  }


 
  
@media screen and (max-width: 480px){

    .containerMainVBP{
        margin:20px 0px;
    }
    .navbar-brand {
        float: left;
        height: 60px;
        padding: 5px 5px 15px 7px;
        font-size: 18px;
        line-height: 20px;
    }
    .jumbotron {
        padding: 0px 0px !important;
        margin-top: 20px;
        /* min-height: 670px; */
        height: auto;
        overflow: hidden;
    }
    
    .information-item-main {
        position: relative;
        margin: 0 auto 0 auto;
        width: 100% !important;
        bottom: 0px;
     }
    .information-item {
        /* background: rgba(0,0,0,.6); */
        max-width: 1180px;
        margin: 0 auto;
        padding: 10px 10px !important;
        color: #0e0e0e !important;
        background-color: #F8F8F8;
    }
    .vbp-show-video{
        display:none;
    }
    .jumbotron-home h1 {
        font-size: 36px;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        max-width: 220px;
    }
    .navbar-form{
        padding: 8px !important;
        margin: inherit !important;
    
    }
    .list-item-movil{
        padding-right: 0.5% !important;
        padding-left: 0.5% !important;
    }
    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }
    .li-home > li > a {
        color: #222;
    }
    .li-home > li > a:hover{
        color: #222;
    }
    .navbar-home-menu{
        max-width: 480px;
    }
}

@media screen and (max-width: 360px){

    .containerMainVBP{
        margin:20px 0px;
    }
    .navbar-brand {
        float: left;
        height: 60px;
        padding: 5px 5px 15px 7px;
        font-size: 18px;
        line-height: 20px;
    }
    .jumbotron {
        padding: 0px 0px !important;
        margin-top: 20px;
        /* min-height: 580px; */
        height: auto;
        overflow: hidden;
    }
    
    .information-item-main {
        position: relative;
        margin: 0 auto 0 auto;
        width: 100% !important;
        bottom: 0px;
     }
    .information-item {
        /* background: rgba(0,0,0,.6); */
        max-width: 1180px;
        margin: 0 auto;
        padding: 10px 10px !important;
        color: #0e0e0e !important;
        background-color: #F8F8F8;
    }
    .vbp-show-video{
        display:none;
    }
    .jumbotron-home h1 {
        font-size: 36px;
    }
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        max-width: 220px;
    }
    .list-item-movil{
        padding-right: 0.5% !important;
        padding-left: 0.5% !important;
    }
    .home-box-search{
        background-color: inherit !important;
        margin: inherit !important;
        padding: 1.5% !important; 
        border-radius: inherit !important;
    
    }
    .home-box-search-select{
        padding: 10px 16px !important;
        margin:inherit !important;
        -webkit-box-shadow: inherit !important;
        box-shadow: inherit !important;
    }
    
    .home-box-search-form{
        padding-right: inherit !important;
        padding-left: inherit !important;
        border-right: inherit !important;
    }
    .li-home > li > a {
        color: #222;
    }
    .li-home > li > a:hover{
        color: #222;
    }
    .input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
        position: relative;
        flex: 1 1 auto;
        width: 100% !important;
        min-width: 0;
    }
    .btn-search-home{
       
        width: 100%;
    }

    .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .card-home {
        padding-top: 35px;
    }

    .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .navbar-home-menu{
        max-width: 360px;
    }
}


/* *********** INI - Estilos para el carrosuel ****************** */


  
/* *********** FIN - Estilos para el carrosuel ****************** */



