*{
    font-family: 'Roboto', 'Arial';
    box-sizing: border-box;
}
.elv-busqueda{
    font-family: 'Roboto', 'Arial';
}
.elv-busquedaform{
    font-family: 'Roboto', 'Arial';
    font-size: 15px;
}
.elv-conte-opcion{
    font-size: 15px;
    font-family: 'Roboto', 'Arial';
}
#baner > h3{
    font-family: 'Roboto', 'Arial';
}


/***********************************************************************************************/
.elv-ultimos-docs{
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgb(137 137 137 / 40%);
    margin: 0 0 25px 0;
    border: none;
    background: #3d56b2;
    padding: 15px 15px 15px 15px;
}
.elv-ultimos-docs h2{
    color: #fff;
    padding-left: 27px;
    font-family: 'Roboto','Arial';
    font-size: 24px;
    margin: 0;
    font-weight: 1000;
}
.elv-doc-sub{
    display: flex;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgb(137 137 137 / 40%);
    margin: 0 0 20px 0;
    border: none;
    overflow: hidden;
}
.elv-doc-sub-descarga{
    padding: 10px 15px 10px 15px;
    background: #3d56b2;
    justify-content: center;
}
.elv-doc-sub-descarga a{
    color: #fff;
}
.elv-doc-sub-descarga a:hover{
    text-decoration: none;
}
.elv-doc-sub-descripcion-descarga{
    padding: 12px 10px 15px 20px;
}

/***********************************************************************************************************/
.cajaarticulo2 {
    background: #FFFFFF;
    color: #000000;
    box-shadow: 0px 0px 4px 0px rgb(137 137 137 / 70%);
}
.cajaarticulo2:hover {
    transform: scale(0.98);
}
.elv-isq-cat {
    width:50px;
    height:50px;
}
.elv-btn_default a {
    line-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-pagination{
    gap: 5px;
}
.uk-pagination li {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 2px 2px 2px 3px;
    font-size: 12px;
}
.uk-pagination .uk-active {
    background: #3d56b2;
    border-radius: 10px;
    padding: 2px 2px 2px 3px;
}
.uk-pagination .uk-active a {
    font-family:'inter',arial;
    font-size: 12px;
    color: #fff;
}
.elv-link-volver {
    color: rgb(255, 255, 255);
    text-decoration: none;
}
.elv-link-volver:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}
.elv-btn-descargar:hover {
    text-decoration: none;
}

/*******************************************************************************************************************/
footer{
    color: #fff;
    /*background: #3951a9;*/
    background: linear-gradient(to right, rgb(23 43 121), rgb(30 51 132));
    /*background-color: #3D56B2;*/
}
footer > div{
    padding: 40px 0 40px 0;
    max-width: 1400px;
    width: 95%;
    margin: auto;
}
footer .elv-conte-footer{
    padding: 0 0 0 40px;
}
footer .elv-conte-footer > div{
    padding: 0 0 20px 0;
}
footer .elv-conte-footer h4{
    color: #fff;
    font-family: Roboto, Arial;
    font-size: 17px;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: bold;
}
footer .elv-conte-footer h4:after{
    background: #d9dde5;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    width: 40px;
}
footer .elv-conte-footer i{
    /*width: 16px;*/
    /*margin: 0 5px 0 0;*/
}
footer .elv-conte-footer ul{
    list-style: none;
    padding: 0 0 0 0px;
    margin: 5px 0 20px 0;
    color: #d9dde5;
}
footer .elv-conte-footer ul li{
    font-size: 14px;
}
footer .elv-conte-footer ul li a{
    color: #d9dde5;
}
footer .elv-conte-footer ul li a:hover{
    color: #fff;
    text-decoration: none;
}
footer .elv-conte-footer ul li img{
    padding: 20px 0 0 10px;
    width: 55%;
}

/****************************************************************************************/
.elv-letras-form{
    display: none;
}

@media screen and (max-width: 640px){
    .elv-letras-form{
        display: block;
        font-weight: bold;
    }
    .elv-busqueda{
        display: none;
    }
    .elv-busquedaform > div > input{
        height: 30px !important;
    }
    .elv-busquedaform > div > a{
        height: 30px !important;
        position: absolute !important;
        bottom: 0px !important;
        top: auto !important;
    }
    .elv-btn_default{
        margin-top: 2px;
    }
    .elv-btn_default > a{
        width: 100%;
    }
}
