#varianteslogoEditables article,
#areaseguridad .downloads,
#firmasproductos .downloads{
    border: solid 2px #727272;
    padding-top: 20px;
    padding-bottom: 20px;
}
#UsodeMarcayPromocion strong,
#areaseguridad strong{
    font-family: 'Inter-Bold';
}
#varianteslogoEditables article a,
#areaseguridad .downloads a,
#firmasproductos .downloads a{
    font-family: 'AmorSansProBold';
    text-decoration:none;
    color: #000;
}
#varianteslogoEditables article a small,
#areaseguridad .downloads a small,
#firmasproductos .downloads a small{
    color:#727272;
}
#varianteslogoEditables article:nth-child(1),
#varianteslogoEditables article:nth-child(2){
    border-right:none;
    border-bottom:none;
}
#varianteslogoEditables article:nth-child(3){
    border-bottom:none;
}

#varianteslogoEditables article:nth-child(4),
#varianteslogoEditables article:nth-child(5),
#firmasproductos .downloads:nth-child(1){
    border-right:none;
}
#firmasproductos strong{
    font-family: 'Inter-Bold';
    
}
.fondoMagenta{
    background-color: #D50057;
}
#ejemplosfirma article div{
    padding:0;
}
#ejemplosfirma article div img{
    border: solid 2px #D5D5D5;
}
#ejemplosfirma article div:nth-child(1){
    padding-right: 10px;
}
#ejemplosfirma article div:nth-child(2){
    padding-left: 20px;
}
img{
    max-width:70%;
}
#iconFlecha img{
     max-width:100%;
}
@media (max-width: 992px) {
    #varianteslogoEditables article:nth-child(1),
    #varianteslogoEditables article:nth-child(2),
    #varianteslogoEditables article:nth-child(3),
    #varianteslogoEditables article:nth-child(4),
    #varianteslogoEditables article:nth-child(5){
        border: solid 2px #D5D5D5;
        border-bottom:none;
        
    }
    #firmasproductos .downloads:nth-child(1){
        
        border: solid 2px #D5D5D5;
        border-bottom:none;
    }
    img{
        max-width:100%;
    }
}