@import url(https://fonts.googleapis.com/css?family=Caveat:400,700|Arvo:400,400italic,700);
/*******
*
*
* Author Name : Mostafizur Rahman
* Author URI : http://mostafiz.me/
* Descripion : This is a responsive Bootstrap responsive app landing page developed by Mostafizur Rahman
* Template URI : http://mostafiz.me/demo/lucid/
* Version : 1.1
*
*
*******/
body{
	margin: 0;
	padding: 0;
	font-family: 'Arvo', serif;
	box-sizing: border-box;
	background-color:#fde18f;
}
li{
	list-style: none;
}
a:hover, a:visited, a{
	text-decoration: none;
}
h4{
	font-size: 14px;
	color: #008ed6;
	text-transform: uppercase;
	margin-top: 65px;
	font-weight: 700;
}
h2{
	font-size: 36px;
	color: #1a1a1a;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 0;
}
.animated {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
}
/*header area*/
.top-header{
	background:transparent;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.top-header img.logo{
	margin-top: 0px;
	margin-left:21px;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.nav-bar{
	margin-top: 28px;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
 	font-size: 17px;
	color: #ec1c24;
	text-transform:uppercase;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 15px 0;
	margin:0 15px;
	font-family: 'Arvo', serif;
}

.container-fluid {
	margin-top:12px;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #921519;
	border-bottom: 0px solid #921519;
}
.navbar-default .navbar-nav>li>a.active{
	color: #fff;
	border-bottom: 0px solid #921519;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  background-color:#ffce3e;
}
.navbar-default .navbar-toggle:active{
  border-color: #fff;
  background-color:#fbd156;
}

.navbar-default .navbar-toggle:hover{
  border-color: #fff;
  background-color:#fbd156;
}

/*banner area*/
.banner{
	background: url(../img/inicio.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner_contato{
	width:100%;
	background: url(../img/antesrodape.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


img{
	max-width:100%;
	height:auto;
}

.imgcaogato {
	width:100%;
	min-height:646px;
	background: url(../img/caogato.png);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}

.frase {
	width:74.8245614%; /* 853px ÷ 1140px*/
	min-height:102px;
	background: url(../img/txt_petseg.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:260px;
	margin-top:-15px;
}

.banner h3{
	font-size: 14px;
	color: #008ed6;
	text-transform: uppercase;
	margin-top: 160px;
	font-weight: 700;
}
.banner h1{
	font-size: 48px;
	color: #000;
}
.banner p{
	font-size: 18px;
	color: #999999;
	margin-top: 25px;
	line-height: 2;
	font-weight: 600;
}
.download-btn{
	width: 160px;
	height: 50px;
	background: #008ed6;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 4px;
	border:0;
	margin-top: 60px;
	margin-right: 15px;
	font-weight: 600;
}
.features-btn{
	width: 160px;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #444348;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
	font-size: 14px;
	margin-top: 60px;
	margin-bottom: 105px;
	font-weight: 600;
}
.banner-img{
	position: relative;
}
.banner img{
	position: absolute;
	margin-top:125px;
}

/*features area*/

.features {
	min-height:591px;
	width:100%;
	background: url(../img/achoupet.png);
	background-repeat: no-repeat;
	background-position: center;
}

.form_achoupet {
	width:312px;
	height:225px;
	background: url(../img/form_achoupet.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left:32.01754386%; /* 365px ÷ 1140px*/
	margin-top:150px;
	padding: 145px 0 0 35px;
}

.achei-pet-box-input input {
    font-size: 20px;
    letter-spacing: 0.2em;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
	float:left;
	width:154px;
	background-color:#fef3d2;
	border:1px solid #fef3d2;
}

.achei-pet-box-button button {
    padding: 10px;
    width: 72px;
	float:left;
	margin-left:10px;
	font-family: 'Arvo', serif;
	font-size:15px;
}


.separa3 {
	width:100%;
	height:40px;
}

#como-funciona ul li {
    color: #ff6403;
    font-size: 19px;
    line-height: 1.2em;
    list-style: outside none square;
    padding-bottom: 18px;
	width:70.68421053%; /* 420px ÷ 570px*/
	float:left;
	font-family: 'Arvo', serif;
	
}

.areafunciona{
	width:100%;
	display:table;
	margin-top:140px;
	margin-left:65px;
}

.duvidas {
	width:100%;
	height:549px;
	background: url(../img/duvidas.png);
	background-repeat: no-repeat;
	background-position: center;
}

.areaduvidas {
	width:395px;
	height:460px;
	overflow:scroll;
	text-align:left;
	margin-left:128px;
	margin-top:30px;
	font-family: 'Arvo', serif;
	color:#5b8f4c;
	font-size:18px;
	padding-right:5px;
}

::-webkit-scrollbar-track {
    background-color: #fee9ab;
}
::-webkit-scrollbar {
    width: 6px;
    background: #fee9ab;
}

::-webkit-scrollbar-corner{
    width: 6px;
    background: #fee9ab;
}

::-webkit-scrollbar-thumb {
    background: #ffd65c;
}

h1 {
	color:#000000; 
	text-align:left; 
	font-size:33px;
	}


h3 {
	color:#f06624; 
	text-align:center; 
	font-size:23px;
	}
	
h5 {
	color:#f06624; 
	text-align:center; 
	font-size:16px;
	}
		
.preencha {
	color:#f05a2a;
	font-size:16px;
}
 
.respota {
	color:#8db182;}
	
.faqfim {
	color:#626467;}	

.features img{
	margin:auto;
	display: block;
	margin-bottom: 50px;
}
.features i.fa{
	font-size: 25px;
	color: #008ed6;
	font-weight: 700;
	width: 100px;
	  height: 100px;
	  border: 1px solid #e1e1e1;
	  line-height: 4;
	  border-radius: 50%;
	  cursor: pointer;
	  transition: all .7s ease 0s;
	  -webkit-transition: all .7s ease 0s;
	  -moz-transition: all .7s ease 0s;
	  -o-transition: all .7s ease 0s;
	  -ms-transition: all .7s ease 0s;
}
.features i.fa:hover{
	color: #fff;
	background: #008DD5;
}
.features h3{
	font-size: 24px;
	color: #1a1a1a;
}
.features p{
	font-size: 18px;
	color: #999999;
	margin-bottom: 70px;
}
/*details area*/
.details-phone{
	margin-top: 50px;
}
.details p{
	font-size: 18px;
	color: #999999;
	margin: 30px 0;
}
.details ul{
	margin: 0;
	padding: 0;
}
.details ul li{
	font-size: 18px;
	color: #1b1b1b;
}
.details ul li i.fa{
	font-size: 20px;
	color: #008ed6;
	height: 30px;
	width: 30px;
}

/*feature-detail area*/
.feature-detail{
	background: #f2f2f2;
}
.feature-detail h4{
	margin-top: 120px;
}
.feature-detail h2{
	margin-bottom: 10px;
}
.feature-detail p{
	font-size: 18px;
	color: #999999;
	margin-top: 20px;
}
.horizontal-phone img{
	margin:30px 0;
}

/*pricing-slide area*/
.pricing-slide{
	background: url(../img/paralax.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.pricing-slide h2{
	margin-bottom: 10px;
	color: #fff;
}
.pricing-slide p{
	font-size: 24px;
	color: #fff;
	font-style: italic;
	font-weight: 300;
	margin-top: 60px;
	margin-bottom: 25px;
}
.item img{
	float: left;
	margin-right: 20px;
	margin-bottom: 200px;
}
.item h5{
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.item h6{
	font-size: 16px;
	color: #fff;
	padding-top: 12px;
}
/*download area*/
.download{
	background: #15141a;
}
.download p{
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	padding: 65px 0;
}
.download p span{
	font-weight: 700;
}
.download button{
	margin: 65px 0;
}
.download button.download-btn{
	margin-left: 15px;
}
/*price-plan area*/
.price-plan img{
	margin:auto;
	margin-bottom: 70px;
}
.single-table{
	border: 1px solid #e0e0e0;
	margin-bottom: 60px;
}
.single-table h3{
	font-size: 24px;
	color: #1a1a1a;
	border-bottom: 1px solid #e0e0e0;
	padding: 18px;
	line-height: 1;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price{
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price h5{
	font-size: 60px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 17px;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price h5 span{
	position: absolute;
	font-size: 25px;
	top: 21%;
	left: 34%;
	font-weight: 600;
}
.table-price p{
  font-size: 18px;
  color: #999999;
  line-height: 1;
  margin-bottom: 22px;
  transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description p{
	font-size: 18px;
	color: #999999;
	padding: 40px 20px;
	margin-bottom: 0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description a{
	color: #008ed6;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description button{
	width: 160px;
	height: 50px;
	border:1px solid #e0e0e0;
	color: #008ed6;
	border-radius: 4px;
	background: transparent;
	margin-bottom: 30px;
	font-weight: 700;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.free h5 span{
	left: 39%;
}
.business h3{
	color: #008ed6;
}
.business-price{
	background: #008ed6;
}
.business-price p{
	color: #fff;
}
.business button{
	background: #008ed6;
	color: #fff;
	border:0;
}
.business h5{
	color: #fff;
}
.single-table:hover.single-table h3{
	color: #008ed6;
}
.single-table:hover .table-description button{
	background: #008ed6;
	color: #fff;
	border:0;
}
.single-table:hover .table-price h5{
	color: #fff;
}
.single-table:hover .table-price p{
	color: #fff;
}
.single-table:hover .table-price{
	background: #008ed6;
}
/*contact area*/
.contact{
	background: #ededed;
	position: relative;
	height: 700px;
}
.contact-heading img{
	margin: auto;
	margin-bottom: 50px;
}
.contact i.fa{
	color: #008ed6;
	font-size: 20px;
	padding: 20px;
}
.contact p{
	font-size: 18px;
	color: #999999;
	line-height: 1;
}
.contact-form{
	background: #15141a;
	overflow: hidden;
	z-index: 222;
	position: absolute;
	margin-top: 50px;
}
.contact-form-left, .contact-form-right{
	margin-top: 60px;
}
.contact-form-left input{
	width: 100%;
	height: 50px;
	padding: 12px;
	border-radius: 5px;
	border:1px solid #444348;
	margin-bottom: 20px;
	background: transparent;
	color: #fff;
}
.contact-form textarea{
	width: 100%;
	height: 189px;
	border-radius: 5px;
	border:1px solid #444348;
	margin-bottom: 15px;
	background: transparent;
	padding: 12px;
	color: #fff;
}
.contact-form-right input{
	width: 160px;
	height: 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	background: #008ed6;
	border-radius: 5px;
	border:0;
	margin-bottom: 40px;
}
/*map section*/
#map{
	width: 100%;
	height: 370px;
	pointer-events: none;
	display:none;
}
/*footer section*/
.footer{
	background: #e7de53;
}


.footer i.fa{
	font-size: 15px;
	padding: 20px;
	color: #444348;
	margin-top: 20px;
}
.footer i.fa:hover{
	color: #921519;
}
.footer p{
	font-size: 14px;
	color: #444348;
	margin-bottom: 20px;
	font-family: 'Arvo', serif;
}
.footer p a{
	color: #444348;
}
.footer p a:hover{
	color: #008ed6;
}



.box {
	border-radius: 10px;
	padding: 15px 35px 35px;
	background: #fff;
	margin-top: 120px;
	font-family: 'Arvo', serif;
}


.box-success {
	background: #1d9421;
	color: #FFF;
}

#cadastrar-tag {
	margin: 80px auto;
	margin-top:200px;
	margin-bottom:180px;
}

#cadastrar-tag-form {
	display: flex;
}

.cadastrar-tag-input {
	flex: 1;
	margin-right: 10px;
}

.cadastrar-tag-input input {
	font-size: 20px;
    padding: 20px;
    text-align: center;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.cadastrar-tag-button button {
	width: 70px;
	padding: 10px;
}

#cadastrar-tag-sucesso p {
	/*font-size: 20px;*/
}

.msg_retrono {
	width:100%;
	min-height:600px;
	text-align:center;
	padding-top:250px;
	font-size:24px;
	color:#74a854;
}