@font-face {
    font-family: 'Ocean Sans Std Book SemiExtended';
    src: url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/OceanSansStd-BookSemiExt.eot');
    src: url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/OceanSansStd-BookSemiExt.eot?#iefix') format('embedded-opentype'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/OceanSansStd-BookSemiExt.woff2') format('woff2'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/OceanSansStd-BookSemiExt.woff') format('woff'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/OceanSansStd-BookSemiExt.ttf') format('truetype'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/OceanSansStd-BookSemiExt.svg#OceanSansStd-BookSemiExt') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/Gotham-Book.eot');
    src: url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/Gotham-Book.woff2') format('woff2'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/Gotham-Book.woff') format('woff'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/Gotham-Book.ttf') format('truetype'),
        url('https://muriel.com.br/wp-content/themes/muriel/LP/fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.oceans{
    font-family: 'Ocean Sans Std Book SemiExtended' !important;
}

.gotham{
     font-family: 'Gotham Book' !important;
}

.line-ornamet{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/09/line-ornament-muriel.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    filter: invert(0);
}

*{
    line-height: 1.2;
}

section{
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    margin: 0 auto;
    max-width: 2560px;
    overflow: hidden;
}

@media(min-width:1700px){
    section{
        max-height: 92vh;
    }
}

header, footer{
    display: none;
}

.presents{
      padding: 0;
      margin: 0;
      letter-spacing: 0.75em;
      font-size: 0.85em;
}

.line-h-1{
    line-height: 1 !important;
}

.content-main * {
    color: #ffffff !important;
}

.roma-care{
    background-image: url('https://muriel.com.br/wp-content/uploads/2025/12/bg-oleo-banho-v13.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.leveza-que-toca{
     background-image: url('https://muriel.com.br/wp-content/uploads/2025/10/woman-oleo-corporal-v1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 560px;   
    justify-content: center;   
    flex-direction: column;
    display: flex;
}

.pistache-colageno{
    background-image: url('https://muriel.com.br/wp-content/uploads/2025/10/bg-pistache-colageno.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
    p,h1,
    .pistache-colageno section p,
    .roma-care section p{
            text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    }

     .roma-care section p{
         font-family: 'Gotham Book' !important;
     }

.text-underline{
    position: relative;
    display: inline-block;
}

.text-underline::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
}

@media(max-width: 768px){

    section{
        justify-content: end !important;
    }

    .sec-roma-mobile{
        height: auto !important;
    }

    .min-h-1200{
        min-height: 1200px !important;
    }
    .min-h-1500{
        min-height: 1500px !important;
    }

    .hidden-mobile{
        display: none;
    }

    .flex-d-row{
        flex-direction: row !important;
    }

    .leveza-que-toca{
        min-height: 370px;
    }

    .min-h-mobile{
        max-height: 610px !important;
        overflow: hidden !important;
    }

    .roma-care{
        background-image: url('https://muriel.com.br/wp-content/uploads/2025/12/bg-oleo-banho-mobile-new-v12.jpg') !important;
        /* background-color: #000; */
        background-size: auto 100% !important;
    }
}


@media(min-width: 768px) and (max-width: 1199.9px){
    .scale-lg{
        transform: scale(0.75);
    }
}
@media(min-width: 1200px) and (max-width: 1700px){
    .scale-lg{
        transform: scale(0.85);
    }
}