@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('site-icons/flaticon.css');

/*

cor #1e1836

*/

body{
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Ubuntu', 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: #1e1836;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Ubuntu', sans-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: #1e1836;
}
.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 #fff;
}
.wq-btn_02:hover{
	color: #fff;
	border-color: #1e1836;
	background-color: #1e1836;
}

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

/*** BTNS ***/

/*** titulo ***/

.wq-titulo_1{
	display: flex;
	align-items: center;
	color: #1e1836;
	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: #1e1836;
}
.wq-subtitulo_1 {
	margin-bottom: 22px;
	font-size: 20px;
	color: #1e1836;
}

.wq-destacado{
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	width: 100%;
	margin-bottom: 30px;
	background-color: #191919;
}
.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: #1e1836;
}

/*** MIDIAS SOCIAS ***/

/*** HEADER ***/

.wq-header{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 12px 0;
	z-index: 9999;
	background-color: transparent;
}
.wq-header.header_fixo{
	background-color: #fff;
	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: 68px;
}

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

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

.wq-header .header-nav ul li a.nav-link{
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #222;
	padding: 0;
	transition: all .35s ease;
}
.wq-header .header-nav ul li a.nav-link:hover{
	color: #1e1836;
}
.others-links {
	margin-left: 45px;
}


/*** HEADER ***/

/*** BANNER ***/

.wq-banner{
	position: relative;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-color: #000;
}
.wq-banner figure.banner_mobile{
	display: none;
}

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


.wq-banner-item {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0px 0 150px;
}

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

.wq-banner-item h1{
	letter-spacing: 0.035em;
	line-height: 1.1;
	font-size: 44px;
	color: #fff;
	max-width: 390px;
	margin-bottom: 12px;
}

.wq-banner-item h3{
	font-weight: 400;
	font-size: 40px;
	color: #fff;
	margin-bottom: 25px;
}
.wq-banner-item p{
	color: #fff;
	max-width: 345px;
	margin-bottom: 30px;
}
.wq-banner-item a{
	font-size: 18px;
	animation: transform-shake 5000ms linear 0ms infinite normal;
	background-color: #B19D62;
}
.wq-banner-item a:hover{
	animation: none;
	background-color: #B19D62;
}
@keyframes transform-shake{
	0% { transform: rotate(0deg); }
	10% { transform: rotate(0deg) translate(-10px,0px); }
	20% { transform: rotate(0deg) translate(10px,0px); }
	30% { transform: rotate(0deg) translate(-10px,0px); }
	40% { transform: rotate(0deg) translate(10px,0px); }
	50% { transform: rotate(0deg) translate(-10px,0px); }
	60% { transform: rotate(0deg) translate(10px,0px); }
	70% { transform: rotate(0deg) translate(-10px,0px); }
	80% { transform: rotate(0deg) translate(10px,0px); }
	90% { transform: rotate(0deg) translate(-10px,0px); }
	100% { transform: rotate(0deg) translate(0px,0px); }
}

/*** BANNER ***/

/*** vantagens ***/

.vantagens{
	padding: 90px 0;
	background-color: #000;
}
.vantagens .row:first-child{
	margin-bottom: 80px;
}
.vantagens_titulo h3{
	text-align: right;
	line-height: 0.95;
	font-size: 46px;
	color: #B19D62;
	max-width: 380px;
	margin: 0 0 0 auto;
}
.vantagens_titulo h3 span{
	color: #fff;
	display: block;
}
.vantagens_conteudo{
	max-width: 456px;
}
.vantagens_conteudo p{
	line-height: 1.1;
	font-size: 20px;
	color: #fff;
}
.vantagens_conteudo p strong{
	color: #B19D62;
}


.vantagens_box{
	text-align: center;
}
.vantagens_box h2{
	line-height: 1.25;
	font-size: 19px;
	color: #B19D62;
	max-width: 212px;
	margin: 10px auto 5px;
}
.vantagens_box p{
	color: #fff;
	font-size: 15px;
}

.vantagens_box-btn{
	margin-top: 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	color: #B19D62;
	padding: 8px 22px;
	border-radius: 30px;
	border: 1px solid #B19D62;
	transition: all .35s ease;
}
.vantagens_box-btn:hover{
	color: #000;
	background-color: rgba(177, 157, 98, .75);
}


/*** vantagens ***/

/*** wq-indica ***/

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

.wq-indica_video{
	box-shadow: 0px 15px 30px -8px rgba(0, 0, 0, .5);
}

.wq-indica_video iframe,
.wq-indica_video img{
	display: block;
	width: 100%;
}

/*** wq-indica ***/

/*** wq-nariz ***/

.wq-nariz{
	padding: 110px 0 70px;
}
.wq-nariz_conteudo{
	color: #fff;
	position: relative;
}
.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: #1e1836;
}

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

.wq-nariz_carousel-item{
	display: block;
	text-align: center;
	padding: 20px 15px 25px;
	width: 100%;
	border-radius: 5px;
	border: 2px solid #1e1836;
}
.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: 'Ubuntu', sans-serif;
	margin-bottom: 15px;
}
.wq-nariz_carousel-item p{
	font-size: 15px;
	margin-bottom: 0;
}

.wq-nariz_carousel-item a{
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
	padding: 8px 15px;
	display: inline-block;
	border-radius: 30px;
	transition: all .35s ease;
}
.wq-nariz_carousel-item a:first-of-type{
	color: #B19D62;
	border: 1px solid #B19D62;
}
.wq-nariz_carousel-item a:first-of-type:hover{
	color: #fff;
	background-color: #B19D62;
}
.wq-nariz_carousel-item a:last-of-type{
	color: #4dc247;
	border: 1px solid #4dc247;
}
.wq-nariz_carousel-item a:last-of-type:hover{
	color: #fff;
	background-color: #4dc247;
}


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


.wq-nariz_conteudo.inverted:before{
	left: -40px;
	right: auto;
}


/*** 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: 'Ubuntu', 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 ***/

/*** wq-sobre ***/

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

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

.wq-sobre_doutor{
	margin-top: 22px;
}
.wq-sobre_doutor h2{
	font-family: 'Ubuntu', 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 #1e1836;
}
.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 #1e1836;
}

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

/*** wq-detalhes ***/

/*** 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: #1e1836;
}
.wq-contato:after{
	bottom: 0px;
	background-color: #191919;
}

.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: 'Ubuntu', 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 ***/

/*** footer ***/
.selo__atom img{
	max-height: 60px;
	margin: 20px 0;
}
.wq-footer{
	margin-top: 75px;
}

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

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

.wq-footer-top .logo img{
	display: block;
	height: 92px;
}
.wq-footer_info{
	margin-top: 25px;
}
.wq-footer_info h2{
	font-family: 'Ubuntu', 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: #B19D62;
}

.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: #B19D62;
}

.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 ***/

/*** equipe ***/

.wq-equipe{
	padding: 40px 0 40px;
	position: relative;
	background-color: #fff;
}

.wq-equipe .row{
	justify-content: center;
}

.wq-equipe .wq-titulo_1{
	margin-bottom: 65px;
}

.wq-time-box{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: ease-in-out .5s;
	text-align: center;
}
.wq-equipe.efeito .wq-time-box{
	opacity: 1;
	transform: translateX(0);
}
.wq-time-box figure{
	padding: 2px;
	width: 100%;
	height: auto;
	position: relative;
}
.wq-time-box figure img{
	background-color: #fff;
	border-radius: 15px;
	width: 100%;
	height: 450px;
}
.wq-time-box figure figcaption{
	position: relative;
	background: #fff;
	margin: -80px 30px 50px;
	padding: 25px 25px;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
}

.wq-time-box .wq-btn{
	width: auto;
	margin: 15px 0 0;
}
.wq-time-box .wq-btn::after{
	display: none;
}

.wq-equipe .wq-grid_2 {
	max-width: 770px;
	margin: 0 auto;
	row-gap: 50px;
}
.wq-time-box h2{
	font-size: 20px;
	color: #252529;
	font-weight: 600;
	margin-bottom: 5px;
}

.wq-time-box figcaption > span{
	font-size: 16px;
	color: #484848;
}

/*** equipe ***/



.wq-equipe .wq-midias-sociais,
.wq-equipe_info .wq-midias-sociais{
	display: flex;
	margin-top: 20px;
	margin-bottom: -10px;
}
.wq-equipe .wq-midias-sociais{
	justify-content: center;
	align-items: center;
}



.wq-equipe_resumo{
	padding: 0px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}





.wq-equipe_info figure{
	padding: 1px;
	background-image: linear-gradient(to right, #005983, #0e1338);
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 20px;
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 25px;
}

.wq-equipe_info figure img{
	overflow: hidden;
	border-radius: 50%;
	display: block;
	width: 155px;
	height: 155px;
}


.wq-equipe_info span{
	color: #024c79;
	 font-weight: 800;
}
.wq-equipe_info{
	width: 1110px;
	max-width: 100%;
	max-height: 90vh;
	padding: 30px 20px;
	background-color: #fff;
}

.wq-equipe_info figure{
	width: 200px;
	height: 200px;
	margin: 0;
}

.wq-equipe_info figure img{
	width: 195px;
	height: 195px;
}


.wq-equipe_info h2{
	font-size: 22px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
}
.wq-equipe_info p{
	text-align: justify;
	position: relative;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 400;
	margin-top: 20px;
}
/*** wq-equipe ***/

/***** breadcrumbs *****/

.wq-breadcrumbs{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 160px 0 40px;
}
.wq-breadcrumbs:before{
	content: '';
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 24, 54,.75);
	background-color: rgba(250, 250, 250,.75);
}
.wq-breadcrumbs .container{
	position: relative;
	z-index: 3;
}
.wq-breadcrumbs .container .row{
	flex-direction: column;
	margin: 0;
	justify-content: flex-start;
}
.wq-breadcrumbs p{
	text-transform: uppercase;
	color: #1e1836;
	margin-top: 10px;
	font-size: 14px;
}
.wq-breadcrumbs h1{
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1e1836;
}

/***** breadcrumbs *****/

/*** 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 ***/


