@media only screen and (max-width: 1199px){
    ul.menu-desktop li a {
        font-size: 16px;
		text-align:center;
    }

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

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

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

@media only screen and (max-width: 992px){
    .topo-desktop{
        display: none;
    }

    .slick-next {
        right: 1% !important;
    }

    .slick-prev {
        left: 1% !important;
    }

    .box-galeria p{
        padding: 0 20px;
    }

    .topo-mobile{
        display: block;
		text-align:center;
    }

    .container.box-galeria {
        padding: 0 20px;
        margin-top: 30px;
    }

    .container.box-contato {
        padding: 0 20px;
        margin-top: 30px;
    }

    .box-contato p {
        font-size: 14px;
    }

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

    .logo-mobile {
        padding-top: 22px;
    }

    .icon-emails {
        padding-top: 22px;
    }
	
	
}

@media only screen and (max-width: 767px){
    .copy {
        position: relative;
        margin-top: 10px;
        text-align: center;
    }
	
	 h1{
		 width:100%;
		 font-size:23px;
		 text-align:center;
		  font-family: 'Handlee', cursive;
		 }
		 
		 p{
	 font-family: 'Handlee', cursive;
	 text-align:justify;}
	 
	
}