.home-style4 {
    background-image: url('/imagenes/portadas/imagen1-T.jpg');
    /* background-image: url('/imagenes/portadas/portada-traslado.jpg'); */

    background-size: cover;
}


/* .background-image {
    background-image: url('../img/traslados/buscadortraslados.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; 
}*/

/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 2; 
}  */


.col-lg-2 {
    flex-grow: 1; 
}

.advance-style4 .nav-link.active {
    border-color: transparent;
    border-bottom: 2px solid rgba(235, 103, 83, 0.07);
}

.advance-style4 .form-control {
    background-color: #ffffff;
    padding-left: 15px;
}

.custom-select-font-size .bootstrap-select .dropdown-toggle,
.custom-select-font-size .bootstrap-select .dropdown-menu li a {
    font-size: 12px !important;
    background-color: #e0e0e0;
}

.dropdown-menu {
    min-width: 200px; 
}
.dropdown-item {
    padding: 5px 10px; 
}
.form-control {
    font-size: 12px; 
    height: 36px;
}
.btn-aplicar {
    color: white;
}

.custom-select-style {
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    color: #333;
}

.custom-select-style:focus {
    border-color: #007bff; /* Color al enfocarse */
    outline: none;
}

.custom-select-style option {
    background-color: #e0e0e0;
    color: #333;
}

.tabs-servicio-cotizador{
    background-color: white !important;
    max-width: unset !important;
}

.tabs-servicio-cotizador button{
    padding: 0 12px !important;
    border: none !important;
}
