:root{
    --azul1:#001A8F;
    --azul2:#0036B2;/**/
    --azul3:#EAF8FF;
    --amarillo1:#F4D733;/**/
    --amarillo2:#FFFCE9;
    --naranja1:#E66728;/**/

    --size-sm:576px;
    --size-md:768px;
    --size-lg:992px;
    --size-xl:1200px;
    --size-xxl:1400px;
}

*{
    box-sizing:border-box;
}

@font-face {
    font-family: 'inter';
    /*src: url('http://www.cambialibros.es/public/fonts/cl.eot');*/
    src: url('../fonts/Inter-Light.ttf')  format('truetype');
}

@font-face {
    font-family: 'inter-extra-bold';
    /*src: url('http://www.cambialibros.es/public/fonts/cl.eot');*/
    src: url('../fonts/Inter-ExtraBold.ttf')  format('truetype');
}

*{
    font-family:'inter';
}

.text-bold-t{
    font-family:'inter-extra-bold' !important;
}

.navbar-text>a{
    text-decoration:none;
    margin:2px;
    color:var(--azul1);
    font-weight:bold;
}

.nav-link{
    color:white !important;
}

.nav-link.active {
    border-bottom:4px solid var(--amarillo1);
}

.navbar-toggler{
    color:white !important;
}
/**/
.ofertitas ,.slide-productos{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:50px;
    padding-bottom:40px;
}

.ofertita{
    width:370px;
    height:380px;
    padding:20px;
    box-sizing:border-box;
}

.marcas{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    padding:60px;
    padding-bottom:40px;
}

.marca{

    height:85px;
    width:150px;
    margin:5px;
}

.item-producto{
    width:250px;
    height:380px;
    text-align:center;
    display:flex;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
}
/**/
.enlace-amarillo{
    font-size:17px;
    text-decoration:none;
    background-color:var(--amarillo1);
    padding:10px 60px;
    font-weight:bold;
    color:var(--azul1);
    font-family:'inter-extra-bold';
    border:none;
}

.enlace-azul{
    font-size:17px;
    text-decoration:none;
    background-color:var(--azul1);
    padding:10px 60px;
    font-weight:bold;
    color:var(--amarillo1);
    font-family:'inter-extra-bold';
    border:none;
}

.st0:hover{
    fill:var(--amarillo1);
}

.noticia{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
}

.invertir{
    flex-direction:row;
}

.noticia-img{
    width:50%;
}

.noticia-content{
    width:50%;
    display:flex;
    align-items:center;
    justify-content:center
}

.titta_experta_img{
    text-align:right;
    padding-right:30px;
}

.vision{
    background-color:var(--azul1);
    display:flex;
    justify-content:right;
    align-items:center;
    padding-right:30px;
}

.mision{
    background-color:var(--amarillo1);
    display:flex;
    justify-content:left;
    align-items:center;
    padding-left:30px;
}

.file-select {
    position: relative;
    display: inline-block;
    width:335px;
    font-size: 12px;
    padding: 2px;
    cursor:pointer;
}

.file-select::before {
    background-color: var(--amarillo1);
    color: var(--azul1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar'; /* testo por defecto */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.file-select input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 32px;
    display: inline-block;
}

#filetrabaja::before {
    white-space: pre;
    content: 'ADJUNTA TU CV EN FORMATO PDF O WORD \A ( Peso Máx. 2MB) ';
}

@media (max-width: 992px) {
    .noticia{
        flex-direction:column;
    }
    .noticia-img{
        width:100%;
    }

    .noticia-content{
        width:100%;
    }
    .noticia-img , .invertir{
        order:1;
    }
    .noticia-content , .invertir{
        order:0;
    }

    .titta_experta_img{
        text-align:center;
        padding-right:0px;
    }

    .vision{
        background-color:var(--azul1);
        display:flex;
        justify-content:center;
        align-items:center;
        padding-right:30px;
    }

    .mision{
        background-color:var(--amarillo1);
        display:flex;
        justify-content:center;
        align-items:center;
        padding-left:30px;
    }
}






.galeria_panel_content{
    /*border:1px solid red;*/
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
}

.galeria_panel_content:hover{
    cursor: pointer;
}



@media(max-width:1025px){
    .galeria_panel_content{
        grid-template-columns: repeat(1,1fr);
    }
}
.galeria_item{
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    height: 230px;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
}

.galeria_item:hover .overlay{
    width: 100%;
    height: 100%;
    background: rgba(var(--azul2) ,.5);
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: all 0.5s;
}

.galeria_item:hover .overlay-icon{
    width: 3rem;
    height: 3rem;
    color: white;
    transition: all 0.5s;
}

.galeria_imagen{
    height: 180px;
    max-height: 100%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
    max-width: 100%;
}


.galeria_titulo{
    border-top: 1px solid #ccc;
    color: #595959;
    display: table;
    float: left;
    font-family: 'source-regular';
    font-size: 14px;
    height: 50px;
    margin: 0 5%;
    width: 90%;
    padding: 0.5rem;
    font-family:'inter-extra-bold' !important;
    color:var(--azul1);
}

/*                                   */

.accordion-body ul li{
    text-decoration: none;
    list-style: none;
    cursor: pointer;
}

.accordion-body ul li:hover{
    font-weight: bold;
    color: var(--azul2) ;
}

.accordion-button:hover{
    background-color: var(--azul2) ;
    color:white;

}

.accordion-button.collapsed::after {
    background-image: none;
    color: var(--azul2) ;
    content:"+"
}

.accordion-button.collapsed:hover::after{
    background-color: var(--azul2) ;
    color:white
}

.accordion-button:not(.collapsed)::after  {
    background-image: none;
    background-repeat: no-repeat;
    color: white;
    content:"-";
    background-color: var(--azul2) ;
}

.accordion-button:not(.collapsed){
    background-color: var(--azul2)  !important;
    color: white;
}

.logowsp{
    z-index: 10;
    position: fixed;
    bottom: 0px;
    right: 10px;
    text-decoration: none;
    color: black;
    height: 60px;
}

#logowsp_img{
    width: 60px;
    height: 60px;
}

@media (max-width: 992px) {
    .logowsp{
    height: 50px;
}

#logowsp_img{
    width: 50px;
    height: 50px;
}
}

#ofertas{
    width:100%
}

.ofertas_container{
    width:100%;
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    column-gap:20px;
    row-gap:5px;
    padding:10px;
    box-sizing:border-box;
}

.ofertas_item{
    width:300px;
    height:350px;
}

.slider-principal{
    height:520px;
    position:relative;
}
.slider-item{
    height:520px;
}

.button-prev-slide{
    background-color: transparent !important;
    border:none !important;
    position:absolute;
    z-index:1;
    left:0;
    top:40%;
}
.button-next-slide{
    background-color: transparent;
    border:none;
    position:absolute;
    right:0;
    top:40%;
}



.file-select {
    position: relative;
    display: inline-block;
    width:100%;
    font-size: 12px;
    padding: 2px;
    height:45px;
}

.file-select::before {
    background-color: var(--azul2);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar'; /* testo por defecto */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.file-select input[type="file"] {
    opacity: 0;
    width: 100%;
    height: 42px;
    display: inline-block;
}

#filetrabaja::before {
    white-space: pre;
    content: 'ADJUNTA TU CV EN FORMATO PDF O WORD \A ( Peso Máx. 2MB) ';
}

#pdfCatalogo::before{
    white-space: pre;
    content: 'ADJUNTA TU PDF \A ( Peso Máx. 2MB) ';
}

#fotoCatalogo::before{
    white-space: pre;
    content: 'ADJUNTA TU IMAGEN \A ( Peso Máx. 2MB) ';
}

#slider_principal{
    display:block;
}

#slider_principal_m{
    display:none;
}

#banner_ubicame{
    width:100%;
    height:425px;
    background-image: url('../../assets/img/banner_ubicame.jpeg') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#banner_trabaja{
    width:100%;
    height:425px;
    background-image: url('../../assets/img/nuestra_gentita/nuestra_gentitta_personas2.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#form-club{
    padding:40px;
    padding-bottom:100px;
}

@media (max-width: 992px) {
    #form-club{
        padding:20px 10px !important;
        padding-bottom:100px;
    }
    #slider_principal{
        display:none;
    }

    #slider_principal_m{
        display:block;
    }
    
    #banner_ubicame{
        background-image: url('../../assets/img/banner_ubicame_m.jpeg') !important;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    #banner_trabaja{
    background-image: url('../../assets/img/nuestra_gentita/banner_trabaja.jpeg') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

}

.owl-nav {
    display: flex;
    justify-content: center;
}


.owl-stage-outer {
    min-width: 420px;
    width: 100%;
    left: -60px;
}


.navbar-toggler{
    border: 1px solid white;
    border-radius: 5px;
    padding:5px;
}


