body { font-family: 'Lato', sans-serif; color: #4c4e4e; background-color: #fff; overflow-x: hidden; background-color: #f6921c; }
a:link, a:hover, a:active, a:focus, a:visited { text-decoration: none !important; }
* { outline: none; }
a:focus { outline: none !important; }

@font-face {
    font-family: 'Chaparral Pro';
    src: url('./fonts/ChaparralPro-Regular.woff2') format('woff2'),
        url('./fonts/ChaparralPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Chaparral Pro';
    src: url('../fonts/ChaparralPro-Bold.woff2') format('woff2'),
        url('./fonts/ChaparralPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.woff2') format('woff2'),
        url('../fonts/BebasNeueBook.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.woff2') format('woff2'),
        url('../fonts/BebasNeueBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Light';
    src: url('../fonts/BebasNeueLight.woff2') format('woff2'),
        url('../fonts/BebasNeueLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Yhin';
    src: url('../fonts/BebasNeue-Thin.woff2') format('woff2'),
        url('../fonts/BebasNeue-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Regular';
    src: url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Nexa Rust Script L0';
    src: url('../fonts/NexaRustScriptL-0.woff2') format('woff2'),
        url('../fonts/NexaRustScriptL-0.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}



p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5 { letter-spacing: 0px; }

.remove-padding { padding: 0; }
.remove-right { padding-right: 0; }
.clearfix:before, .clearfix:after, .row:before, .row:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .row:after, .clearfix:after {clear: both; } .row, .clearfix {zoom: 1; } .clear {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; } .clear5 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 5px; } .clear10 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 10px; } .clear15 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 15px; } .clear20 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 20px; } .clear25 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 25px; } .clear30 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 30px; } .clear35 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 35px; } .clear40 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 40px; } .clear45 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 45px; } .clear50 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 50px; } .clear60 {clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 60px; } .lfloat {float: left } .rfloat {float: right }

/* DEFAULT */
.menu-active .general { overflow: hidden; height: 100vh; }

.general { overflow-x: hidden; }

header { position: absolute; top: 0; left: 0; width: 100%; z-index: 9999; }
.logo { margin-top: 45px; margin-left: 80px; display: inline-block; }

#home .sobre { background-color: #000; text-align: center; color: #fff; font-size: 40px; font-family: 'Nexa Rust Script L0'; line-height: 45px; padding: 125px 0; }
#home .sobre span { color: #f6921c; }

.modal-b { position: fixed; background: rgba(0,0,0,0.5); top: 0; left: 0; height: 100vh; z-index: 9999; width: 100%; visibility: hidden; -webkit-transition: all .5s ease-in-out; transform: scale(0.99); }
.modal-b.active { -webkit-transition: all 0.5s ease-in-out; transform: scale(1); background: rgba(0,0,0,1); }

.slick-next { right: 80px !important; width: 36px !important; height: 67px !important; }
.slick-prev { left: 80px !important; z-index: 99; width: 36px !important; height: 67px !important; }

.menu-active .mn { visibility: visible; }
.menu-active .mn nav { opacity: 1; -webkit-transition: all .5s ease-in-out; transform: scale(1.02); }

.mn { width: 100%; width: 100%; height: 100vh; z-index: 999; text-align: center; visibility: hidden; position: fixed; top: 0; left: 0; }
.mn nav { width: 100%; position: fixed;background: transparent url("../../images/bg-mn.jpg") center no-repeat; background-size: cover; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; z-index: 999; text-align: center; opacity: 0;  padding-top: 38vh; -webkit-transition: all .3s ease-in; transform: scale(1); }
.mn a { display: block; color: #fff; font-family: 'Bebas Neue Regular'; font-size: 55px; text-transform: uppercase; color: #fff; letter-spacing: 10px; padding: 0; line-height: 75px; }
.mn a:hover { color: #f6921c; }


.banner, .video { height: 100vh !important; background-size: cover; background-repeat: no-repeat; text-align: center; position: relative; }

.full-video { width: 100%; height: 100vh; display: table; }
.container-video { height: 100vh; display: table-cell; vertical-align: middle; width: 100%; }

.container-video .infos { position: absolute; right: 15px; background-color: rgba(255,255,255,0.7); height: 575px; padding: 50px; z-index: 999; color: #000; display: none; }

.bt-close-info { position: absolute; right: 30px; top: 30px; }

.bt-info { position: absolute; right: 15px; }

.banner .bg, .video .bg { background-color: rgba(0,0,0,0.15); width: 100%; height: 100vh; position: absolute; top: 0; left: 0; }

.slick-dots li button::before { color: #fff !important; font-size: 20px !important; }
.slick-dots { bottom: 80px !important; }
.slick-dotted.slick-slider { margin-bottom: 0 !important;  }


.slick-active .bt-video { -webkit-transition: all 1s ease-in-out; transform: scale(1); }

.bt-video { display: inline-block; color: #fff; margin-top: 70vh; font-family: 'Chaparral Pro'; font-style: italic; font-weight: normal; font-size: 40px; background: transparent url('../../images/icon-video.png') left center no-repeat; padding-left: 72px; position: relative; z-index: 999; -webkit-transition: all 1s ease-in-out; transform: scale(0.9); }
.bt-video span { padding-bottom: 0; border-bottom: 2px solid #fff; }

.bt-close { width: 57px; height: 57px; background: transparent url('../../images/icon-fechar.png') center no-repeat; display: block; position: absolute; right: 80px; top: 30px; z-index: 999; }


.bt-todos-videos { display: inline-block; position: absolute; right: 80px; bottom: 50px; color: #fff; font-family: 'Chaparral Pro'; font-size: 23px; font-style: italic; border: 2px solid #fff;  padding: 10px 20px; }
.bt-todos-videos span { display: inline-block; font-size: 35px; padding: 0 5px; }


#nav-icon4{width:60px;height:45px;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}#nav-icon1 span,#nav-icon3 span,#nav-icon4 span{display:block;position:absolute;height:9px;width:100%;background:#fff;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#nav-icon1 span:nth-child(1){top:0}#nav-icon1 span:nth-child(2){top:18px}#nav-icon1 span:nth-child(3){top:36px}#nav-icon1.open span:nth-child(1){top:18px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}#nav-icon1.open span:nth-child(2){opacity:0;left:-60px}#nav-icon1.open span:nth-child(3){top:18px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}#nav-icon2 span{display:block;position:absolute;height:9px;width:50%;background:#000;opacity:1;-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#nav-icon2 span:nth-child(even){left:50%;border-radius:0 9px 9px 0}#nav-icon2 span:nth-child(odd){left:0;border-radius:9px 0 0 9px}#nav-icon2 span:nth-child(1),#nav-icon2 span:nth-child(2){top:0}#nav-icon2 span:nth-child(3),#nav-icon2 span:nth-child(4){top:18px}#nav-icon2 span:nth-child(5),#nav-icon2 span:nth-child(6){top:36px}#nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#nav-icon2.open span:nth-child(1){left:5px;top:7px}#nav-icon2.open span:nth-child(2){left:calc(50% - 5px);top:7px}#nav-icon2.open span:nth-child(3){left:-50%;opacity:0}#nav-icon2.open span:nth-child(4){left:100%;opacity:0}#nav-icon2.open span:nth-child(5){left:5px;top:29px}#nav-icon2.open span:nth-child(6){left:calc(50% - 5px);top:29px}#nav-icon3 span:nth-child(1){top:0}#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:18px}#nav-icon3 span:nth-child(4){top:36px}#nav-icon3.open span:nth-child(1){top:18px;width:0;left:50%}#nav-icon3.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}#nav-icon3.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#nav-icon4 span:nth-child(1),#nav-icon4 span:nth-child(2){-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center}#nav-icon3.open span:nth-child(4){top:18px;width:0;left:50%}#nav-icon4 span:nth-child(1){top:0;transform-origin:left center}#nav-icon4 span:nth-child(2){top:16px;transform-origin:left center}#nav-icon4 span:nth-child(3){top:32px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}#nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:-3px;left:8px}#nav-icon4.open span:nth-child(2){width:0;opacity:0}#nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:39px;left:8px;}

#nav-icon4 { position: absolute; right: 80px; top: 115px; z-index: 9999; }

footer { background-color: #f6921c; padding: 100px 0; }
footer .social { padding-top: 28px; }
footer .social a { color: #000000; font-size: 45px; display: inline-block; padding-right: 40px; }
footer .contato, footer .endereco, footer .contato a, footer .endereco a { color: #000; font-family: 'Chaparral Pro'; font-style: italic; color: #000; font-size: 30px; }


/* INTERNAS */
.bg-title { height: 450px; background-color: #000; position: relative; background-size: cover; background-repeat: no-repeat; }
.bg-title h1 { color: #fff; text-align: center; font-family: 'Bebas Neue Regular'; font-size: 50px; letter-spacing: 10px; padding: 0; margin: 0; bottom: 120px; position: absolute; width: 100%; font-weight: bold; }

#quem-somos .bg-title { background-image: url('../../images/bg-quem-somos.jpg'); }
#diretores .bg-title { background-image: url('../../images/bg-diretores.jpg'); }
#filmes .bg-title { background-image: url('../../images/bg-filmes.jpg?2'); }
#filme .bg-title { background-image: url('../../images/bg-filmes.jpg'); }
#locacao .bg-title { background-image: url('../../images/bg-locacao.jpg'); }
#fotos-estudio .bg-title { background-image: url('../../images/bg-locacao.jpg'); }
#todos-equipamentos .bg-title { background-image: url('../../images/bg-locacao.jpg'); }
#toda-estrutura .bg-title { background-image: url('../../images/bg-locacao.jpg'); }
#contato .bg-title { background-image: url('../../images/bg-contato.jpg'); }


#diretores .info { text-align: left; padding: 50px 80px 0 50px; display: none; }
#diretores .info h2 { font-family: 'Chaparral Pro'; color: #fff; font-size: 30px; font-style: italic; font-weight: bold; }
#diretores .info p { font-family: 'Chaparral Pro'; color: #fff; font-size: 24px; font-style: italic; line-height: 40px;  }


#locacao .info { text-align: left; padding: 50px 80px 0 50px; display: none; }
#locacao .info h2 { font-family: 'Chaparral Pro'; color: #fff; font-size: 20px; font-style: italic; font-weight: bold; }
#locacao .info p { font-family: 'Chaparral Pro'; color: #fff; font-size: 24px; font-style: italic; line-height: 40px;  }


.content { background-color: #000; padding: 100px 0; text-align: center; }
.content.diretores a { display: inline-block; width: 273px; height: 273px; position: relative; }
.content.diretores a:hover .text { display: inline-block; }
.content.diretores a .text { display: none; border-radius: 500px; position: absolute; left: 0; top: 0; right: 0; bottom: 0; width: 100%; text-align: center; overflow: hidden; background-color: rgba(241, 117, 0, 0.5); color: #fff; height: 100%;  width: 273px; height: 273px; line-height: 193px; padding: 50px; z-index: 99; }
.content.diretores a img { border-radius: 500px; display: inline-block;  width: 273px; height: 273px; }
.content.diretores a .text p { vertical-align: middle; line-height: normal; display: inline-block; font-size: 36px; font-family: 'Chaparral Pro'; }


.content.diretores a.inative:hover img { opacity: 1; filter: grayscale(0%); }
.content.diretores a.inative:hover .text { display: inline-block !important; }

.content.diretores a.inative img { opacity: 0.6; filter: grayscale(100%); }
.content.diretores a span { display: none; position: absolute; width: 58px; height: 72px; background: transparent url('../../images/over-foto.png') center no-repeat; bottom: 10px; }
.content.diretores a.active span { display: inline-block; }


.intro { background-color: #000; padding: 150px 0; }
.intro p { font-family: 'Chaparral Pro'; color: #fff; font-size: 24px; font-style: italic; line-height: 50px; }

#quem-somos .sobre { background: #2e2e2d url('../../images/bg-sobre.jpg') center no-repeat; background-size: cover; padding: 100px 0; color: #fff; }
#quem-somos .sobre .box { border: 2px solid #fff; padding: 30px; min-height: 325px; line-height: 325px; margin: 50px 30px; }
#quem-somos .sobre .box p { line-height: normal;  display: inline-block; vertical-align: middle; font-size: 30px; font-family: 'Chaparral Pro'; color: #fff; font-style: italic; }


.categorias { background-color: #000; padding: 100px 0; text-align: center; }
.categorias a { display: block; color: #fff; font-family: 'Bebas Neue Regular'; font-size: 50px; text-transform: uppercase; color: #fff; letter-spacing: 10px; padding: 0; line-height: 65px; }
.categorias a:hover { color: #f6921c; }


#filmes .content, #filme .content, #fotos-estudio .content, #todos-equipamentos .content { padding: 100px 80px; }

.content nav { padding-bottom: 100px; }
.content nav a { display: inline-block; color: #fff; font-family: 'Bebas Neue Regular'; font-size: 28px; text-transform: uppercase; color: #fff; letter-spacing: 5px; padding: 0; line-height: 65px; margin: 0 20px; }
.content nav a:hover { color: #f6921c; }

.list-videos a { background-color: rgba(241, 117, 0, 1); display: block; margin-bottom: 30px; }
.list-videos a:hover img { opacity: 0.5; }
.list-videos a div { display: table; position: absolute; width: 100%; color: #fff; z-index: 99; height: 100%; padding-right: 30px; vertical-align: middle; padding-top: 20%; }
.list-videos a span {  display: none; }
.list-videos a:hover span {  display: table-cell;  text-align: center;  vertical-align: middle; font-family: 'Chaparral Pro'; font-size: 20px; font-style: italic; }
.list-videos a span strong { display: block; text-transform: uppercase; font-size: 21px; font-style: normal; }

.infos { color: #fff; text-align: left; font-size: 20px; font-family: 'Chaparral Pro'; font-style: italic; padding-left: 40px; }
.infos .line { margin-bottom: 30px; }
.infos .titulo { display: block; text-transform: uppercase; }

.projetos-relacionados { background-color: #000; }

.list-relacionados { padding: 0 80px; padding-bottom: 60px; }
.list-relacionados h2 { margin: 0; padding: 0; color: #fff; font-family: 'Chaparral Pro'; font-size: 30px; margin-bottom: 50px; padding-left: 40px; }
.list-relacionados .item { padding: 20px; text-align: center; }
.list-relacionados .item a { background-color: rgba(241, 117, 0, 1); display: inline-block; position: relative; }
.list-relacionados .item:hover img { opacity: 0.5; }
.list-relacionados .slick-next { right: -50px !important; }
.list-relacionados .slick-prev { left: -50px !important; }
.list-relacionados .title { background-color: #fff; color: #000; display: block; text-align: center; font-family: 'Chaparral Pro'; font-weight: bold; text-transform: uppercase; font-size: 21px; padding: 20px 0; }
.list-relacionados .title span { font-size: 20px; font-weight: normal; text-transform: none; display: block; }
.bt-voltar { text-align: left; padding: 0 0 45px 0; }

.bt-video-p { display: none; color: #fff; font-family: 'Chaparral Pro'; font-style: italic; font-weight: normal; font-size: 25px; background: transparent url('../../images/icon-video.png') 60px center no-repeat; padding: 20px 0 20px 48px; position: absolute; z-index: 999; -webkit-transition: all 1s ease-in-out; transform: scale(0.9); background-size: 37px; left: 0; right: 0; top: 50px; z-index: 99; width: 100%; }
.bt-video-p span { padding-bottom: 0; border-bottom: 2px solid #fff; }

.list-relacionados .item:hover .bt-video-p { display: inline-block;  }

#locacao .intro { padding: 0 80px; font-family: 'Chaparral Pro'; color: #fff; font-size: 24px; font-style: italic; line-height: 40px; text-align: left; }

#contato .mapa { padding: 100px 0 0 0; }

#locacao .list-fotos { padding: 80px 200px 50px 200px; }
#locacao .item { position: relative; }
#locacao .item:hover .title { display: block; }
#locacao .list-fotos .title { position: absolute; left: 0; bottom: 0; z-index: 99; background-color: rgba(255, 255, 255, 0.72); width: 100%; text-align: left; padding: 30px; color: #000; font-family: 'Chaparral Pro'; font-size: 30px; font-style: italic; display: none; }
#locacao .list-fotos .slick-next { right: -100px !important; }
#locacao .list-fotos .slick-prev { left: -100px !important; }
#locacao .list-fotos .slick-dots { bottom: -60px !important; }
#locacao .list-fotos .slick-dots li button:before { font-size: 12px !important; }

.bt-todas-fotos { display: inline-block; color: #fff; font-family: 'Chaparral Pro'; font-size: 23px; font-style: italic; border: 2px solid #fff;  padding: 10px 20px; float: right; }
.bt-todas-fotos span { display: inline-block; font-size: 35px; padding: 0 5px; }

.list-fotos-geral a { background-color: rgba(241, 117, 0, 1); display: block; margin-bottom: 30px; }
.list-fotos-geral a:hover img { opacity: 0.5; }
.list-fotos-geral a div { display: table; position: absolute; width: 100%; color: #fff; z-index: 99; height: 100%; padding-right: 30px; vertical-align: middle; padding-top: 23%; }
.list-fotos-geral a span {  display: none; }
.list-fotos-geral a .texto {  display: none; }
.list-fotos-geral a:hover span {  display: table-cell;  text-align: center;  vertical-align: middle; font-family: 'Chaparral Pro'; font-size: 25px; font-style: italic; }



/* DESKTOP */
@media screen and (min-width: 1201px) {

}

/* IPAD DE LADO*/
@media screen and (max-width: 1199px) and (min-width: 991px) {

}

/* IPAD */
@media screen and (max-width: 991px) {

}

/* IPHONE DE LADO */
@media screen and (max-width: 767px) {
    .logo { margin: 25px 0 0 25px; }
	.logo img { width: 200px; }
    #nav-icon4 { right: 25px; top: 40px; }
    .slick-next { right: 10px !important; }
    .slick-prev { left: 10px !important; }
    .banner, .video { background-position: -425px; }
    .bt-video { margin-top: 320px; transform: scale(0.7) !important; }

    #home .sobre {
        background-color: #000;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-family: 'Nexa Rust Script L0';
        line-height: 28px;
        padding: 90px 0;
    }

    .mn a {
        font-size: 45px;
        line-height: 55px;
    }

    .intro {
        padding: 50px 0;
    }
    .intro p {
        font-size: 25px;
        line-height: 35px;
    }

    #quem-somos .sobre { padding: 30px 0; }
    #quem-somos .sobre .box p { font-size: 25px; }

    #quem-somos .sobre .box { padding: 40px; min-height: 20px; line-height: 35px; }

    .content.diretores a { margin-bottom: 50px; }
    #diretores .info { padding: 40px 20px; }

    .categorias a { font-size: 30px; line-height: 40px; }

    #filmes .content, #filme .content, #fotos-estudio .content, #todos-equipamentos .content { padding: 20px; }

    .content nav { padding-bottom: 30px; }
    .content nav a { display: block; font-size: 30px; line-height: 40px;  }

    .list-videos a { margin-bottom: 30px; }

    #filme iframe { height: 200px; }
    .categorias { padding: 50px 0; }

    #locacao .list-fotos .title { font-size: 20px; padding: 15px; }
    #contato .mapa { padding: 50px 0 0 0; }

    #locacao .info p { font-size: 20px; line-height: 30px; }
    #locacao .info { padding: 30px; }
    #locacao .info h2 { font-size: 30px; line-height: 40px; }

    .infos { padding-left: 0; text-align: center; border-bottom: 1px solid #fff; }
    .list-relacionados h2 { text-align: center; padding: 0; }

    .container-video .infos { font-size: 23px; height: 100vh; width: 100vw; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(255,255,255,0.9); padding: 120px 55px; z-index: 9999; }
    .bt-close { background-size: 23px; top: 10px; right: 10px; }
    .yvideo { height: 400px; }
    .bt-close-info { top: 84px; right: 26px; }
    .slick-dots { bottom: 140px !important; }
    .bt-todas-fotos { float: none; margin: 30px 0; }
    #locacao .intro { font-size: 20px; line-height: 30px; padding: 0 30px; }
    #locacao .list-fotos .slick-dots { display: none !important; }
    #locacao .list-fotos { padding: 0 30px; }
    #locacao .list-fotos .slick-next { right: 10px !important; }
    #locacao .list-fotos .slick-prev { left: 10px !important; }
    .content { padding: 50px 0; }



    footer { text-align: center; padding: 40px 0; }
    footer .social { padding-top: 20px; padding-bottom: 40px; }
    footer .social a { color: #000000; font-size: 35px; display: inline-block; padding: 0 20px; }
    footer .contato, footer .endereco, footer .contato a, footer .endereco a { font-size: 20px; }
}

/* IPHONE */
@media screen and (max-width: 480px) {

}

/* Color of invalid field */
.has-error input, .has-error textarea { box-shadow: none !important; }
input:focus, textarea:focus, select:focus { box-shadow: none !important; outline: none !important; }
.menu-mobile { display: inline-block; font-size: 30px; margin-top: 10px; color: #1bc09f; }
.mm-menu.mm-theme-dark { background: #1bc09f !important; box-shadow: 5px 0 35px rgba(0,0,0,0.3);}