/* @override 
	http://localhost:8888/TiaPet/wp-content/themes/html5blank-stable/style.css?ver=1.0
	http://www.tiapet.com.br/wp-content/themes/html5blank-stable/style.css?ver=1.0 */

/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 18px/1 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#333;
	background: #eee;	
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
p{
	margin: 0;
	line-height: 1.4em;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
h2,h3,
.tabela li h4,
.tabela th,
.tabela p.avulsa,
.header nav a,
footer .left ul strong,
.adestramento .precos > div,
body.precos .precos-adestrar > div{
	font-family: 'Luckiest Guy', 'Helvetica Neue', Helvetica, Arial;
	font-size: 30px;
	position: relative;
	letter-spacing: 0.05em;
}
.sobre-nos blockquote,
.tabela table th small,
.tabela table th span,
.tabela p small,
.a-equipe .perfil h4,
.parcerias .content h4,
.contato .content h4,
.testemunhos .texto strong,
.adestramento .inner h4{
	font-family: Sacramento, 'Helvetica Neue', Helvetica, Arial;
	font-weight: normal;
}
h2 span,
blockquote span,
footer .left ul li span{
	display: none;
}
#galeria .button,
.parcerias .bottom a,
.button-submit{
	background: #FF5857;
	-moz-box-shadow: 0 2px 0 #D94C4C;
	-webkit-box-shadow: 0 2px 0 #D94C4C;
	box-shadow: 0 2px 0 #D94C4C;
	padding: 15px 20px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#galeria .button:hover,
.parcerias .bottom a:hover,
.button-submit:hover{
	background: #fe3a39;
	-moz-box-shadow: 0 2px #d60e0e;
	-webkit-box-shadow: 0 2px #d60e0e;
	box-shadow: 0 2px #d60e0e;
}

/* Wrapper */
.wrapper,
.short-wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
.short-wrapper {
	max-width:800px;
	margin-top: -30px;
}
.short-wrapper .content{
	background: #fff;
}

/*Float Wide*/
article,
.header a.logo img,
nav,
nav ul,
.slick-list,
#principal,
#apresentacao,
#apresentacao .content,
#colors,
#apresentacao .servicos,
#tutores,
.testemunhos .slick-dots,
#localizacao,
#galeria,
#localizacao .moveit,
#localizacao .transporte,
#localizacao .endereco .title,
#localizacao .endereco,
#localizacao .endereco p,
#localizacao .mapa,
#galeria h2,
#galeria ul,
#galeria ul img,
#galeria p,
#galeria p .button,
.sobre-nos .textblock,
.sobre-nos blockquote,
.sobre-nos .espaco,
.sobre-nos .espaco ul li a,
.sobre-nos .espaco ul li img,
.sobre-nos .condicoes,
.sobre-nos .condicoes ul,
.sobre-nos .condicoes li,
.precos .tabela .content,
.tabela table td small,
.tabela ol,
.a-equipe h4,
.a-equipe .milene .foto,
.a-equipe .milene img,
.a-equipe .milene .texto,
.a-equipe .milene .perfil,
.a-equipe .wal .foto,
.a-equipe .wal img,
.a-equipe .wal .texto,
.a-equipe .wal .perfil,
.a-equipe .perfil p,
.a-equipe .item .conteudo,
.a-equipe .item p,
.a-equipe .item img,
.parcerias ul,
.parcerias .bottom,
.parcerias .bottom p,
.contato .texto p,
.contato .bottom,
.contato .form10,
.sobre-nos .espaco ul,
footer,
footer .left,
footer .facebook-like,
footer .copyright{
	float: left;
	width: 100%;
}


/*Slick*/
.slick-list{
	overflow: hidden;
	outline: none;
}
.slick-dots{
	text-align: center;
	margin-top: 50px;
}
.slick-dots li{
	height: 20px;
	background: none;
	float: none;
	display: inline-block;
	margin: 0 1%;
}
.slick-dots button{
	background: rgba(250,250,250,0.3) !important;
	padding: 0;
	width: 10px;
	height: 10px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.3);
	text-indent: -99999px;
	border: 0;
}
.slick-dots .slick-active button {
	background: #fff !important;
	-moz-box-shadow: 0 0 1px rgba(250,250,250,0.5);
	-webkit-box-shadow: 0 0 1px rgba(250,250,250,0.5);
	box-shadow: 0 0 1px rgba(250,250,250,0.5);
}


/*Imagens Principais*/
#principal li,
.capa{
	display: table;
	width: 100%;
	height: 500px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.sobre-nos .capa{
	background-image: url(img/capa-creche2.jpg);
}
.precos .capa{
	background-image: url(img/capa-precos.jpg);
}
.a-equipe .capa{
	background-image: url(img/capa-equipe.jpg);
}
.parcerias .capa{
	background-image: url(img/capa-parcerias.jpg);
}
.contato .capa{
	background-image: url(img/capa-contato.jpg);
}
.adestramento .capa{
	background-image: url(img/capa-adestrar.jpg);
}
#principal .content,
.capa .content{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.3);
}
#principal h2,
.capa h2{
	font-size: 45px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}


/*Cores*/
#colors div{
	float: left;
	width: 20%;
	height: 6px;
}
#colors div:first-child{
	background: #FF4D4D;
}
#colors div:nth-child(2){
	background: #FF7A4D;
}
#colors div:nth-child(3){
	background: #FFA64D;
}
#colors div:nth-child(4){
	background: #FFD24D;
}
#colors div:nth-child(5){
	background: #FFFF4D;
}


/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* header */
.header {
	background: #fff;
}
.header .logo-area{
	//text-align: center;
	display: flex;
	flex-direction: column;
}

.header .zap {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.header .zap span {
	background: url(img/whatsapp.png) no-repeat;	
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.header a.logo{
	display: inline-block;
	width: 150px;
	height: 62px;
	margin: 20px 0;
	position: relative;
}
.header a.logo h1{
	background: url(img/tiapet-logo.jpg) no-repeat;	
	float: left;
	text-indent: -99999px;
	width: 150px;
	height: 62px;
}
.header nav{
	display: none;
}

#mobile-menu {
	background: url(img/menu.png) 0 0;
	background-size: 32px 16px;
	position: absolute;
	top: 45px;
	right: 4%;
	width: 32px;
	height: 16px;
	padding: 0;
	margin: 0;
	border: 0;
	text-indent: -999999px;
	z-index: 10;
}
.sidr-open{
	left: 0 !important;
}
#sidr{
	width: 80%;
}
#sidr a{
	height: 60px;
	line-height: 60px;
	font-size: 20px;
}
#sidr li{
	border-top: 0;
}
#sidr li.current-menu-item a{
	background: #999;
	color: #fff;
}
#sidr ul{
	margin: 0;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
#principal{
	position: relative;
}
#principal ul,
#principal ul .slick-list{
	float: left;
	position: relative;
	height: 100%;
	width: 100% !important;
	outline: none;
}
#principal li{
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
	display: table;
}
#principal li:active,
#principal li:hover{
	cursor: default;
	outline: none;
}
#principal li .caption-wrap{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	text-align: center;
}
#principal li .caption-wrap .caption{
	position: relative;
	float: none;
}
#principal li img{
	float: left;
	width: 100%;
	height: 100%;
}
#principal h2{
	background: url(img/title-detail.png) no-repeat bottom center;
	font-size: 45px;
	color: #fff;
	padding: 0 3% 17px;
}
#principal p{
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 100;
	font-size: 30px;
	padding: 0 3%;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

/*Apresentação*/
#apresentacao{
	margin-top: -30px;
	z-index: 10;
}
#apresentacao .content{
	background: #fff;
	text-align: center;
}
#apresentacao .title{
	float: left;
	margin: 34px 4% 22px;
	width: 92%;
	text-align: center;
}
#apresentacao h2{
	display: inline-block;
	margin: 0;
}
#apresentacao .title p{
	display: none;
}
#apresentacao p{
	max-width: 610px;
	line-height: 1.4em;
	display: inline-block;
	margin: 0 0 40px;
	font-size: 16px;
	padding: 0 5%;
}
#apresentacao .servicos {
	display: flex;
	flex-wrap: wrap;
}
#apresentacao .servicos li{
	//float: left;
	//width: 100%;
	flex-grow: 1;
	flex-basis: 100%;
	padding: 29px 10% 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
}
#apresentacao .servicos li:first-child{
	background: rgba(255,191,191,0.5);
}
#apresentacao .servicos li:nth-child(2){
	background: rgba(255,207,191,0.5)
}
#apresentacao .servicos li:nth-child(3){
	background: rgba(255,223,191,0.5)
}
#apresentacao .servicos li:nth-child(4){
	background: rgba(255,239,191,0.5)
}
#apresentacao .servicos li:nth-child(5){
	background: rgba(255,255,191,0.5)
}
#apresentacao .servicos li:nth-child(6){
	background: rgba(239,255,191,0.5)
}
#apresentacao .servicos li:nth-child(7){
	background: rgba(223,255,191,0.5)
}
#apresentacao .servicos li:nth-child(8){
	background: rgba(207,255,191,0.5)
}
#apresentacao .servicos li:nth-child(9){
	background: rgba(191,255,191,0.5)
}
#apresentacao .servicos li:nth-child(10){
	background: rgba(191,255,223,0.5)
}
#apresentacao .servicos li:nth-child(11){
	background: rgba(191,255,239,0.5);
}
#apresentacao .servicos li:nth-child(12){
	background: rgba(191,255,255,0.5);
}
#apresentacao .servicos li:nth-child(13){
	background: rgba(191,239,255,0.5);
}
#apresentacao .servicos li:nth-child(14){
	background: rgba(191,223,255,0.5);
}
#apresentacao .servicos li:nth-child(14){
	background: rgba(191,223,255,0.5);
}
#apresentacao .servicos li:nth-child(15){
	background: rgba(230,219,254,0.5);
}
#apresentacao .servicos li span{
	background: url(img/sprite-dogs.png);
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
}
#apresentacao .servicos li:nth-child(2) span{
	background-position: -70px 0;
}
#apresentacao .servicos li:nth-child(3) span{
	background-position: -140px 0;
}
#apresentacao .servicos li:nth-child(4) span{
	background-position: -210px 0;
}
#apresentacao .servicos li:nth-child(5) span{
	background-position: -280px 0;
}
#apresentacao .servicos li:nth-child(6) span{
	background-position: -350px 0;
}
#apresentacao .servicos li:nth-child(7) span{
	background-position: -420px 0;
}
#apresentacao .servicos li:nth-child(8) span{
	background-position: -490px 0;
}
#apresentacao .servicos li:nth-child(9) span{
	background-position: -560px 0;
}
#apresentacao .servicos li:nth-child(10) span{
	background-position: -630px 0;
}
#apresentacao .servicos li:nth-child(11) span{
	background-position: -700px 0;
}
#apresentacao .servicos li:nth-child(12) span{
	background-position: -770px 0;
}
#apresentacao .servicos li:nth-child(13) span{
	background-position: -840px 0;
}
#apresentacao .servicos li:nth-child(14) span{
	background-position: -910px 0;
}
#apresentacao .servicos li:nth-child(15) span{
	background-position: -980px 0;
	width: 57px;
}

/*Tutores*/
#tutores{
	background: #fff;
	margin-top: -30px;
	padding: 100px 0 50px;
	z-index: 0;
}
#tutores .title{
	text-align: center;
}
#tutores h2{
	display: inline-block;
	margin: 0 0 49px;
}
.testemunhos{
	overflow: hidden;
}
.testemunhos .slick-list li{
	float: left;
	margin: 0 1px;
	text-align: center;
}
.testemunhos .foto{
	display: inline-block;
	width: 113px;
	height: 100px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.testemunhos .foto .mask{
	background: url(img/mask.png) no-repeat;
	position: absolute;
	width: 113px;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 10;
}
.testemunhos .foto img{
	position: relative;
	width: 100%;
	z-index: 0;
}
.testemunhos .texto{
background: url(img/sprite-home.png) no-repeat 3px -137px;
	float: left;
	width: 94%;
	padding-left: 30px;
}
.testemunhos blockquote{
	margin: 0;
}
.testemunhos p{
	margin: 0;
	font-size: 16px;
}
.testemunhos .texto strong{
	font-size: 30px;
/*	text-transform: uppercase;*/
	float: left;
	margin: 13px 0 0;
	width: 100%;
	padding-bottom: 7px;
}
.testemunhos .slick-dots button{
	background: rgba(0,0,0,0.4) !important;
}
.testemunhos .slick-dots .slick-active button{
	background: #f84f20 !important;
}


/*Transporte*/
#localizacao{
	position: relative;
	text-align: center;
}
#localizacao .transporte .moveit{
	margin: 50px 0 35px;
}
#localizacao .transporte h2{
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
}
#localizacao .transporte p{
	float: left;
	width: 100%;
	text-align: center;
}
#localizacao .transporte strong{
	font-weight: 100;
	float: left;
}
#localizacao .transporte span.bus{
	background: url(img/sprite-home.png) no-repeat 0 -24px;
	width: 160px;
	height: 97px;
	display: inline-block;
	clear: both;
	margin: 20px 0 0;
}

/*Endereço*/
#localizacao .endereco{
	background: #fff;
	padding: 0 0 33px;
}
#localizacao .endereco .title{

}
#localizacao .endereco h2{
	display: inline-block;
	margin: 50px 0 10px;

}
#localizacao .endereco p{
	font-size: 20px;
}

/*Mapa*/
#localizacao .mapa{
	float: left;
	width: 100%;
}
.google-maps {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 350px;
}
@media screen and (orientation: landscape){
	.google-maps {
		height: 200px;
	}
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*Galeria*/
#galeria{
	background: #333;
	color: #fff;
	margin-top: -30px;
	padding: 100px 0 70px;
}
#galeria h2{
	text-align: center;
	margin: 0 0 20px;
}
#galeria ul{
	position: relative;
}
#galeria .slick-list li{
	float: left;
	margin: 0 1px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}
#galeria .slick-list li a {
	padding-top: 70%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100% !important;
}
#galeria .slick-dots{
	margin-top: 20px;
}
#galeria p{
	text-align: center;
	margin-top: 40px;
}
#galeria p .button{
	padding: 10px 0;
	font-size: 16px;
}
#galeria .slick-slider,
#galeria .slick-list,
#galeria .slick-track{
	outline: none;
}

/*------------------------------------*\
    A CRECHE
\*------------------------------------*/
.sobre-nos .content{
	margin-top: -30px;
}
.sobre-nos .textblock{
	background: #fff;
}
.sobre-nos .textblock .texto{
	float: left;
	padding: 0 4.68% 30px;
}
.sobre-nos .textblock p{
	float: left;
	margin-top: 20px;
	font-size: 16px;
}
.sobre-nos .textblock p:first-child{
	margin-top: 18px;
}


.sobre-nos .textblock .crmv{
	float: left;
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
.sobre-nos .textblock .crmv h4{
	display: inline-block;
}
.sobre-nos .textblock .crmv h4 a{
	float: left;
	width: 100px;
	height: 36px;
	background: url(img/crmv.jpg) no-repeat 0 0;
	text-indent: -999999px;
	margin-bottom: 5px;
}
.sobre-nos .textblock .crmv li{
	color: #297d71;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	float: left;
	width: 100%;
	clear: both;
}
.sobre-nos .textblock .crmv li span{
	border: 1px solid #a2c8c2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 100px;
	display: inline-block;
	padding: 7px 5px;
}


.sobre-nos blockquote{
	margin: 30px 0 30px;
	font-size: 35px;
	text-align: center;
	position: relative;
}
blockquote span{
	position: relative;
	right: auto;
	top: auto;
	display: inline-block;
	margin: 0 0 15px 10px;
}
.sobre-nos blockquote p{
	line-height: 1.2em;
}
.sobre-nos .espaco{
	background: #333;
	padding: 50px 0;
	margin: 0 0 0;
	color: #fff;
}
.sobre-nos .espaco h2{
	float: left;
	margin-bottom: 19px;
}
.sobre-nos .espaco ul{
	position: relative;
}
.sobre-nos .espaco .slick-list li{
	float: left;
	color: #333;
	text-align: center;
	margin: 0 1px;
}
.sobre-nos .espaco .slick-list li a {
	padding-top: 70%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sobre-nos .espaco .slick-dots{
	margin-top: 20px;
	display: none !important;
}
.sobre-nos .condicoes{
	padding: 70px 0;
}
.sobre-nos .condicoes h2{
	float: left;
	margin-bottom: 30px;
}
.sobre-nos .condicoes li{
	padding: 0 10%;
	text-align: center;
	font-size: 16px;
	line-height: 1.2em;
	margin-left: -1px;
	margin-bottom: 50px;
}
.sobre-nos .condicoes li:last-child{
	margin-bottom: 0;
}
.sobre-nos .condicoes li span{
	background: url(img/sprite-creche.png) no-repeat 0 -29px;
	display: inline-block;
	margin-bottom: 20px;
	height: 70px;
	width: 50px;
}
.sobre-nos .condicoes li:nth-child(2) span{
	width: 66px;
	background-position: -50px -29px;
}
.sobre-nos .condicoes li:nth-child(3) span{
	width: 61px;
	background-position: -116px -29px;
}
.sobre-nos .condicoes li:nth-child(4) span{
	width: 122px;
	background-position: -177px -29px;
}

/*------------------------------------*\
    PREÇOS
\*------------------------------------*/
.tabela .content{
	margin-bottom: 20px;
}
.tabela ul,
.tabela ul li{
	float: left;
	list-style: none;
	margin: 0;
	width: 100%;
}
.tabela ul{
	padding: 20px 20px 0;
}
.tabela ul li a{
	background: #fff;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 2px 0 #ddd;
	-webkit-box-shadow: 0 2px 0 #ddd;
	box-shadow: 0 2px 0 #ddd;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.tabela ul li a:hover{
	border-color: #bbb;
	-moz-box-shadow: 0 2px 0 #bbb;
	-webkit-box-shadow: 0 2px 0 #bbb;
	box-shadow: 0 2px 0 #bbb;
}
.tabela .title{
	display: inline-block;
	margin: 35px 0 15px;
	padding: 15px 0 0;
	text-align: center;
	width: 100%;
}
.tabela #hotel{
	margin-top: 15px;
}
.tabela .title p small{
	font-size: 25px !important;
}
.tabela table{
	width: 100%;
	text-align: center;
}
.tabela table td,
.tabela table th{
	/*float: left;
	width: 50%;*/
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 18px 0;
}
.tabela table th{
	border-top: 1px solid #eee;
	font-size: 18px;
	padding: 22px 0 18px 0;
}
.tabela table td:last-child,
.tabela table th:last-child{
	border-right: 0;
}
.tabela table h3{
	display: inline-block;
	margin: 19px 0 -10px;
	position: relative;
}
.tabela table th small,
.tabela table th span{
	font-size: 25px;
	font-weight: normal;
}
.tabela table th span{
	position: absolute;
	font-size: 45px;
	color: #FF6C6C;
	margin-top: -3px;
}
.tabela table td{
	font-size: 25px;
}
.tabela table td br{
	display: none;
}
.tabela table td small{
	margin-top: 5px;
	font-size: 13px;
	color: #666;
	font-style: italic;
}
.tabela p.avulsa{
	background: #FF6161;
	text-align: center;
	color: #fff;
	padding: 20px 0 11px;
	font-size: 25px;
}
.tabela ol{
	font-size: 16px;
	margin: 5px 0 0;
	padding: 10px 0 30px 20px;
	position: relative;
}
.tabela ol li{
	line-height: 1.2em;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	position: relative;
}
.tabela ol li h4{
	font-size: 18px;
}
.tabela ol li:first-child{
	padding-left: 0;
}
.tabela ol li:not(:first-child):before{
	content: '●';
	display: block;
	font-size: 10px;
	zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
}
/*.tabela li:first-child:before{
	content: '*';
	display: block;
	zoom:1;
	position: absolute;
	top: 10px;
	left: 0;
}*/
.tabela ol li:last-child{
	margin: 0;
}

/*------------------------------------*\
    EQUIPE
\*------------------------------------*/
.a-equipe #perfis{
	margin-top: -30px;
	margin-bottom: 12px;
}
.a-equipe .milene{
	background: #fff;
	margin-bottom: 30px;
}
.a-equipe .milene .perfil #colors{
	display: none;
}
.a-equipe .milene .texto{
	padding: 24px 3.48% 0;
}
.a-equipe .perfil h4{
	font-size: 30px;
}
.a-equipe .perfil p{
	margin-top: 15px;
	font-size: 16px;
}
.a-equipe .tias{
	display: flex;
	flex-wrap: wrap;
	
}
.a-equipe .item{
	flex: 0 100%;
	background: #fff;
	margin-bottom: 10px;
	position: relative;
}
.a-equipe .item img{
	position: relative;
}
.a-equipe .item .perfil{
	float: left;
	padding: 30px 7.42% 19px 4.76%;
	height: 100%;
	position: relative;
}
.a-equipe .item:before{
	content: '';
	background: #FF4D4D;
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.a-equipe .two:before{
	background: #FF7A4D;
}
.a-equipe .three:before{
	background: #FFA64D;
}
.a-equipe .four:before{
	background: #FFD24D;
}
.a-equipe .item .perfil h3{
	font-size: 30px;
}
.a-equipe .item .perfil h3 span{
	display: none;
}
.a-equipe .item .perfil p{
	font-size: 15px;
	margin-top: 5px;
}
.a-equipe small{
	font-size: 65%;
}

/*------------------------------------*\
    PARCERIAS
\*------------------------------------*/
.parcerias .texto{
	margin-bottom: 12px;
}
.parcerias .texto p{
	float: left;
	padding: 18px 4.68% 30px;
	font-size: 16px;
}
.parcerias .content ul{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}
.parcerias .content ul li{
	width: 100%;
	display: flex;
	text-align: center;
	margin-bottom: 30px;
	padding: 0;
	flex-wrap: wrap;
	line-height: 1.4em;
}
.parcerias .content ul li a{
	width: 100%;
	margin-bottom: 10px;
}
.parcerias .content ul li img{
	width: 100%;
	max-width: 355px;
}
.parcerias .content ul li p{
	width: 100%;
}
.parcerias .bottom{
	text-align: center;
}
.parcerias .bottom h4{
	font-size: 35px;
	padding: 0 5%;
}
.parcerias .bottom p{
	padding: 0 !important;
	margin: 6px 0 32px;
}
.parcerias .bottom p a{
	font-size: 15px;
	display: inline-block;
}
.parcerias .content > p:last-child{
	display: none;
}
/*------------------------------------*\
    CONTATO
\*------------------------------------*/
.contato .texto{
	margin-bottom: 12px;
}
.contato .texto .content{
	padding-bottom: 30px;
}
.contato .texto p{
	padding: 18px 4.68% 30px;
	font-size: 16px;
}
.contato .bottom{
	text-align: center;
	margin-top: 20px;
}
.contato .bottom h4{
	font-size: 35px;
}
.contato #form10,
.contato .wdform_page,
.contato .wdform_section,
.contato .wdform_column,
.contato .wdform_row,
.contato .wdform-field,
.contato .wdform-label-section,
.contato .wdform-element-section{
	float: left !important;
	width: 100% !important;
	padding: 0 !important;
	font-family: 'Open sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
}
.contato .wdform-page-and-images{
	float: left;
	width: 100%;
	padding: 0 3.75% !important;
}
.contato .wdform-field{
	margin-bottom: 17px;
}
.contato input[type="text"],
.contato textarea{
	padding: 12px 3.57% 13px;
	min-height: 45px;
}
.contato .wdform-label-section{
	margin-bottom: 7px;
	width: auto !important;
	position: relative;
}
.contato .wdform-label{
	font-weight: bold !important;
	color: #333 !important;
}
.contato .wdform-required{
	color: #fe4c4c !important;
	font-size: 18px;
	position: absolute;
	top: -5px;
	right: -10px;
}
input[type="text"],
textarea{
     border-radius: 0px;
     border: 1px solid #ddd;
     border-top-color: #ccc;
     border-left-color: #ccc;
     background: #fff;
     -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
     -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
     box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
     max-width: 578px;
}
input[type="text"]:focus,
textarea:focus{
     outline: none;
     border-color: #aaa !important;
     -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
     -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
     box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
}
.contato .wdform_row:nth-last-child(2) .wdform-label-section{
	width: 100% !important;
	text-align: center;
}
.contato .wdform_row:nth-last-child(2) .wdform-element-section > div{
	float: none !important;
	display: inline-block !important;
}
.contato .wdform_row:nth-last-child(2) .wdform-element-section > div > div input{
	float: none !important;
}
.contato .wdform_row:nth-last-child(2) .wdform-element-section,
.contato .wdform_row:last-child .wdform-element-section{
	text-align: center !important;
}
.button-submit{
	width: 170px;
	border: 0;
	font-size: 15px;
}

.contato .texto .bottom li{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 23px;
	line-height: 5px;
}
.contato .texto .bottom li:first-child{
	margin: 17px 0 5px;
}
.contato .texto .bottom li span {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
}
.contato .texto .bottom li span.email{
	background-image: url(img/email.png);
	background-size: 25px;
  width: 22px;
  height: 22px;
	margin: 0 5px 0 0;
}
.contato .texto .bottom li span.instagram{
	background-image: url(img/instagram.png);
	background-size: 23px;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
}
.contato .form10{
	float: left;
	text-align: center;
}
.contato .form10 .warning{
	display: inline-block;
	background: #dfefca;
	padding: 20px 3%;
	width: 70%;
	margin: -10px 0 30px 0;
	color: #458212;
	border: 1px solid #cae3a1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.contato .form10 .warning p{
	padding: 0;
	text-align: center;
}

/*------------------------------------*\
		ADESTRAMENTO
\*------------------------------------*/
.adestramento .texto {
	margin-bottom: 20px;
}

.adestramento .inner{
	padding: 30px 3.48% 0
}

.adestramento .inner h3{
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 40px;
	width: 100%;
}

.adestramento .inner h3.adestrar{
	margin-top: 0;
}

.adestramento .inner h4{
	font-size: 40px;
	margin-bottom: 10px;
}

.adestramento .inner p{
	margin-bottom: 25px;
}

.adestramento article {
	border-left: 3px solid #FF4D4D;
	padding-left: 20px;
	margin-bottom: 45px;
}

.adestramento article p:last-child {
	margin-bottom: 0;
}

.adestramento .inner li{
	position: relative;
	line-height: 1.2em;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  position: relative;
}

.adestramento .inner li:before {
	content: '●';
	display: block;
	font-size: 10px;
	zoom: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.adestramento .precos,
body.precos .precos-adestrar{
	display: inline-block;
	width: 100%;
	margin: 10px 0 40px;
}

.adestramento .precos > div,
body.precos .precos-adestrar > div {
	background: #FF4D4D;
	float: left;
	width: 48%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	padding: 15px 0 0;
}

.adestramento .precos span,
body.precos .precos-adestrar span{
	display: inline-block;
	width: 100%;
	font-size: 40px;
}

.adestramento .precos .avulsa,
body.precos .precos-adestrar .avulsa{
	margin-right: 4%;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
	background: #fff;
}
footer .left{
	text-align: center;
	margin-top: 28px;
}
footer .left ul{
	background: url(img/sprite-comum.png) no-repeat 0 -82px;
	padding: 5px 0 0 100px;
	display: inline-block;
}
footer .left ul strong{
	background: url(img/sprite-comum.png) no-repeat 0 -47px;
	padding-left: 22px;
	font-size: 22px;
	letter-spacing: 0.1em;
	float: left;
}
footer .left ul li{
	margin-bottom: 7px;
	float: left;
	clear: both;
	position: relative;
}
footer .left ul li span{
	top: -8px;
}
footer .left ul li:last-child {
	margin: 0;
}
footer .facebook-like{
	text-align: center;
	margin-top: 40px;
}
footer .copyright{
	margin-top: 20px;
	padding: 15px 0;
	font-size: 15px;
}
footer .copyright{
	border-top: 1px solid #ddd;
}
footer .copyright li{
	margin-bottom: 10px;
	text-align: center;
}
footer .copyright a{
	border-bottom: 1px dashed #ccc;
}
footer .copyright a:hover{
	color: #000;
	border-bottom: 1px solid #666;
}

/*------------------------------------*\
    IMAGE RATIOS
\*------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5 / 1),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx){
	
	/*Logo*/
	.header a.logo h1{
		background-image: url(img/tiapet-logo@15x.jpg);
		background-size: 150px 62px;
	}
	
	/*Sprite comum*/
	h2 span,
	blockquote span,
	.a-equipe h3 span,
	footer .left ul,
	footer .left ul li span,
	footer .left ul strong{
		background-image: url(img/sprite-comum@15x.png);
		background-size: 85px 151px;
	}
	
	/*Principal Detail*/
	#principal h2{
		background-image: url(img/title-detail@15x.png);
		background-size: 146px 24px;
	}
	
	/*Sprite Dogs*/
	#apresentacao .servicos li span{
		background-image: url(img/sprite-dogs@15x.png);
		background-size: 980px 70px;
	}
	
	/*Sprite Home*/
	.testemunhos .texto,
	#localizacao .transporte span.bus{
		background-image: url(img/sprite-home@15x.png);
		background-size: 160px 157px;
	}
	
	/*Mask*/
	.testemunhos .foto .mask{
		background-image: url(img/mask@15x.png);
		background-size: 113px 100px;
	}
	
	/*Sprite Creche*/
	#galeria .slick-slider button,
	.sobre-nos .espaco .slick-slider button,
	.sobre-nos .condicoes li span{
		background-image: url(img/sprite-creche@15px.png);
		background-size: 299px 99px;
	}
	
	/*CRMV*/
	.sobre-nos .textblock .crmv h4 a{
		background-image: url(img/crmv@15x.jpg);
		background-size: 100px 36px;
	}
	
	/*Sprite Contato*/
	.contato .texto .bottom li span{
		background-image: url(img/sprite-contato@15x.png);
		background-size: 22px 60px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2 / 1),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx){

	/*Logo*/
	.header a.logo h1{
		background-image: url(img/tiapet-logo@2x.jpg);
		background-size: 150px 62px
	}

	/*Sprite comum*/
	h2 span,
	blockquote span,
	.a-equipe h3 span,
	footer .left ul,
	footer .left ul li span,
	footer .left ul strong{
		background-image: url(img/sprite-comum@2x.png);
		background-size: 85px 151px;
	}
	
	/*Principal Detail*/
	#principal h2{
		background-image: url(img/title-detail@2x.png);
		background-size: 146px 24px;
	}

	/*Sprite Dogs*/
	#apresentacao .servicos li span{
		background-image: url(img/sprite-dogs@2x.png);
		background-size: 980px 70px;
	}

	/*Sprite Home*/
	.testemunhos .texto,
	#localizacao .transporte span.bus{
		background-image: url(img/sprite-home@2x.png);
		background-size: 160px 157px;
	}

	/*Mask*/
	.testemunhos .foto .mask{
		background-image: url(img/mask@2x.png);
		background-size: 113px 100px;
	}

	/*Sprite Creche*/
	#galeria .slick-slider button,
	.sobre-nos .espaco .slick-slider button,
	.sobre-nos .condicoes li span{
		background-image: url(img/sprite-creche@2x.png);
		background-size: 299px 99px;
	}

	/*CRMV*/
	.sobre-nos .textblock .crmv h4 a{
		background-image: url(img/crmv@2x.jpg);
		background-size: 100px 36px;
	}

	/*Sprite Contato*/
	.contato .texto .bottom li span{
		background-image: url(img/sprite-contato@2x.png);
		background-size: 22px 60px;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}



.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}
.overlay h3{
	margin-bottom: 20px;
	text-align: center;
}
.overlay h4{
	text-align: center;
	font-size: 2em;
}
.overlay p{
	text-align: center;
	margin-bottom: 20px;
}
.overlay p.reserva{
	margin-bottom: 10px;
}
.overlay .cover{
    width: 100%;
    height: 100%;
}
.overlay .relative{
    text-align: center;
    position: relative;
    max-height: 100%;
    height: 100%;
}
.overlay .table{
    display: table;
    width: 100%;
    height: 100%;
} 
.overlay .table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.overlay .content{
    margin: 0 auto;
    width: 96%;
    padding: 40px 55px;
    background: #fff;
    position: relative;
	max-width: 800px;
	text-align: left;
	overflow: hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.overlay .content ul{
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
}
.overlay .content ul li{
	font-size: 14px;
	margin-bottom: 15px;
	padding-left: 13px;
	position: relative;
}
.overlay .content ul li:after{
	background: #ffd755;
	content: '';
	top: 7px;
	left: 0;
	position: absolute;
	width: 4px;
	height: 4px;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.overlay .content ul li:last-child{
	margin: 0;
}
.overlay .content button{
	background: url(img/fechar.png) no-repeat;
	border: 0;
	width: 77px;
	height: 17px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

.zapFloater {
	display: block;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	background: url(img/whatsapp.png) no-repeat;	
  background-size: 50px;
	width: 50px;
	height: 50px;
	z-index: 2;
}