/*--------------ofertas---------------------*/

.fondo_color {
    border-radius: 5px;
    padding: 1.1em;
    padding-bottom: 0.1em;
}
.fondo_color2 {
    border-radius: 5px 0px 0px 5px;    
    padding-bottom: 0.1em;
}

.filtro_etiquetas_ofertas  {
   background-color:#0e4866 !important;
   border-radius: 0px 5px 5px 0px;       
    padding-bottom: 0.1em;
}

.buscador_ofertas .col-form-label {
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    line-height: 100%;
}
.filtro_etiquetas_ofertas label {
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 100%;
}

.filtro_etiquetas_ofertas form{ padding-left: 15px; padding-right: 15px;}


.filtro_etiquetas_ofertas .form-control{
    font-size: 18px!important;
    background-color: #f2f2f2 !important;
    margin-bottom: 1rem;
}


.caja_identificacion {
    color: #000;
    font-weight: 600;
    font-size: 1.5em;
}

.caja_identificacion .fas {
    padding-right: 8px;
}

.datos_oferta_ficha {
    min-height: 228px;
    display: block;
}

.imagen_oferta_ficha .mas {
    visibility: hidden;
    color: #fff;
    min-height: 100%
}

.bloque_ofertas_ficha:hover .mas {
    visibility: visible;
    text-align: center;
    padding-top: 40%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.imagen_oferta_ficha {
    background-color: #fff;
}

.bloque_ofertas_ficha:hover .imagen_oferta_ficha {
    -webkit-transition-duration: 3s; /* For Safari 3.1 to 6.0 */
    transition-duration: 3s;
}

.bloque_ofertas_ficha:hover .mas {
    -webkit-transition-duration: 3s; /* For Safari 3.1 to 6.0 */
    transition-duration: 3s;
}

.precio_oferta {
    font-weight: 700;
    font-size: 1.2em;
    color: #000;
    margin-bottom: 0px;
}

.pre {
    font-weight: 600;
    font-size: 0.6em;
    color: #000;
    padding-right: 8px;
    text-transform: uppercase;
}


.buscador_ofertas .modal-title {
    font-weight: 700;
    font-size: 1.3em;
}

.buscador_ofertas .modal-footer {
    border: none;
}

.caja_identificacion {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 20px;
}

/*.boton_movil{ visibility: hidden;}*/


/*-----------------------------------ficha-------------------------------*/
.cta_ofertas {
    font-size: 1.1em;
    font-weight: 600;
    padding: 8px 8px 8px 15px;
    text-transform: uppercase;
}

.datos_oferta_ficha .boton_movil {
    margin-bottom: 0px;
}


.zona_botones_ficha {
    text-align: right;
}

.zona_titulo_oferta {
    margin-bottom: 20px;
    padding: 20px;
    background-image: url(/temas/nubecar/assets/img/textura.png);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);

}

.titulo_g_oferta {
    margin-bottom: 0;
    color: #222;
    font-size: 1.7em;
    font-weight: 700;
}

.precio_oferta_g {
    font-size: 1.5em;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-top: 15px;
}

.relleno_ficha {
    padding: 20px;
}

.zona_titulo_oferta .destacado_color {
    font-weight: 600;
    font-size: 1.2em;
}

.sinopsis_oferta_g {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
}

.nombre_taller {
    color: #000;
    font-size: 1.1em;
    font-weight: 700;
    margin-bottom: 0px;
}

.datos_taller p a {
    color: #666 !important;
}

.datos_taller p a:hover {
    color: #000 !important;
}

.datos_taller p {
    margin-bottom: 1px;
    font-size: 0.9em;
    font-weight: 500;
}

.datos_taller p i {
    padding-right: 8px;
    font-size: 0.8em;
    color: #000;
}

.bloque_taller_oferta {
    background-image: url(/temas/nubecar/assets/img/floor-tile.png);
    padding: 15px;
}

.btn_p {
    font-size: 0.7em;
    font-weight: 600;
    margin-top: 10px;
    padding: .3rem .7rem;
}

.bloque_taller_oferta {
    margin-bottom: 15px;
}

.nombre_taller a {
    color: #000;
    font-size: 1em;
    margin-bottom: 10px;
}

.fondo_selecion {
    padding: 20px;
    background-image: url(/temas/nubecar/assets/img/floor-tile.png);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.caja_localizacion2 {
    font-weight: 600;
    font-size: 1.2em;
    text-align: right;
}

.caja_localizacion2 span {
    color: #000;
}

.caja_localizacion2 .fas {
    padding-right: 8px;
}


.fondo_selecion h3 {
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 2em;
    font-weight: 600;
}

.fondo_blanco {
    background-color: #fff;
    padding: 40px;
}

#registro .modal-title {
    font-weight: 700;
    font-size: 1.5em;
}

#registro .modal-footer {
    border: none;
}

#nuevo_registro {
    margin-top: 30px;
}

#nuevo_registro .h3 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.politica {
    font-size: 0.9em;
    color: #666;
}

#recuperar_pwd .modal-title {
    font-weight: 700;
    font-size: 1.5em;
}

#recuperar_pwd p {
    line-height: 100%;
    margin-top: 10px;
}

#registrado .h3 {
    font-weight: 700;
    font-size: 1.3em;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#registrado {
    margin-top: 40px;
}

.explica {
    background-color: blanchedalmond;
    padding: 8px;
    color: #000;
    font-size: larger;
}

.lista_redes {
    margin-top: 10px;
}

.btn_dcha {
    display: inline-block;
}

.boton_mover {
    text-align: right;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .cta_ofertas {
        font-size: 0.9em;
    }

    .buscador_ofertas .form-control {
        margin-bottom: 5px;
    }

    .buscador_ofertas #localizame {
        margin-bottom: 5px;
    }

    .caja_localizacion2, .caja_identificacion {
        margin-top: 0px !important;
        text-align: left;
        font-size: 1em;
    }

    .caja_identificacion p {
        margin-bottom: 0px !important;
    }

    .caja_identificacion {
        margin-bottom: 0px !important;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .boton_movil {
        visibility: visible;
    }

    .bloque_taller_oferta img {
        width: 50%;
    }

    .fondo_selecion h3 {
        font-size: 1.5em;
        text-align: center;
        line-height: 100%;
    }

    .explica {
        font-size: inherit;
        line-height: 100%;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .caja_localizacion2, .caja_identificacion {
        margin-top: 0px !important;
        text-align: left;
        font-size: 1em;
    }

    .caja_identificacion p {
        margin-bottom: 0px !important;
    }

    .caja_identificacion {
        margin-bottom: 0px !important;
    }

    .bloque_taller_oferta {
        width: 49%;
        display: inline-block;
    }

    .bloque_taller_oferta img {
        width: 50%;
    }


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .cta_ofertas {
        font-size: 0.9em;
    }


}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) and (max-width: 1900px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1901px) {
}