.h1{width: 0;height: 0;font-size: 1px;color: transparent;}
 
.main{width: 85%;margin:0 auto;position: relative;background-color: #fff;padding-bottom: 4rem;}
:root{--mrHeaderOffset:146px}
@media (min-width:768px){:root{--mrHeaderOffset:112px}}@media (min-width:1080px){:root{--mrHeaderOffset:136px}}
.headerMR{background:#000000E5;min-height:var(--mrHeaderOffset)}
.main{margin-top:0!important;padding-top:var(--mrHeaderOffset)}

.resaltado{color: #FF0501;letter-spacing: 0}
 
.seccion-imagen{width: 100%;height: 41.5vw; }
.seccion-imagen picture, .seccion-imagen picture source, .seccion-imagen picture img{width: 100%;height: 100%;object-fit: cover;object-position: center center;}

.seccion-link{width: 100%;font-size: 12px;font-weight: 500;color: #111111;padding: 10px 0 0 6vw;}
.seccion-link__a{display: inline-block;color: #FF0501;}

.seccion-accesorios{margin: 6vw 10vw 0vw 10vw;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap;text-align: center;}
.seccion-accesorios__accesorio{width: 48%;height: -webkit-max-content;height: -moz-max-content;height: max-content;background: #FFFFFF;-webkit-box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.5);box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.5);border-radius: 2.3vw;margin-bottom: 2rem; text-align: center;font-weight: 700;font-size: 24px;color: #111111;padding-bottom: 2rem;}
.seccion-accesorios__accesorio:hover{-webkit-box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.9);box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.9);}
.seccion-accesorios__accesorio__img{height: 20vw;margin: 0 auto;background-color: #fff;border-top-left-radius: 2.3vw;border-top-right-radius: 2.3vw;}

@media (max-width: 991px){
    .main{width: 95%;}
}
@media (max-width: 767.98px){
    .main{padding-bottom: 1rem;}
    .seccion-accesorios__accesorio{font-size: 20px;}
}
@media (max-width: 519.98px){
    .seccion-accesorios__accesorio{font-size: 16px;padding-bottom: 1rem;}
}
