@charset "utf-8";
/*
----------------------------------

        Name: styles.css
        Version: 1.1

----------------------------------

        Table of Contents
        
        #Reset
		#header
		  	1 - Navigation right in menu.css
		#Carousel main slider
		#Our Team
			1 - Carousel content slider our team in slick.css
		#Documentos
		#Make Appoinment
		#Parallax
		#Gallery
			1 - Gellery Portfolio & Images hover effect in lightbox.css 
		#Noticias slider Mini
     	#video Showreel
		#Footer
		#Form Alert
		#slick slider Hover Effects
		#media Query
*/

/* ==========================================================================
   #Reset
   ========================================================================== */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iame, img, input, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0 none;
	margin: 0;
	outline: 0 none;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	font-weight: 300;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
input, select, textarea {
	font-size: inherit;
	line-height: inherit;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-o-border-radius: 0!important;
	-ms-border-radius: 0!important;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
}
.col-padtop {
	padding: 95px 0 0;
}
input[type=text], input[type=date], input[type=url], input[type=email], input[type=password], input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
/* ==========================================================================
   #Reset end
   ========================================================================== */
/* ==========================================================================
   #header
   ========================================================================== */
header {
	width: 100%;
}
.logo {
	float: left;
	padding: 10px 0;
}
/* ==========================================================================
   #header end
  ========================================================================== */
/* ==========================================================================
   #Carousel main div slider
  ========================================================================== */
.carousel {
	height: 920px;
	overflow-y: hidden;
}
.carousel-indicators {
/*	display: none;*/
}
.slider-titile {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 75%;
}
.slidercaption {
	width: 66%;
}
/* ==========================================================================
   #Carousel main div slider end css
  ========================================================================== */

/* ==========================================================================
   #Salon Images 
  ========================================================================== */

#salon img {
	width: 100%
}
/* ==========================================================================
   #Salon Images css end 
  ========================================================================== */

/* ==========================================================================
   #Our Team
  ========================================================================== */

#instituicao {
	padding-top: 120px;
}
.instituicaod p {
	margin-top: 20px;
	padding-right: 90px;
}
#instituicao .img-responsive {
	width: 100%;
}
.team p {
	padding-right: 5px;
}
/* ==========================================================================
   #Our Team end css
  ========================================================================== */

/* ==========================================================================
   #Documentos
  ========================================================================== */
#documentos .pull-right h2 {
	float: left;
	margin-right: 20px
}
#documentos .marbottom {
	margin-bottom: 40px
}
#documentos h2.titile {
	margin-bottom: 31.4px
}
#ligacoes .pull-right h2 {
	float: left;
	margin-right: 20px
}
#ligacoes .marbottom {
	margin-bottom: 40px
}
#ligacoes h2.titile {
	margin-bottom: 31.4px
}
.displayhide {
	display: none
}
.displayvisible {
	display: block
}
#documentos p {
	margin-top: 4px
}
#ligacoes p {
	margin-top: 4px
}
.color {
	display: none
}
#documentos .img-responsive {
	width: 100%
}
#ligacoes .img-responsive {
	width: 100%
}
/* ==========================================================================
   #Documentos css end
  ========================================================================== */

/* ==========================================================================
   #Make Appoinment div css
  ========================================================================== */

.appobgco {
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	padding: 100px 70px 50px;
}
.appoimentbg {
	background: url(http://www.placehold.it/1920x1280) no-repeat fixed center top;
	color: #fff;
	width: 100%
}
.appoimentbg h2 {
	color: #fff;
	margin-bottom: 30px
}
.dateinput {
	float:left;
	width: 53%;
	margin-right:18px;
}
.dateinput input {
	cursor: pointer;
}
.time {
	width: 40.6%;
	float:left;
}


.appoimentbg .textarea textarea {
	height: 129px;
	margin: 0;
}
.appfrm {
	padding-top: 70px;
	width: 100%;
	position:relative;
}
.submitbtn {
	width: 23%;
	margin-top: 15px;
	float: right;
	text-align: center;
}
.submitbtn button[type="submit"] {
	width: 100%;
	float: right;
}
.time select {
	background-color: transparent;
	background-image: url(../images/dropdown-arrow.png);
	background-position: 92% center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 9px 7px;
	width: 100%;
	appearance: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-moz-appearance: none;
	height: 42px;
}
.time select option {
	color: #000;
}
.appfrm label {
	font-weight: 200;
	font-size: 16px;
}
.mobiledate {
	display: none;
}
/* ==========================================================================
   #Make Appoinment div css end
  ========================================================================== */

/* ==========================================================================
     #Parallax 
  ========================================================================== */

.excellence {
	padding: 100px 0 0;
	width: 100%
}
#parallax-2 {
	background: url(../images/pensamentos.jpg) 50% 0 no-repeat;
	height: 640px
}
.parallax {
	width: 100%;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	position: relative;
	background-size: cover
}
.parallax.fixed {
	background-attachment: fixed
}
.parallax.fixed-desktop {
	background-attachment: fixed!important
}
.bg-white {
	background: #fff;
	margin-right: 40px;
	display: block
}
.bg-white h2 {
	margin-bottom: 30px
}
.bg-white p {
	padding: 0 0 0 4px
}
/* ==========================================================================
     #Parallax 
  ========================================================================== */

/* ==========================================================================
   #Gallery main div css
  ========================================================================== */
#gallery {
	padding: 100px 0 35px
}
#gallery h2 {
	margin-bottom: 40px
}
.top40 {
	top: 40px
}
.bg-gray {
	background: #403078;
	padding: 75px 60px
}
/* ==========================================================================
   #Gallery main div css
  ========================================================================== */

/* ==========================================================================
   #Noticias slider Mini
  ========================================================================== */

#noticias .carousel {
	height: 400px
}
#noticias h2 {
	margin-bottom: 50px;
	color: #fff
}
#noticias h4 {
	margin-bottom: 20px
}
#noticias .bg-white {
	margin: 0
}
#noticias .bg-white p {
	padding: 0 0 0 1px
}
#noticias .carousel-control {
	bottom: 112px;
	width: 30.7%
}
#noticias .carousel-control .left {
	left: 58.2%;
	margin: 0
}
#noticias .carousel-control .right {
	left: 86.1%;
	margin: 0
}
.img-right {
	float: right;
	width: 65%
}
/* ==========================================================================
  #Noticias slider css end
  ========================================================================== */

/* ==========================================================================
  #video Showreel
  ========================================================================== */

#video {
	margin-bottom: 100px
}
#video h2 {
	margin-bottom: 15px
}
.responsive-object {
	padding-bottom: 53.4%;
	position: relative;
	width: 100%
}
.responsive-object iframe, .responsive-object object, .responsive-object embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	padding-right: 5%;
	border: none!important
}
/* ==========================================================================
  #video Showreel css end
  ========================================================================== */


/* ==========================================================================
  #footer 
  ========================================================================== */

#contact {
	background: #403078;
	padding: 100px 0
}
#contact h2 {
	margin-bottom: 25px;
	color: #fff
}
.mapcont {
	float: left;
	width: 62%;
	position: relative;
	padding-bottom: 38.7%
}
.mapcont iframe {
	border: medium none!important;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%
}
.contactmap {
	background: #fff;
	width: 95%;
	float: left
}
.social {
	float: right;
	width: 38%;
	padding: 62px 40px 63px
}
.social p {
	margin-bottom: 15px
}
.social-icon {
	width: 100%;
	margin: 20px 0 0;
	float: left
}
.social-icon a {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 20px;
	background: url(../images/social-icon.png) no-repeat
}
.social-icon a.facebook {
	background-position: 0 0
}
.social-icon a.twitter {
	background-position: -40px 0
}
.social-icon a.google {
	background-position: -80px 0
}
.social-icon a.youtube {
	background-position: -120px 0
}
.coypright {
	width: 100%;
	float: left;
	margin-top: 22px;
	color: #fff
}

/* ==========================================================================
  #footer 
  ========================================================================== */

/* ==========================================================================
  #Form Alert
  ========================================================================== */
p.error{
	color:#F00;
	}
#SuccessMessage,#ErrorMessage{
	padding:0px 10px;
	width:50%;
	position:absolute;
	top:0px;
	color:#fff;
	}
#ContactSuccessMessage,#ContactErrorMessage{
	width:92%;
	position:absolute;
	top:-76px;
	}

.alert {
  padding:10px 15px;
  margin-top: 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
 
}
.alert-success {
  color: #3c763d;
  border-color: #d6e9c6;
  background-image: linear-gradient(to bottom, #dff0d8 0px, #c8e5bc 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}

.alert-danger {
    background-image: linear-gradient(to bottom, #f2dede 0px, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #ebccd1;
    color: #a94442
}
/* ==========================================================================
  #Form Alert
  ========================================================================== */

/* ==========================================================================
  #slick slider Hover Effects
  ========================================================================== */

.third-effect{
   width: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
  }

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;

}
.third-effect a{
   position:relative;
   top:48%;
   bottom:48%;
   opacity: 0;
   -webkit-transition: opacity 0.3s 0s ease-in-out;
   -moz-transition: opacity 0.3s 0s ease-in-out;
   -o-transition: opacity 0.3s 0s ease-in-out;
   -ms-transition: opacity 0.3s 0s ease-in-out;
   transition: opacity 0.3s 0s ease-in-out;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:28px;
   height:28px;
   background:url(../images/team-social-icn.png) no-repeat 0px 0px;
   margin-right:10px;
}
.third-effect a.twitter {
	background-position:-40px 0px;
 }
.third-effect:hover .mask {
   opacity: 1;
   background:rgba(0,0,0,0.7);
}
.third-effect:hover a{
	opacity:1;
	-moz-transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* ==========================================================================
  #slick slider Hover Effects
  ========================================================================== */







/* ==========================================================================
   #media Query
   ========================================================================== */

/* ==========================================================================
   	imac,mac width 2560 resolution
   ========================================================================== */
@media (min-width: 2560px) and (min-width:1920px) {
.appoimentbg {
	background-attachment: fixed
}
}

/* ==========================================================================
   	desktop version width 1440 to 1680 resolution
   ========================================================================== */
@media (min-width: 1440px) and (max-width: 1680px) {
.appoimentbg .textarea {
	margin-right: 0
}
.mapcont {
	padding-bottom: 36.1%
}
.social {
	padding: 53px 40px
}
}

/* ==========================================================================
   	laptop  width 1366 resolution
   ========================================================================== */
@media (min-width:1366px) and (max-width:1400px) {
.slidercaption {
	width: 89%
}
.social-icon {
	margin: 20px 0 0
}
.social {
	padding: 54px 40px
}
.appoimentbg .textarea {
	margin-right: 0
}
.map {
	height: 267px
}
.mapcont {
	padding-bottom: 36.4%
}
}

/* ==========================================================================
   	laptop  width 1200 resolution
   ========================================================================== */

@media (min-width: 1200px) and (max-width:1365px) {
.social-icon {
	margin: 20px 0 0
}
.social {
	padding: 54px 35px
}
.slidercaption {
	width: 95%
}
.map iframe {
	height: 267px
}
.appoimentbg .textarea {
	margin-right: 0
}
.map {
	height: 267px
}
.mapcont {
	padding-bottom: 36.4%
}
}

/* ==========================================================================
   	Portrait ipad and android Tablets  width 768 
   ========================================================================== */
@media (min-width: 768px) and (max-width: 991px) {
h2.color {
	display: block;
	margin-bottom: 25px;
	margin-top: 35px
}
.col-xs-offset-2 {
	display: none
}
.col-padtop {
	padding: 40px 0 0
}
#contact {
	padding: 40px 0
}
#documentos .marbottom {
	margin-bottom: 0
}
#ligacoes .marbottom {
	margin-bottom: 0
}
.excellence {
	padding: 60px 0 0
}
#gallery {
	padding: 50px 0 0
}
.bg-white {
	margin: 0 7px 0 0
}
.bg-white h2 {
	margin-bottom: 15px
}
.bg-gray {
	padding: 20px 30px 40px
}
.responsive-object iframe, .responsive-object object, .responsive-object embed {
	padding-right: 0
}
.responsive-object {
	padding-bottom: 56%;
	margin-bottom: 20px
}
#video {
	margin-bottom: 60px
}
#instituicao {
	padding-top: 60px
}
.social {
	width: 38%;
	padding: 5.7% 5%
}
.mapcont {
	padding-bottom: 33.5%
}
.img-right {
	width: 100%
}
#noticias h4 {
	margin-bottom: 15px
}
.map iframe {
	height: 241px
}
textarea.form-control {
	width: 99.7%
}
.parallax.fixed-desktop {
	background-attachment: scroll!important;
	background-position: 50% 0!important
}
.displayhide {
	display: block
}
.displayvisible {
	display: none
}
#documentos h2.titile {
	margin-bottom: 25px;
	margin-top: 35px
}
#documentos p {
	width: 99.6%;
	margin-top: 4px
}
#ligacoes h2.titile {
	margin-bottom: 25px;
	margin-top: 35px
}
#ligacoes p {
	width: 99.6%;
	margin-top: 4px
}
.slidercaption {
	width: 95%
}
.logo {
	padding: 13px 0
}
.appoimentbg {
	background-attachment: scroll;
	background-position: 50% 20%
}
.appobgco {
	padding: 80px 40px;
}
.appoimentbg .textarea textarea {
	width: 99.9%
}

.time {
	width: 41%
}
.submitbtn {
	width: 18%
}
.mobiledate {
	display: block
}
.desktopdate {
	display: none
}
.contactmap {
	width: 100%;
	margin-bottom: 30px
}
#SuccessMessage, #ErrorMessage{
	width:100%;
	}
#ContactSuccessMessage, #ContactErrorMessage{
	width:97%;
	top:-70px;
	}

}

/* ==========================================================================
    landscape ipadmini,ipad and android Tablets  width 1024 
   ========================================================================== */

@media (min-width: 992px) and (max-width: 1199px) {
.col-padtop {
	padding: 70px 0 0
}
.instituicaod p {
	padding-right: 20px
}
#instituicao .caption {
	width: 97%;
	padding: 28px 40px
}
#documentos h2.titile {
	margin-bottom: 23px
}
#ligacoes h2.titile {
	margin-bottom: 23px
}
.excellence {
	padding: 70px 0
}
.bg-gray {
	padding: 30px 45px 45px
}
#gallery {
	padding: 0 0 100px
}
#noticias h2 {
	margin-bottom: 35px
}
#video {
	margin-bottom: 70px
}
.map {
	width: 64%;
	height: 277px
}
.map iframe {
	height: 277px
}
.social {
	width: 36%;
	padding: 59px 20px
}
.social-icon {
	margin: 20px 0 0
}
.social-icon a {
	margin-right: 17px
}
#instituicao .caption {
	width: 97%
}
.parallax.fixed-desktop {
	background-attachment: scroll!important;
	background-position: 43% 0!important
}
.team h3 {
	font-size: 30px
}
.logo {
	padding: 13px 0
}
.mobiledate {
	display: block;
	float:left;
	width:100%;
	margin:0px 18px 0px 0px
}
.desktopdate {
	display: none;
}
.time {
	width: 39%;
	float:left;
}
#ContactSuccessMessage, #ContactErrorMessage{
	width:90%;
	top:-77px;
	font-size:12px;
	}

}

/* ==========================================================================
    landscape ipadmini,ipad and android Tablets  width 1024 
   ========================================================================== */
@media (min-width: 1000px) and (max-width: 1024px) {
.slidercaption {
	width: 96%
}
.logo {
	padding: 13px 0
}
.appoimentbg {
	background-attachment: scroll;
	background-position: 50% 30%
}
.appoimentbg .textarea textarea {
	width: 100%
}
.submitbtn {
	width: 45%
}
.appoimentbg .textarea {
	margin-right: 0
}
.contactmap {
	width: 100%
}
}

/* ==========================================================================
    landscape ipadmini,ipad and android Tablets  width only 980 and 960 
   ========================================================================== */

@media (min-width: 980px) and (max-width: 990px) {
.slidercaption {
	width: 77%
}
.logo {
	padding: 13px 0
}
.social {
	padding: 41px 30px
}
}

@media (min-width: 960px) and (max-width: 970px) {
.slidercaption {
	width: 78%
}
.logo {
	padding: 13px 0
}
.social {
	padding: 41px 37px
}
}

/* ==========================================================================
    Mobile Portratit & landscape
   ========================================================================== */

@media (max-width: 767px) {
.col-padtop {
	padding: 50px 0 0
}
.excellence {
	padding: 50px 0 0
}
.instituicaod p {
	margin: 20px 0;
	padding: 0
}
#instituicao h2 {
	text-align: left
}
#documentos .marbottom {
	margin-bottom: 15px
}
#ligacoes .marbottom {
	margin-bottom: 15px
}
h2.color {
	display: block;
	margin-bottom: 20px;
	margin-top: 15px
}
#gallery {
	padding: 50px 0 0
}
.top40 {
	top: 0
}
.bg-white p {
	display: block
}
.bg-gray {
	padding: 50px
}
#noticias h2 {
	margin-bottom: 20px
}
#noticias .carousel {
	height: 233px;
	margin-top: 20px
}
.gbg-white {
	margin-right: 0
}
.contactmap {
	margin-bottom: 50px;
	width: 100%
}
.social {
	padding: 40px
}
#contact {
	padding: 50px 0
}
.responsive-object {
	padding-bottom: 56.5%;
	margin-bottom: 20px
}
.responsive-object iframe, .responsive-object object, .responsive-object embed {
	padding-right: 0
}
#video {
	margin-bottom: 50px
}
.social span {
	display: block
}
.map .img-responsive {
	width: 100%
}
#parallax-2 {
	height: 750px
}
.bg-white h2 {
	margin-bottom: 15px;
	font-size: 60px
}
.parallax.fixed-desktop {
	background-attachment: scroll!important;
	background-position: 54% 0!important
}
.displayhide {
	display: block
}
.displayvisible {
	display: none
}
#documentos h2.titile {
	margin-bottom: 15px;
	margin-top: 15px
}
#documentos p {
	width: 100%;
	margin-top: 4px
}
#ligacoes h2.titile {
	margin-bottom: 15px;
	margin-top: 15px
}
#ligacoes p {
	width: 100%;
	margin-top: 4px
}
.img-right {
	width: 100%
}
.carousel-control {
	display: none
}
.slidercaption {
	width: 100%
}
#instituicao {
	padding-top: 50px
}
.logo {
	padding: 13px 0
}
.appname, .textarea, .dateinput, .time {
	width: 100%;
	margin-bottom: 10px
}
.mt-right18 {
	margin-right: 0
}
.submitbtn {
	width: 25%
}
.appoimentbg {
	background-position: 50% 0;
	background-attachment: scroll
}
.appobgco {
	padding: 50px 30px;
}

.appoimentbg h2 {
	margin-bottom: 20px
}
.map {
	height: 283px
}
#noticias h4 {
	margin-bottom: 10px
}
.time select {
	background-position: 97% center
}
.mobiledate {
	display: block
}
.desktopdate {
	display: none
}
.mapcont, .social {
	width: 100%
}
#SuccessMessage,#ErrorMessage{
	width:100%;
	}
#ContactSuccessMessage,#ContactErrorMessage{
	width:97%;
	position:absolute;
	top:-76px;
	}

}

/* ==========================================================================
    Mobile landscape 480
   ========================================================================== */

@media (max-width: 480px) {
#instituicao h2 {
	text-align: left
}
#documentos p {
	width: 100%
}
#ligacoes p {
	width: 100%
}
.bg-white h2 {
	font-size: 48px;
	margin: 0
}
.bg-gray {
	padding: 16px 10px 24px
}
.bg-white h2 {
	margin-bottom: 10px
}
#gallery {
	padding: 20px 0 0
}
#noticias .carousel-control .left {
	left: 0;
	margin: 0
}
#noticias .carousel-control .right {
	left: 79%
}
.img-right {
	width: 100%
}
.appname, .textarea, .date, .time {
	width: 100%;
	margin-bottom: 10px
}
.mt-right18 {
	margin-right: 0
}
.submitbtn {
	width: 100%
}
.appoimentbg {
	background-position: 50% 0;
	background-attachment: scroll
}
.appobgco {
	padding: 60px 30px 40px;
}
.appfrm {
	width: 100%
}
.appoimentbg h2 {
	margin-bottom: 20px
}
#noticias h4 {
	margin-bottom: 7px
}
.time select {
	background-position: 97% center
}
.mapcont {
	padding-bottom: 50%
}
#ContactSuccessMessage, #ContactErrorMessage{
	top:-63px;
	width:94%;
	}
.alert{
	padding:6px 15px;
	}

}

/* ==========================================================================
    Mobile iphone3/4s/5s 479,320
   ========================================================================== */
@media (max-width: 479px) {
#gallery {
	padding: 30px 0 0
}
#noticias h4 {
	margin-bottom: 10px
}
.slidercaption {
	width: 100%
}
.appobgco {
	padding: 50px 20px;
}
.appoimentbg {
	width: 100%
}
.appname, .textarea, .dateinput, .time {
	width: 100%;
	margin-bottom: 10px
}
.appoimentbg .textarea {
	width: 100%
}
.time select {
	background-position: 94% center
}
.mapcont {
	padding-bottom: 80%
}
.alert{
	padding:5px 15px;
	line-height:20px;
	font-size:12px;
	}

#ContactSuccessMessage, #ContactErrorMessage{
	top:-60px;
	width:94%;
	}

}
@media (max-width: 320px) {
	.appfrm{
		padding-top:70px;
		}
	}
