* {
    box-sizing: border-box;
    margin: 0;
}
html {
	scroll-behavior: smooth;
}
p {
    margin-bottom: 20px;
}
input:focus{
    outline: none;
}
a {
	cursor: pointer;
}
body {
	font-family: 'Mulish', sans-serif;
	line-height: 1.5;
	font-size: 14px;
	color: #000;
    text-rendering: geometricPrecision;
    background-color: #fff;
    background-image: url('images/bg-1@2x.jpg');
    background-size: 1920px;
    background-position: top center;
    background-repeat: no-repeat;
}
.ly-max-width {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.ly-full-width {
    width: 100%;
    position: relative;
}
header .ly-max-width {
	display: flex;
	justify-content: center;
}

header h1 {
	font-family: 'Quicksand';
	font-size: 40px;
	color: #4A4A4A;
	line-height: 1.2;
	text-align: right;
	font-weight: 300;
    padding-top: 70px;
    padding-right: 60px;
}
.foto img {
    max-width: 470px;
    border-radius: 100px;
}
header h1 strong {
	color: #93654E;
	font-size: 40px;
}

header h1 .tema {
	color: #4A4A4A;
}

header {
	padding-top: 60px;
}
section.frase-contato {
	text-align: center;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

section.frase-contato p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 200;
	font-style: italic;
	font-size: 26px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	line-height: 30px;
	margin-bottom: 0;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
}

section.frase-contato:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #F0ECDB;
	position: absolute;
	top: 50%;
}
section.contato {
	display: flex;
	justify-content: center;
	margin-top: 70px;
	margin-bottom: 70px;
}

.zap-content, section.contato .agendar-content {
	border: solid 2px rgb(37 211 102 / 40%);
	border-radius: 15px;
	width: 550px;
	height: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.zap-content .frase, section.contato .agendar-content .frase {
	font-size: 32px;
	font-weight: 200;
	color: #4A4A4A;
	line-height: normal;
	padding: 0 30px;
	margin-bottom: 10px;
}

.zap-content {
	margin-right: 25px;
}

section.contato .agendar-content {
	margin-left: 25px;
	border: solid rgb(137 205 223 / 40%) 2px;
}

section.contato .zap-content i, section.contato .agendar-content i {
	margin-bottom: 30px;
}

section.contato .zap-content .tel {
	font-size: 19px;
	font-weight: 600;
	color: #4A4A4A;
	margin-bottom: 0;
}

.zap-content .tel a {
	color: #4A4A4A;
	text-decoration: none;
}

.zap-content .tel a:hover {
	color: #25d366;
}

a.btn {
	display: flex;
	justify-content: center;
	background: #89CDDF;
	max-width: fit-content;
	padding-left: 30px;
	padding-right: 30px;
	height: 50px;
	align-items: center;
	font-size: 22px;
	text-decoration: none;
	color: #fff;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
}

a.btn:hover {
	background-color: #72b7c9;
}

a.btn.zap {
	font-size: 20px;
	background-color: #25d366;
}

a.btn.zap:hover {
	background-color: #1bb354;
}

section.contato .agendar-content:hover {
	border: solid #89cddf 2px;
}

.zap-content:hover {
	border: solid 2px #25d366;
}

section.contato .zap-content a.btn, section.contato .agendar-content a.btn {
	margin-top: 30px;
}
section.nossa_clinica {
	background-image: url('images/bg-clinica.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.nossa_clinica .text {
	max-width: 435px;
	text-align: center;
}

section.nossa_clinica .text h3 {
	font-size: 40px;
	margin-bottom: 30px;
}

section.nossa_clinica .text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 40px;
}
footer .footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

footer {
	height: 150px;
	background-color: #FAF9F4;
	display: flex;
}

footer .logo img {
	max-width: 330px;
}
footer .logo {
	width: 460px;
}
footer .col {
	color: #4A4A4A;
	font-size: 13px;
    width: 300px;
}
a.btn.zap img {
	margin-right: 10px;
}

a.btn.zap {
	padding-left: 20px;
	padding-right: 20px;
}
section.conteudo {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	padding: 70px 0;
}

section.conteudo img {
	max-width: 980px;
	height: auto;
}

section.conteudo h4 {
	font-size: 22px;
	margin-bottom: 30px;
}

section.conteudo hr {
	border-top: 1px solid #fff;
}

section.conteudo a {
	color: #89cddf;
}

section.conteudo h3 {
	font-size: 28px;
}
.frase-linha {
	text-align: center;
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
}

.frase-linha p {
	max-width: fit-content;
	margin-left: auto;
	margin-right: auto;
	font-weight: 300;
	font-style: italic;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
	line-height: 26px;
	margin-bottom: 0;
	background: #fff;
	position: relative;
	z-index: 1;
	padding-left: 30px;
	padding-right: 30px;
}
.frase-linha p strong {
	font-weight: 500;
}

.frase-linha:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #F0ECDB;
	position: absolute;
	top: 50%;
}
body.sobre section.frase-contato {
	display: none;
}

body.sobre .sobre-content {
	display: flex;
	flex-direction: column;
}

body.sobre .sobre-content section.contato {
	order: 1;
}

body.sobre section.nossa_clinica {
	order: 0;
}
body.sobre footer {
	order: 2;
}
.zap_no_conteudo .zap-content {
	width: 100%;
	margin: 0;
	height: 86px;
	flex-direction: row;
	align-items: center;
}

.zap_no_conteudo .zap-content p {
	margin: 0;
	padding: 0;
}

.zap_no_conteudo i img {
	max-width: 47px;
	margin-left: 20px;
	margin-right: 20px;
}

.zap_no_conteudo .zap-content .frase {
	font-size: 28px;
	padding-right: 20px;
}

.zap_no_conteudo .zap-content .tel a {
	font-size: 16px;
	font-weight: 700;
}

.zap_no_conteudo .zap-content a.btn.zap {
	color: #fff;
}
/* Start Desktop Only */
@media (min-width:1024px) {
	body:before {
		content: '';
		display: block;
		width: 100%;
		position: absolute;
		height: 600px;
		top: 455px;
		background-image: url(images/bg-2.jpg);
		background-position: top center;
		background-repeat: no-repeat;
	}	
}
/* end Desktop Only */
/* START MOBILE */
@media (max-width:768px) {
    body {
        background-image: url('images/bg-1-mobile.jpg');
        background-size: 1920px;
    }
    header .ly-max-width {
        flex-direction: column;
    }
    
    section.contato {
        flex-direction: column;
    }
    
    footer .footer {
        flex-direction: column;
    }
    
    header h1 {
        width: 100%;
        text-align: center;
        padding: 0;
        font-size: 26px;
        margin-bottom: 20px;
    }
    
    section.contato .zap-content, section.contato .agendar-content {
        width: 100%;
        margin: 0;
    }
    
    section.nossa_clinica {
        height: auto;
        flex-direction: column;
        background: #efecdb;
    }
    section.nossa_clinica img {
        width: 100%;
    }
    
    footer .col {
        width: auto;
        text-align: center;
    }
    
    footer .logo {
        width: auto;
    }
    
    footer {
        height: auto;
    }
    section.conteudo img {
        width: 100%;
    }
    
    section.conteudo {
        padding: 20px 15px;
    }
    .foto img {
        width: 100%;
        border-radius: 48px;
    }
    
    .foto {
        padding: 10px 50px;
        margin-bottom: 15px;
    }
    
    header h1 strong {
        font-size: 30px;
    }
    
    header {
        padding-top: 30px;
    }
    section.conteudo p,
    section.conteudo h4,
    section.conteudo h3 {
        text-align: left;
    }

    section.frase-contato {
        margin-bottom: 0;
    }

    section.contato {
        margin-top: 40px;
        padding: 15px;
        margin-bottom: 0;
    }

    section.contato .zap-content i img, section.contato .agendar-content i img {
        max-width: 20%;
    }

    section.contato .zap-content .frase, section.contato .agendar-content .frase {
        font-size: 25px;
    }

    a.btn.zap {
        font-size: 16px;
    }

    section.contato .zap-content, section.contato .agendar-content {
        margin-bottom: 30px;
    }

    section.nossa_clinica .text {
        padding-bottom: 50px;
            padding-top: 30px;
    }

    footer {
        padding: 50px 15px;
    }

    footer .footer div {
        margin-bottom: 30px;
    }

    footer .logo img {
        width: 100%;
    }
    section.contato .zap-content .tel span {
        display: none !important;
    }
	.zap_no_conteudo .zap-content {
		height: auto;
		flex-direction: column;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
		padding-top: 15px;
	}
	
	.zap_no_conteudo .zap-content .frase {
		font-size: 22px;
		padding: 0;
	}
	
	.zap_no_conteudo .zap-content .tel a {
		font-size: 13px;
	}
	
	.zap_no_conteudo i img {
		display: none;
	}
	
	.zap_no_conteudo .zap-content a.btn.zap {
		width: 100%;
		max-width: none;
		padding: 0;
		margin-top: 10px;
		font-size: 20px;
	}
	
	a.btn.zap img {
		max-width: 25px;
	}
}
/* END MOBILE */