@font-face {
    font-family: 'raleway';
    src: url('fonts/Raleway-VariableFont_wght.ttf') format('truetype'),
         url('fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype'),
         url('fonts/Raleway-Bold.ttf') format('truetype'),
         url('fonts/Raleway-BoldItalic.ttf') format('truetype'),
         url('fonts/Raleway-ExtraBold.ttf') format('truetype'),
         url('fonts/Raleway-ExtraBoldItalic.ttf') format('truetype'),
         url('fonts/Raleway-ExtraLight.ttf') format('truetype'),
         url('fonts/Raleway-ExtraLightItalic.ttf') format('truetype'),
         url('fonts/Raleway-Italic.ttf') format('truetype'),
         url('fonts/Raleway-Light.ttf') format('truetype'),
         url('fonts/Raleway-Thin.ttf') format('truetype');

    font-style: normal;
}
a {
    color: white;
    text-decoration: none;
}
li a:hover {color: white; transition: 0.3s; text-decoration: underline var(--secondary-color);}
:root {
    --main-color: #238597;
    --secondary-color: #3cafc4;
}
html{ scroll-behavior: smooth;overflow-x: hidden;}

body{
    font-family: 'raleway', sans-serif;
    margin: 0 auto;
    background-color: #e3edef;
    overflow-x: hidden;
}

header {
    padding: 6px 10vw;
    display: flex;
    justify-content: space-between;
    background-color: var(--main-color);
    color: white;
}
header p {
    display: flex;
    align-items: center;
}
header p img {width: 35px;margin-right: 10px;}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    
.nav-button {
    margin-right: 10px;
    font-size: 0.9em;
    background-color: var(--main-color);
    color: white;
    padding: 0.8em 1em;
    border-radius: 25px;
    border-style: none;
    cursor:pointer;
    transition: 0.3s;
}
.nav-logo img {width: 300px;}
.nav-button:hover {
    color: var(--main-color);
    background-color: white;
    box-shadow: var(--main-color) 1.5px 1.5px;
    transition: 0.3s;
}
.main-button {
    background-color: white;
    color: var(--main-color);
}
#home-section {
    max-width: 1300px;
    padding: 10px !important;
}
#home-section img {width: 550px;}
.big-btn:hover, .small-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--secondary-color) 0 4px;
    transition: 0.3s;
}

.big-btn {
    gap: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: 600;
    color: var(--main-color);
    padding: 0.5em 1.4em;
    border-radius: 55px;
    border-style: none;
    cursor:pointer;
    transition: 0.3s; 
}
.small-btn {
    font-size: 1em;
    gap: 5px;
    margin: 0 auto;
    display: flex;
    padding: 5px 20px;
    border-radius: 50px;
    border:solid 2px var(--main-color);
    cursor:pointer;
    transition: 0.3s; 
    align-items: center;
    font-weight: 600;
}
.hr-class {
    display: flex;
}
.hr-class hr{
    border-top: 2px solid var(--main-color);
    width: 90%;
}
.hr-left {
    margin-left: 0;
    width: 50% !important;
}
.hr-right {
    margin-right: 0;
}
.hr-weight {
    border-top: 5px solid var(--main-color)!important;
}

section {
    margin: 0 auto;
    padding: 35px 10px ;
    display: flex;
    justify-content: space-around;
}
.sec-right,sec-left {flex-basis: 50%;}
.etiqueta {
    position: relative;
    color: white !important;
    padding: 10px 0;
    margin: 0 auto;
}
.etiqueta p {
    max-width: 500px;
}
.etiqueta-fundo {
    background-color: var(--main-color);
    position: absolute;
    height: 100%;
    width: 60vw;
    z-index: -1;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 10px 0 0 10px;
}
.card {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 240px;
    width: 250px;

    border-radius: 25px;
    border: solid 2px var(--main-color);
    align-items: center;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    box-shadow: 7px 5px 0px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.card:hover {
    transform: scale(1.1);
    border: solid 3px var(--secondary-color);

}
#card-slide{display: none;}
.card-four{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;justify-content: center;
}
.card-four a{
    width: 90%;
}
.card-four a div{
    width: calc(100% - 25px);
    justify-self: center;
    padding: 5px;
    padding-bottom: 10px;
}
.medium-blue {
    background-color: var(--main-color);
    color: white;
    padding: 30px 20px;
}
.medium-blue h2, .medium-blue h3 {
    color: white;
}

td img {
    vertical-align: middle;
}
#contato-pequeno{
    display: none;
}

.posts img:hover {
    transform: scale(1.05);
    transition: 0.3s;
}
.doencas-container {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.2em!important;
    row-gap: 30px;
    margin: 50px 0px;
}
.doencas-container div {
    display: flex;
    flex-grow: 1;
    width: 50%;
    align-items: center;
}
.doencas-container div svg{
    flex-shrink: 0;
    margin-right: 9px;
}
#mobile-menu, .mobile-menu-btn{display: none}

#sd-pequeno{display: none;}
#card-inbox{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: center;
    column-gap: 40px;
}
.no-btn-style{
    border-style: none;
    background: none;  
}
.p-tratamentos {padding: 20px;}
#wp-popup {
    position: fixed;
    right: 15px;
    bottom: 15px;
    transition: .3s;
}
#wp-popup:hover {
    transform: scale(1.2);
}
/* Extensões*/
#gmap_canvas {
    height: 45vh;
    width: 100%;
  }
lite-youtube {
    border-radius: 25px;
    justify-self: center;
    width: 330px;
    margin: 20px 0;
}
img {justify-self: center;}
.box {
    background-color: white;
    padding: 10px;
    width: 220px;
    height: 220px;
    border-radius: 15px;
    margin: 10px auto;
    text-align: center;
    align-content: center;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.box img {
    border-radius: 10px;
}

.box img:nth-child(3) {
    position: absolute;
    align-self: center;
    bottom: 55px;
    transition: .3s;
}
.bx2 {
    margin: 10px;
    display: flex;
    justify-content: center;
}
.bx2 img {
    width: 120% !important;
    max-width: 600px;
}
.box:hover img:nth-child(3){
    opacity: 0;
}
.box:hover {
    transform: scale(1.05);
    box-shadow:3px 3px 2px rgba(0, 0, 0, 0.37);
}

.blaze-slider,.blaze-slider2 {
    position: relative;
}
.blaze-next, .blaze-prev {
    position: absolute;
    top:45%;
    border-style: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color:rgba(255, 255, 255, 0);
    border:2px solid #238597;
    cursor:pointer;

}
.no-border{
    border-color: rgba(255, 255, 255, 0);
}
.blaze-track{margin: 10px 0;}
.blaze-prev {
    padding-top: 3.5px;
    padding-left: 2px;
}
.blaze-next {
    padding-top: 3.5px;
    right:0
}
footer {
    align-items: center;
    padding: 10px 10%;
    background-color: var(--main-color);
    color: white;
    display: flex;
    justify-content: space-between !important;
}
.footer-ctt img{
    margin: 5px;
}
/* Efeitos*/
#redes-sociais img{
    transition: .3s;
}
#redes-sociais img:hover {
    transform: scale(1.2);

}
.centered {
    text-align: center;
    justify-content: center;
}

.v-centered {
    align-self: center;
}

.right {
    text-align: right;
    justify-content: right;
}

.force-left {
    justify-content: left !important;
}
#posts {width: 50%;}
.print {
    position: relative;
    width: 280px;
    margin: 15px;
    border-radius: 35px;
    border: 7px solid black;
    outline: 3px solid rgb(185, 185, 185);
}

#media-section {
    flex-direction: column;
    justify-content: center;
    display: none;
    background-color: rgba(0, 0, 0, 0.589);
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.elaine-media { display: none;}
#media-section .small-btn {
    color: red;
    position: absolute;
    padding: 10px 13px;
    right: 20px;
    top: 20px;
    z-index: 2;
}
/* Textos */

h1 {font-size: 3.3em;font-weight: 300 ;margin: 5px 0 ;color: var(--main-color);}
h2 {font-size: 2.7em;font-weight: 600;margin: 0;color: var(--main-color);}
h3 {font-size: 1.3em;font-weight: 600;margin: 5px 0 ;color: var(--main-color);}
h2 span {font-weight: lighter !important;margin: 0;}
p{margin: 0; }
.l-txt {font-size: 1.4em; font-weight: 300;}
.xl-txt {font-size: 2.1em;margin: 0;color: var(--main-color);}
span {color: var(--secondary-color);}
li span {font-weight: 600;color: var(--main-color);}
li {font-size: 1.1em;font-weight: 300;margin: 5px 0 ;color: var(--secondary-color);margin-bottom: 20px;}
li::marker {color: var(--main-color);}
.l-txt li::marker {color: white;}
.l-txt li {color: white;}
.lower-title{
    font-weight: 300 !important;
    color: white;
    letter-spacing: .5rem;
    font-size: 0.7em;
}
.high-title{
    color: white;
    font-size: 1.3em;
    font-weight: 600!important;
}
.doencas-container p { font-size: 1.3em;}

td {
    padding-left: 20px;
}

/*Animações */
.a-v.revele{transform:translateY(250px);opacity:.1;transition: 1s;}
.a-v.revele.ativo{transform:translateY(0);opacity:1}
.a-r-l.revele{transform:translateX(250px);opacity:.1;transition: 5s;}
.a-r-l.revele.ativo{transform:translateX(0);opacity:1}
.a-l-r.revele{transform:translateX(-250px);opacity:.1;transition: .8s;}
.a-l-r.revele.ativo{transform:translateX(0);opacity:1}
.a-surgir.revele{transform:translateX(-40px);opacity:.1;transition: 1.2s;}
.a-surgir.revele.ativo{transform:translateX(0);opacity:1}
.a-pule.revele.ativo{animation: pule 2s normal ease-in-out;}

.card-filho{transform:translateX(-40px);opacity:.1;transition: 1.2s;}
.card-filho.ativo{transform:translateX(0px);opacity:1;}

.a-circle.revele {
    transform: scale(0.1);
    transition: 1s;    
}
.a-circle.revele.ativo {
    transform: scale(1);    
}

.a-surgirh {
    animation: surgirh 1.5s normal ease-in-out;
}
@keyframes surgirh {
    0%{transform: translateX(-25px);opacity: 0;} 
    100%{transform: translateX(0);opacity: 1;}     
}
.a-surgirv {
    animation: surgirv 1.5s normal ease-in-out;

}
@keyframes surgirv {
    0%{transform: translateY(50px);opacity: 0;} 
    100%{transform: translateY(0);opacity: 1;}     
}
@keyframes pule {
    0%{transform: scale(1)}
    25%{transform: scale(1.1)}
    50%{transform: scale(1)}
    75%{transform: scale(1.1)}
    100%{transform: scale(1)}    
  
}

/*Scrollbar*/
::-webkit-scrollbar {width: 10px;}
::-webkit-scrollbar-track { background: #f1f1f1;border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #888;border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #555;}
@media screen and (max-width:1090px) {
    .nav-button {display: none;}
    .mobile-menu-btn{
        display: block;
        background-color: #e3edef;
        border: none;
    }
    #mobile-menu {
        background-color: var(--main-color);
        color: var(--main-color);
        display: block;
        padding: 0px !important;
        margin: 0 !important;
        overflow: hidden;
        height: 0;
    }
    #mobile-menu.inativo{
        animation: hidemenu .5s normal ease-in-out;
    }
    #mobile-menu.ativo{
        height: auto;
        animation: showmenu .5s normal ease-in-out;
    }
    @keyframes showmenu {
        0%{height: 0;} 
        100%{height: 268.8px;}     
    }
    @keyframes hidemenu {
        0%{height: 268.8px;} 
        100%{height: 0;}     
    }
    .mm-item{
        color: white;
        font-size: larger;
        font-weight: bold;
        padding: 10px;
        border-bottom: 2px dashed var(--secondary-color);
        width: 100%;
        text-align: center;
    }
    .doencas-container div {
        width: 100%;
    }
    .paisagem {
        width: 95vw !important;
    }
    #primeiro-medium-blue {
        background-color: #e3edef;

    }
    .mobile-hide {
        display: none;
    }
}
@media screen and (max-width:755px) {
    .p-tratamentos {padding: 0;}
    .big-btn {font-size: 1.2em;}
    #elaine-descricao{
        margin: 0 15px;
        height: 130px;
        overflow-y: hidden;
        transition: .6s;
        transition-timing-function:ease-in-out;

    }
    #elaine-descricao::before{
        content: 'mais';
    }
    .plusDescription::after{
        content: 'menos';
    }
    #elaine-descricao::before, .plusDescription::after{
        position: absolute;
        color: rgb(255, 255, 255);
        height: 40px;
        width: 70px;
        align-content: center;
        text-align: center;
        font-weight: bold;
        border-radius: 10px;
        background-color:#3cb0c4ce;
        bottom: 0px;
        left: 42%;
    }
    .plusDescription{
        height: 500px!important;
    }

    #home-section {
        flex-direction: column-reverse;
    }
    #home-section img {width: 300px;}
    .footer-ctt {
        display: flex;
        gap: 20px;
    }
    footer {
        flex-direction: column;
        text-align: center;
    }
    #logo-footer {display: none;}
    .footer-ctt p {display: none;}
    #contato-pequeno{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    #contato-pequeno button{
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding: 3px 0 0 1.5px;
        transition: 0.3s;
        border-color: white;
    }
    .ctt-selected {
        border: white solid 2px;
    }
    .contato-buttons {
        justify-content: center;
        display: flex;
        gap: 30px;
    }
    #contato-grande{display: none;}
    .high-title{font-size: 0.85em !important}
    #sd-grande{display: none;}
    #sd-pequeno{display: block;}
    .print { display: none;}
    #posts {width: 100%;}
    #home-section .sec-left {
        width: 80vw;
    }
    .etiqueta-fundo {
        border-radius: 10px;
        width: 85vw;
        left: 2px;
    }
    .etiqueta {
        padding: 15px;

    }
    #servicos h2 {
        font-size: 1.7em;
        text-align: center;
    }
    section {
        flex-direction: column;
    }
    lite-youtube {
        width: 310px;
        margin: 20px 0;
    }
  
    header {
        padding: 10px 3px;
        font-size: 10px;
        justify-content: center;
    }
    header a:nth-child(2),header a:first-child{display: none;}
    header p img {display: none;}
    #frase-forca {display: none;}
    #card-inbox{ display:none}
    #card-slide{display: block;}
    .card {
        height: 303px;
        width: 100px;
        font-size: 0.9em;
    }
    .l-txt {font-size: 1.2em; font-weight: 300;}
    .xl-txt {font-size: 1.36em;}
    .card p {color: var(--secondary-color);}
    .card-four p{font-size: 18px !important;}
    h1{font-size: 1.7em;margin: 0;color: var(--main-color);margin-bottom: 20px;}
    h3 {font-size: 1.3em;font-weight: 600;margin: 5px 0 ;color: var(--main-color);}
    h2 {font-size: 2em;}
}

@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-100px * 6))}
}


.slider {
	margin: auto;
	overflow:hidden;
	position: relative;
    width: 500px;

	&::before,
	&::after {
        background: linear-gradient(90deg,  #e3edef 0%,rgba(255,255,255,0) 100%);
		content: "";
		height: 100%;
		position: absolute;
		width: 100px;
		z-index: 2;
	}
	
	&::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}

	&::before {
		left: 0;
		top: 0;
	}
	
	.slide-track {
		animation: scroll 20s linear infinite;
		display: flex;
        width: calc(100px * 12);
	}
	
	.slide {
        color: white;
        margin-left: 10px;
        background-color: var(--main-color);
        border-radius: 25px;
        text-align: center;
        align-content: center;
		height: 30px;
        width: max-content;
        padding: 0 15px;
	}
}