/*
$container-max-widths: (
  sm: 540px,
  md: 720px,
  lg: 960px,
  xl: 1140px,
  xxl: 1320px
);
*/

:root{
    --negro:#000000;
    --rojo:#F70000;/**/
    --blanco:#FFFFFF;
    --gris:#1B1B1D;

    --size-sm:576px;
    --size-md:768px;
    --size-lg:992px;
    --size-xl:1200px;
    --size-xxl:1400px;
}

@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';
}

a{
    text-decoration: none !important;
}

/*Poner el footer siempre en el pie de pagina*/

/***/
.text-bold{
    font-family:'inter-extra-bold';
}
.text-upper{
    text-transform: uppercase;
}
.text-lower{
    text-transform: lowercase;
}





/*MENU*/
#main_menu{
    display: none;
}

#main_menu_mobile{
    display: block;
}

@media(min-width: 992px){
    #main_menu{
        display: block;
    }
    #main_menu_mobile{
        display: none;
    }
}

.carousel-item,.carousel-item img{
    max-height: 650px;
}

#main_slider{
    display: none;
    max-height: 650px;

}

#main_slider_mobile{
    display: block;
    max-height: 650px;
}

@media(min-width: 992px){
    #main_slider{
        display: block;
    }
    #main_slider_mobile{
        display: none;
    }
}
/*END MENU*/
/*FOOTER*/
footer{
    background-color:var(--negro);
    color:white;
    .col{
        /*border:1px solid red;*/
    }
}
/*END FOOTER*/
/*LINK INTERES FOOTER*/
.linksdeinteres{
    list-style: none;
}

.linksdeinteres > li > a{
    color:var(--blanco) !important;
    text-decoration: none;
}
.linksdeinteres >li >a:hover{
    color:var(--rojo) !important;
}

.linksdeinteres li::marker {
    color: white;            /* Cambia el color del marcador */
    font-size: 20px;       /* Cambia el tamaño del marcador */
    content: "»";
    width: 20px;
    height: 20px;
    background-image: url('../image/right-arrow.png');

}
/*END LINK INTERES FOOTER*/

/*PORQUE ELEGIRNOS*/

.elegirnos_item{
    padding: 30px;
    box-sizing:border-box;
    line-height: inherit;
    >img{
        padding: 6px;
    }
    >h3{
        font-family: 'inter-extra-bold';
    }
}
/*END PORQUE ELEGIRNOS*/

/**/
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

/**/


.logowsp{
    z-index: 10;
    position: fixed;
    bottom: 0px;
    right: 10px;
    text-decoration: none;
    color: black;
    height: 220px;
}

#logowsp_img{
    width: 230px;
    height: 240px;
}

@media (max-width: 1240px) {
    .logowsp{
        z-index: 10;
        position: fixed;
        bottom: 0px;
        right: 10px;
        text-decoration: none;
        color: black;
        height: 160px;
    }

    #logowsp_img{
        width: 170px;
        height: 180px;
    }
}

svg+.cuadro_ayuda,svg+.texto_ayuda,svg+.flecha_ayuda{
    fill:transparent;
    transition: all 0.6s;
}

svg#Capa_1:hover .cuadro_ayuda{
    fill:#223c6b
}
svg#Capa_1:hover .texto_ayuda{
    fill:white
}
svg#Capa_1:hover .flecha_ayuda{
    fill:#223c6b
}

.image_banner{
    max-height: 287px;
}

.image_banner>img{
    max-height: 287px;
}

@media(min-width: 992px){
    .image_banner{
        margin-top: 0;
        max-height: 287px;
    }

}

.ventajas{
    padding: 10px;
    margin:50px 0px;
    box-sizing: border-box;
    img{
        width: 90px;
        height: 90px;
    }
    h2{
        font-size: 24px;
        font-weight: bold;
    }
    p{
        color:gray
    }
}


.container_img_beneficios>img{
    width:370px;
}

.container_img_beneficios_2>img{
    width:500px;
}

.container_img_beneficios,.container_img_beneficios_2,.container_img_beneficios_3{
    display: flex;
    justify-items: center;
    justify-content: center ;
    flex-wrap: wrap;
    gap: 20px;
    margin:10px
}


.item_beneficio{
    width: 300px;
    height: 300px;
}

.item_beneficio_2{
    width: 370px;
    height:550px;
    max-width: 95%;
}

.item_beneficio_3{
    width: 550px;
    height:370px;
    max-width: 95%;
}

.form-libro-reclamaciones{
    margin:5px;
    padding:10px;
}

 .cajaadis1 {
    padding: 12px 15px;
    border-radius: 6px;
    border: 1px solid #c9c9c9;
     margin:15px;
}

.detallerecque {
    display: block;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
}


#calculadora{
    width:100%;
    background-color:black;
    color:white
}

.icon_image{
    width:64px;
    height: 64px;
    margin:8px;
}

.text_information{
    display:flex;
    align-items:center;
    position:relative;
    left:0;
}

.text_information_right{
    display:flex;
    align-items:center;
    position:relative;
    right:0;
}

@media(min-width: 992px){
    .text_information{
        left:-50px;
    }
    .text_information_right{
        right:-50px;
    }

}

.border_test{
    border : 1px solid red;
}

.text-red{
    color:red;
}

/*Personalizaciones boostrap*/
.navbar-toggler-icon{
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAWElEQVR4nO3WwQkAIBADwXRx7dqwNZxlCGEG9u/hJwkAP9yZ01DuzDaU3w9wyBT/yGkoAEDM+P29rW7zaNyG0nTIaSgAQMz4/b2tbvNo3IbSdMhpKADkgwdjU87vp1NnCgAAAABJRU5ErkJggg==");
}

.dropdown-item:focus, .dropdown-item:hover {
 background-color: black;
 color:white;
}

.accordion-button:not(.collapsed) {
    color:white;
    font-weight: bold;
    background-color: black;
}
.accordion{
    --bs-accordion-active-bg: black;
    --bs-accordion-btn-focus-box-shadow:black;
}
.navbar-toggler{
    border:none;
}
