/*
Theme Name: VixFace
Theme URI: vixface.com.br
Author: Félix Zanetti
Author URI: responsaweb.com.br
Description: Tema para o site Vixface
Version: 1.0

*/
*{
	font-family: 'Lato', sans-serif;
}

body{
	background-color: #FCFCFC;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}

a{
	color: inherit;

}

a:hover{
	text-decoration: none;
	color: inherit;
}

.img-responsive{
	width: 100%;
	height: auto;
}

.service-image{
	background-size: cover;
	background-position: center center;
	z-index: 9!important;
}

.flex-align {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.transition-fade{
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}


#pre-header{
	background-color: #e2e2e2;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.pre-header-content{
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 12px;
	cursor: default;

}

.pre-header-content img{
	max-width: 20px;
	opacity: 0.4;
}

.header-phone{
	font-weight: bold;
}

.header-address > div{
	display: inline-block;
	cursor: default;
}

.social-facebook:hover{
	color: #3b5998;
}

.social-instagram:hover{
	color: #9b6954;
}
.social-instagram{
	margin-left: 10px;
}

.col-services{
	padding: 90px 0px 90px 0px;
	text-align: center;
	z-index: 99;
	/*min-height: 300px;*/
}

.service-descrition{
	display: grid!important;
	font-size: 14px;
	background-color: #fcfcfc;

}
.service-title{
	text-transform: uppercase;
	font-size: 60px;
	font-weight: 100;
	line-height: normal;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: .4rem;
}

.service-title>div{
	/*padding-left: 10%;*/
	/*padding-right: 10%;*/
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}


.service-text, .service-content{
	height: 100%;
	align-items: flex-start!important;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	letter-spacing: .2rem;
}


.service-image>span{
	width: 100%!important;
	height: 100%;
	text-align: center;
	color:#ffffff;
	margin-top: auto;
	margin-bottom: auto;
	display:none;
	align-items: center;
	z-index: 9999;
}

.row-services-hover-layer{
	/*width: calc(100%*2);*/
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
	top: 0;
	opacity: 0.4;
	display: none;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

.row-services:hover .row-services-hover-layer{
	display: inherit;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

.row-services:hover .service-image>span{
	display: grid;
	z-index: 99999;
}

.service-line{
	background-color: #000000;
	width: 70%;
	margin-left: 45%;
	/*position: absolute;*/
	z-index: 99;
	/*top:40%;*/
	-webkit-transition: all 0.8s ease-in-out; 
	-moz-transition: all 0.8s ease-in-out; 
	-ms-transition: all 0.8s ease-in-out; 
	-o-transition: all 0.8s ease-in-out; 
	transition: all 0.8s ease-in-out;
}

.row-services:hover .service-line{
	/*width: 80%;*/
	margin-left: 60%;
	-webkit-transition: all 0.8s ease-in-out; 
	-moz-transition: all 0.8s ease-in-out; 
	-ms-transition: all 0.8s ease-in-out; 
	-o-transition: all 0.8s ease-in-out; 
	transition: all 0.8s ease-in-out;
}

.service-line.right{
	/*margin-right: 50%!important;*/
	margin-left: -20%;
}

.row-services:hover .service-line.right{
	/*width: 80%;*/
	/*margin-right: 65%!important;*/
	margin-left: -35%!important;
}

#footer{
	background-color: #cccccc;
	color: #000000;
	font-size: 10px;
	text-align: center;
	font-weight: 300;
	padding-top: 20px;
	padding-bottom: 20px;
}

.col-team{
	padding: 0px!important;
	text-align: center;
	background-size: cover;
	background-position: center center;
	height: 420px;
}

.team-resume{
	/*padding:10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	display: grid!important;
	opacity: 0;
	background-color: #8e8e8e;
	position: absolute;
	width: 100%;
	/*height: 420px;*/
	z-index:1;
	color: #000000;
	cursor: default;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}

.team-resume:hover{
	opacity: 0.85;
	-webkit-transition: all 0.5s ease-in-out; 
	-moz-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;
}

.team-img{
	position: relative;
	z-index: 2;
}

.col-team-img{
	display: none;
}

.team-img:hover{
	/*opacity: 0.1;*/
}
.team-resume-name, .team-resume-description{
	max-width: 70%;
	margin-right: auto;
	margin-left: auto;

}
.team-resume-name{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
}

.team-resume-line{
	background-color: #444444;
	width: 30%;
	/*margin-top: 0px!important;*/
	margin-bottom: 0px!important;
}

.team-resume-description{
	font-weight: 300;
	font-size: 14px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	line-height: 26px;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.team-resume-more{
	z-index: 1000;
	font-weight: normal;
	font-size: 14px;
	margin-top: 20px;
	cursor: pointer!important;
}

.team-description{
	display: grid!important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.team-description-title{
	font-size: 76px;
	font-weight: 200;
	text-transform: uppercase;
}

.team-description-text{
	height: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 26px;
	margin-top: 20px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.row-contact{
	background-color: #e2e2e2;
}

.col-contact{
	padding: 0px!important;
	text-align: center;
	/*height: 300px;*/
}

.contact-description{
	padding-top: 75px!important;
	padding-bottom: 75px!important;
	height: 100%;
}

.contact-title{
	font-size: 76px;
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact-text, .contact-phone, .contact-address{
	/*padding-left: 30px;*/
	/*padding-right: 30px;*/
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 15px;
	max-width: 475px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}

.contact-form{
	padding:20px!important;
}


.col-item-cirurgia{
	padding: 0px!important;
	text-align: center;
	/*background-size: cover;*/
	/*background-position: center center;*/
	/*height: 420px;*/
}

.item-cirurgias{
	padding:10px;
	display: grid!important;
	/*opacity: 0.5;*/
	/*background-color: rgba(255,255,255,0.7);*/
	/*position: absolute;*/
	width: 100%;
	height: 100%;
	z-index:1;
	color: #000000;
	background-size: cover;
	background-position: center center
	filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    /*filter: url(resources.svg#desaturate); /* Gecko */*/
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
     
}

.item-cirurgias:hover {
	filter: grayscale(0%); /* Current draft standard */
    -webkit-filter: grayscale(0%); /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%); 
    -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */ 
    /*filter: url(resources.svg#desaturate); /* Gecko */*/
    filter: initial; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
}


.item-cirurgia-name{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 36px;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	/*padding-left: 10%;*/
	/*padding-right: 10%;*/
	/*cursor: default;*/
}

.item-cirurgia-img{
	opacity: 0.2;
	-webkit-filter: grayscale(100%);
  	/* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
}

.col-equipe{
	opacity: 1!important;
	-webkit-filter: grayscale(0%)!important;
  	 /*Safari 6.0 - 9.0 */
  	filter: grayscale(0%)!important;

}

.item-cirurgia-more{
	z-index: 1000;
	font-weight: 400;
	font-size: 16px;
	display: none;
	/*position: absolute;*/
	width: 100%;
	/*bottom: 10%;*/	
	font-weight: bold;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;

}

.item-cirurgias:hover .item-cirurgia-name{
	font-weight: 400;

}
.item-cirurgias:hover .item-cirurgia-more{
	display: inherit;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}


/* ---- CUSTOMIZANDO O FORM ---- */
.col-contact input, .col-contact textarea{
	border: none;
	background-color: #ffffff;
	padding: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 300;
	width: 80%;
	/*width: 490px;*/
}

.col-contact input{
	height: 54px;
}


 .col-contact textarea{
 	height: 145px;
 }

.wpcf7-submit {
	background-color: #e2e2e2!important;
	width: auto!important;
	cursor: pointer;

}

.wpcf7-form p{
	margin-bottom: 5px!important;
}

.wpcf7-response-output{
	margin: 0px!important;
	border: none!important;
	font-weight: 300;
}

.wpcf7-not-valid-tip{
	color: #FF5757!important;
	width: 80%!important;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#contact-form-page input, #contact-form-page textarea{
	background-color: #f1f1f1;
}

#contact-form-page .wpcf7-submit{
	background-color: inherit!important;
}

#contact-form-page{
	padding: 0px!important;
	margin-top: 10px;
	width: 100%!important;
}


/*--- CUSTOMIZANDO ICONS DO SLIDER ---*/
.n2-ss-widget-display-desktop{
	margin-top: -24px!important;
}

/*--- CUSTOMIZANDO O MENU COM IMAGEM ---*/
.item-nao-clicavel{
	cursor: default;
}

.menu{
	/*height: 120px!important;*/
}

.menu>ul{
	margin: 0px!important;
}

.menu>ul>li{
	/*font-weight: 300!important;*/
	font-size: 18px;
}

#home-menu li{
	flex: 1;
	height: 100%;
	font-weight: 300!important;
	font-size: 18px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
}

#home-menu li:not(.has-logo):hover > a > .menu-image-title{
	font-weight: bold;
	border-bottom: 3px solid;
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;

}

#home-menu li:not(.has-logo) .menu-image-title{
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;

}

.sub-menu{
	width: 100%;
	background-color: #f1f1f1!important;
}

.sub-menu li{
	text-align: left!important;

}

.fixed-on-top{
	position: sticky;
	top:0px;
	z-index:9999;
	width: 100%;
}

#home-menu.active.fixed-on-top{
	top:106px!important;
}


#home-menu{
	line-height: 100%;
	justify-content: space-around;
	background-color: #f1f1f1;
	margin-bottom: 0px!important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5)!important;
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5)!important;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5)!important;
	margin-bottom: 4px!important;

}

.has-logo img{
	/*width:120px!important;*/
	/*height: 100px!important;*/
}

.toggle-menu{
	display: none;
}

ul.menu li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

.menu{
	display: flex;
	flex-flow: row;
	align-items: center;
	white-space: nowrap;
}
.menu > li {
	position: relative;
}

.menu>li:not(.has-logo)>a{
	text-transform: uppercase;
	display: block;
	padding:1rem;
}

.menu ul{
	position: absolute;
	z-index: 1010;
	background-color: #fff;
	line-height: 2rem;
	left: -9999px;	
}

.menu ul a{
	font-weight: normal;
	display: block;
	padding: .5rem 1rem;	
}

.menu > li:hover a + ul{
	left: 0;
	top:100%;
}

ul.sub-menu{
	padding-left: 0px!important;
	width: auto;

}

.service-description{
	height: 180px;
}


#contact{
	background-color: #e2e2e2;
}


#main-cirurgia .row{
	margin: 0px;
}
.col-cirurgias{
	padding-left: 0px;
	padding-right: 0px;
	min-height: 180px;
}

#main-cirurgia .service-descrition{
	padding: 70px!important;
}

#main-cirurgia .service-image{
	/*max-height: 475px;*/
	opacity: 0.8;
	-webkit-filter: grayscale(100%);
  	/* Safari 6.0 - 9.0 */
  	filter: grayscale(100%);
  	background-size: cover;
	background-position: center center

}

#main-cirurgia .service-text, #main-cirurgia .service-content{
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
	/*padding-top: 20px;*/
	max-width: 977px!important;
	/*padding-left: 20px;*/
	margin-right: auto;
	margin-left: 0px;
	/*width: 100%!important;*/
	/*text-transform: none!important;*/
}
#main-cirurgia .service-title{
	width: 100%!important;
	max-width: 100%!important;
	padding-left: 0px;
	font-size: 60px;
	font-weight: 200;
	z-index: 999;
	margin-bottom: 30px;
	
}

#main-cirurgia .service-title, #main-cirurgia .service-subtitle, #main-cirurgia .service-content{
	/*padding-left: 20px;*/
	margin-left: 0!important;

}

#main-cirurgia .service-line{
	position: static;
	width: 60%;
}

#main-cirurgia .service-subtitle{
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 46px;
	font-size: 36px;
}

.col-equipe{
	min-height: 466px;
	cursor: default;
	padding-left: 70px;
	padding-top: 70px;
	padding-bottom: 70px;
	/*padding: 10%;*/
}

.team-row{
	min-height: 466px;
}
.equipe-image{
	background-size: cover;
	background-position: center center
}

.equipe-name{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 20px;
	/*padding-left:35px;*/
	/*padding-top: 10px; */
}

.resume-list{
	list-style: none;
	padding-left: 0px;
	/*padding-top: 10px; */
	text-transform: uppercase;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.resume-list > li{
	min-height: 20px;
	margin-bottom: 7px;
}

.resume-list > li:before{
	content: "-";
	/*line-height: 10px;*/
	/*height: 15px;*/
}

.row-par{
	background-color: #ffffff;
}

.col-lattes{
	height: inherit;
	padding: 0px!important;
}
.col-lattes > a{
	width: 100%;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;

}

.contact-label{
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: .2rem;
	font-size: 14px;

}

.col-item-galeria:nth-child(n+9){
	display:none!important	;
}

#mapa{
    height:700px;
    width:100%;
    /*float: left;*/
    bottom: 0px;
    position: absolute;
}

.item-galeria{
	padding:10px;
	display: grid!important;
	width: 100%;
	height: 100%;
	z-index:1;
	color: #000000;
	background-size: cover;
	background-position: center center;
     
}



.galeria-show-more{
	position: absolute;
	display: grid!important;
	/*height: 100%;*/
	width: 100%;
	text-align: center;
	cursor: pointer;
	z-index: 999;
	font-size: 20px;
}

#gallery-images{
	display: none;
}

@media only screen and (max-width: 1200px){
	.service-title{
		font-size: 45px;
	}

	.col-contact input, .col-contact textarea{
		max-width: 80%!important;
	}

}

@media only screen and (max-width: 992px){
	.col-item-galeria:nth-child(n+7){
		display:none!important	;
	}
	#mapa{
	    /*bottom: 0px;*/
	    position: inherit;
	}
	.has-logo{
		display: none;
	}
	.toggle-menu-img{
		max-width: 120px;
	}

	.sub-menu{
		/*display: none;*/
	}

	.toggle-menu{
		text-align: center;
		display: block;
		background-color: #f1f1f1;
		/*color: #fff !important;*/
		padding: 10px;
		-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5)!important;
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5)!important;
		box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5)!important;
	}

	.toggle-menu:hover{
		/*background-color: #f92266;*/
	}

	#home-menu{
		padding: 0px;
	}
	#home-menu li{
		text-align: left;
		/*padding-left: 10px;*/
	}

	.menu{
		display: block;
		width: 100%;
		position: static;
		line-height: 1rem;
		z-index: 1012;
		left: 0;
		top:0;
		/*max-height: 0;*/
		height: 0px;
		overflow: hidden;
	}

	.active{
		height: auto;
		overflow: auto;
		position: sticky;
		top:56px;
		z-index:9999;
	}

	.menu  ul{
		position: static;
		text-indent: 2rem;
		z-index: 1013;
	}

	.service-title{
		font-size: 35px;
		margin-bottom: 20px;
	}
	.service-text{
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.service-line{
		display: none;
	}

	.col-team-img{
		display: inherit;
		background-size: cover;
		background-position: center center;
	}
	.team-img{
		opacity: 0;
	}

	#main-cirurgia .service-descrition{
		padding: 20px!important;
	}

	.col-equipe{
		padding: 20px!important;
	}

	.col-lattes{
		height: 60px!important;
		min-height: 0px;
	}

	#main-cirurgia .service-title{
		margin-bottom: 40px;
		font-size: 60px;
	}

	#main-cirurgia .service-subtitle{
		margin-bottom: 40px;
	}

	.item-cirurgias {
		background-color: rgba(255,255,255,0.0)!important;
	}
	.item-cirurgias .item-cirurgia-more{
		display: inherit;
	}

	.col-cirurgias.service-image, .col-equipe.service-image{
		display: none;
	}

	.team-resume{
		position: static;
		opacity: 1;
	}
	.team-resume:hover{
		opacity: 1;
	}

}

@media only screen and (max-width: 768px){
	.col-item-galeria:nth-child(n+5){
		display:none!important	;
	}
	.header-address{
		display: none;

	}
	.col-service{
		/*height: 150px!important;*/
	}
	.item-cirurgia-name{
		padding-left: 0px;
		padding-right: 0px;
	}

	.equipe-name, .service-content, .resume-list{
		padding-left: 0px!important;
	}

	.col-lattes{
		/*min-height: inherit;*/
		/*padding-bottom: 20px;*/
	}

	.col-team-img{
		min-height: 450px;
	}


}

@media only screen and (max-width: 575px){

	#main-cirurgia .service-title{
		font-size: 36px;
		text-align: center;
	}

	#main-cirurgia .service-subtitle{
		font-size: 28px;
		text-align: center;
	}
	
	#main-cirurgia .service-text, #main-cirurgia .service-content{
		text-align: center;
	}


	.row-services:hover .row-services-hover-layer{
		display: none;
	}

	.service-image>span{
		display: grid;
		z-index: 99999;
	}
	.service-image {
		order: 0!important;
	}

	.item-cirurgia-name{
		font-size: 20px;

	}

	.col-services{
		padding-top: 40px;	
		padding-bottom: 40px;
	}

	.col-services.service-image{
		height: 180px!important	;
	}


	.service-title{
		letter-spacing: .2rem;
	}

	.service-text, .service-content{
		letter-spacing: 0rem;
	}

	.contact-label{
		letter-spacing: 0rem;
	}
}