/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,700&display=swap');
@import url('site-icons/flaticon.css');

/*

cor #ed1c24

*/

body{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	color: #7a7a7a;
}

::-webkit-scrollbar {
	width: 6px;
	background-color: #cecece;
}
::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background-color: #ed1c24;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Noto Serif', serif;
	color: #333;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: 700;
	line-height: 1.25;
}

p{
	color: #7a7a7a;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 15px;
}


/*** BTNS ***/

.wq-btn{
	display: inline-block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 5px;
	transition: all 0.35s ease;
}
.wq-btn:hover{
	box-shadow: 0px 8px 20px -3px rgba(20, 20, 20, .35);
}

.wq-btn_01{
	color: #fff;
	background-color: #ed1c24;
}
.wq-btn_01:hover{
	color: #fff;
	background-color: #868686
}

.wq-btn_02{
	padding: 15px 40px;
	color: #fff;
	font-size: 15px;
	border-radius: 30px;
	background-color: transparent;
	border: 2px solid #ed1c24;
}
.wq-btn_02:hover{
	color: #fff;
	background-color: #ed1c24;
}

.wq-btn_03{
	font-size: 16px;
	color: #fff;
	background-color: #868686;
}
.wq-btn_03:hover{
	color: #fff;
	background-color: #ed1c24
}
.wq-btn_03 span{
	font-size: 18px;
	margin-right: 5px;
	display: inline-block;
}

/*** BTNS ***/

/*** titulo ***/

.wq-titulo_1{
	display: flex;
	align-items: center;
	color: #202126;
	font-size: 30px;
	margin-bottom: 50px;
}
.wq-titulo_1:before{
	display: inline-block;
	content: '';
	height: 3px;
	width: 7%;
	max-width: 7%;
	margin-right: 10px;
	background-color: #ed1c24;
}

.wq-destacado{
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	width: 100%;
	margin-bottom: 30px;
	background-color: #252525;
}
.wq-destacado p{
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0;
}


/*** titulo ***/

/*** MIDIAS SOCIAS ***/

.wq-midias-sociais{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	gap: 10px;
}
.wq-midias-sociais li:not([class]) a{
	color: #fff;
	width: 42px;
	height: 42px;
	font-size: 18px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .35s ease;
	background-color: #868686;
}
.wq-midias-sociais li:not([class]) a:hover{
	color: #fff;
	background-color: #ed1c24;
}

/*** MIDIAS SOCIAS ***/

/*** HEADER ***/

.wq-header{
	position: initial;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 12px 0;
	z-index: 9999;
	background-color: #252525;
}
.wq-header.header_fixo{
	box-shadow: 0px 10px 25px -12px rgba(0,0,0,.35);
}

.wq-header .row{
	align-items: center;
	padding: 0 15px;
}


.wq-header .navbar-brand{
	padding: 0;
}
.wq-header .logo img{
	display: block;
	height: 60px;
}

.wq-header .navbar{
	padding: 0;
}
.wq-header .navbar .navbar-collapse{
	justify-content: flex-end;
}

.wq-header .header-nav ul{
	gap: 25px;
}

.wq-header .header-nav ul li a.nav-link{
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	padding: 0;
	transition: all .35s ease;
}
.wq-header .header-nav ul li a.nav-link:hover,
.wq-header .header-nav ul li.active a.nav-link{
	color: #ed1c24;
}
.others-links {
	margin-left: 45px;
}


/*** HEADER ***/

/*** BANNER ***/

.wq-banner{
	color: #fff;
	padding: 110px 0 160px;
	background-size: cover;
	background-position: center;
}

.wq-banner-item_conteudo{
	max-width: 100%;
	width: 520px;
}

.wq-banner-item h1{
	font-size: 60px;
	font-weight: 700;
	color: #d6cc70;
	margin-bottom: 0px;
}

.wq-banner-item h3{
	font-size: 40px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 25px;
}
.wq-banner-item p{
	color: #fff;
}

/*** BANNER ***/

/*** wq-indica ***/

.wq-indica{
	padding: 100px 0;
	overflow-x: hidden;
}
.wq-indica_conteudo h3{
	margin-bottom: 22px;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
}

.wq-indica_video{
	position: relative;
}
.wq-indica_video:before,
.wq-indica_video:after{
	width: 200%;
	height: 200px;
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	border-radius: 5px;
}
.wq-indica_video:before{
	background-color: #252525;
	left: calc(100% - 370px);
	bottom: -48px;
}
.wq-indica_video:after{
	left: calc(100% - 110px);
	bottom: -18px;
	background-color: #252525;
}
.wq-indica_video iframe{
	display: block;
	width: 100%;
}

/*** wq-indica ***/

/*** wq-nariz ***/

.wq-nariz{
	padding: 90px 0;
}
.wq-nariz_conteudo{
	color: #fff;
	position: relative;
	margin-top: 40px;
}
.wq-nariz_conteudo:before{
	display: block;
	content: '';
	z-index: -1;
	position: absolute;
	right: -40px;
	top: -40px;
	width: 250%;
	height: calc(100% + 80px);
	border-radius: 5px;
	background-color: #252525;
}

.wq-nariz_conteudo h2{
	margin-bottom: 20px;
	color: #fff;
}
.wq-nariz_conteudo p{
	color: #fff;
}

.wq-nariz_carousel{
	padding-left: 50px;
}

.wq-nariz_carousel-item{
	text-align: center;
	padding: 20px 20px 25px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid #ed1c24;
}
.wq-nariz_carousel-item figure img{
	display: block;
	margin: 0 auto 20px;
	width: 135px;
	max-width: 100%;
}

.wq-nariz_carousel-item h3{
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
}
.wq-nariz_carousel-item p{
	font-size: 15px;
	margin-bottom: 0;
}

.wq-nariz_carousel .swiper-pagination{
	position: initial;
	margin-top: 30px;
}

/*** wq-nariz ***/

/*** wq-cta ***/

.wq-cta_box{
	padding: 40px 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
}

.wq-cta_titulo{
	max-width: 450px;
}

.wq-cta_box h2{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 0;
	color: #fff;
}
.wq-cta_box p{
	margin: 12px 0 0;
	color: #fff;
}

.wq-cta form{
	display: grid;
	gap: 10px;
	grid-template-columns: 4fr 4fr 3fr;
}
.wq-cta form input{
	position: relative;
    display: block;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1.25;
    color: #252525;
    padding: 10px 20px;
    border-radius: 3px;
    background: #fff;
    transition: all 300ms ease;
    border: none;
}

.wq-cta_full{
	text-align: center;
	padding: 80px 0;
}
.wq-cta_full h2{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
}


/*** wq-cta ***/

/*** wq-sobre ***/

.wq-sobre{
	padding: 90px 0;
}

.wq-sobre_box{
	padding: 30px;
	border-radius: 10px;
	background-color: #252525;
	box-shadow: 10px 10px 0px 0px #8a2f2f;
}
.wq-sobre_video iframe{
	display: block;
	width: 100%;
}

.wq-sobre_doutor{
	margin-top: 22px;
}
.wq-sobre_doutor h2{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #fff;
}
.wq-sobre_doutor p{
	color: #fff;
	margin-bottom: 0px;
}

.wq-sobre_conteudo{
	color: #fff;
}

.wq-sobre_conteudo p{
	color: #fff;
}

.wq-sobre_conteudo blockquote{
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
}


/*** wq-sobre ***/

/*** wq-detalhes ***/

.wq-detalhes{

}
.wq-detalhes_tabs .nav-tabs{
	border-bottom: 1px solid #ed1c24;
}
.wq-detalhes_tabs .nav-tabs li{
	cursor: pointer;
}
.wq-detalhes_tabs .nav-tabs .tabs-btn{
	font-size: 18px;
	font-weight: 500;
	color: #686868;
	padding: 5px 20px 5px;
	display: block;
	cursor: pointer;
	border-bottom: 5px solid transparent;
	transition: all .35s ease;
}
.wq-detalhes_tabs .nav-tabs .tabs-btn.active{
	color: #202126;
	border-bottom: 5px solid #ed1c24;
}

.wq-detalhes_tab-conteudo{
	padding: 40px 20px;
}

/*** wq-detalhes ***/

/*** wq-avaliacoes ***/

.wq-avaliacoes{
	padding: 90px 0;
}

.wq-avaliacoes_conteudo{

}

.wq-avaliacoes .wp-gr.wpac,
.wq-avaliacoes .wp-gr .grw-row,
.wq-avaliacoes .wp-gr .grw-content{
	width: 100% !important;
}

.wq-avaliacoes .grw-review-inner.grw-backgnd{
	border-radius: 5px !important;
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,.07) !important;
}
.wq-avaliacoes .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd{
	background-color: #fff !important;
}

.wq-avaliacoes .wp-gr .grw-dot.active{
	background-color: #ed1c24;
}

/*** wq-avaliacoes ***/

/*** wq-maisinfo ***/

.wq-maisinfo{
	padding: 80px 0;
	background-color: #f0f0f0;
}

.wq-maisinfo_video-img{
	text-align: center;
}
.wq-maisinfo_video-img figure img,
.wq-maisinfo_video-img iframe{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

/*** wq-maisinfo ***/

/*** wq-localizacao ***/

.wq-localizacao{
	overflow: hidden;
}
.wq-localizacao iframe{
	width: 100%;
	height: 100%;
	display: block;
}
.wq-localizacao_conteudo{
	padding: 50px 60px 50px 30px;
}
.wq-localizacao_conteudo .wq-titulo_1{
	margin-bottom: 20px;
}
.wq-localizacao_conteudo form{
	margin-top: 40px;
}
.wq-localizacao_conteudo input,
.wq-localizacao_conteudo textarea{
	margin-bottom: 12px;
}
.wq-localizacao_conteudo textarea{
	height: 90px;
}
.wq-localizacao_conteudo button{
	border: none;
}

/*** wq-localizacao ***/

/*** wq-contato ***/

.wq-contato{
	position: relative;
}

.wq-contato:before,
.wq-contato:after{
	display: block;
	content: '';
	z-index: -1;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
}
.wq-contato:before{
	top: 0px;
	background-color: #8a2f2f;
}
.wq-contato:after{
	bottom: 0px;
	background-color: #252525;
}

.wq-contato_conteudo{
	display: grid;
	align-items: center;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	height: 100%;
}

.wq-contato_titulo{
	color: #fff;
	padding: 30px 0;
}
.wq-contato_titulo h2{
	color: #fff;
	margin-bottom: 20px;
}
.wq-contato_titulo p{
	max-width: 530px;
	color: #fff;
	margin-bottom: 0;
}



.wq-contatos{
	padding: 36px 0;
}

.wq-contatos h3{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.wq-contatos_list{
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 25px;
}
.wq-contatos_list li a{
	display: flex;
	align-items: center;
	color: #fff;
}

.wq-contatos_list li a > span{
	font-size: 24px;
	line-height: 1;
	margin-right: 7px;
}
.wq-contatos_list li a div span{
	display: block;
	font-size: 13px;
	line-height: 1;
}
.wq-contatos_list li a div p{
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}



.wq-contato figure img{
	display: block;
	width: 100%;
}

/*** wq-contato ***/

/*** wq-depoimentos ***/

.wq-depoimentos{
	padding: 90px 0;
}

.wq-depoimentos_carousel-item figure img{
	display: block;
	width: 100%;
}

.wq-depoimentos .swiper-button-next,
.wq-depoimentos .swiper-button-prev{
	color: #d6cc70;
}

/*** wq-depoimentos ***/

/*** footer ***/

.wq-footer{
	margin-top: 75px;
}

.wq-footer-top{
	padding: 75px 0;
	background-color: #252525;
}

.wq-footer-top h4{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}

.wq-footer-top .logo img{
	display: block;
	height: 60px;
}
.wq-footer_info{
	margin-top: 25px;
}
.wq-footer_info h2{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.wq-footer_info p{
	color: #fff;
	margin-bottom: 0px;
}


.wq-footer_menu li{margin-bottom: 10px;}
.wq-footer_menu li:last-child{margin-bottom: 0px;}
.wq-footer_menu li a{
	color: #fff;
}
.wq-footer_menu li a:hover{
	color: #ed1c24;
}

.wq-footer_contatos{
	margin-bottom: 30px;
}

.wq-footer_contatos li{margin-bottom: 10px;}
.wq-footer_contatos li:last-child{margin-bottom: 0px;}

.wq-footer_contatos li a{
	color: #fff;
}
.wq-footer_contatos li a:hover{
	color: #ed1c24;
}

.wq-footer .wq-btn{
	width: 100%;
	text-align: center;
}

.copyright{
	background-color: #222026;
	text-align: center;
	padding: 15px 0;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #ddd;
}
.copyright p{
	margin-bottom: 0;
}

/*** footer ***/

/*** wq-whatsapp_btn ***/

.wq-whatsapp_btn{
	position: fixed;
	right: 15px;
	bottom: 15px;
	height: 60px;
	width: 60px;
	color: #fff;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #4dc247;
	z-index: 99;
}
.wq-whatsapp_btn:before{
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: rgba(77, 194, 71,.7);
	animation: whatsapp 2s infinite 2s alternate;
}

@keyframes whatsapp{
	from{
		opacity: .3;
		transform: scale(1);
		box-shadow: 0px 0px 0px #4dc247;
	}
	to{
		opacity: .7;
		transform: scale(1.25);
		box-shadow: 0px 0px 20px #4dc247;
	}
}

/*** wq-whatsapp_btn ***/


