/*GERAIS*/

body{
	background:#0B6DAE;
	color:#474747;
	font-family: sofia-pro-soft,sans-serif;
	font-weight: 400;
	font-style: normal;}
h1{
	font-family: haboro-soft, sans-serif;
	font-weight: 800;
	font-style: normal;}
h2, h3, h4, h5, h6{
	font-family: sofia-pro-soft,sans-serif;
	font-weight: 400;
	text-transform: uppercase;}
  h5{
    margin-bottom: 0rem;
  }
.row{
	max-width:90em !important;}
.bottom30{
	margin-bottom:30px;}
.bottom60{
	margin-bottom:60px;}
.top15{
	margin-top:15px;}
.top30{
	margin-top:30px;}
.pad{
	padding: 0 30px;}
.m40{
	margin:40px 0;}
.top-bar .name{
	background:#0B6DAE;}
.top-bar-section ul li{
	border-bottom:1px solid #fff;
	background:#006daa !important;}	
.top-bar-section ul li > a{
	padding: 20px;
	font-family: sofia-pro-soft,sans-serif;
	background: #0B6DAE;
	text-transform:uppercase;
	color:#fff !important;
	font-size:14px;}	
.spacer{
	border-bottom:1px solid #cccccc;
	margin:40px 0;}	
.relative{
	position:relative;}
p{
	line-height:28px;
	font-size:17px;
	margin-bottom:15px;}
.bold{
	font-weight:800;}
small{
	font-size:15px;
	font-family: sofia-pro-soft,sans-serif;
	text-transform:uppercase;
	color: #fff;
	display:block;
	margin-bottom:10px;}
blockquote{
	padding:50px;
	font-weight:900;
	font-size:20px;
	color:#000;
	border-left:4px solid #e7e7e7;}
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px 95px 10px;}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;}
#toggle span:after{
  top: 9px;}
#toggle span {
  position: relative;
  display: block;}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;}

/* on activation */
#toggle.on span {
  background-color: transparent;}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;}

/* menu appearance*/
#menu {
  position: absolute;
  color: #999;
  width: 200px;
  padding: 10px;
  margin: auto;
  ont-family: sofia-pro-soft,sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s;}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;}
ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;}
#menu li a {
ont-family: sofia-pro-soft,sans-serif !important;
font-style: normal;
  font-weight: 300;
  padding: 14px;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  text-decoration: none;
  transition: all .2s;}
#menu li a:hover,
#menu li a:focus {
  background: #eeb739;
  color: #fff;}
::-webkit-input-placeholder{
	text-transform: uppercase;
	font-size: 13px;
	color: #484848;}
:-moz-placeholder {
	color: #484848;}
::-moz-placeholder {
	color: #484848;}
:-ms-input-placeholder {  
	color: #484848;}	

/*LAYOUT*/


 header{
     padding: 20px 0;}
 header h1{
     color: #ffff;
     line-height: 40px;
     font-size: 40px;}
 header p{
     color: #fff;}
 header li{
    display: inline-block;
 }
 header li a{
    font-size: 13px;
    margin: 58px 30px 0px 0px;
    color:#fff;
    text-align: center;
    text-transform: uppercase;}
   header li a:hover{
    color:#fff;
   }
.info{
	padding: 90px 0 30px 0;}
 .home{
     background: url("../img/bg-home.png") no-repeat;
     background-position: center;
     background-size: cover;} 	
 .sobre{
     background: url("../img/bg-sobre.png") no-repeat;
     background-position: center;
     background-size: cover;} 	
 .pets{
     background: url("../img/bg-pets.png") no-repeat;
     background-position: center;
     background-size: cover;} 	
 .empresa{
     background: url("../img/bg-empresa.png") no-repeat;
     background-position: center;
     background-size: cover;} 	
.ver-mais{
	float: right;}
.solucoes h2{
    color: #fff;
    padding: 40px 0;
    font-size: 20px; }
.solucoes .box{
    background: #1ABC9C;
    color: #fff;
    border-radius: 10px;
   padding: 35px 25px;
    height: 225px;}
.solucoes h3{
    color: #fff;
    text-transform: none;
    font-family: haboro-soft, sans-serif;
    font-weight: 800;
    font-size: 24px;}
.solucoes .box:hover{
    background: #000; }
.empresarial{
    margin-top:40px;
    background: #fff;
    border-radius: 40px 40px 0 0;
    padding: 20px 0 50px; }
.empresarial h2{
    font-size: 17px;
    color: #3498DB; }
.empresarial a,
.empresarial-interna a,
.conteudo .btn,
form button{
	font-family: sofia-pro-soft,sans-serif;
	font-weight: 400;	
	width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    background: #1ABC9C;
    text-transform: uppercase;
    padding: 20px;
	margin-bottom: 20px;
    border-radius: 10px; }
.conteudo{
    padding: 40px 0;
    background: #fff;  }
.conteudo h2{
    font-size: 20px;
    color: #3498DB;
    margin: 40px 0 20px; }
.conteudo h3{
	margin: 25px 0;
	color: #3498DB;}
.conteudo li a{
    background: url("../img/ver-mais.png") no-repeat right;
    padding: 30px 0;
    border-bottom: 1px solid #D2D2D2;
    text-transform: uppercase;
    color: #474747;}
form{
    margin: 30px 0;	}
form input{
    border-bottom: 1px solid #DBDBDB !important;
    border-top: none !important;
    box-shadow: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 25px !important;}
footer{
    background: #474747;
	margin-top: 40px;
    padding: 20px;}
footer li a{
    font-size: 13px;
    margin: 25px 0;
    color:#fff;
    text-align: center;
    text-transform: uppercase;}

/*MEDIA QUERIES*/

@media (min-width: 1300px){
 .home{
		 background: url("../img/bg-home-desk.png") no-repeat;
		 background-position: center;
		 background-size: cover;} 	
	header h1{
		font-size: 50px;
		line-height: 50px;} 
	.ver-mais{
		float: left;}
	footer{
		margin-top: 40px;}
	footer li a{
		float: left;
		margin-right: 30px;}
}
@media only screen and (max-width: 30em){
.solucoes .box{
   padding: 35px 15px;
    height: 165px;}
.solucoes h3{
    font-size: 20px;}
.autoplay .columns {
  padding-right: 0.5rem;
  padding-left: 0rem;}
  .slick-next {
      right: 148px;
  }
  .slick-prev {
      left: 32px;
  }
}