/* -- ROUNDED BORDER IMG GRIDS -- */
.lazyload-wrapper {
    border-radius: 4px;
    overflow: hidden;
}
.lazyload-wrapper picture img {
    border-radius: 4px;
    overflow: hidden;
}


.resp {
    width: 100%;
    height: auto;
} 

.mmpp-titu h2 {
    font-size: 28px;
    font-weight: normal;
    color: #333;
    line-height: 130%;
    text-align: center;
    margin-bottom: 0px !important;
}
.mmpp-titu h2 strong {
    font-weight: 900;
}
.mmpp-titu p {
    text-align: center;
    font-size: 18px;
    line-height: 100%;
}
@media (max-width: 640px) {
}
    

.box-hero {
    width: 100%;
    height: auto;
    font-family: 'Lato', sans-serif;
    background-color: #000;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-items: center;
}
.box-hero .hero {
    width: 50%;
    height: auto;
    max-height: 460px;
    position: relative;
    display: block;
    text-align: right;
}
.box-hero .intro {
    width: 50%;
    max-width: 440px;
    height: auto;
    position: relative;
    padding: 2rem;
    box-sizing: content-box;
}
.box-hero .intro .marca {
    width: 100%;
    height: auto;
}
.box-hero .intro p {
    color: #fff;
    width: 100%;
    text-align: center;
}
@media (max-width: 640px) {
    .box-hero .hero {
        display: none;
    }
    .box-hero .intro {
        width: 100%;
        max-width: 100%;
    }
}


/* -- POWERCARD -- */
.mmpp-power h2 {
    font-size: 52px;
    font-weight: 900;
    line-height: 100%;
}
.mmpp-power h2 small {
    display: block;
    font-size: 28px;
    line-height: 100%;
}
.mmpp-power p {
    font-weight: normal;
}
.mmpp-power p.bajada {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.mmpp-power ul {
    padding-left: 16px;
    margin: 16px 0 0;
    font-weight: normal;
}
@media (max-width: 640px) {
}


/* -- PRODUCTCARD -- */
.mmpp-prodcard {
    background-color: whitesmoke !important;
    padding: 16px;
    border-radius: 4px;
    max-width: 1250px !important;
    margin: 0 auto;
}
.mmpp-prodcard > div > div > div > div {
    justify-content: center;
}
@media (max-width: 640px) {
    .mmpp-prodcard > div > div > div > div {
        justify-content: flex-start;
    }
}




/* -- COLLAPSED CATTS X4 -- */
.mmpp-colla > div {
    max-width: 100% !important;
}
.mmpp-colla > div div {
    max-width: 17.5625rem;
}
.mmpp-colla img {
    border-radius: 4px !important;
}
@media (max-width: 640px) {
    .mmpp-colla > div div {
        max-width: 9.8rem;
    }
}


/* -- RT MANUALES -- */
.mmpp-manuales a {
    border: solid 1px #999;
    display: block;
    border-radius: 4px;
    overflow: hidden;
}
@media (max-width: 640px) {
}


/* ////////////////////////////////////////
POPULARITY CAROUSEL HOME
//////////////////////////////////////// */
.hm-popucar > div {
    background-color: whitesmoke;
    padding: 0 12px 12px;
    border-radius: 4px;
}
.hm-popucar .carousel-v2-control-next > div, .hm-popucar .carousel-v2-control-prev > div {
    background-color: #fff;
}


/* variacion sin titulo */
.hm-popucar.sin-titu > div {
    padding-top: 12px;
}
.hm-popucar.sin-titu > div > div > div:first-child {
    display: none;
}