.navbar-toggler {
    background-color: transparent;
}


.fondo_buscador {
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(36, 45, 60, 0.2)), url("../img/cabecero.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 365px;

}

.slogan {
    text-align: center;
}

.slogan p {
    font-weight: 400;
    font-size: 1.1em;
}


.sin_margen {
    padding-right: 0px !important;
}

#buscador {
    margin-top: 40px;
}

#buscador .nav-link {
    text-align: left;
}

.texto_pestania {
    font-size: 1.1em;
    line-height: 100%;
    color: #333;
    font-weight: 900;
}

.texto_pestania span {
    font-size: 0.65em !important;
    font-weight: 400;
}

#myTabContent {
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 0px 0px 20px 20px;
    /*Estandar   */
    -ms-border-radius: 0px 0px 20px 20px;
    /* IE8   */
    -moz-border-radius: 0px 0px 20px 20px;
    /* firefox   */
    -webkit-border-radius: 0px 0px 20px 20px;
    /*safari   */
    -khtml-border-radius: 0px 0px 20px 20px;
    /* Konqueror   */

}

#buscador .nav-item {
    background-color: #e1e1e1;
    border-radius: 5px 5px 0px 0px;
    /*Estandar   */
    -ms-border-radius: 5px 5px 0px 0px;
    /* IE8   */
    -moz-border-radius: 5px 5px 0px 0px;
    /* firefox   */
    -webkit-border-radius: 5px 5px 0px 0px;
    /*safari   */
    -khtml-border-radius: 5px 5px 0px 0px;
    /* Konqueror   */
}

#buscador .form-control {
    margin-bottom: 20px;
}


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

.bloque_oferta {
    padding: 0px;
}

.margen_titular {
    margin-top: 7rem;
}

.caja_oferta {
    background-color: #f3f3f3;
    padding: 10%;
}

.imagen_fondo {
    background-color: #e1e1e1;
}


.bloque_oferta {
    margin-top: 20px;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

.bloque_oferta .caption {
    position: absolute;
    top: 10%;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 10%;
    text-align: center;
    pointer-events: none;
    line-height: 26px;
}

.bloque_oferta .caption2 {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 10%;
    text-align: center;
    pointer-events: none;
    line-height: 26px;
}

.bloque_oferta a:hover .imagen_fondo {
    background-color: #efefef;
}

.bloque_oferta .caption h3,
.bloque_oferta .caption2 h3 {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: -0.5px;
}

.bloque_oferta .destacado_color {
    font-weight: 700;
    font-size: 1.12em;
}

.sinopsis_oferta {
    line-height: 120%;
    color: #666;
}

.vert-wrap {
    /*display: table;*/
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.vert {
    /* display: table-cell;*/
    vertical-align: middle;
}

.vert-wrap .mas_info {
    font-weight: 600;
    color: #000;
}

.imagen_oferta {
    display: block;
}


.imagen_oferta {
    overflow: hidden;
}

.imagen_oferta img {
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
}

.bloque_oferta a:hover .imagen_oferta img {
    transform: scale(1.2, 1.2);
    z-index: 9;
}


h1 {
    font-size: 3em;
    color: #fff;
    font-weight: 900;
    line-height: 100%;
    text-shadow: -1px 0 #000, 1px 0 #000, 0 1px #000, 0 -1px #000;

}

/*------------- zona noticias-------------*/

.zona_noticias article {    background-color: #F5F5F5;    margin-top: 50px;}

.zona_datos_not .relleno {    padding: 40px 10px 10px 10px; }

.zona_noticias h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 50px;
    color: #222;
    line-height: 100%;
    text-transform: uppercase;
}

article .zona_datos_not .categoria {    font-weight: 600;    font-size: 0.9em;    text-transform: uppercase;}

.sinopsis_noticia {    color: #666; margin-top: 25px;}
article:hover  img{opacity: 0.8!important;}

article .zona_datos_not .cuadrado_fecha {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 1px;
    transform: rotate(45deg);
    right: -35px;
    z-index: 50; 

}


.fecha {

    margin: 12px 0 0;
    line-height: 90%;

    font-size: 0.9em;
    font-weight: 700;
    vertical-align: middle;
    transform: rotate(-45deg);
    text-transform: uppercase;
    text-align: center;
}


article .zona_datos_not .mas {
    font-weight: 700;
    font-size: 0.9em;
}

article .zona_datos_not .mas a{
    color: #000!important;
}


 
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .fondo_buscador .fixed-top {
        position: inherit;
    }

    .fondo_buscador {
        padding-top: 10px;
        padding-bottom: 68px;
    }

    .slogan h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    #buscador {
        margin-top: 20px;
    }
    #buscador .nav-link {  border: 2px solid #fff; }   
       
    #myTabContent .btn_buscador { margin-top:15px;   }
    #bsq_taller_idServicio{ margin-bottom: 8px;}
    #bsq_matricula_ofe{ margin-bottom: 8px;}
   

   
    .bloque_oferta .caption2 { top: 20%;}
    .bloque_oferta .caption { top: 20%;}
    .bloque_oferta .caption h3,
    .bloque_oferta .caption2 h3 {
        font-size: 1.5em;
    }

   

    #menu_principal .nav-item a {
        text-align: center;
    }

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

    article .zona_datos_not .cuadrado_fecha {
        right: inherit;
    }
}
@media (min-width: 390px) and (max-width: 567px) {
    #buscador .nav-link {
          border: 1px solid #fff; 
        display: block;
        padding: 0.5rem;
    }
}  


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .fondo_buscador .fixed-top {
        position: inherit;
    }

    .fondo_buscador {
        padding-top: 10px;
    }
    .slogan h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    #buscador {
        margin-top: 20px;
    }


    #menu_principal .nav-item a {
        text-align: center;
    }


   
    .bloque_oferta .caption h3,
    .bloque_oferta .caption2 h3 {
        font-size: 2em;
    }

    .bloque_oferta .sinopsis_oferta{ margin-bottom: 2px; line-height: 110%; font-size:0.8em;}

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


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .fondo_buscador .fixed-top {
        position: inherit;
    }
    .fondo_buscador {
        padding-top: 10px;
    }

    .relleno_ambos {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .slogan h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    #buscador {
        margin-top: 20px;
    }

    .bloque_oferta .caption2 { top: 55%;}
    .bloque_oferta .caption { top: 5%;}
    .bloque_oferta .destacado_color {  font-size: 1em; line-height: 100%;}
    .bloque_oferta .caption h3, .bloque_oferta .caption2 h3 {  font-size: 1.1em;}
    .bloque_oferta .sinopsis_oferta{ margin-bottom: 2px; line-height: 110%; font-size:0.9em;}



}

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

    .fondo_buscador {
        padding-top: 60px;
    }

    .fondo_buscador .fixed-top {
        position: inherit;
    }
    .slogan h1 {
        font-size: 2em;
        margin-top: 30px;
    }

    #buscador {
        margin-top: 20px;
    }

}

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

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