body{
	font-family: 'Handlee', cursive;
    /*font-family: 'Open Sans', sans-serif;*/
    overflow-x: hidden;
}

.topo-desktop{
    position: relative;
    margin-top: 30px;
}

.topo-desktop .logo {
    position: absolute;
    left: 37%;
}

.topo-desktop .logo img{
    width: 293px;
}

ul.menu-desktop{
    list-style: none;
    padding-left: 0;
	text-align:center;
}

ul.menu-desktop li{
    font-family: 'Handlee', cursive;
    float:left;
    padding-right: 26px;
    padding-top: 18px;
	text-align:center;
}

.texto{
	font-family: 'Handlee', cursive;
	font-size:10em;}

ul.menu-desktop li.espaco-menu {
    padding-right: 340px;
}

ul.menu-desktop li.fim-menu {
    padding-right: 0;
}

ul.menu-desktop li a{
    font-size:18px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
	
}

footer{
    position: relative;
    margin-top: 35px;
}

.redes-sociais{
    text-align: center;
}

.copy{
    position: absolute;
    left:0;
    top:5px;
    font-weight: 600;
}

.slick-slide img {
    width: 100%;
    opacity: 0.5;
    transition: all 300ms ease;
    position: relative;
    z-index: 99;
}

.slick-slide {
    padding: 2px;
}

.slick-slide.slick-center img{
    opacity: 1;
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    z-index: 999;
}

section.banners {
    margin-top: 70px;
    z-index: 10;
}

.slick-next{
    right: 33% !important;
    z-index: 999;
}

.slick-prev{
    left: 33% !important;
    z-index: 999;
}

.topo-mobile{
    display: none;
	
}

.galeria img{
    width: 100%;
    margin-bottom: 30px;
}

.box-galeria p{
    font-size: 18px;
    font-weight: 600;
    padding: 0 125px;
    margin-bottom: 20px;
}

.container.box-galeria {
    padding: 0 100px;
    margin-top: 70px;
}

.fancybox-skin {
    padding: 0 !important;
}

.box-contato{
    padding: 0 100px;
    margin-top: 70px;
}

.box-contato p{
    font-size: 16px;
    margin-bottom: 19px;
    padding-left: 45px;
}

.box-contato img{
    padding-right: 20px;
    float: left;
}

.campos {
    width: 100%;
    height: 43px;
    padding-left: 7px;
    border: 2px solid #ff6600;
    margin-bottom: 16px;
}

.campos.msg{
    height:auto;
}

submit.BTEnvia {
    background: #ff6600;
    border: 0;
    padding: 11px 36px;
    font-size: 18px;
    font-weight: 600;
}


p{
	 font-family: 'Handlee', cursive;
	 text-align:justify;}
	 
	 h1{
		 width:100%;
		 font-size:23px;
		 text-align:center;
		  font-family: 'Handlee', cursive;
		 }