@import url('https://fonts.googleapis.com/css?family=Patrick+Hand&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&subset=latin-ext');
*{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
img{
    max-width: 100%;
}
p{
    font-size: 14px;
    margin-bottom: 10px;
    color: #000;
    text-align: justify;
}
h2{
    font-size: 35px;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
    font-weight: 300;
}
h3{
    font-family: 'Patrick Hand', cursive;
    text-transform: uppercase;
    font-weight: 100;
}
.d60{
    width: 60%;
    height: auto;
    float: left;
}
.d35{
    width: 35%;
    height: auto;
    float: right;
    margin-left: 5%;
}
.clearfix{
    clear: both;
}
.container{
    width: 1000px;
    height: auto;
    margin: auto;
}
.container h1{
    color: #e2a937;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}
.bgmenu{
    width: 100%;
    height: 150px;
    background: #000;
    font-family: 'Patrick Hand', cursive;
}
.redes{
    width: 15%;
    float: right;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}
.redes img{
    width: 25px;
    margin: 3px;
    margin-top: 5px;
}
.logo{
    width: 230px;
    height: 230px;
    background: #000;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -115px;
    margin: 0px 10px;
    overflow: hidden;
}
.logo img{
    width: 55%;
    padding-top: 30px;
}
.banner{
    width: 100%;
    margin-bottom: 40px;
}
.banner img{
    width: 100%;
}

.banner #owl-demo2 .owl-next{
	width:27px;
	right:0;
	margin-top:-15%;
}

.banner #owl-demo2 .owl-prev{
	margin-top:-15%;
}

.banner_interno{
    width: 100%;
    margin-bottom: 10px;
}
.banner_interno img{
    width: 100%;
}
.container .sobre{
    width: 100%;
    height: auto;
/*    display: table;*/
}
.container .sobre .esq{
    width: 34%;
    float: left;
    
}
.container .sobre #sobre{
    width: 100%!important;
    float: left;
    
}
.container .sobre .dir{
    width: 53%;
    height: auto;
    float: right;
}
.container .sobre .dir img{
    width: 100%;
}
.container .sobre .dir .owl-carousel{
    height: 320px;
}
.container .servicos{
    margin-top: 50px;
}
.container .seu-evento{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 33px;
}

.seu-evento-img{
	width:100%; height:auto; display:table;
}
.seu-evento-img .evento-img-first{
		width:100%;
		height:auto; 
		margin-bottom: 5px;
}
.seu-evento-img .evento-img-first img{
	width:100%;
}

.seu-evento-img .evento-img-sec{
		width:100%;
		height:auto;
}

.seu-evento-img .evento-img-sec img{
	width:100%;
}

.container .seu-evento .c4{
    width: 25%;
    float: left;
    text-align: center;
}
.container .seu-evento .c4 .icon{
    height: 60px;
}
.container .seu-evento .c4 p{
    text-align: center;
}
.container .seu-evento .c4 h3{
    font-size: 25px;
}
.container .clientes{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 70px;
}
.container .fale-conosco{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 70px;
}
.container .fale-conosco .esq{
    width: 46%;
    float: left;
}
.container .fale-conosco .esq input[type="text"]{
    width: 100%;
    height: 50px;
    background: #f0f0f0;
    border: 0;
    padding-left: 20px;
    margin-bottom: 9px;
    box-sizing: border-box;
    font-family: 'Patrick Hand', cursive;
    font-size: 15px;
}
.container .fale-conosco .dir{
    width: 54%;
    float: right;
}
.container .fale-conosco .dir textarea{
    width: 88.5%;
    height: 168px;
    float: left;
    border: 0;
    padding-left: 20px;
    margin-left: 9px;
    box-sizing: border-box;
    background: #f0f0f0;
    font-family: 'Patrick Hand', cursive;
    font-size: 15px;
    padding-top: 15px;
}
.container .fale-conosco .dir input[type="submit"]{
    width: 8%;
    height: 168px;
    float: right;
    background: url(../img/btn.png);
    background-position: center;
    cursor:pointer;
/*    background-size: 100%;*/
    border: 0;
}
footer{
    width: 100%;
    height: 300px;
    background: #000;
    float: left;
	padding-bottom: 50px;
}
footer .rodape{
    width: 1000px;
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    display: table;
    padding-top: 60px;
    box-sizing: border-box;
}
footer .rodape ul{
    list-style: none;
}
footer .rodape ul li{
    font-size: 11px;
}
footer .rodape .i-rodape{
    width: auto;
    float: left;
    margin-right: 66px;
    margin-top: 30px;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
}

footer .rodape .i-rodape .selo{
    width: 150px;
    
}

footer .rodape .i-rodape .selo img{
    width: 100%;
}
footer .rodape .i-rodape:last-of-type{
    margin-right: 0;
    float: right;
}
footer .rodape .i-rodape img{
    margin-right: 5px;
    vertical-align: -5px;
}
footer .rodape .i-rodape span{
/*    float: left;*/
}
footer .rodape .i-rodape a{
	color: #fff;
	text-decoration: none;
}
footer .rodape .i-rodape p{
    color: #fff;
}
footer .rodape .i-rodape .news{
    width: 202px;
    display: inline-block;
    margin-top: 20px;
}
footer .rodape .i-rodape .news input[type="text"]{
    width: 84%;
    height: 43px;
    background: url(../img/form.png);
/*    background-size: 100%;*/
    border: 0;
    padding-left: 10px;
    float: left;
}
footer .rodape .i-rodape .news input[type="submit"]{
    width: 10%;
    height: 43px;
    float: right;
    background: url(../img/btn-news.png);
    border: 0;
    position: relative;
    left: -2px;
}
footer .rodape .i-rodape .insta{
    width: 200px;
    float: right;
    margin-top: -10px;
}
::-webkit-input-placeholder {
   color: #000;
}