section #section-top{
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
section #section-top .titulos-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #36688a;
    font-size: 32px;
    font-weight: 300;
}

section #listado-ofertas .oferta,
section #listado-catalogos .catalogo{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 36px;
}
section .col-imagen{
    border: 2px solid #e6e6e6;
    position: relative;
}
section .col-imagen a{
    display: block;
}
section .oferta-icono,
section .catalogo-icono{
    width: 40px;
    height: 40px;    
    background-color: #36688a;
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: absolute;    
    right: -2px;
    bottom: -2px;
    z-index: 1;
}

section .oferta,
section .catalogo{
    color: #666666;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

section .catalogo-nombre{
    min-height: 40px;
/*    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 0;*/
    color: #36688a;
    font-size: 13px;
    text-transform: uppercase;
/*    text-align: right;
    position: absolute;    
    right: 15px;
    top: 15px;      */
}
section .oferta-nombre{
    min-height: 40px;
    color: #36688a;
    font-size: 13px;
    text-transform: uppercase;
/*    text-align: right; */
}

section .descarga{    
    padding: 4px 18px;
    border: 2px solid #36688a; 
    margin-top: 20px; 
    color: #36688a;
    font-size: 14px;
    font-weight: 600;
}

section .hover{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
section .oferta:hover .hover,
section .catalogo:hover .hover{
    display: block;
}
section .hover > div{
    width: 100%;
    height: 100%;
    background-color: rgba(54,104,138,0.3);
    color: white;
    display: table;    
}
section .hover > div > div{
    padding: 15px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
section .oferta:hover .oferta-icono,
section .catalogo:hover .oferta-icono{       
    background-color: transparent;
}
section .oferta:hover .descarga,
section .catalogo:hover .descarga{    
    background-color: #36688a;
    color: white;    
}

section #section-bottom #logo-regueiro{
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
}
section #section-bottom .titulos-seccion{
    margin-top: 50px;
    margin-bottom: 40px;
    color: #36688a;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

@media(max-width: 991px){
    #section-bottom .row{
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #section-bottom .row > div > div{
        width: 600px;
        max-width: 100%;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(min-width: 768px){
    section #listado-ofertas .oferta:nth-of-type(4n+1),
    section #listado-catalogos .catalogo:nth-of-type(4n+1){
        clear: left;
    }
}
@media(min-width: 580px) and (max-width: 767px){
    section #listado-ofertas .oferta:nth-of-type(3n+1),
    section #listado-catalogos .catalogo:nth-of-type(3n+1){
        clear: left;
    }
}

@media(min-width: 380px) and (max-width: 579px){
    section .oferta,
    section .catalogo{
        width: 50%;
    }
    section #listado-ofertas .oferta:nth-of-type(2n+1),
    section #listado-catalogos .catalogo:nth-of-type(2n+1){
        clear: left;
    }
}
@media(max-width: 379px){
    section .oferta,
    section .catalogo{
        width: 100%;
    }  
    section .col-imagen{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}