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

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

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

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

section{
	position: relative;
	overflow-x: hidden;
}

.myriad{
    font-family: 'Myriad Pro', sans-serif !important;
}

.gotham-thin{
    font-family: 'Gotham Thin', sans-serif;
}

.gotham-book{
    font-family: 'Gotham Book', sans-serif !important;
}

.romelio{
    font-family: 'Romelio Sans';
}

footer,
.hidden.xl\:flex,
header{
    display: none;
}

@media(max-width: 767px){
	body{
		background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/new-bg-home-page-skin-v2.jpg');
	}
	 
}

@media(min-width: 768px){
	body{
		 background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/bg-fundo-skin-home.jpg');
	}
}

body{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;  
    height: 100vh !important;
    width: 100vw !important;
}

#home-page-skin{
    height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
    justify-content: center;
}

#home-page-skin p{
    letter-spacing: 1px;
	font-family: 'Gotham Book', sans-serif !important;
}

@media(max-width: 768px){
    #home-page-skin .img-fluid{
        max-width: 320px;
     }
}

@media(max-width: 1200px){
 #home-page-skin .row{
    row-gap: 1rem;
 }
 #home-page-skin .circle{
    max-width: 90px;
    max-height: 90px;
 }
 #home-page-skin p{
    color: #fff;
    text-shadow: 1px 1px 3px #000;
 }
}

@media(min-width: 1200px){
   #home-page-skin .container-fluid{
        transform: translate(0, -10%);
    }
}

#home-page-skin .circle{
    border-radius: 50rem;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    padding: 3px;
    position: relative;
    z-index: 0;
}

#home-page-skin .circle{
    text-align: center;
   margin: 0 auto;
}

#home-page-skin .circle div{
    border-radius: 50rem;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    z-index: 1;
}

.line-height-1{
    line-height: 1.2;
}

.esfoliante-icons{
	background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/Esfoliante.png');
}

.body-splash{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/body-splash.png');
}

.oleo-corporal{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/oleo-corporal.png');
}

.geleia-corporal{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/geleia-corporal.png');
}

.glow-corporal{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/glow-corporal.png');
}

.hidratante{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/hidratante.png');
}

.sabonete{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/sabonete.png');
}

.demaquilante{
    background-image: url('https://muriel.com.br/wp-content/uploads/2024/12/demaquilante.png');
}