body{margin: 0; padding: 0; font-family: 'Archivo Narrow', sans-serif;}
*{box-sizing: border-box; resize: none; outline: none; font-family: inherit;}
a, button, .menu{text-decoration: none; color: inherit; -webkit-transition: all ease-out 300ms; transition: all ease-out 300ms;}
h1, h2, h3, h4, h5, h6{font-family: 'Poiret One', cursive; font-weight: normal;}

.container{width: 98%; max-width: 1200px; margin: 0 auto;}
.flex{display: flex;}
.wrap{flex-wrap: wrap;}
.between{justify-content: space-between;}
.around{justify-content: space-around;}
.center{justify-content: center;}
.vert{align-items: center;}

@keyframes anima_janela { from { top: -300px; opacity: 0;} to { top: 0; opacity: 1;} }
#modal { display: none; justify-content: center; align-items: center; width: 100%; height: 100%; position: fixed; z-index: 1000; top: 0; left: 0; background: rgba(0, 0, 0, .8);}
#modal .janela_modal { overflow: auto; max-height: 90%; position: relative; z-index: 998; background: rgb(245, 245, 245); display: block; padding: 5px; margin: 20px; border-radius: 5px; animation: anima_janela 1s;}
#modal .close { position: absolute; z-index: 999; top: 20px; right: 20px; cursor: pointer; border: none;}
#modal .titulo{text-align: left; margin: 0;}

.system{width: 100%; border: 1px solid rgb(200, 200, 200); padding: 10px;}
.system input{flex: 1 40%; padding: 10px; margin-right: 5px; margin-bottom: 5px; font-size: 16px;}
.system button{border: none; cursor: pointer; margin-right: 5px; font-size: 16px;}

.white::-webkit-input-placeholder{color: rgb(255, 255, 255);}
.white:-moz-placeholder{color: rgb(255, 255, 255);}

.white2::-webkit-input-placeholder{color: rgba(255, 255, 255, .5);}
.white2:-moz-placeholder{color: rgba(255, 255, 255, .5);}

.btn{display: inline-block; padding: 10px; background: rgb(254, 0, 0); color: rgb(255, 255, 255); border-radius: 3px;}
.btn:hover{background: rgb(200, 0, 0);}

.btn2{background: none; border: 1px solid rgb(255, 255, 255);}

.titulo{font-size: 42px; text-align: center; width: 100%;}
.titulo small{display: block; font-size: 32px;}

.logo{max-width: 150px;}

.menu{width: 70%;}
.mainmenu{margin: 0; padding: 0; list-style: none;}
.mainmenu li{flex: 1; text-align: center; border-right: 1px solid rgb(200, 200, 200); position: relative;}
.mainmenu li a{color: rgb(120, 120, 120); font-family: 'Poiret One', cursive; font-weight: bold; display: inline-block; padding: 10px; border-radius: 3px;}
.mainmenu li:hover a{background: rgb(254, 0, 0); color: rgb(255, 255, 255);}
.mainmenu li:last-child{border: none;}
.mainmenu li:hover .submenu{display: block;}

.control-nav{display: none;}
.control-nav-close{display: none;}

.submenu{width: 100%; position: absolute; display: none; background: rgb(254, 0, 0); z-index: 1000; list-style: none; padding: 0; margin: 0; left: 14px; top: 36px; border-radius: 3px;}
.submenu li{width: 100%; border: none; text-align: left; border-bottom: 1px solid rgba(255, 255, 255, .6);}
.submenu li a{color: rgb(255, 255, 255);}

.fotos{width: 100%; min-height: 400px; background-size: cover; position: relative;}
.fotos:after{content: ''; width: 80%; height: 100%; background: rgba(254, 0, 0, .5); position: absolute; z-index: 1; clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%)}
.fotos h2{color: rgb(255, 255, 255); font-size: 42px; position: relative; z-index: 1000; text-align: center;}
.fotos h2 small{display: block;}
.owl-pagination{position: absolute; z-index: 500 !important; bottom: 0; width: 100%; text-align: center; z-index: 1000;}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{background: rgb(254, 0, 0);}

.space{padding: 50px 0;}

.box_serv{flex: 1 20%; box-shadow: 0 0 3px rgb(175, 175, 175); padding: 10px; margin: 0 10px;}
.box_serv h2{font-weight: 300; color: rgb(80, 80, 80); border-bottom: 1px solid rgb(180, 180, 180);}
.box_serv ul{list-style: none; margin: 0; padding: 0; margin-bottom: 20px; color: rgb(80, 80, 80);}
.box_serv ul li{padding: 5px 0; border-bottom: 1px dotted rgb(200, 200, 200);}

.consultas{background: rgb(240, 240, 240);}
.box-consultas{flex: 1 300px; margin: 20px 10px; position: relative; z-index: 10; padding-top: 20px;}
.box-consultas h3{color: rgb(100, 100, 100); font-size: 24px; text-transform: uppercase; margin: 0;}
.box-consultas h3 .fa{color: rgba(220, 220, 220, .7); font-size: 80px; position: absolute; left: 0; bottom: 0; z-index: -1; font-weight: 700;}
.box-consultas p{margin: 0;}
.box-consultas:before{position: absolute; content: ""; opacity: .3; bottom: 0; left: 0; width: 0; height: 2px; background: rgb(254, 0, 0); top: 0;  -webkit-transition: all ease-out 300ms; transition: all ease-out 300ms;}
.box-consultas:hover:before{width: 70%; opacity: 1;}

.newsletter{background-image: linear-gradient(to left, rgb(254, 0, 0), rgb(254, 80, 80));}
.newsletter h2{color: rgb(255, 255, 255); font-size: 42px; margin: 0;}
.newsletter h2 small{display: block; font-size: 32px;}
.form_news{width: 50%;}
.form_news input{flex: 1; background: none; border: 1px solid rgb(255, 255, 255); margin-right: 5px; padding: 15px 10px; color: rgb(255, 255, 255); font-size: 16px; border-radius: 3px;}
.form_news button{cursor: pointer; font-size: 16px;}

.notUni{flex: 1 40%; margin: 0 10px;}
.notUni .data{background: rgb(244, 244, 244); color: rgb(0, 0, 0); padding: 20px; display: inline-block;}
.notUni .descricao{color: rgb(51, 51, 51);}

.rodape{background: rgb(51, 51, 51);}
.rodape .titulo{color: rgb(255, 255, 255);}
.box_footer{flex: 1 40%; color: rgba(255, 255, 255, .5);}
.contato{padding: 0 40px;}

#formcontato{width: 100%;}
#formcontato input, #formcontato textarea{width: 100%; font-size: 16px; padding: 10px; margin: 2px 0; border-radius: 3px; border: none; background: none; border-bottom: 1px solid rgba(255, 255, 255, .5); color: rgb(255, 255, 255);}
#formcontato button{cursor: pointer; border: none; font-size: 16px;}
#result {padding: 15px; margin: 20px 0; display: none; border-radius: 3px; margin-top: 60px;}
#result.error {color: #a94442; background-color: #f2dede; border: 2px solid #ebccd1;}
#result.success {color: #3c763d; background-color: #dff0d8; border: 2px solid #d6e9c6;}

.txt_footer{color: rgba(255, 255, 255, .5);}
.txt_footer a{color: rgb(254, 0, 0);}

@media screen and (max-width: 1024px){
    .menu{width: 70%;}
    .newsletter h2{width: 100%; text-align: center;}
    .form_news{width: 100%; margin-top: 20px;}
}
@media screen and (max-width: 768px){
    .menu{width: 100%; height: 100%; position: fixed; z-index: 10000; top: 0; right: 0; display: flex; justify-content: center; align-items: center; background: rgba(0, 0, 0, .9); -webkit-transform: translate(100%, 0); transform: translate(100%, 0);}
    .mainmenu{width: 50%; position: relative; flex-direction: column; z-index: 10000;}
    .mainmenu li{border: 0; font-size: 20px;}
    .control-nav {display: block; cursor: pointer; color: rgb(51, 51, 51); margin-bottom: 0 !important;}
    .control-nav-close {width: 100%; height: 100%; padding: 20px; position: absolute; top: 0; left: 0; color: rgb(255, 255, 255); opacity: 0;}
    #control-nav:checked ~ .control-nav{-webkit-transform: translate(0, 0); transform: translate(0, 0);}
    #control-nav:checked ~ .menu .control-nav-close{opacity: 1; z-index: 1000; display: block;}
    #control-nav:checked ~ .menu{-webkit-transform: translate(0, 0); transform: translate(0, 0);}
    .box_serv, .notUni, .box_footer{flex: 1 100%; margin-bottom: 10px;}
    .contato{order: 1; padding: 0;}
    .mapa{order: 2;}
    
}
@media screen and (max-width: 650px){
    .form_news input{flex: 1 100%; margin-bottom: 5px;}
}
@media screen and (max-width: 500px){

}
@media screen and (max-width: 320px){
}