/*
Theme Name: Divinne
Theme URI: https://www.divinne.com.br/
Description: Template para site Divinne
Author: Rusvel Nantes 
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.grecaptcha-badge {
	opacity:0 !important;
	visibility: collapse !important;  
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input, textarea, select {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
.menu, #nav li, #nav a, footer a, form input.wpcf7-submit, .social a, #scrollTop, .slick-prev, .slick-next, .slick-dots li button, .tabs li, .contato a, h3.accordion-toggle, .produtoBtn {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
body {
	background: #fff;
	color: #686868;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.fa-phone {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
h1 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 2px;
	font-weight: 500;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	clear: both;
	margin-bottom: 50px;
}

h2 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
}
h3 {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	font-weight: 700;
	color: #9c0059;
	text-transform: uppercase;
	position: relative;
}
section {
	padding: 0 20px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 2;
}
a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #9c0059;
}
p, .video {
	margin-bottom: 20px;
}
/* botão topo */
#scrollTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 500;
	font-size: 18px !important;
	display: none;
	background: #999;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#scrollTop:hover {
	background: #1391ad;
}
.error404 #scrollTop {
	display: none !important;
}
/* formulario */
#formulario {
	overflow: hidden;
	max-width: 850px;
	margin: 0 auto 30px auto;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #666;
}
:-moz-placeholder { /* Firefox 18- */
	color: #666;
}
form {
	overflow: hidden;
	clear: both;
}
form input[type='text'], form input[type='file'], form input[type='email'], form input[type='date'], form input[type='tel'], textarea, select,  form input[type='url']  {
    width: 100%;
	-webkit-appearance: none;
    color: #333;
    background-color: #fff;
	border: 1px solid #ccc;
    font-size: 13px;
	height: 40px;
	line-height: 40px;
    padding: 0 10px;
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
textarea {
	height: 140px;
	resize: none;
	line-height: 20px;
	padding: 10px;
}
label {
	display: block;
	clear: both;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
form input[type='text'].wpcf7-not-valid, form input[type='email'].wpcf7-not-valid, form input[type='date'].wpcf7-not-valid,  form input[type='tel'].wpcf7-not-valid, form textarea.wpcf7-not-valid, .wpcf7 select.wpcf7-not-valid, form input[type='file'].wpcf7-not-valid, form input[type='url'].wpcf7-not-valid {
	background-color: #FFC;
	border-color: #C00;
}

form input.wpcf7-submit {
    padding: 0 !important;
	margin: 0 0 20px 0 !important;
	float: right;
	border: 0 !important;
	cursor: pointer;
	width: 100px;
	height: auto;
	line-height: 40px;
	display: block;
	overflow: hidden;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
	color: #fff !important;
	background: #b65581;
}
form input.wpcf7-submit:hover {
	background: #9c0059;
}
form p, .wpcf7-checkbox {
	overflow: hidden;
	margin: 0;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7 .ajax-loader {
	padding: 0 !important;
	margin-top: 0 !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 40px !important;
	width: 40px !important;
	float: left !important;
	background-color: #fff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.wpcf7-response-output {
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: normal !important;
	margin: 0 0 20px 0 !important;
	padding: 10px !important;
	clear: both;
	color: #fff !important;
	text-align: center;
}
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
}
header:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 65px;
	background: #fff;
	z-index: 1;
	width: 100%;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
.bgBranco {
	background: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}
#logo {
	display: block;
	float: left;
	-moz-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s;
}
.fa-bars  {
	color: #9c0059;
	font-size: 26px;
	line-height: 65px !important;
	height: 65px;
	cursor: pointer;
	float: right;
}
.menu {
	display: none;
	position: relative;
	clear: both;
	text-transform: uppercase;
	overflow: hidden;
}
#nav {
	margin-bottom: 20px;
	overflow: hidden;
}
#nav li {
	display: block;
	overflow: hidden;
	text-align: right;
	margin-bottom: 20px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 500;
}
#nav a:link, #nav a:visited {
	color: #4b4b4b;
}
#nav a:hover, #nav a:active {
	color: #00718f;
}
#nav li.current a {
	color: #4b4b4b;
}
/* social */
.social {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.social .fab {
	font-size: 20px;
	overflow: hidden;
}
.social li {
	margin: 0 0 0 20px;
	overflow: hidden;
}
.social a:link, .social a:visited {
	color: #b65581;
}
.social a:hover, .social a:active {
	color: #00718f;
}
/* rodape */
footer {
	background: #212121;
	padding: 30px 0;
	text-align: center;
}
#unitri {
	display: block;
	margin: 0 auto;
	width: 18px;
}
#unitri img {
	display: block;
	width: 100% !important;
	height: auto !important;
}
.foto {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 220px;
	height: 220px;
	margin: 0 auto 10px auto;
	display: block;
	clear: both;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #15aebc;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.conteudo {
	padding: 115px 0 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	margin-top: -65px;
}
/* contato */
#contato-localizacao {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	z-index: 6;
}
#contato-localizacao a:link, #contato-localizacao a:visited {
	color: #fff;
}
#contato-localizacao a:hover, #contato-localizacao a:active {
	color: #ccc;
}
.contato {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
}
#mapa {
	position: relative;
	height: 350px;
    overflow: hidden;
	width: 100%;
}
#mapa  iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
	z-index: 1;
	pointer-events: none;
}
.bloco {
	overflow: hidden;
}
/* especialidades */
#especialidades {
	z-index: 7;
	background: #fff;
}
.tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 102%;
	margin-bottom: 20px;
	overflow: hidden;
}
.tabs li {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.tabs li.active {
	border-color: #1391ad;
}
.tabs li a {
	color: #9c0059 !important;
	display: block;
	padding: 15px 5px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.tabs li:hover {
	background: #f1f1f1;
}
.tab_content, .accordion-content {
	display: none;
}
h3.accordion-toggle {
	position: relative;
	cursor: pointer;
	padding-left: 18px;
}
h3.accordion-toggle:hover {
	color: #1391ad;
}
h3.accordion-toggle.ativo {
	color: #00718f;
}
h3.accordion-toggle .fa-chevron-down, h3.accordion-toggle .fa-chevron-right {
	position: absolute;
	left: 0;
	top: 1px;
	height: 20px;
	line-height: 20px !important;
	font-size: 15px;
}
h3.accordion-toggle.ativo .fa-chevron-right, h3.accordion-toggle .fa-chevron-down {
	display: none;
}
h3.accordion-toggle.ativo .fa-chevron-down {
	display: block;
}
.accordion-content {
	font-size: 14px;
	font-weight: 500;
}
/* equipe */
#equipe {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	z-index: 8;
}
.profissional {
	overflow: hidden;
	margin-bottom: 30px;
}
/* a divinne */
#a-divinne {
	text-align: center;
	background: #fff;
	z-index: 9;
}
#a-divinne h1, #especialidades h1 {
	color: #9c0059;
}
.icone {
	display: block;
	margin: 0 auto 20px auto;
}
#a-divinne  .bloco {
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 500;
}
.center {
	overflow: hidden;
	max-width: 360px;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin: 0 auto;
}
.center strong {
	font-weight: 700;
}
/* home */
#home {
	border-top: 65px solid #fff;
	text-align: center;
	color: #fff;
	padding: 90px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 10;
	position: relative;
}
.error404 #home {
	border: 0;
	padding: 100px 0 50px 0;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.error404 h1 {
	margin-bottom: 20px;
}
#home p {
	max-width: 380px;
	margin: 0 auto 30px auto;
}
.error404 #home p {
	max-width: 300px;
}
#boxLogo {
	width: 220px;
	height: 220px;
	margin: 0 auto 30px auto;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#boxLogo img {
	width: 150px !important;
	height: auto !important;
	display: block;
	margin-bottom: 20px;
}
#home .contato {
	color: #38002e;
	text-align: center;
	margin-bottom: 50px;
}
#home a:link, #home a:visited {
	color: #38002e;
}
#home a:hover, #home a:active {
	color: #fff;
}
.setaDown .fa-chevron-down {
	color: #fff;
	width: 50px;
	height: 50px;
	font-size: 25px;
	line-height: 50px !important;
	text-align: center !important;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	bottom: 15px;
	left: 50%;
	margin-left: -25px;
	animation: bounce 0.7s infinite alternate ease-in-out;
	-webkit-animation:  bounce 0.7s infinite alternate ease-in-out;
	-moz-animation:  bounce 0.7s infinite alternate ease-in-out;
	-o-animation:  bounce 0.7s infinite alternate ease-in-out;
    animation:  bounce 0.7s infinite alternate ease-in-out;
}
@keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-o-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-moz-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}
@-webkit-keyframes bounce {
	from { transform: translate3d(0, 0, 0);     }
	to   { transform: translate3d(0, 10px, 0); }
}

@media only screen 
and (min-width : 480px) {

}
@media only screen 
and (min-width : 640px) {
.tabs li {
	width: 23%;
}
#profissionais, .blocos {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#profissionais {
	justify-content: center
}
.profissional {
	width: 44%;
	margin: 0 3%;
	margin-bottom: 30px;
}
.bloco {
	width: 45%;
}
#formulario .bloco {
	width: 49%
}
.tabs li {
	font-size: 13px;
	line-height: 16px;
}
}
@media only screen 
and (min-width : 1024px) {
.profissional h2 {
	max-width: 300px;
	margin: 0 auto 10px auto;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#logo {
	display: none;
}
.bgHeader #logo {
	display: block;
}
.fa-bars {
	display: none !important;
}
.menu {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	float: none;
	position: relative;
	clear: none;
	margin: 0;
}
#nav, .social {
	float: left;
	clear: none;
	height: 65px;
	line-height: 65px;
	margin: 0;
}
.social .fab {
	height: 65px;
	line-height: 65px !important;
}
#nav li {
	float: left;
	margin: 0 80px 0 0;
	clear: none;
	position: relative;
	height: 65px;
	line-height: 65px;
}
.bgHeader .menu {
	float: right;
}
.bgHeader #nav li {
	margin-right: 40px;
}
#equipe, #contato-localizacao  {
	background-attachment: fixed;
}
h1 {
	font-size: 34px;
	line-height: 38px;
}
h2 {
	font-size: 24px;
	line-height: 28px;
}
#nav li.current:after {
	position: absolute;
	bottom: 13px;
	height: 3px;
	width: 100%;
	content: "";
	z-index: 1;
	background: #b65581;
	display: block;
}
#home {
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bgBranco {
	background: none;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
}