@charset "utf-8";

/***** GERAL *****/
body{
	font-family: 'Abel', sans-serif;
	font-size:14px;
	min-width:1280px;
}

body, a{
	text-decoration:none;
	color:#444;
}

.main-destaque:hover{
	opacity:0.7;
}

.main-separator{
	margin-top:90px;
}

.separator{
	margin-top:60px;
}

.mini-separator{
	margin-top:30px;
}

.two_columns{
	width:49%;
}

.tree_columns{
	width:32%;
}

.twoinone_columns{
	width:64%;
}

.treeinone_columns{
	width:70%;
}

.four_columns{
	width:24%;
}

.main-title, h1{
	font-size:26px;
	color:#284B80;
	font-weight:bold;
}

.main-subtitle{
	font-size:16px;
	color:#aaa;
	border-bottom:1px solid #ddd;
}

.main-descricao{
	margin-top:20px;
}

.main-descricao, h3{
	font-size:17px;
	line-height:17px;
	font-weight:normal;
}

h3{
	display:inline;
}

.gray-back{
	background:#F1F1F1;
	border-top:5px solid #3498DB;
	border-bottom:1px solid #ddd;
}

.brand-color{
	color:#3498DB;
}

.brand-link:hover{
	opacity:0.7;
}

.brand-back{
	background:#3498DB;
}

.total{
	width:100%;
}

.top-header{
	height:182px;
}

.top-bar{
	background:#fff;
	max-height:90px;
}

.main{
	width:80%;
	margin:0 auto;
}

.main-menu{
	line-height: 90px;
}

.main-menu a li{
	float:left;
	list-style-type:none;
	margin-left:25px;
	font-weight:bold;
	color:#000;
}

.main-menu a li:hover, #ative-menu{
	color:#3498DB;
}

.search-bar{
	width:250px;
	margin-top:20px;
}

.search-bar input[type=submit]{
	background:#fff url(../img/search-icon.png) center center no-repeat;
	background-size:25px 30px;
	width:45px;
}

.main-logo{
	text-align:center;
	background:#fff;
}

.main-logo img{
	width:202;
	height:182px;
	padding: 20px 30px 20px 40px;
}

.brand_botao{
	color:#fff;
	padding:15px 25px;
	font-weight:bold;
	background: #3498DB;
}

.brand_botao:hover{
	opacity:0.8;
}

/****** SOBRE BANNER ********/
.sobre-slideshow,
.sobre-slideshow:after {
    position: relative;
    width: 100%;
    height: 465px;
    top: 0px;
    left: 0px;
    z-index: -1;
	margin:20px 0;
}

.sobre-slideshow:after { 
    content: '';
}

.sobre-slideshow li{
	list-style:none;
}

.sobre-slideshow li span { 
    width: 100%;
    height: 465px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 35s linear infinite 0s;
    -moz-animation: imageAnimation 35s linear infinite 0s;
    -o-animation: imageAnimation 35s linear infinite 0s;
    -ms-animation: imageAnimation 35s linear infinite 0s;
    animation: imageAnimation 35s linear infinite 0s; 
}

.sobre-slideshow li:nth-child(1) span { 
    background-image: url(../img/sobre/1.jpg); 
}

.sobre-slideshow li:nth-child(2) span {
    background-image: url(../img/sobre/2.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s; 
}

.sobre-slideshow li:nth-child(3) span { 
    background-image: url(../img/sobre/3.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}

.sobre-slideshow li:nth-child(4) span { 
    background-image: url(../img/sobre/4.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}

.sobre-slideshow li:nth-child(5) span { 
    background-image: url(../img/sobre/5.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}

.sobre-slideshow li:nth-child(6) span { 
    background-image: url(../img/sobre/6.jpg);
    -webkit-animation-delay: 25s;
    -moz-animation-delay: 25s;
    -o-animation-delay: 25s;
    -ms-animation-delay: 25s;
    animation-delay: 25s; 
}

.sobre-slideshow li:nth-child(7) span { 
    background-image: url(../img/sobre/7.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}


/****** BANNER ********/
.cb-slideshow,
.cb-slideshow:after {
    position: relative;
    width: 100%;
    height: 465px;
    top: 0px;
    left: 0px;
    z-index: -1; 
}

.cb-slideshow:after { 
    content: '';
}

.cb-slideshow li{
	list-style:none;
}

.cb-slideshow li span { 
    width: 100%;
    height: 465px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 25s linear infinite 0s;
    -moz-animation: imageAnimation 25s linear infinite 0s;
    -o-animation: imageAnimation 25s linear infinite 0s;
    -ms-animation: imageAnimation 25s linear infinite 0s;
    animation: imageAnimation 25s linear infinite 0s; 
}

.cb-slideshow li div {
	width:40%;
    z-index: 1000;
    position: absolute;
    bottom: 40px;
    right: 10%;
    opacity: 0;
    -webkit-animation: titleAnimation 25s linear infinite 0s;
    -moz-animation: titleAnimation 25s linear infinite 0s;
    -o-animation: titleAnimation 25s linear infinite 0s;
    -ms-animation: titleAnimation 25s linear infinite 0s;
    animation: titleAnimation 25s linear infinite 0s; 
}

.cb-slideshow li div h4 {
	background-color: rgba(255,255,255,0.3);
    font-size: 25px;
	color:#000;
	padding:30px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
}

.cb-slideshow li div h4 font {
	display:block;
	color:#3498DB;
	font-size:36px;
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../img/banner/banner0.jpg); 
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../img/banner/banner1.jpg);
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/banner/banner2.jpg);
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/banner/banner3.jpg);
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s; 
}

.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/banner/banner4.jpg);
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s; 
}

.cb-slideshow li:nth-child(2) div {
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s; 
}
.cb-slideshow li:nth-child(4) div {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

.cb-slideshow li:nth-child(5) div {
    -webkit-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s;
    -ms-animation-delay: 20s;
    animation-delay: 20s;
}



/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    1% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    24% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0; -moz-animation-timing-function: ease-in; }
    1% { opacity: 1; -moz-animation-timing-function: ease-out; }
    24% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0; -o-animation-timing-function: ease-in; }
    1% { opacity: 1; -o-animation-timing-function: ease-out; }
    24% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0; -ms-animation-timing-function: ease-in; }
    1% { opacity: 1; -ms-animation-timing-function: ease-out; }
    24% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    1% { opacity: 1; animation-timing-function: ease-out; }
    24% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    5% { opacity: 1 }
    20% { opacity: 1 }
    21% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    5% { opacity: 1 }
    20% { opacity: 1 }
    21% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    5% { opacity: 1 }
    20% { opacity: 1 }
    21% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    5% { opacity: 1 }
    20% { opacity: 1 }
    21% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    5% { opacity: 1 }
    20% { opacity: 1 }
    21% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}


/***** PROPRIETÁRIO *******/
.proprietario{
	padding:20px 0;
}

.foto-proprietario{
	background:#f1f1f1 url(../img/foto-proprietario.jpg) center center no-repeat;
	background-size:220px auto;
}

.mensagem-proprietario{
	width:75%;
	font-size:16px;
	padding-top:30px;
}

.mensagem-proprietario span{
	width:100%;
	text-align:right;
	display:block;
	line-height:12px;
	font-size:12px;
	color:#000;
	margin-top:20px;
}

.mensagem-proprietario span font{
	width:100%;
	text-align:right;
	display:block;
}


/****** DESTAQUES ********/
.main-destaque{
	padding-left:20px;
}

.main-contend{
	width:65%;
}

.main-imagem{
	width:30%;
	margin-right:5%;
	border:1px solid #ddd;
	padding:10px;
}

.main-imagem img{
	width:100%;
}


/****** EQUIPA ********/
.main-equipa{
	padding-left:20px;
}

.equipa-title{
	color:#000;
}

.equipa-margin{
	margin-left:12px;
}

.equipa-contend{
	width:100%;
}

.equipa-imagem{
	width:100%;
	margin-right:5%;
	border:1px solid #ddd;
	padding:10px;
}

.equipa-imagem img{
	width:100%;
}


/****** FERRAMENTAS ********/
.main-ferramentas{
	padding-left:20px;
}

.ferramentas-contend{
	width:98%;
	margin-left:3%;
}

.main-descricao form input[type=text], .main-descricao form input[type=email], .main-descricao form input[type=tel], .main-descricao form input[type=date], .main-descricao form textarea{
	background:#ebebeb;
	border:0;
	padding:10px;
	font-family: 'Abel', sans-serif;
	color:#000;
}

.dateclass{
    width:100%;
}

.dateclass.placeholderclass::before{
    width:100%;
    content:attr(placeholder);
}

.dateclass.placeholderclass:hover::before{
    width:0%;
    content:"";
}

.main-descricao form input, .main-descricao form textarea{
	margin-bottom:22px;
	width:100%;
}

.main-descricao form textarea{
	height:100px;
}

.ferramentas-imagem{
	width:100%;
	margin-top:20px;
	margin-right:5%;
	border:1px solid #ddd;
	padding:10px;
}

.ferramentas-imagem img{
	width:100%;
}

.ferramentas-link{
	color:#000;
}

.ferramentas-link:hover{
	opacity:0.8;
}

/****** FOOTER ********/
.top-page{
    position:fixed;
	width:49px;
	height:40px;
    bottom:1px;
    right:65px;
}

.top-page a img{
	width:49px;
	height:40px;
}

.footer-link{
	line-height:30px;
	font-size:13px;
}

.footer-link:hover{
	opacity:0.5;
}

.footer-adress{
	padding-top:10px;
	font-size:12px;
}

.final-footer{
	padding:20px 0 10px 0;
	background:url(../img/mainlogo.png) center center no-repeat;
	background-size: auto 60px;
}

.final-footer img{
	width:45px;
	height:45px;
	background:none;
}

.final-footer img:hover{
	background:#e1e1e1;
}




/****** GERAL ********/
.list-advance {
	margin:10px 0 10px 60px;
}

.list-especialidades li:hover, .list-advance li:hover {
	color:#3498DB;
}

.list-especialidades {
	list-style:none;
}

.list-especialidades li {
	padding:15px 0;
	border-bottom: 1px solid #aaa;
}

.title-especialidades {
	margin-bottom:15px;
	font-size:20px;
}

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

.box-especialidade{
	width:100%;
	margin-top:30px;
	padding-bottom:8px;
	border-bottom:1px solid #aaa;
}

.img-especilidade{
	width:20%;
}

.img-especilidade img{
	width:125px;
	height:125px;
	padding:10px;
	border: 1px solid #ddd;
}

.contend-especilidade{
	width:80%;
}

.contend-especilidade span{
	width:100%;
	display:block;
	height:70px;
	overflow:hidden;
}

.contend-especilidade h1{
	font-size:20px;
}

.contend-especilidade a p:hover{
	opacity:0.5;
}

.contatos{
	line-height:25px;
}

.mapa-contatos{
	border-top:1px solid #3498DB;
	border-bottom:1px solid #3498DB;
	height:300px;
}

.magazine-img{
	width:100%;
	margin-bottom:20px;
}

.magazine-img img{
	width:100%;
	max-width:790px;
	height:auto;
}

.magazine-referencias{
	font-size:12px;
	width:100%;
	margin:20px 0;
}

.magazine-referencias span{
	display:inline-block;
	margin-right: 20px;
}

.label-box{
	width:90%;
	padding:0 20px;
	height:70px;
	line-height:70px;
	background-color:#3498DB;
	display:inline-block;
	color:#fff;
	font-size:16px;
}

.left-arrow, .right-arrow{
	position: relative;
	background: #3498DB;
}

.left-arrow:after, .right-arrow:after{
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-width: 35px;
	margin-top: -35px;
}

.left-arrow:after {
	left: 100%;
	border-left-color: #3498DB;
	
}

.right-arrow:after {
	right: 100%;
	border-right-color: #3498DB;
}

.service-radius-box{
	display:block;
	width:200px;
	height:200px;
	text-align:center;
	-webkit-border-radius: 50px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50px;
	-moz-border-radius-bottomright: 0;
	border-radius: 50px;
	border-bottom-right-radius: 0;
	margin:0 0 30px 30px;
}

.service-radius-box span{
	display:block;
	width:200px;
	height:200px;
	text-align:center;
	vertical-align:central;
	-webkit-border-radius: 50px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius: 50px;
	-moz-border-radius-bottomright: 0;
	border-radius: 50px;
	border-bottom-right-radius: 0;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	border:2px solid rgba(255, 255, 255, 1);
	background: rgba(52, 152, 219, 0.1);
	color:#000;
	position:relative;
}

.service-radius-box span:hover{
	border:2px solid rgba(52, 152, 219, 1);
	background: rgba(52, 152, 219, 1);
	color:#fff;
}

.depilacao-laser{
	background:url(../img/servicos/rosto-corpo-depilacao-a-laser.jpg) center center no-repeat;
	background-size:200px 200px;
}

.fotorejuvenescimento{
	background:url(../img/servicos/fotorejuvenescimento.jpg) center center no-repeat;
	background-size:200px 200px;
}

.telangiectasias{
	background:url(../img/servicos/remocao-telangiectasias.jpg) center center no-repeat;
	background-size:200px 200px;
}

.pigmentacao{
	background:url(../img/servicos/pigmentacao.jpg) center center no-repeat;
	background-size:200px 200px;
}

.acne{
	background:url(../img/servicos/tratamento-acne.jpg) center center no-repeat;
	background-size:200px 200px;
}

.cavitacao{
	background:url(../img/servicos/cavitacao-para-remodelacao-corporal.jpg) center center no-repeat;
	background-size:200px 200px;
}

.lipolaser{
	background:url(../img/servicos/lipolaser-para-perda-de-gordura-e-celulite-localizada.jpg) center center no-repeat;
	background-size:200px 200px;
}

.radiofrequencia{
	background:url(../img/servicos/radiofrequencia-para-remodelacao-corporal.jpg) center center no-repeat;
	background-size:200px 200px;
}

.lifting{
	background:url(../img/servicos/radiofrequencia-para-rugas-e-lifting-facial.jpg) center center no-repeat;
	background-size:200px 200px;
}

.service-radius-box span font{
	top:47%;
	position:relative;
}

.nomargin{
	margin:0;
}



/****** VERIFICA ******/
.verifica{
	width:100%;
	margin: 10px auto;
	padding:0;
	text-align: center;
}

.negativo{
	margin-bottom:5px;
	line-height:32px;
	font-size:32px;
	color:#F00;
}

.positivo{
	line-height:22px;
	font-size:22px;
	color:#0C6222;
}

.verifica span{
	font-size:15px;
	color:#999;
}

.verifica p{
	font-size:14px;
	color:#F00;
}

.sucesso, .erro{
	width:150px;
	margin:0 auto;
	margin-top:25px;
	font-size:14px;
	color:#ddd;
	border:0;
}

.sucesso{
	background:#090;
}

.erro{
	background:#F00;
}

.sucesso:hover, .erro:hover{
	opacity:0.7;
}

.verifica input{
	margin-top:20px;
}

.mini-button{
	width:150px;
	margin:35px auto;
	padding:10px;
}



