:root {
    --Montserrat: "Montserrat", sans-serif;
    --whiteColor:#ffffff;
    --blackColor:#000000;
}



body {
    font-family: var(--Montserrat);
    background-color: #F9F5F2;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1440px;
}


h1{
    font-size: 45px;
    margin: 0;

}
h2{
    font-size: 30px; 
    margin: 0;  
}
h3{
    font-size: 25px;
    margin: 0;   
}
h4{
    font-size: 20px; 
    margin: 0;   
}

p{
    font-size: 16px; 
    margin: 0;
    font-weight: 400;
    line-height: 22px;
}




/* Header */
.main__header {
    padding: 18px 15px;
}

.main__header .container {
    padding: 0 30px;
}

.main__header .navbar-brand img {
    max-width: 410px;
}

.main__header .navbar .nav-item a {
    padding: 0;
}

.main__header .navbar .nav-item {
    margin-left: 40px;
}

.main__header .navbar .nav-item a {
    padding: 0;
    color: #000;
}

.main__header .navbar .nav-item a.active {
    font-weight: bold;
}
header.main__header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #f9f5f2;
}


/* Offer Banner */
.offersBanner {
    padding: 22px 15px;
    background: #FF742E;
}

.offersBanner p {
    max-width: 230px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    margin: 0 auto;
}


.offersBanner a {
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    right: 0;
    text-underline-offset: 7px;
}

.offersBanner a::after {
    width: 7px;
    height: 12px;
    content: "";
    display: inline-block;
    margin-left: 15px;
    background: url(../images/arrow-right.png) center center no-repeat;
    background-size: contain;
}
.dsa {
    display: none !important;
}

/* Banner */
.bannerBg {
    background: rgb(22,9,54);
    background: linear-gradient(180deg, rgba(22,9,54,1) 0%, rgba(60,25,152,1) 100%);
       min-height: 531px;
    position: relative;
    background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/Rectangle-165-2.png);
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;

    .heroText {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
        color: var(--whiteColor);
        width: 100%;
        padding: 0 15px;
        max-width: 962px;
		@media(max-width:991px)
		{
			top: 38%;
		}
        @media(max-width:575px)
        {
            p {
                font-size: 12px;
                margin: 0;
                font-weight: 400;
                line-height: 22px;
                max-width: 313px;
                margin: 0 auto;
            
        }
    }
        h1{
            margin-bottom: 47px;
            font-weight: 700;
            line-height: 55px;
			@media(max-width:991px)
			{
				font-size:32px;
				  line-height:45px;
			}
            @media(max-width:575px)
            {
                max-width: 311px;
                font-size: 20px;
                line-height: 24.38px;
                text-align: center;
             margin: 0 auto 47px auto;

                 br {
                    display: none;
                }
            }
            span {
                display: block;
            }
            
        }
    }
        .greenBlock {
            max-width: max-content;
            margin: 0 auto 44px;
            background: #00B67A;
            border-radius: 13px;
            padding: 15px 70px 15px 40px;
			 @media(max-width:991px)
			 {
				margin: 0 auto 20px; 
                padding: 15px 40px 15px 15px;
			}

            @media(max-width:575px)
            {
                h3{
                    font-size: 15px;
                    margin: 0;
                    line-height: 18.9px;
                }
                h4 {
                    font-size: 12px;
                    margin: 0;
                }

            
        }
       
    }
    .imageB2 {
        position: absolute;
        top: 37px;
        left: 125px;
          @media screen and (max-width:767px){
          top:unset;
          left: 0;
          bottom: 45px;
        }

    }
    .imageB1{
        position: absolute;
        bottom: 147px;
        left: 84px;
    }
    .imageB3 {
        position: absolute;
        top: 37px;
        right: 125px;
        width: 100%;
        max-width: 200px;
        img{
            width: 100%;
            max-width: 120px;
        }
        @media screen and (max-width:767px){
            top: 37px;
            right: 10px;
            left: auto;
            width: 100%;
            max-width: 100px;
            transform: rotate(14deg);

        }
        @media(max-width:575px)
        {
            
            right: 10px;
            left: auto;
            width: 100%;
            max-width: 70px;
            transform: rotate(14deg);
            top: 20px;
            
        }
    }
    .imageB4{
        position: absolute;
        bottom: 47px;
        right: 84px;
        img{
            max-width: 110px;
        }
    }

    @media screen and (width < 767px){
        /* min-height: 100vh; */
        h1 {
            font-size: 30px;
            margin: 0;
            line-height: normal;
        }
    }
}

section.productCards {
    padding-top: 57px;
    .cardsBlock {
        h3 {
            text-align: center;
            font-weight: 700;
            color: #000000;
            margin-bottom: 55px;
            @media(max-width:575px) {
               
                    font-size: 20px;
                    margin: 0;
                    max-width: 312px;
                    margin: 0 auto;
                    line-height: 22px;
                    margin-bottom: 37px;        
                
            }
        }
    }
    .cardsProducts {
        display: flex;
        align-items: center;
        background: var(--whiteColor);
        padding: 7px 51px 7px 7px;
        border-radius: 19px;
        gap: 38px;
        box-shadow: 0px 4px 8.8px 0px #0000001A;
        transition: background-color 0.5s linear;
        border: 2px solid transparent;

        @media(max-width:767px)
        {
            section.productCards .cardsBlock .cardsProducts:nth-child(2) {
                border: 2px solid #471EAF;
                background: rgb(71, 30, 175);
                background: linear-gradient(90deg, rgba(71, 30, 175, 1) 0%, rgba(124, 96, 197, 1) 49%);
            }
        }
       
        .productImage {
            position: relative;
            flex: 0 0 26.4%;
            background: var(--whiteColor);
            border-top-left-radius: 19px;
            border-bottom-left-radius: 19px;
            overflow: hidden;
            @media(max-width:991px)
            {
                border-top-right-radius: 19px;
                border-bottom-left-radius:unset;
            }
        
            img{
                width: 100%;
            }
            .logoVuity {
                position: absolute;
                top: 61px;
                left: 21px;
            }
            .cardTop {
                position: absolute;
                top: 0;
                text-align: center;
                width: 100%;               
                padding: 9px 35px;
                max-width: 309px;
                border-top-left-radius: 18px;
                p{
                    text-align: left;
                }
                &.yellow{
                    background: #FFC94B;
                }
                &.black{
                    background: var(--blackColor);
                    color: var(--whiteColor);
                }
               
                &:has(.count){
                    padding: 9px 20px 8px 60px;
                }
                
            }
            .count {
                position: absolute;
                background: #471EAF;
                width: 50px;
                left: -1px;
                height: 50px;
                top: -1px;
                border-radius: 18px 0;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 25px;
                font-weight: 700;
                z-index: 1;
                color: #fff;
            }
            &:has(.count){
                .cardTop{
                    padding-left: 60px;
                }
            }
        }
        .productDetails{
            h3 {
                margin: 0 0 23px;
                text-align: left;
                font-size: 30px;
@media(max-width:575px)
{
    font-size: 15px;
}

            }
            ul {
                list-style: none;
                padding: 0;
                margin: 0;
                li {
                    font-size: 15px;
                    line-height: 20px;
                    margin-bottom: 5px;
                    position: relative;
                    color:#000000;
                    padding-left: 25px;
                    @media(max-width:575px)
                    {
                        font-size: 10px;
                 br{
                            display: none;
                        }
                    }
                    img.tick{
                        position: absolute;
                        left: 0;
                        top: 0;
                    }
                }
            }
        }
        .buttonBlock{
            max-width: 262px;
            flex: 0 0 30%;
            @media (max-width:991px){
                    	margin:0 auto;
                    }
            .ratingStars {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 15px;
                margin-bottom: 20px;
                h2{
                    font-weight: 700;
                    
                }
                .star-rating {
                    color: #FFB200;
                    display: inline-block;
                    font-size: 23px;
                    position: relative;
                    transform: translate(-6px);
                    
                    
                  
                        
                    .star-rating__current {
                        overflow: hidden;
                        white-space: nowrap;
                        position: absolute;
                        top: 0;
                    }
                    @media screen and (max-width:575px){
                        font-size: 1.2em;
                        h2 {
                            font-size: 15px;
                            font-weight: 700;
                        }  
                    }
                }
            }

           .btn {
                width: 262px;
                border-radius: 5px;
                min-height: 50px;
                margin-bottom: 15px;
                font-weight: 600;
                &.discountBtn{
                    background-color:#EBE7F7;
                    color: var(--blackColor);
                    font-weight: 600;
                    @media(max-width:575px)
                    {
                        font-size: 12px;
                    }
                }
                &.primaryBtn{
                    background-color: #FF742E;
                    color: var(--whiteColor);
                    font-weight: 700;
                    margin-bottom: 0;
                    @media(max-width:575px)
                    {
                        font-size: 12px;
                    }
                }
                &.learMore{
                    border: 2.5px solid #471EAF;
                    color: #471EAF;
                    
                }
            }
            @media  screen and (max-width:767px){
                margin: 0 auto;
                flex: 0 0 100%;
                width: 100%;
                max-width: 316px;
              }
        } 
        &:nth-child(2){
            background: rgb(71,30,175);
         background: linear-gradient(90deg, rgba(71,30,175,1) 0%, rgba(124,96,197,1) 110%);
         border: 2px solid #471EAF;
         .productDetails{
 
             *{
                 color: var(--whiteColor);
             }
         }
        }
        &:not(:last-child){
            margin-bottom: 32px;
           }
       /* &:hover{
     
        
        .buttonBlock{
            .discountBtn{
                background: #9179D0;
                color: var(--whiteColor);
                @media(max-width:575px)
                {
                    font-size: 12px;
                }
            }

            .learMore{
                border-color: var(--whiteColor);
                color: var(--whiteColor);
                img{
                    mix-blend-mode: lighten;
                }
                
            }
            .ratingStars {
                h2{
                    color: var(--whiteColor);
                }
            }
        }
       }  */
    
      

       @media screen and (width < 992px){
        flex-wrap:wrap;
        padding: 10px;
        .productImage {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    }
}


section.tratamientos {
    background: linear-gradient(90deg, rgba(22, 9, 54, 1) 0%, rgba(60, 25, 152, 1) 100%);
    margin-top: 59px;
    padding: 80px 15px 70px;
	@media(max-width:575px)
	{ padding: 35px 15px 30px;
		
	}
    .innerContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        @media(max-width:575px)
        {
            display:block;
            position: relative;
        }
        .textArea{
            h2 {
                color:var(--whiteColor);
                font-size: 35px;
                font-weight: 700;
                line-height: 43px;
                margin-bottom: 35px;
                @media(max-width:575px)
                {
                        font-size: 18px;
                        font-weight: 700;
                        line-height: 21.94px
                   
                }
            }
            .buttonBlock {
                button {
                    background: #04A872;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    gap: 15px;
                }
                a{
                    text-decoration: none !important;
                }
            }
        }
        .sideImagesBlock {
            position: relative;
            flex: 0 0 250px;
            display: flex;
            justify-content: end;  
            @media(max-width:575px)
{
                    position: absolute;
                    bottom: 120px;
                    right: 30px;
                
            }        
         /* img {
            width: 100%;
            max-width: 140px;
            z-index: 1;
            position: relative; */
            /* img { 
                max-width: 120px;
                z-index: 0;
                transform: rotate(358deg);
                bottom: -156px;
                position: absolute;
                right: 0;
                width: 100%;
                left: 22px;
            } */
            
             /* + img {
              
                position: absolute;
                max-width: 90px;
                z-index: 2;
                transform: rotate(26deg);
            } */
           
                    }
            }
        }
        
    
    @media screen and (max-width:575px){
        .innerContent {
            display: block;
        }
           
            /* flex-direction: column; */
            .sideImagesBlock{
                flex: 100%;
                width: 100%;
                justify-content: flex-start;
                & img {
                    width: 100%;
                    max-width: 65px;
                    z-index: 1;
                    transform: rotate(6deg);
                    + img{
                        position: absolute;
                        width: 100%;
                        max-width: 116px;
                        z-index: 0;
                        bottom: -18px;
                        left: unset;
                        right: 5px;
                    }
                }

              
            }
        }
    



@media screen and (width < 1199px){
    header.main__header nav.navbar.navbar-expand-md a.navbar-brand img {
        max-width: 300px;
        width: 100%;
    }
    .main__header .container {
        padding: 0;
    }
    .main__header .navbar .nav-item a {
       
        font-size: 14px;
    }
}

@media screen and (max-width:992px){
    .main__header .container {
        padding: 0 0px;
        flex-direction: column;
    }
}
@media screen and (max-width:767px){
    nav.navbar button.navbar-toggler.collapsed {
        box-shadow: unset!important;
    }
    .main__header .container {
        padding: 0 0px;
        flex-direction: row;
    }
    .main__header .container div#navbarSupportedContent ul.navbar-nav {
        gap: 15px;
    }
    .main__header .container div#navbarSupportedContent {
        position: absolute;
        top: 58px;
        background: #fff;
        width: 100%;
        z-index: 1;
        padding: 15px;
    }
    .main__header .navbar .nav-item {
        margin-left: 0;
    }
    .imageB1 {
        display: none;
    }
    .imageB4 {
        display: none;
    }
    .imageB2 {
        top: auto;
        left: 0;
        bottom: 10px;
    }
    .imageB3 {
        position: absolute;
        top: 37px;
        right: 10px;
        left: auto;
        width: 100%;
        max-width: 100px;
        transform: rotate(14deg);
    }
     
}





@media screen and (max-width:575px){
    .main__header .container a.navbar-brand {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .offersBanner p {
        margin: 0 auto;
        text-align: center;
        font-size: 10px;
        max-width: 228px;
        width: 100%;
    }
    .star-rating {
        font-size: 1em;
    }
    .ratingStars h2 {
        font-size: 15px;
        font-weight: 700;
    }
    .offersBanner a {       
        transform: unset; 
        position:relative!important;
        margin:0 auto!important;
        display: block;
        font-size: 8px;
        text-transform: uppercase;
        text-align: center;
       
    }
    .offersBanner a::after {
        margin-left: 10px;
        background: url(../images/arrow-right.png) center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 8px;
    }
}

html body .buttonBlock a {
    text-decoration: none !important;
}

.customize-support .greenBlock h3 {
    font-size: 20px;
}

/* product-pG */

body.single-body p.fw-bold {
    font-weight: 700;
    font-size: 18px;
}
body.single-body .product-banner {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    gap: 30px;
}
body.single-body .product-title-block a.back-wp.emma-hybrid.w-inline-block {
    display: flex;
    gap: 8px;
    text-decoration: none;
}
body.single-body .product-title-block a.back-wp.emma-hybrid.w-inline-block .back-text {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}
body.single-body .product-title {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 54.86px;
}
body.single-body .de-top-cta.rating .star-rating {
    margin-bottom:0px;
    color: #FFB200;
    display: inline-block;
    font-size: 20px;
    position: relative;
    transform:unset;
}
body.single-body .de-top-cta.rating .ratingStars {
    margin: 0;
}
.product-title-block .de-top-cta.rating {
    display: flex;
}
.product-title-block {
    padding-top: 40px;
}

body.single-body .main-wp::before {
    position: absolute;
    content: "";
    background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/Rectangle-165-2.png);
    height:516px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    background-position: top;
}
body.single-body .main-wp
{
    position: relative;
}
body.single-body .reviews-wp.top-0 {
    color: #fff;
    font-size: 20px;
    height: auto;
}
body.single-body .ratingStars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
body.single-body .star-rating__current {
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: 0;
}
.product-title-block .de-top-cta.rating .reviews-wp.top-0 {
    color: #fff;
    font-weight: 700;
}
.product-title-block .de-top-cta.rating {
    display: flex;
    align-items: center;
	gap:5px
}
body.single-body .product-banner .product-right-wp.beste-right {
    width: 100%;
    max-width: 433px;
}
body.single-body .product-banner .product-right-wp.beste-right img {
    max-width: 100%;
    width: 100%;
}
.product-left-wp.beste-left .product-image-wp-2 img {
    width: 100%;
    mix-blend-mode: darken;
    height: 100%;
    object-fit: contain;
}
.product-left-wp.beste-left {
    max-width: calc(100% - 433px);
    width: 100%;
}
.product-left-wp.beste-left .product-image-wp-2 {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    height: 416px;
    position: relative;
}
.product-title-block .de-top-cta.rating .reviews-wp.top-0 strong {
    font-weight: 700;
}
.plats-wp {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: #00B67A;
    width: 100%;
    max-width: 240px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    border-bottom-left-radius: 18px;
}
.min-wp .timer-ele img {
    max-width: 20px;
    width: 100%;
}
.product-tag-w-bg.yellow.dark {
    position: relative;
}
.product-tag-w-bg.yellow.dark p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    top: 10px;
}
.product-tag-w-bg.yellow.dark::before {
    position: absolute;
    content: "";
    background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/Rectangle-180-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 64px;
    top:0px;
}
.min-wp {
    display: flex;
    gap: 8px;
    margin-top: 40px;
}

.min-wp .min-text {
    font-size: 16px;
    color: #000;
}
.block-unete-center [class*="right"] h4 {
    padding: 15px 23px !important;
}
.conclusie-wp {
    margin: 40px 0 66px 0;
    background: #FFFCFA;
    padding: 55px 45px 40px 45px;
    border-radius: 18px;
    box-shadow: 0px 4px 14px 0px #0000001f;
}
.conclusie-wp .conclusie-heading h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 47px;
}
.conclusie-wp 
 .conclusie-text p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 47px;
    color: #000;
}
.conclusie-wp .ul-li-fit ul.conclusie-list {
    margin: 0;
    padding: 0;
}
.conclusie-wp .ul-li-fit ul.conclusie-list li {
    list-style: none;
    /* display: flex;
    align-items: center; */
}
.conclusie-wp .ul-li-fit ul.conclusie-list li img.tick {
    padding-right: 8px;
    position: absolute;
    left:0;
    top:5px;
}
body.single-body .product-img-wp-2.prodt-pg {
    position: relative;
}
.award-name-wp.white-text {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.one-condition {
    display: flex;
    width: 100%;
    max-width: 205px;
    width: 100%;
    position: absolute;
    bottom: 145px;
    left: 15px;
    gap: 10px;
    font-weight: 600;
    align-items: center;
}

.matt-num-wp-2 {
    width: 18px;
    height: 18px;
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 500;
}
.deal-content-container.top-5 {
    position: absolute;
    bottom:0;
    background: #fff;
    width: 100%;
    padding: 25px 30px;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;
    top: unset;
}
.best-product-card figure.product-card.display {
    position: relative;
margin: 0;
}
.deal-content-container.top-5 a.cta_green-2.w-inline-block img.btn-arrow.prod-cards {
    max-width: 20px;
    margin-left: 15px;
}
.deal-content-container.top-5 .deal-content-2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.deal-content-container.top-5 a.cta_green-2.w-inline-block {
    background: #00B67A;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    max-width: 262px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 700;
    padding: 0 15px;
}
.conclusie-wp .ul-li-fit ul.conclusie-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.single-body .over-de-emma-container .over-de-emma-text p {
    margin: 46px 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.conclusie-wp .ul-li-fit ul.conclusie-list li {
    max-width: calc(100% / 2 - 20px/2);
    width: 100%;
    position: relative;
    padding-left: 25px;
    margin-bottom: 24px;
}

body.single-body .over-de-emma-container .over-de-emma-heading h2 {
    FONT-SIZE: 25PX;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    text-transform: capitalize;
}

body.single-body .part-one-right-left {
    display: flex;
    justify-content: space-between;
gap: 27px;
}
body.single-body .part-one-right-left .van-de-card.wrong li img.tick {
    width: 17px;
    height: 17px;
}
body.single-body .part-one-right-left ul.conclusie-list {
    margin: 0;
    padding: 0;
}
body.single-body .part-one-right-left ul.conclusie-list li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin-bottom: 21px;
}
body.single-body .part-one-right-left ul.conclusie-list li img.tick {
    position: absolute;
    left: 0;
    top: 2px;
}

body.single-body .part-one-right-left ul.conclusie-list li span {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 17px;
}
body.single-body .part-one-right-left >div {
    background: #FFFCFA;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0px 4px 14px 0px #0000001f;
    width: 50%;
}

body.single-body .matras-analyse-2.w-richtext {
    margin: 66px 0;
}
body.single-body .matras-analyse-2.w-richtext h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 47px;
    color: #000;
}
body.single-body .matras-analyse-2.w-richtext .richtext-set-ul h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
}
body.single-body .matras-analyse-2.w-richtext .richtext-set-ul p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 50px;
    border: 0;
}
.link-typ-set a {
    color: #3C1998;
    font-size: 15px;
    text-decoration: none;
}

.right-end-footer h4 {
    font-size: 15px;
    font-weight: 400;
}
.footer-mainbg {
    background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/Rectangle-187.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top;
    height: 276px;
    position: relative;
}
.last-not-least p {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    margin-left: 50px;
}
.footer-mainbg .footer-inner-content {
    padding: 117px 0 0;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: flex-start;
    /* position: absolute;
    top: 70%;
    width: 100%;
    transform: translate(-50% , -50%);
    width: 100%;
    left: 50%;
    padding: 0 20px;
    max-width: 1440px; */
}
.footer-mainbg .footer-inner-content .left-content-footer {
    display: flex;
    gap:15px;
}

.footer-mainbg .footer-inner-content .left-content-footer .left-img {
    max-width: 34px;
}

.footer-mainbg .footer-inner-content .left-content-footer .left-img img {
    max-width: 100%;
    object-fit: cover;
}

.right-contentt-footer p {
    font-size: 12px;
}
.right-contentt-footer {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.right-contentt-footer h4:not(:last-child) {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.right-contentt-footer p:last-child {
    font-size: 12px;
    margin-top: 40px;
}
.plats-wp .trophy-img img {
    max-width: 100%;
    mix-blend-mode: unset !important;
}
.plats-wp .trophy-img {
    max-width: 40px;
}
.content-adding p {
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 600;
}
.left-center-set .content-adding {
    text-align: center;
}
.block-unete-center .right-center-set {
    text-align: center;
}
body.single-body .part-one-right-left ul.conclusie-list li:not(:last-child) {
    margin-bottom: 21px !important;
}
body.single-body .container {
    padding: 0 34px;
}
.greenBlock::after, .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
    position: absolute;
    content: "";
    background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/6568715a6bdecebd574eb20f_white-arrow.png);
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    right: 30px;
    left: unset;
    top: 18px;
    /* display: block; */
    background-size: 23px;
}
.product-cta-wp-2 a.cta_green-2.w-inline-block
{
    position: relative;
}
.customize-support .greenBlock
{
    position: relative;
    cursor: pointer;
}
@media(max-width:575px)
{
    .customize-support .greenBlock::after {
        top: 12px;
        height: 26px;
        width: 26px;
        right: 5px;
        /* display: block; */
    }
}


/* last-page */
.product-cta-wp-2 {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-items: center;
    gap:15px;
}

.product-cta-wp-2 .product-cta-text-wp a.link-block-4.w-inline-block {
    color: #8E8E8E;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
}

.product-cta-wp-2 a.cta_green-2.w-inline-block {
    color: #fff;
    text-decoration: none;
    background: #00B67A;
    height: 59px;
    width: 100%;
    max-width: 395px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
}
 .second-one {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
} 
.over-de-emma-container .right-image {
    max-width: 396px;
}
.over-de-emma-container .left-content {
    max-width: calc(100% - 396px - 60px);
    width: 100%;
}
.over-de-emma-container .right-image img {
    max-width: 100%;
}
.main-section-van {
    padding-top: 50px;
}

.main-section-van .van-de-heading h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
}

.main-section-van .van-part {
    display: flex;
    padding: 44px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    gap: 30px;
}

.main-section-van .van-part .wrap-van-set {
    max-width: calc(100% / 3 - 30px/3);
    width: 100%;
    margin: 0 0;
    text-align: center;
}
.main-section-van .van-part .wrap-van-set .img-number {
    width: 100%;
    max-width: 27px;
    margin: 0 auto;
}
.main-section-van .van-part .wrap-van-set .img-number img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.main-section-van .van-part .wrap-van-set .van-content-compare {
    padding-top: 13px;
}
.main-section-van .van-part .wrap-van-set .van-content-compare p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.van-para-down p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.main-section-el-poder {
    padding-top: 80px;
}
.main-section-el-poder h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    line-height: 32px;
}
.main-section-el-poder .part-el-content p {
    font-size: 16px;
    font-weight: 500;
    margin: 44px 0;
}
.los-benfits-wrap .los-benfits-content {
    margin-bottom: 35px;
}
.button-type-set {
    background: #00b674;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    max-width: 262px;
    width: 100%;
    border-radius: 5px;
	margin:0 auto;
}
.button-type-set a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
}
.second-three .part-el-de-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap:60px;
}
.part-el-de-wrap .part-el-de-left .part-el-img-let {
    max-width: 419px;
}
.part-el-de-wrap .part-el-de-left .part-el-img-let img {
    max-width: 100%;
}
.second-three .part-el-de-wrap > div {
    width: 50%;
}
/* .part-el-de-right .part-el-img-let {
    max-width: 419px;
} */
.part-el-de-right .part-el-img-let img {
    max-width: 100%;
}
.main-section-los-benfits {
    padding-top: 80px;
}
.main-section-los-benfits .los-head-set h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.main-section-los-benfits .los-benfits-left h6 {
    font-size: 15px;
    font-weight: 700;
    margin: 44px 0 0;
}
.main-section-los-benfits .los-benfits-left .los-benfits-content p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}
.características-main .características-wrap h2 , .lo-que-main h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.características-main .características-ul-li ul.conclusie-list {
    margin: 0;
    padding: 0;
    margin-top: 47px;
}
.características-main .características-ul-li ul.conclusie-list li {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}
.características-main .características-ul-li ul.conclusie-list li img.tick {
    position: absolute;
    left: 0;
}
.características-main .características-ul-li ul.conclusie-list li span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.lo-que-main {
    padding-top: 80px;
}
html body section.productCards .buttonBlock a {
    max-width: 100% !important;
    width: 100%;
    display: block;
}
.sideImagesBlock img:nth-child(1) {
    position: absolute;
    transform: rotate(15deg);
    max-width: 90px;
    width: 100%;
    bottom: -114px;
    z-index: 99;
    right: 20px;
}
.sideImagesBlock img:nth-child(2) {position: absolute;bottom: -153px;z-index: 1;}

.los-benfits-wrap {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.los-benfits-wrap .los-benfits-left .los-benfits-img-let img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.características-main.second-five {
    padding-top: 85px;
}
.lo-que-inner-part {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    gap: 17px;
}
.lo-que-inner-part .next-iiner-paert {
    max-width: calc(100% / 3);
    width: 100%;
}
.lo-que-inner-part .next-iiner-paert img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.lo-que-inner-part .lo-que-image {
    border-radius: 10px;
    overflow: hidden;
}
.lo-que-inner-part .next-iiner-paert .lo-que-content-inner {
    margin-top: 16px;
}
.lo-que-inner-part .next-iiner-paert .lo-que-content-inner p {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #471EAF;
    min-height: 45px;
}
.lo-que-author-inner {
    font-size: 11px;
    color: #471EAF;
    font-weight: 700;
    margin-top: 11px;
}
.second-six .lo-que-link a.fw-bold {color: #fff;text-decoration: none;}
.second-six .lo-que-link {
    text-align: center;
    height: 50px;
    background: #00B674;
    max-width: 632px;
    width: 100%;
    margin: 75px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 17px;
}
.unete-main.second-seven h2 {
    text-align:left;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.block-unete-center .content-adding {
    padding: 40px 18px 33px;
    max-height: 480px;
}
.block-unete-center {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 50px;
    gap: 27px;
}
.block-unete-center .wrap-unete-data .left-set {
    max-width: 100%;
    background: #fff;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 15px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 4px 14px 0px #0000001f;
    min-height: 66px;
    text-align: left;
}
html body .second-nine .matras-analyse-2.w-richtext .richtext-set-ul p {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
	
}
/* .second-nine .matras-analyse-2.w-richtext p {
    padding-bottom: 40px;
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
} */
.upper.heading {
    background: #471eaf36;
    border-radius: 7px;
    border: 1px solid #471EAF;
    text-align: left;
}
.block-unete-center .wrap-unete-data:first-child {
    max-width: 173px;
    width: 100%;
}
.upper.heading h4 {
    background: #471eaf;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    padding: 26px;
    text-align: center;
    border-radius: 5px;
}
.best-product-card {
    position: sticky;
    top:100px;
}
.block-unete-center>div {
    max-width: calc(100% / 4 - 55px/4);
    width: 100%;
}
.second-seven .block-unete-center {
    align-items: center;
}
.right-contentt-footer {
    flex-direction: column;
    gap: 10px;
}

.right-contentt-footer a {
    color: #fff;
    text-decoration: none;
}
/**
.right-contentt-footer>.right-end-footer:first-child {
    margin-bottom: 10px;
}
**/
@media(max-width:1440px)
{
    .upper.heading h4 {
        font-size: 16px;
    }
}
@media(max-width:1024px)
{
    body.single-body .product-title h1 {
        font-size: 34px;
        margin: 10px 0;
    }
    .product-left-wp.beste-left .product-image-wp-2 {
        height: 356px;
        position: relative;
    }
    .product-left-wp.beste-left {
        max-width: calc(100% - 370px);
        width: 100%;
    }
    body.single-body .product-banner .product-right-wp.beste-right {
        width: 100%;
        max-width: 370px;
    }
    body.single-body .over-de-emma-container .over-de-emma-heading h2 {
        FONT-SIZE: 23PX;
    }
}
@media(max-width:991px)
{
    body.single-body .over-de-emma-container .over-de-emma-text p {
        margin: 25px 0;
       
    }
    .product-cta-wp-2 {
        gap: 15px;
        flex-direction: column-reverse;
    }
    .conclusie-wp .conclusie-heading h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .conclusie-wp {
        padding: 35px 25px 35px 25px;
    }
    .plats-wp {
        font-size: 20px;
    }
    body.single-body .product-title h1 {
        font-size: 28px;
        margin: 5px 0;
    }
    body.single-body .part-one-right-left {
        flex-direction: column;
    }
    body.single-body .part-one-right-left >div {
        width: 100%;
    }
    .conclusie-wp .ul-li-fit ul.conclusie-list li {
        max-width: 100%;
        width: 100%;
    }
    .conclusie-wp .ul-li-fit ul.conclusie-list {
        flex-direction: column;
    }
    .conclusie-wp 
 .conclusie-text p {
    margin-bottom: 20px;
    color: #000;
}
body.single-body .matras-analyse-2.w-richtext .richtext-set-ul p {
    margin-bottom: 20px;
}
.second-nine .matras-analyse-2.w-richtext p {
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.product-left-wp.beste-left {
    max-width: calc(100% - 300px);
    width: 100%;
}
body.single-body .product-banner .product-right-wp.beste-right {
    width: 100%;
    max-width: 300px;
}
.product-left-wp.beste-left .product-image-wp-2 {
    height: 296px;
    position: relative;
}
.deal-content-container.top-5 {
    position: absolute;
    bottom: -7px;
    padding: 15px 15px;
    top: unset;
}
.product-tag-w-bg.yellow.dark p {
    font-size: 16px;
    font-weight: 700;
    top: 10px;
}
.plats-wp {
    font-size: 16px;
}
.plats-wp {
    max-width: 200px;
}
}
@media(max-width:767px)
{
    body.single-body .product-banner .product-right-wp.beste-right {
        display: none;
    }
    .product-left-wp.beste-left {
        max-width: 100%;
        width: 100%;
    }
     .footer-mainbg .footer-inner-content {
        padding: 50px 0 0;
    } 
    .product-left-wp.beste-left .product-image-wp-2 {
        height: 350px;
        position: relative;
    }
    header.main__header {
        padding: 18px 10px;
    }

}
@media(max-width:567px)
{
    body.single-body .product-title h1 {
        font-size: 20px;
        margin: 15px 0;
        font-weight: 700;
    }
    body.single-body .product-title-block a.back-wp.emma-hybrid.w-inline-block .back-text {
        font-size: 10px;
    }
    .back-link img.back-arrow {
        max-width: 10px;
    }
    .plats-wp {
        max-width: 180px;
        font-size: 10px;
        font-weight: 700;
        padding: 10px;
        border-bottom-left-radius: 18px;
    }
    body.single-body .reviews-wp.top-0 {
        font-size: 10px;
        height: auto;
    }
    body.single-body .de-top-cta.rating .star-rating {
        font-size: 15px;
    }
    .product-title-block {
        padding-top: 21px;
    }
    .product-left-wp.beste-left .product-image-wp-2 {
        height: 200px;
        position: relative;
    }
    .min-wp .min-text {
        font-size: 12px;
        color: #000;
    }
    .min-wp {
        margin-top: 20px;
    }
    .conclusie-wp {
        margin: 23px 0 66px 0;
    }
    .conclusie-wp .conclusie-heading h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
.conclusie-wp 
 .conclusie-text p {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 47px;
    color: #000;
}
.conclusie-wp .ul-li-fit ul.conclusie-list li span {
    font-size: 10px;
    font-weight: 500;
}
.conclusie-wp .ul-li-fit ul.conclusie-list li strong {
    font-size: 10px;
}
.conclusie-wp .ul-li-fit ul.conclusie-list li {
    margin-bottom: 12px;
}
.conclusie-wp {
    padding: 20px 15px;
    margin: 23px 0 22px 0;
}
body.single-body .over-de-emma-container .over-de-emma-heading h2 {
    FONT-SIZE: 15PX;
}
body.single-body .over-de-emma-container .over-de-emma-text p {
    margin: 16px 0;
    font-size: 10px;
}
body.single-body .part-one-right-left {
    gap: 16px;
}
body.single-body .matras-analyse-2.w-richtext {
    margin: 30px 0;
}
body.single-body .matras-analyse-2.w-richtext h2 {
    font-size: 15px;
    margin-bottom: 16px;
    color: #000;
}
body.single-body .matras-analyse-2.w-richtext .richtext-set-ul h5 {
    font-size: 10px;
    font-weight: 700;
    line-height: 23px;
}
body.single-body .matras-analyse-2.w-richtext .richtext-set-ul p {
    margin-bottom: 10px;
    font-size: 10px;
    border: 0;
}
.link-typ-set a {
    color: #3C1998;
    font-size: 10px;
    text-decoration: none;
}
.footer-mainbg .footer-inner-content .right-contentt h5 , .footer-mainbg .footer-inner-content .right-contentt p {
    font-size: 10px;
margin: 0;
}
.right-contentt-footer h4 {
    font-size: 8px;
}
body.single-body p.fw-bold {
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
}
header.main__header nav.navbar.navbar-expand-md a.navbar-brand img {
    max-width: 250px;
    width: 100%;
}
body.single-body .container {
    padding: 0 24px;
}
body.single-body .part-one-right-left ul.conclusie-list li span {
    font-size: 10px;
}
body.single-body .part-one-right-left ul.conclusie-list li:not(:last-child) {
    margin-bottom: 10px !important;
}
}


/* second-page */

@media(max-width:1365px)
{
    body.single-body .over-de-emma-container .over-de-emma-heading h2 {
        FONT-SIZE: 23PX;
        line-height: 28px;
    }
    .main-section-van .van-part .wrap-van-set {
        margin: 0 15px;
    }
    .over-de-emma-container .left-content {
        max-width: calc(100% - 300px - 60px);
        width: 100%;
    }
    .over-de-emma-container .right-image {
        max-width: 300px;
    }
}
@media(max-width:1199px)
{
    .second-one {
        flex-direction: column;
        gap: 10px;
    }
    section.heroBanner .greenBlock h3 {
        font-size: 17px !important;
    }
    section.heroBanner .greenBlock::after {
        top: 17px;
    }
    .over-de-emma-container .right-image {
        max-width: 100%;
    }
    .over-de-emma-container .left-content {
        max-width: 100%;
        width: 100%;
    }
    body.single-body .over-de-emma-container .over-de-emma-text p {
        margin: 25px 0;
    }
}
@media(max-width:1024px)
{
.product-cta-wp-2 .product-cta-text-wp a.link-block-4.w-inline-block {
    font-size: 14px;
    font-weight: 700;
}
.product-cta-wp-2 a.cta_green-2.w-inline-block {
    height: 55px;
    max-width: 355px;
    font-size: 13px;
    font-weight: 700;
}
.customize-support .greenBlock::after, .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
    right: 10px;
    top: 15px;
}
/* .block-unete-center>div {
    max-width: calc(100% / 2 - 25px/2);
    width: 100%;
} */
/* .block-unete-center {
    flex-wrap: wrap;
} */
.main-section-van {
    padding-top: 30px;
}
.main-section-van .van-de-heading h2 {
    font-size: 20px;
}
body.single-body .over-de-emma-container .over-de-emma-heading h2 {
    FONT-SIZE: 20PX;
    line-height: 28px;
}
.main-section-van .van-part {
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: flex-start;
}
.main-section-van .van-part .wrap-van-set {
    margin: 0;
}
.main-section-van .van-part .wrap-van-set {
    max-width: 100%;
}
.second-three .part-el-de-wrap {
    gap: 20px;
    flex-direction: column;
}
.second-three .part-el-de-wrap > div {
    width: 100%;
}
.main-section-los-benfits {
    padding-top: 30px;
}
.los-benfits-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
}
.main-section-los-benfits .los-benfits-left h6 {
    margin: 0;
}
.características-main.second-five {
    padding-top: 30px;
}
.lo-que-main {
    padding-top: 30px;
}
.second-six .lo-que-link a.fw-bold {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.second-six .lo-que-link {
    margin: 30px auto;
}
body.single-body .matras-analyse-2.w-richtext {
    margin: 45px 0;
}
body.single-body .matras-analyse-2.w-richtext h2 {
    margin-bottom: 20px;
    color: #000;
}
.main-section-van .van-part .wrap-van-set {
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main-section-van .van-part .wrap-van-set .img-number {
    margin: 0;
}
.main-section-van .van-part {
    justify-content: flex-start;
}
.main-section-van .van-part {
    justify-content: flex-start;
}
.main-section-van .van-part .wrap-van-set .van-content-compare {
    padding-top: 0;
    margin-left: 10px;
}
}
@media(max-width:991px)
{
    .lo-que-inner-part {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .block-unete-center .left-center-set h4 {
        padding: 11px !important;
    }
    .lo-que-inner-part .next-iiner-paert {
        max-width: 100%;
        width: 100%;
    }
    body.single-body .over-de-emma-container .over-de-emma-text p {
        margin: 15px 0;
    }
    .product-cta-wp-2 a.cta_green-2.w-inline-block {
        font-size: 11px;
        font-weight: 700;
    }
    .customize-support .greenBlock::after, .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
        right: 20px;
        top: 18px;
    }
    .customize-support .greenBlock::after, .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
        background-size: 20px;
    }
    .product-cta-wp-2 {
        gap: 15px;
    }
  
}
@media(max-width:767px)
{
    .conclusie-wp {
        margin: 40px 0 30px 0;
    }
    .main-section-van {
        padding-top: 20px;
    }
    .main-section-el-poder {
        padding-top: 30px;
    }
    .last-not-least p {
        color: #8e8e8e;
        font-size: 9px;
        font-weight: 400;
        margin-left: 40px;
    }
    section.heroBanner .greenBlock h3 {
        font-size: 14px !important;
    }
    .footer-mainbg {
        background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/Rectangle-186.png);
        background-repeat: no-repeat;
        background-position: bottom;
        height: 200px;
        background-size: 100% 100%;
    }
    section.heroBanner .greenBlock::after {
        top: 17px;
        right: 0;
        background-size: 14px;
    }
    .main-section-el-poder h2 {
        font-size: 20px;
    }
    .main-section-el-poder .part-el-content p {
        margin: 20px 0;
    }
    .part-el-de-wrap .part-el-de-left .part-el-img-let {
        max-width: 100%;
    }
    body.single-body .main-wp::before {
        position: absolute;
        content: "";
        background: url(https://www.top5mejorestratamientos.com/wp-content/uploads/2024/11/Rectangle-165-5.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 270px;
    }
    .main-section-los-benfits .los-benfits-left h6 {
    margin: 0;
}
.los-benfits-wrap {
    gap: 10px;
}
.second-seven .block-unete-center .content-adding {
    padding: 19px 8px;
    height: auto;
}
.second-seven .block-unete-center .content-adding p {
    font-size: 10px;
}

}
@media(max-width:567px)
{
    .product-cta-wp-2 a.cta_green-2.w-inline-block {
        height: 40px;
        font-size: 10px;
        font-weight: 700;
    }
   
.product-cta-wp-2 a.cta_green-2.w-inline-block {
    height: 26px;
    font-size: 10px;
    font-weight: 700;
    max-width: 224px;
    width: 100%;
    padding: 0  6px 0 !important;
    justify-content: flex-start;
}
    .customize-support .greenBlock::after, .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
        right: -8px;
        top: 7px;
    }
    .customize-support .greenBlock::after, .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
        background-size: 11px;
    }
    .product-cta-wp-2 .product-cta-text-wp a.link-block-4.w-inline-block {
        font-size: 10px;
        font-weight: 700;
    }
    .plats-wp .trophy-img {
        max-width: 25px;
    }
 .product-cta-wp-2 .product-cta-text-wp {
    margin-top: 30px;
    width: 100%;
}
    .conclusie-wp {
        margin: 23px 0 25px 0;
    }
    .conclusie-wp 
 .conclusie-text p {
    margin-bottom: 23px;
    color: #000;
}
body.single-body .over-de-emma-container .over-de-emma-heading h2 {
    FONT-SIZE: 15PX;
    line-height: 28px;
}
.main-section-van .van-de-heading h2 {
    font-size: 15px;
}
.main-section-van .van-part {
    justify-content: flex-start;
    gap: 11px;
}
.main-section-van .van-part .wrap-van-set .img-number img {
    max-width: 20px;
}
.main-section-van .van-part .wrap-van-set .van-content-compare p {
    font-size: 10px;
    line-height: 12px;
}
.main-section-van .van-part {
    display: flex;
    padding: 27px 0;
}
.main-section-el-poder .part-el-content p {
    margin: 16px 0;
    font-size: 10px;
    line-height: 14px;
}
.van-para-down p {
    font-size: 10px;
    color: #000;
    font-weight: 500;
    line-height: 14px;
}
.main-section-el-poder h2 {
    font-size: 15px;
}
.main-section-el-poder .part-el-content p {
    margin: 16px 0;
    font-size: 10px;
}
.main-section-los-benfits .los-head-set h2 {
    font-size: 15px;
    line-height: 32px;
}
.los-benfits-wrap {
    margin-top: 25px;
}
.main-section-los-benfits .los-benfits-left h6 {
    font-size: 10px;
    font-weight: 700;
    margin: 44px 0 0;
}
.main-section-los-benfits .los-benfits-left .los-benfits-content p {
    font-size: 10px;
    line-height: 14px;
}
.características-main .características-wrap h2, .lo-que-main h2 {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.características-main .características-ul-li ul.conclusie-list {
    margin-top: 14px;
}
.características-main .características-ul-li ul.conclusie-list li {
    list-style: none;
    margin-bottom: 14px;
}
.características-main .características-ul-li ul.conclusie-list li span {
    font-size: 10px;
    font-weight: 500;
    color: #000;
}
.características-main .características-ul-li ul.conclusie-list li strong {
    font-size: 10px;
}
.características-main .características-ul-li ul.conclusie-list li img.tick {
    position: absolute;
    left: 0;
    max-width: 15px;
    top: 5px;
}
.lo-que-author-inner {
    margin-top: 0;
}
.second-six .lo-que-link a.fw-bold {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.unete-main.second-seven h2 {
    font-size: 15px;
    text-align: left;
}
.button-type-set {
    display: none;
}
.right-contentt-footer h4:not(:last-child) {
    font-size: 10px;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 10px;
}
.plats-wp {
    max-width: 130px;
}
.block-unete-center .wrap-unete-data .left-set {
    font-size: 10px;
    line-height: 11px;
}
.product-cta-wp-2 a.cta_green-2.w-inline-block::after {
    right: 0;
    width: 20px;
}
.second-seven .block-unete-center .left-set {
    padding: 10px;
    min-height: 45px;
    display: flex;
    align-items: center;
}
.second-seven .block-unete-center .content-adding {
    padding: 19px 8px !important;
}
.second-seven .block-unete-center .left-set {
    padding: 10px !important;

}
.second-seven .block-unete-center .left-set:first-child {
    margin-top: 40px !important;
}
.second-seven .block-unete-center .left-center-set p:nth-child(4) {
    margin-bottom: 38px !important;
}
.second-seven .block-unete-center .content-adding p {
    font-size: 10px !important;
}
.second-seven .block-unete-center .right-center-set .content-adding p:nth-child(4) {
    margin-bottom: 40px !important;
} 
.second-seven .block-unete-center .right-set p:first-child {
    margin-bottom: 58px !important;
}
.second-seven .block-unete-center .left-center-set p:first-child {
    margin-bottom: 60px !important;
}
.second-seven .block-unete-center .left-center-set p:nth-child(4) {
    margin-bottom: 55px !important;
}
.second-seven .block-unete-center .left-center-set p:last-of-type {
    margin-bottom: 20px !important;
}

.second-seven .block-unete-center .left-center-set p:nth-child(2) {
    margin-bottom: 58px !important;
}
.second-seven .block-unete-center .right-center-set .content-adding p:nth-child(3) {
    margin-bottom: 57px !important;
}
.second-seven .block-unete-center .right-center-set .content-adding p:last-child {
    margin-bottom: 12px !important;
}
.second-seven .block-unete-center .right-set p:last-child {
    margin-bottom: 15px !important;
}
.second-seven .block-unete-center .right-set p:nth-child(4) {
    margin-bottom: 42px !important;
}
.inner-parent-unete {overflow-x: scroll;}

.inner-parent-unete .block-unete-center {
    width: 415px;
    padding-bottom: 10px;
    gap: 4px;
}

.block-unete-center>div.left-center-set {
    max-width: 55px;
}

body.single-body .container {
    padding: 0 11px;
}
.inner-parent-unete .block-unete-center .wrap-unete-data {
    margin-right: 3px;
}
html body .second-nine .matras-analyse-2.w-richtext .richtext-set-ul p {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}
.main__header button.navbar-toggler span.navbar-toggler-icon {
    filter: invert(12%) sepia(109%) saturate(4900%) hue-rotate(254deg) brightness(144%) contrast(155%);
}
}

button.btn.secondryBtn.discountBtn.mobile-noone {
    background-color: #9179D0 !important;
    color: #fff !important;
}
section.tratamientos>.container {
    max-width: 1140px !important;
}
.get-content h2.wp-block-heading {
    text-align: center;
}

.get-content h2.wp-block-heading strong {
    display: block;
    line-height: normal;
    margin: 0 0 12px;
}

.get-content h2.wp-block-heading br {
    display: none;
}

.get-content h2 {
    margin-bottom: 30px;
    text-align: center;
}
.get-content h2, .get-content h3, .get-content h1 {
    color: #160042 !important;
}



.get-content ul {
    margin-left: 0;
    list-style: nu;
}

.get-content h3 {
    text-align: center;
}


/*-- 21-11-2024 --*/
body.single-body .mask_cont_hair .product-title {
    margin: 10px 0 5px;
}
.mask_cont_hair .deal-content-container.top-5 {
    position: static;
}
.mask_cont_hair .product-img-wp-2.prodt-pg a img {
    height: 285px;
    object-fit: cover;
    object-position: top;
}
.mask_cont_hair .one-condition {
    bottom: 15px;
}
.mask_cont_hair .deal-content-container.top-5 .deal-content-2 {
    margin-bottom: 15px;
}
.mask_cont_hair .deal-content-container.top-5 {	
    padding: 23px 30px 20px;
}
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .right-image {
    max-width: 40%;
    flex: 0 0 40%;
}
.mask_cont_hair .over-de-emma-text.set-lit p {
    color: #000;
}
.mask_cont_hair ul.conclusie-list ul {
    margin: 0;
    padding: 0;
}
body.single-body .single-product.mask_cont_hair .part-one-right-left ul.conclusie-list li:first-child {
    min-height: inherit;
}
body.single-body .mask_cont_hair .part-one-right-left > div {
    padding: 28px 22px !important;
}
.mask_cont_hair .transf_hea_cont {
    margin: 40px 0 0;
}
.mask_cont_hair .main-section-van .van-part {
    padding: 25px 0;
}
.mask_cont_hair .second-six .lo-que-link {
    margin: 55px auto 100px;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext {
    margin: 100px 0 60px;
}
html body .mask_cont_hair .second-nine .matras-analyse-2.w-richtext .richtext-set-ul p:last-child {
    border: hidden;
    margin-bottom: 0;
}
.mask_cont_hair .upper.heading h4 {
    padding: 10px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask_cont_hair .block-unete-center .wrap-unete-data .left-set {
    height: 66px;
    display: flex;
    align-items: center;
}
.mask_cont_hair .second-seven .block-unete-center .content-adding {
    padding: 17px 20px !important;
}
.mask_cont_hair .second-seven .block-unete-center .content-adding p {
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px !important;
}
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .left-content {
    max-width: calc(60% - 60px);
    flex: 0 0 calc(60% - 60px);
}
.mask_cont_hair .right-image img {
    border-radius: 10px;
}
.mask_cont_hair .beneficios_block .over-de-emma-heading h2 {
    FONT-SIZE: 25PX;
    line-height: 27px;
}
.greenBlock {
    padding: 15px 60px 15px 30px;
}
section.tratamientos {
    margin-bottom: 50px;
}
.productCards .cardsBlock .cardsProducts .buttonBlock .learMore {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
/*-- 21-11-2024 End --*/


/*-- Responsive --*/
@media(max-width:1365px){
    .block-unete-center .wrap-unete-data .left-set {
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0px 4px 14px 0px #0000001f;
    }
    .block-unete-center [class*="right"] h4 {
        padding: 10px !important;
    }
    .upper.heading h4 {
        font-size: 11px;
        line-height: 22px;
        padding: 10px;
    }
    .block-unete-center .content-adding {
        padding: 40px 18px 33px;
        max-height: 350px;
    }
    .block-unete-center .content-adding {
        padding: 20px 12px 23px;
        max-height: 380px;
    }
    .content-adding p {
        margin-bottom: 40px;
        font-size: 12px;
    }
}
@media(max-width:1199px){
    .block-unete-center {
        gap: 10px;
        overflow: auto;
    }
    .block-unete-center [class*="right"] {
        /* visibility: hidden; */
        min-width: 135px;
    }
.product-cta-wp-2 {
    flex-flow: column-reverse;
}
.product-cta-text-wp {
    width: 100%;
}
.over-de-emma-container.second-one.mask-second-sec-one {
    flex-direction: column !important;
}
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .left-content {
    max-width: 100%;
    flex: 0 0 100%;
}
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .right-image {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 16px;
}
.mask_cont_hair .plats-wp {
    font-size: 12px;
}
.mask_cont_hair .trophy-img img {
    max-width: 20px !important;
}
.mask_cont_hair .plats-wp {
    max-width: 130px;
    padding: 10px 10px;
}
}

@media (max-width:1024px){
.main-section-van .van-part .wrap-van-set .van-content-compare p {
    text-align: left;
}
}

@media (max-width:767px){
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .left-content p {
    margin: 5px 0 15px;
    line-height: 130%;
}
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .over-de-emma-heading h2 {
    line-height: 130%;
}
.mask_cont_hair .beneficios_block .over-de-emma-heading h2 {
    FONT-SIZE: 15PX;
    line-height: 130%;
    margin-bottom: 15px;
}
body.single-body .mask_cont_hair .part-one-right-left ul.conclusie-list li {
    font-size: 10px;
}
.mask_cont_hair  .button-van p {
    font-size: 14px;
    line-height: 1;
}
.mask_cont_hair .van-para-down button {
    height: 30px;
    max-width: 229px;
}
.mask_cont_hair .lo-que-inner-part {
    margin-top: 20px;
}
.mask_cont_hair .second-six .lo-que-link {
    margin: 25px auto 0;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext {
    margin: 60px 0 0;
}
.mask_cont_hair .second-seven .block-unete-center .content-adding p {
    font-size: 12px;
    line-height: 1;
}
body.single-body .mask_cont_hair .over-de-emma-container .over-de-emma-heading h2 {
    FONT-SIZE: 15PX;
}
.mask_cont_hair .over-de-emma-container.second-one.mask-second-sec-one .left-content p {
    font-size: 10px;
}
.mask_cont_hair .over-de-emma-text.set-lit p {
    font-size: 10px;
    line-height: 130%;
}
body.single-body .mask_cont_hair .part-one-right-left ul.conclusie-list li span {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    line-height: 130%;
}
.mask_cont_hair .main-section-van .van-de-heading h2 {
    font-size: 15px;
}
.mask_cont_hair .transf_hea_cont {
    margin: 20px 0 0;
    font-size: 10px;
}
.mask_cont_hair .van-part .wrap-van-set .van-content-compare p {
    font-size: 10px;
    line-height: 1;
}
.mask_cont_hair .características-main .características-wrap h2, .mask_cont_hair .lo-que-main h2 {
    font-size: 15px;
}
.mask_cont_hair .lo-que-inner-part .next-iiner-paert .lo-que-content-inner p {
    min-height: inherit;
	FONT-SIZE:10px;
}
.mask_cont_hair .unete-main.second-seven h2 {
    font-size: 15px;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 47px;
    color: #000;
}
html body  .mask_cont_hair .second-nine .matras-analyse-2.w-richtext .richtext-set-ul p {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 10px;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext .richtext-set-ul h5 {
    font-size: 12px;
	line-height:1;
}
.mask_cont_hair .button-type-set a {
    font-size: 12px;
}
.mask_cont_hair .button-type-set {
    height: 30px;
    margin-bottom: 40px;
}
.footer-mainbg .right-contentt > * {
    font-size: 10px;
    line-height: 1;
    margin: 6px 0 !important;
}
body.single-body .footer-mainbg .container {
    padding: 0 22px;
}
.footer-mainbg {
    height: 141px;
}
.footer-mainbg .right-end-footer h4 {
    font-size: 8px;
}
.footer-mainbg .last-not-least p {
    margin-left: 49px;
}
.mask_cont_hair .conclusie-wp.mask-conclusie-set {
    padding: 20px 15px;
}
.mask_cont_hair .conclusie-wp.mask-conclusie-set .conclusie-heading h4 {
    margin-bottom: 5px;
}
.mask_cont_hair .over-de-emma-wp.mask-set-sec .over-de-emma-heading h2 {
    margin-bottom: 15px;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext {
    margin: 30px 0 0;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext h2 {
    margin-bottom: 17px;
}
.mask_cont_hair .link-typ-set {
    margin: -30px 0 40px;
}
}

@media(max-width:567px){
    .block-unete-center .wrap-unete-data .left-set {
        font-size: 10px;
        font-weight: 600;
        box-shadow: 0px 4px 14px 0px #0000001f;
    }
    .upper.heading h4 {
        font-size: 10px;
        line-height: normal;
        padding: 11px !important;
    }
    .block-unete-center .content-adding {
        padding: 15px 5px;
    }
    .block-unete-center .wrap-unete-data:first-child {
        max-width: 84px;
        width: 100%;
    }
    .content-adding p {
        margin-bottom: 30px;
        font-size: 10px;
    }
    .block-unete-center [class*="right"] h4 {
        padding: 5px !important;
        min-width: 104px;
    }
    .block-unete-center [class*="right"] {
        min-width: 104px;
    }
    .block-unete-center .content-adding {
        max-height: 296px;
    }
    .content-adding p {
        line-height: 10px;
    }
   section.heroBanner  .bannerBg {
    min-height: 580px;
}

section.heroBanner .heroText h1 {
    margin-bottom: 60px !important;
}

section.heroBanner .bannerBg .greenBlock {
    border-radius: 5px;
    padding: 10px 40px 10px 15px;
}

section.heroBanner .bannerBg .greenBlock::after {
    top: 13px;
}
section.heroBanner .bannerBg .greenBlock {
    margin-bottom: 96px;
}

section.heroBanner .bannerBg p {
    max-width: 100%;
}
html body section.productCards .buttonBlock a {
    margin: 0 auto;
    max-width: 260px !important;
}
.cardsProducts.set-1 .buttonBlock {
    text-align: center;
}
.sideImagesBlock img:nth-child(2) {
    position: absolute;
    bottom: -147px;
    z-index: 1;
    right: -20px;
    transform: rotate(-15deg);
    max-width: 100px;
}
.sideImagesBlock img:nth-child(1) {
    position: absolute;
    transform: rotate(18deg);
    max-width: 50px;
    width: 100%;
    bottom: -137px;
    z-index: 99;
    right: -22px;
}
.mask_cont_hair .second-seven .block-unete-center .left-set:first-child {
    margin-top: 91px !important;
}
html body  .mask_cont_hair .second-nine .matras-analyse-2.w-richtext .richtext-set-ul p {
    line-height: 120%;
}
body.single-body .mask_cont_hair .matras-analyse-2.w-richtext .richtext-set-ul h5 {
    line-height: 10px;
}
.mask_cont_hair .second-seven .block-unete-center .content-adding {
    padding: 17px 5px !important;
}
body .mask_cont_hair .second-seven .block-unete-center .right-center-set .content-adding p {
    margin: 0 0 25px !important;
}
.mask_cont_hair .second-seven .block-unete-center .content-adding p {
    line-height: 140%;
}
.mask_cont_hair .product-cta-wp-2 a.cta_green-2.w-inline-block {
    height: 30px;
}
.mask_cont_hair .greenBlock::after, .mask_cont_hair .product-cta-wp-2 a.cta_green-2.w-inline-block::after {
    height: 15px;
    width: 15px;
    right: 10px !important;
    top: 7px;
    background-size: 100%;
}
.mask_cont_hair .inner-parent-unete .block-unete-center {
    width: 100%;
}
}
