#portada{
    overflow:hidden;
}

#descargaCatalog{
    text-align: center;
    display: inline;
    margin: 15px;
}

.prodsRow{
    text-align: center;
    margin-bottom: 15px;
}

.prodsRow .articuloteaser {
    max-width: 400px;
    min-width: 280px;
    width: 24%;
}

#portada h4{
    border-bottom: 1px solid #ccc;
    color: #aaa;
    font-size: 22px;
    font-weight: initial;
    letter-spacing: -0.5px;
    text-align: left;
    margin: 20px 30px;
}

#btnsPortada{
    text-align: center;
}

#descargaCatalog a{
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: lighter;
    padding: 15px 35px;
    padding-right: 55px;
    position: relative;
    color: #aaa;
}

#descargaCatalog a:hover {
    opacity: 1;
    border: 1px solid #333;
    background-color: #f8f8f8;
    color: #333;
    -webkit-transition: 0.2s;
    transition: 0.6s;
}

.pdfIcon {
    height: 25px;
    position: absolute;
    top: 10px;
    margin-left: 10px;
}

@media(max-width:1081px) {
    #issuuProds, #slider{
        display: none;
    }

    #descargaCatalog{
        margin-top: 40px;
        display: inherit;
    }
}

@media(max-width:768px) {
    #descargaCatalog {
        font-size: 12px;
    }

    .pdfIcon {
        height: 20px;
    }    
}

@media (max-width: 480px){
    .prodsRow .articuloteaser {
        margin: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}