

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	background-color: #F5F1F1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-family: 'Jost', sans-serif;
}

a {
    text-decoration: none;
    color:#E86763;
}


.topbox {
    margin-top: 9rem;
    display: flex;
    flex-direction: column;
    align-self: center;
    background-color: #fff;
    width: 75%;
    min-height: 40rem;
    border-radius: 2.5rem 2.5rem 0 0;
    background-image: url(../imgs/fundo_topo.png);
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
}

.bio {
    display: flex;
    align-self: center;
    background-color: #fff;
    width: 75%;
    min-height: 30rem;
}

.header {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 75%;
    
    
}

.logo {
    background-color: #fff;
    width: 16rem;
    height: 13rem;
    background-image: url(../imgs/logo.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.cta {
    margin-top: 5rem;
    align-self: center;
    justify-content: center;
}

button {
    font-family: 'Jost', sans-serif;
    background-color: #E86763;
    font-size: 1rem;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    cursor: pointer;
}

button:hover {
    background-color: #c24743;
    transition: all 1s;
}


nav {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.5rem;
    border-color: #fff;
    color: #fff;
    margin-top: 5rem;
    width: 85%;
    display: flex;
    gap: 6rem;
    justify-content: space-between;
    align-content: center;
    align-self: center;
}

.hero-text--paragraph span {
    color: #E86763;
}

.hero-text--paragraph a {
    position: relative;
}

.hero-text--paragraph a::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #E86763;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.2s ease-in-out;
}

.hero-text--paragraph a:hover::after {
    width: 100%;
}

.nav-items {
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.nav-items a {
    position: relative;
    color: #fff;
}

.nav-items a::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #E86763;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.2s ease-in-out;

}

.nav-items a:hover::after {
    width: 100%;
}

.nav-contact {
    display: flex;
    justify-content: space-around;
    gap: 2rem;
    align-items: center;
}

.whatss {
    font-size: 0.8rem;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.whatss-text a {
    position: relative;
}

.whatss-text a::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #E86763;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.2s ease-in-out;
}

.whatss-text a:hover::after {
    width: 100%;
}

.email-text a {
    position: relative;
}

.email-text a::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #E86763;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: 0.2s ease-in-out;
}

.email-text a:hover::after {
    width: 100%;
}


.email {
    font-size: 0.8rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.email-footer {
    font-size: 0.8rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.hero {
    color: #fff;
    margin-top: 3rem;
    margin: 0 auto;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    width: 85%;
}

.hero-pic img {
    width: 22rem;
    
}

.hero-text {
    margin-top: 2rem;
    margin-left: 1.2rem;
    margin-right: 3rem;
    width: 70%;
}

.hero-text--heading {
    font-family: 'Roboto Serif', serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
.hero-text--heading span {
    font-weight: 800;
    font-style: italic;
}

.margin-bottom {
    margin-bottom: 2.3rem;
}

.margin-bottom-p {
    margin-bottom: 1.3rem;
}

.img-box-bio {
    background-image: url(../imgs/bio.jpg);
    background-size: cover;
    background-position: center;
    margin: 0 2.5rem 0 4.5rem;
    width: 35rem;
}

.img-bio {
    width: 25rem;
}

.bio-text-title {
    font-family: 'Roboto Serif', serif;
    font-size: 1.8rem;
    color: #E86763;
}


.bio-text {
    margin: 4rem 6rem 0 0;
    flex-shrink: 1;
}

.bio-text-h3 {
    font-weight: 500;
}
.divide {
    width: 2.3rem;
    height: 0.7rem;
    background-color: #E86763;
}

.bio-text-paragraph p {
    margin-bottom: 0.3rem;
}

.atuacao {
    margin: 0 auto;
    margin-top: -1%;
    width: 75%;
    min-height: 25rem;
    background-image: url(../imgs/fundo_atuacao.jpg);
}

.atuacao-text {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.heading-section {
    font-family: 'Roboto Serif', serif;
    font-size: 1.3rem;
    color: #E86763;
    margin: 1.5rem 0 0 5rem;
    display: flex;
    align-items: center;
    gap: 1.8rem;
    height: 6rem;
}

.area-icone-atuacao {
    display: flex;
    background-image: url(../imgs/icone_atuacao.png);
    background-size: cover;
    width: 3.5rem;
    height: 3rem;
}

.lista-atuacao {
    font-size: 1.1rem;
    list-style-type:square;
}
li::marker {
    color:#E86763;
}

.lista-atuacao2 {
    font-size: 1.1rem;
    list-style-type:square;
}
li::marker {
    color:#E86763;
}

.atendimento {
    background-color: #fff;
    margin: 0 auto;
    margin-top: -1%;
    width: 75%;
    min-height: 15rem;
}

.atendimento-box {
    font-size: 1.2rem;
    margin: 0 5rem 5rem 10.5rem;
    display: flex;
    gap: 3rem;
}

.atendimento-text {
    width: 60%;
}

footer {
    width: 75%;
    display: flex;
    margin: 0 auto;
    min-height: 17rem;
    margin-bottom: 2rem;
    border-radius: 0 0 2.5rem 2.5rem;
    background-image: url(../imgs/fundo_topo.png);
    background-position: top;
    background-size: cover;
}

.logo-footer {
    align-self: flex-end;
    margin-left: 5rem;
    background-color: #fff;
    width: 16rem;
    height: 13rem;
    background-image: url(../imgs/logo.jpg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-footer {
    margin-left: 2rem;
    padding: 0.5rem;
    border-color: #fff;
    color: #fff;
    margin-top: 5rem;
    
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: flex-start;
    align-content:flex-start;
    align-self: flex-start;
}
.nav-footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}
.nav-footer ul li a {
    color: #fff;
}

.nav-footer ul li {
    
    position: relative;
}

.nav-footer ul li::after {
    content: " ";
    position: absolute;
    width: 0%;
    height: 1px;
    background-color: #E86763;
    bottom: -4px;
    left: 0;
    transition: 0.2s ease-in-out;
}
.nav-footer ul li:hover::after {
    width: 100%;
}


.whatss-footer {
    font-size: 0.8rem;
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}
.nav-contact-footer {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    align-items: center;
}

.creditos {
    color: #8a8c8e;
    font-weight: 200;
    display: flex;
    justify-content: center;
    margin: 0 1rem 3rem 1rem;
    text-align: center;
}

.area-icone-atendimento {
    display: flex;
    background-image: url(../imgs/icone_atendimento.png);
    background-size: cover;
    width: 3.5rem;
    height: 3rem;
}

.email-text-footer a {
    position: relative;

}

.email-text-footer a::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #E86763;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.2s ease-in-out;
}
.email-text-footer a:hover::after {
    width: 100%;
}

.whatss-text-footer a {
    position: relative;
}

.whatss-text-footer a::after {
    content: " ";
    width: 0%;
    height: 1px;
    background-color: #E86763;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: 0.2s ease-in-out;
}

.whatss-text-footer a:hover::after {
    width: 100%;
}

@media (max-width: 1315px) {
    .topbox {
        width: 85%;
        margin-top: 5rem;
    }
    .bio {
        width: 85%;
    }
    .atuacao {
        width: 85%;
    }
    .atendimento {
        width: 85%;
    }
    footer {
        width: 85%;
    }
}

@media (max-width: 1165px) {
    .topbox {
        width: 90%;
        margin-top: 3rem;
    }
    .bio {
        width: 90%;
    }
    .atuacao {
        width: 90%;
    }
    .atendimento {
        width: 90%;
    }
    footer {
        width: 90%;
    }
    .creditos {
        margin-bottom: 2rem;
    }
    
}

@media (max-width: 1045px) {
    .margin-bottom {
        margin-bottom: 1rem;
    }
    .hero-text {
        margin-top: 0;
    }
}

@media (max-width: 1020px) {
    .hero-pic img {
        width: 18rem;
    }
    .hero-text {
        margin-bottom: 1.5rem;
    }
    nav {
        gap: 1rem;
    }
}

@media (max-width: 940px) {
    .topbox {
        width: 100%;
        margin-top: 0;
        border-radius: 0;
    }
    .bio-text {
        margin: 2rem 2rem 2rem 0 
    }
    .bio {
        width: 100%;
    }
    .atuacao {
        width: 100%;
    }
    .atendimento {
        width: 100%;
    }
    footer {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 800px) {
    .topbox {
        background-position: right;
    }
    .hero-text {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-self: center;
        margin-top: 0.5rem;
        margin: 0 auto;
        margin-bottom: 1.5rem;
        width: 70%;
    }
    .hero-text--heading {
        text-align: center;
    }
    .hero-text--paragraph {
        text-align: center;
    }
    .hero {
        margin-top: 1rem;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .bio-text {
        margin: 1.5rem 1rem 1rem 0 
    }
    .whatss-text {
        display: none;
    }
    .email-text {
        display: none;
    }

    .button-hero {
        align-self: center;
        width: 12rem;
    }
    footer {
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        
    }
    .logo-footer {
        align-self: center;
        margin: 0 auto;
    }
    .nav-footer {
        margin-top: 1rem;
        align-self: center;
        margin-left: 0;
        gap: 0.5rem;
    }
    .nav-footer ul {
        justify-content: center;
    }
    .nav-contact-footer {
        justify-content: center;
    }
    .whatss-text-footer {
        display: none;
    }
    .email-text-footer {
        display: none;
    }
}

@media (max-width: 700px) {
    .hero-text {
        width: 85%;
    }
    .heading-section {
        margin: 0.5rem 0 0 1.2rem;
    }
    .atendimento-box {
        width: 85%;
        margin: 0 0 2rem 3rem;
    }
    .atendimento-text {
        font-size: 1.1rem;
    }
    .atuacao-text {
        margin-left: 7rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .atuacao {
        background-position: center;
        background-size: cover;
        background-repeat: repeat;
    }
    .lista-atuacao2 {
        margin-bottom: 2rem;
    }
    .img-box-bio {
        width: 10rem;
    }
    .bio-text {
        margin-right: 2rem;
    }
}

@media (max-width: 600px) {
    .header {
        align-items: center;
        flex-direction: column;
    }
    .cta {
        margin-top: 2rem;
    }
    nav {
        margin-top: 2rem;
    }
    
    .img-box-bio {
        margin: 0 1.2rem 0 0;
    }
}

@media (max-width: 450px) {
    .email {
        display: none;
    }
}

@media (min-width: 1800px) {
    .topbox {
        width: 55%;
        margin-top: 5rem;
    }
    .bio {
        width: 55%;
    }
    .atuacao {
        width: 55%;
    }
    .atendimento {
        width: 55%;
    }
    footer {
        width: 55%;
    }
    
}