@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Francois+One&family=League+Spartan&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@font-face {
    font-family: 'Madelina';
    src: url(../fonts/Madelina.otf);
}

/*Geral*/
:root {
    --corMarrom: #A77051;
    --corVerde: #516541;
    --corAmarelo: #D48001;
    --corVerdeZap: #25d366;
    --corBranco: white;
    --corPreto: black;
}
* {
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    box-sizing: border-box;
    font-family: 'League Spartan', Arial, Verdana, sans-serif;
    font-weight: normal;
}
html {
    height: 100vh;
}
main {
    max-width: 800px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.342) -2px 1px 20px 0px;
}
section {
    width: 100%;
    height: 100%;
}

section.solida {
    background-color: var(--corMarrom);
}
p.black {
    color: var(--corPreto);
}
p.white{
    color: var(--corBranco);
}
span.green{
    color: var(--corPreto);
}

h2{
    font-weight: 400;
    font-size: 3em;
    text-align: center;
    color: var(--corBranco);
    text-shadow: rgba(0, 0, 0, 0.473) 2px 2px 10px;
    margin: 0.4em 0.2em;   
}

/*Cabeçalho*/
header>h1 {
    font-family: 'Madelina', cursive;
    font-size: 4em;
    margin-bottom: 0.1em;
    text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.24);
    color: var(--corAmarelo);
    text-align: center;
}
header>p {
    text-align: center;
    font-size: 1em;
}
header>p#strong{
    font-weight: bold;
}

img#inicio{
    width: 100%;
}

section.solida>p{
    font-size: 1.5em;
    text-align: justify;
    margin: 0em 1em 1em 1em;

}

/*Servicos*/
section#servicos>div{
    text-align: center;
}
section#servicos>div>h2{
    font-size: 2em;
    color: var(--corVerde);
}
section#servicos>div>img{
    border-radius: 50%;
    width: 16em;
    height: 16em;
    margin: 1em;
}

/*Chama no zap*/
section.solida>div#bot>{
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 2em;   
}
section.solida>div#bot>div#btn {
    display: block;
    margin: auto;
    font-size: 1.7em;
    line-height: 1em;
    background-color: var(--corVerdeZap);
    border-radius: 1em;
    padding: 0.5em;
    width: 70%;
    box-shadow: rgba(0, 0, 0, 0.219) -4px 4px 0px;
    text-align: center;   
}
section.solida>div#bot>div#btn:hover {
    background-color: #0bec5e;
    transform: scale(1.09);
    cursor: pointer;
}
section.solida>div#bot>div#btn>a{
        text-decoration: none;
        color: white;
        line-height: 0.1em;
        margin: auto;
}
section.solida>h2#agende{
    font-size: 2.5em;
    text-align: center;
    color: var(--corBranco);
    text-shadow: rgba(0, 0, 0, 0.473) 2px 2px 10px;
    margin: 0.4em 0.2em;
    padding-top: 1em;   
}

/*Atendimento*/
section.solida>h2#aten{
    font-size: 2.5em;
    text-align: center;
    color: var(--corBranco);
    text-shadow: rgba(0, 0, 0, 0.473) 2px 2px 10px;
    margin: 0em 0.1em;
    padding-top: 1em;   
}

section.solida>div{
    text-align: center;
    
}
section.solida>div>img{
    border-radius: 50%;
    width: 16em;
    height: 16em;
    margin: 1em;
}
section.solida>div>img:hover{
    cursor: pointer;
    scale: 1.09;
}
#mens1, #mens2, #mens3{
    display: none;
    background-color: var(--corBranco);
    border: 1em solid var(--corMarrom);
    border-radius: 2em;
    padding: 0.3em;
    margin: 0.5em;
    animation: none;
}
.pcmens1, .pcserv1 {
    display: none;
}

@media screen and (min-width: 769px){
    .mobmsg1, .serv1{
        display: none;
    }
    #mens3 {
        display: none;
    }
    .pcserv1{
        display: inline;
    }
}

/*Animações*/
@keyframes entrando {
	0% {
		animation-timing-function: ease-in;
		opacity: 0;
		transform: translateY(-1em);
	}
	100% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}
}
@keyframes saindo {
	0% {
		animation-timing-function: ease-out;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-1em);
        display: none;
	}
}


/*Depoimentos*/
section#branca>h2{
    font-weight: 400;
    font-size: 2.5em;
    text-align: center;
    color: var(--corVerde);
    text-shadow: rgba(0, 0, 0, 0.473) 2px 2px 10px;
    margin: 0.4em 0.2em;   
}
section#branca>div{
    width: 100%;
    text-align: center;
}
section#branca>div>img{
    width: 80%;
}
.carousel-container {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.carousel-slide {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}
.carousel-slide img {
    width: 100%;
    height: auto;
}
.nav-button {
    cursor: pointer;
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
} 
.carousel-control-next-icon {
     background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
/*Quem é*/
img#autoridade{
    width: 100%;
}

section#branca>p.black{
    font-size: 1.5em;
    text-align: justify;
    margin: 0em 1em 1em 1em;
}

section#branca>h2#traj{
    margin-top: 1.5em;
}

section#branca>div#bot>{
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 1em;   
}
section#branca>div#bot>div#btn {
    display: block;
    margin: auto;
    font-size: 1.5em;
    line-height: 1em;
    background-color: var(--corAmarelo);
    border-radius: 1em;
    padding: 0.5em;
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.219) -4px 4px 0px;
    text-align: center;   
}
section#branca>div#bot>div#btn:hover {
    background-color: #f59301;
    transform: scale(1.03);
    cursor: pointer;
}
section#branca>div#bot>div#btn>a{
        text-decoration: none;
        color: white;
        line-height: 0.1em;
        margin: auto;
}




/*Onde estou*/
section.solida>h3{
    font-size: 2em;
    text-align: center;
    color: var(--corBranco);
    text-shadow: rgba(0, 0, 0, 0.473) 2px 2px 10px;
    padding: 0.5em;
}
section.solida>p#email{
    font-size: 1.5em;
    text-align: center;
    color: var(--corBranco);
    text-shadow: rgba(0, 0, 0, 0.247) 2px 2px 10px;
    margin-top: 0.4em;
    padding: 0.5em;
    margin-bottom: 0em;
}

/*Rodapé*/
footer{
    padding-top: 5em;
    padding-bottom: 1em;
    background-color: var(--corMarrom);
    color: var(--corBranco);
    text-align: center;
    font-size: 0.8em;
}
footer>a {
    text-decoration: none;
    color: white;
}
footer>a:hover {
    text-decoration: underline;
    color: var(--corPreto);
}

/*Termos de Uso e Política de Privacidade*/
section#priv>ol, li, section#priv>ol, li{
    font-size: 1.1em;
    text-align: justify;
    color: var(--corBranco);
    text-shadow: rgba(0, 0, 0, 0.247) 2px 2px 10px;
    margin-top: 0.4em;
    margin-left: 1em;
    padding: 0.5em;
}
section#priv>p>a, section#priv>p>a{
    text-decoration: none;
    color: var(--corPreto);
}
section#priv>p>a:hover, section#priv>p>a:hover{
    text-decoration: underline;
    cursor: pointer;
}
section.solida>a.btnIni{
    margin: 0em 1em;
    text-align: left;
    font-size: 1.5em;
    background-color: var(--corAmarelo);
    text-decoration: none;
    color: var(--corBranco);
    border-radius: 1em;
    padding: 0.6em;
    box-shadow: rgba(0, 0, 0, 0.219) -4px 4px 0px;
    
}
section.solida>a.btnIni:hover{
    background-color: #f19202;
}

section#priv>p,h2{
    color:var(--corBranco);
    margin: 0;
    padding: 0.8em;
}
/*Botão zap solto*/
a#botaosolto{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 1px 1px 2px #888;
    z-index:1000;
  }