/*

    Template Name   : Volcano
    Template Author : http://pixelhint.com
    Author Email    : contact@pixelhint.com
    License    		: http://pixelhint.com/license


    *****************************************


    - Fonts
    - Reset Default Foundation Styling
    - Hero
    - Header
    - Services
    - Fancy Button
    - Quote
    - Testimonials
    - Call To Action
    - Google Map
    - Footer
    - Responsive CSS

*/



/*		Fonts		*/

@font-face {
    font-family: 'lato-black';
    src: url('../fonts/lato-black.eot');
    src: url('../fonts/lato-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black.woff') format('woff'),
         url('../fonts/lato-black.ttf') format('truetype'),
         url('../fonts/lato-black.svg#LatoBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-light';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#LatoLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'lato-hairline';
    src: url('../fonts/lato-hairline.eot');
    src: url('../fonts/lato-hairline.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-hairline.woff') format('woff'),
         url('../fonts/lato-hairline.ttf') format('truetype'),
         url('../fonts/lato-hairline.svg#LatoHairline') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#RalewayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-light';
    src: url('../fonts/raleway-light.eot');
    src: url('../fonts/raleway-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-light.woff') format('woff'),
         url('../fonts/raleway-light.ttf') format('truetype'),
         url('../fonts/raleway-light.svg#RalewayLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#RalewayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#RalewaySemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


.text-site{
  color: rgba(0, 0, 0, 0.4);
  font-family: "raleway-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}



/*    Reset Default Foundation Styling    */

.row{
	max-width:1140px;
	padding: 0 20px;
}


.top-bar .toggle-topbar.menu-icon a span::after{
	right: 0;
}

.top-bar .toggle-topbar.menu-icon a{
	padding: 0 2rem 0 0.9375rem;
}


.top-bar,
.top-bar-section li:not(.has-form) a:not(.button),
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section ul li,
.top-bar.expanded .title-area,
.no-js .top-bar-section ul li:hover > a{
	background: transparent;
	height: auto;
	line-height:normal;
	padding: 0;
}


.top-bar .name,
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name span,
.top-bar .name p{
	line-height: normal;
	height: auto;
	font-size: 1.375rem;
}


.top-bar.expanded .toggle-topbar a{
	color: #fbdd90;
}

.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #fbdd90, 0 7px 0 1px #fbdd90, 0 14px 0 1px #fbdd90;
}




/*    Hero    */

.hero{
	width: 100%;
	height: auto;
	background: url('../img/hero.jpg') no-repeat 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	   background-size: cover;
}

.hero .caption{
	padding: 180px 0 180px 0;
}

.hero .caption h2.mean_cap{
	font-family: "lato-black", Helvetica, Arial, sans-serif;
	font-size: 60px;
	color: #fff;
	line-height: 70px;
}

.hero .caption h2.sub_cap{
	font-family: "lato-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	line-height: 70px;
	margin-bottom: 50px;
}


.hero .caption .btn_details span{
	display: inline-block;
	color: #fff;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	letter-spacing: .5px;
	position: relative;
	margin-right: 5px;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 3px;
}

.hero .caption .btn_details .arrow{
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.hero .caption .btn_details:hover .arrow{
	-webkit-transform:translateX(3px);
	    -ms-transform:translateX(3px);
	     -o-transform:translateX(3px);
	        transform:translateX(3px);
}








/*    Header    */

header{
	width: 100%;
	height: auto;
	background: rgba(255,255,255,1);
}

.logo h1.ml{
  text-indent: -999px;
  width:200px;
  height:40px;
  display: inline-block;
  background: url(../img/logo.png) no-repeat center;
}

header nav.top-bar{
	padding: 40px 0;
}

header .top-bar-section ul li a{
	color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 30px;
	letter-spacing: .5px;
}


header .top-bar-section ul li:last-child a{
	margin-right: 0;
}

header .top-bar-section ul li a.active-menu{
  color: #336F7C;
}

header .top-bar-section li:not(.has-form) a:not(.button){
	-webkit-transition:all .2s linear;
	     -o-transition:all .2s linear;
	        transition:all .2s linear;
}

header .top-bar-section li:not(.has-form) a:not(.button):hover{
	color: #336F7C;
}

header ul.right{
  padding-top: 10px;
}



.top-bar .toggle-topbar.menu-icon a {
  color: #6CB2C1;
}
.top-bar .toggle-topbar.menu-icon a span::after{
  box-shadow: 0 0 0 1px #6CB2C1,0 7px 0 1px #6CB2C1,0 14px 0 1px #6CB2C1;
}



/*    Services    */

.features{
  margin-top: -60px;
  text-align: center;
  margin-bottom: 60px;
}


.features .mean_title,
.features .sub_title{
	text-align: center;
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
}


.features .mean_title{
	font-size: 24px;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.features .sub_title{
	font-size: 22px;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-transform: lowercase;
}

.features .services_list{
	margin-top: 100px;	text-align: center;
}

.features .services_list .serv_icon{
	margin-bottom: 60px;
}

.features .services_list p{
	color: #454545;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
}

.features .title{
	color: #235D6B;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
  margin-top: 20px;
}


.btn_holder{
	text-align: center;
}

.features .btn_fancy{
	margin-top: 100px;
}









/*    Fancy Button    */

.btn_fancy{
	display: inline-block;
	position: relative;
	text-align: center;
	color: #454545;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 2px;
	background: transparent;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .text_layer{
	position: relative;
}

.btn_fancy:hover,
.btn_fancy:focus{
	color: #454545;
}


.btn_fancy .border_layer{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #000000;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy .solid_layer{
	position: absolute;
	top: 4px;
	left: -4px;
	width: 100%;
	height: 100%;
	background: #C2D35E;
	border-radius: 2px;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}

.btn_fancy:hover .border_layer{
	-webkit-transform:translate(2px,-2px);
	    -ms-transform:translate(2px,-2px);
	     -o-transform:translate(2px,-2px);
	        transform:translate(2px,-2px);
}
.btn_fancy:hover .solid_layer{
	-webkit-transform:translate(-2px,2px);
	    -ms-transform:translate(-2px,2px);
	     -o-transform:translate(-2px,2px);
	        transform:translate(-2px,2px);
}

.btn_fancy_white_static{
  display: inline-block;
	text-align: center;
	color: #fff;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 36px;
	border-radius: 3px;
  border: 1px dashed #fff;
	background: transparent;
	-webkit-transition:all .2s ease-out;
	     -o-transition:all .2s ease-out;
	        transition:all .2s ease-out;
}




#faq-home{
  padding: 50px 0;
  background: #8DC1CC;
}

.faq-home h2{
  color: #fff;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}

.faq-home ul{
  list-style: none;
    color: white;
}

.faq-home ul li{
  margin-top: 14px;
font-size: 16px;
  font-family: "raleway-light", Helvetica, Arial, sans-serif;
}

.faq-home ul li a{
  color: #fff;
}

.faq-home ul li a:hover{
  color: #fff;
}

#faq-home a.btn_fancy_white_static{
  margin-bottom: 20px;
}

#clinics{
  padding: 50px 0;
}

.clinics h2{
  color: #407B89;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
  margin-bottom: 60px;
}

.clinics-box{
  border: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);;
}

.clinics .clinics-box-content{
      padding: 15px 12px 12px 12px;
}
.clinics .clinics-box h3{
  text-transform: uppercase;
  font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
  color: #204E73;

}

.clinics .clinics-box h4{
  font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 16px;
  color: #204E73;

}

.clinics .clinics-box p{
  font-family: "raleway-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #204E73;
  margin-bottom: 0;
}

.clinics p.intro{
  font-family: "raleway-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0.4);
  line-height: 2.2;
  margin: 60px auto;
  text-align: center;
}

.clinics .clinics-box a.telefone{
  font-family: "raleway-regular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #204E73;
}

.clinics .clinics-box a.linkmapa{
  background: #C2D35E;
    padding: 10px 5px;
    color: white;
    display: block;
    text-align: center;
    font-family: "raleway-bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
}

.clinics .clinics-box a.linkmapa:hover{
  background: #ABBA54;
}
/**    quote    **/

.quote{
	height: auto;
	background: url('../img/bg-quotes.png') no-repeat;
  padding: 50px 0;
	text-align: center;
}

.quote blockquote{
	display:table-cell;
	vertical-align:middle;
  border-left: none;
}

.quote blockquote p{
	color: #204E73;
	font-family: "raleway-light", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	margin: 0;

line-height: 46px;
}


.quote blockquote .strong{
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

.quote hr{
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 1px;
	background-color: #4b4b4b;
}


.quote .author{
	display: block;
	color: #204E73;
	font-family: "raleway-bold", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
	margin: 20px 0 0 0;
}

.imagem-contato{
  padding-top: 50px;
  text-align: center;
}


.imagem-contato h2{
  font-family: "raleway-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #235D6B;
  text-transform: uppercase;
  margin-top: 40px;
}

.imagem-contato img{
  margin-top: 30px;
}


footer{
  background: #204E73;
  height: auto;
  padding: 10px 0;
  color: white;
  font-family: "raleway-light", Helvetica, Arial, sans-serif;
  font-size: 12px;
}



h2.contact-page{
  font-family: "raleway-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #235D6B;
  text-transform: uppercase;
  margin-top: 40px;
}

.contact-footer{
  font-size: 14px;
}

/*  Back To Top button  */

#back_top{
	text-decoration: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	opacity: 0;
}

.btn_fancy#back_top{
	padding: 6px 16px;
}

.btn_fancy#back_top:hover .border_layer{
	-webkit-transform:translate(1px,-1px);
	    -ms-transform:translate(1px,-1px);
	     -o-transform:translate(1px,-1px);
	        transform:translate(1px,-1px);
}
.btn_fancy#back_top:hover .solid_layer{
	-webkit-transform:translate(-1px,1px);
	    -ms-transform:translate(-1px,1px);
	     -o-transform:translate(-1px,1px);
	        transform:translate(-1px,1px);
}


#marcelle-lagdem{
  background: #D3E3E6;
  padding: 80px 0 40px 0;
}

.marcelle-lagdem img{
  border: 3px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 30px;
}

.marcelle-lagdem h1, .marcelle-lagdem h2, .clinics h1, .depoimentos-page h1, .contact-page h1, .faq-page h1, .press-page h1 {
  color: #235D6B;

}

.marcelle-lagdem h1, .clinics h1, .depoimentos-page h1, .contact-page h1, .faq-page h1, .press-page h1{
  	font-size: 30px;
    font-family: "raleway-bold", Helvetica, Arial, sans-serif;
}

.marcelle-lagdem h2{
  font-size: 24px;
  font-family: "raleway-light", Helvetica, Arial, sans-serif;
}

.marcelle-lagdem p{
  margin-top: 20px;
}

.marcelle-lagdem p, .marcelle-lagdem ul li{
  color: rgba(0, 0, 0, 0.4);
  font-family: "raleway-regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 2;
}

.marcelle-lagdem ul{
  margin: 0;
}

.marcelle-lagdem ul li{
  list-style: none;
}


.btn-marcelle{
  margin-top: 80px;
}

.btn-marcelle a{
  margin-bottom: 40px;
}


#clinics-page, #contact-page{
    background: #D3E3E6;
    padding: 50px 0 40px 0;

}


#lista-depoimentos, #lista-eventos{
  margin-top: 50px;
}
#depoimentos-page, #press-page{
background: #D3E3E6;
padding: 50px 0 40px 0;
}

.depoimentos img{
  margin-bottom: 20px;
}

p.nome-depoimento{
    display: inline-block;
    font-family: "raleway-bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #204E73;
    margin-left: 15px;
}

.depoimento{
  margin-bottom: 80px;
  padding: 0 25px;
}


.depoimentos p span{
  font-weight: bold;
  color: #23546B;
}

#faq-page{
  background: #D3E3E6;
  padding: 50px 0 40px 0;
  margin-bottom: 50px;
}

.faq-page ul{
  list-style: none;
  margin-left: none;
  margin-bottom: 60px;
}

.faq-page h2.pergunta{
  font-family: "raleway-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #235D6B;
  text-transform: uppercase;
  margin-top: 40px;
}


.links-head-contato p, .links-head-contato a{
  display: inline-block;
}

#lista-eventos h2{
  font-family: "raleway-bold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #235D6B;
  text-transform: uppercase;
}


.evento{
  margin: 60px auto 50px auto ;
}

/*    Responsive CSS    */

@media only screen and (max-width: 40em){
	.top-bar .top-bar-section{
		display: none;
	}

	.top-bar.expanded .top-bar-section{
		display: block;
	}

	.top-bar-section ul{
		margin-top: 30px;
		background: #ffffff;
	}

	.top-bar-section li:not(.has-form) a:not(.button){
	  color: #454545;
	  margin: 0;
	  display: block;
	  text-align: center;
	  padding: 20px 0;
	  background: #ffffff;
	  border-bottom: 1px solid #EDF8A8;
	  -webkit-transition: all .2s linear;
	       -o-transition: all .2s linear;
	          transition: all .2s linear;
	}

	header .top-bar-section li:not(.has-form):last-child a:not(.button){
		border: 0;
	}

	header .top-bar-section li:not(.has-form) a:not(.button):hover{
		color: #454545;
		background: #C2D35E;
		padding: 20px 0;
	}


	.hero .caption h2.mean_cap,
	.hero .caption h2.sub_cap{
		font-size: 45px;
		line-height: 60px;
	}

  .hero .caption {
    padding: 100px 0 100px 0;
}

.feature-box{
  margin-bottom: 30px;
}

#faq-home{
  text-align: center;
}

.quote blockquote p{
  font-size: 16px;
  line-height: 30px;
}

.marcelle-lagdem{
  text-align: center;
}



}






@media only screen and (min-width: 64.063em) {
	#back_top{
		right: 40px;
		bottom: 40px;
		margin-top: -22px;
	}
}
