@font-face {font-family: "Calibri"; src: url("../fonts/Calibri/8922aedb2c18008da7daf4f93fd60bdc.eot"); 
src: url("../fonts/Calibri/8922aedb2c18008da7daf4f93fd60bdciefix.eot?#iefix") format("embedded-opentype"), 
url("../fonts/Calibri/8922aedb2c18008da7daf4f93fd60bdc.woff2") format("woff2"), 
url("../fonts/Calibri/8922aedb2c18008da7daf4f93fd60bdc.woff") format("woff"), 
url("../fonts/Calibri/8922aedb2c18008da7daf4f93fd60bdc.ttf") format("truetype");

}


*{ font-family: "Calibri";  padding: 0px; margin: 0px; text-rendering: optimizeLegibility; transition: 1s; }
a{ color: #fff; text-decoration: none; }
p{ font-family: "Calibri"; }
html{ width: 100%; height: 100%; }
body{  width: 100%; height: 100%; margin: auto; background-color: #f2f0f0; }

#top{ width: 100%; background-color: #111; height: 75px; float: left; position: fixed;   }
.logo{ float: left; margin-left: 5%; position: relative; display: block; top: 50%; transform: translateY(-50%); }

.container {
  display: none;
}


#menu{margin: 0; }

.menu { float: right; width:auto; margin-right:30px; list-style: none; line-height: 75px; }
.menu li{ float:left; padding-left: 15px; padding-right: 15px;  position: relative;}
.menu li a{color:#fff; text-decoration:none;  }
.menu li ul{ position:absolute; top: 75px; list-style: none; height: 0%; overflow: hidden;} 
.menu li ul li{ width:170px; background-color: rgb(10,10,10); opacity: 0.98; float: left; height: 3vw; line-height: 3vw;  overflow: hidden;  }
.menu li:hover >  ul li{ top: 0vw; height: 3vw; line-height: 3vw; margin-top: 0%;  padding-top: 0%; 	}
.menu li:hover >  ul{ top: 75px; position: absolute; height: 36vw;}
.menu li ul li:hover{ background-color: rgb(100,100,100); opacity: none; }
.menu li a img{ width: 100px; height: 35px; position: relative;  margin-top: 15px;  }

#slide{ height: 100vh;  height: calc(var(--vh, 1vh) * 100);  width: 100%; float: left; margin-top: 65px;   overflow: hidden;}
.main_img { width: 100% ; max-height: 1000px;   }
.text_slide{ }
.sec_img{ width: 130px; float: left; margin-top: 40px;}
.three_img{ width: 15px; height: 15px;float: left; margin-top: 40px; }
#box_slide{position: absolute; float: left; top: 25vh; left: 7%;   }
#box_slide p{color: #fff;font-size: 2em;}
#box_slide img{ width: 100px;  }
#box_slide a{  margin-top: 25px; float: left;}

#box_slide0{position: absolute; float: left; top: 25vh; right: 7%;  opacity: 0;  }
#box_slide0 p{color: #000;font-size: 2em; text-align: right; width: 100%;}
#box_slide0 img{ width: 100px; margin-top: 25px; float: right; }
#box_slide0 a{  margin-top: 25px; float: right;}

#select_slide{ position: absolute; top: 85vh;  width: 200px; left: 49%; }
#slide1{ float: left;  background-color: #000; height: 10px; width: 10px; border-radius: 5px; margin-right: 15px; }
#slide2{ float: left;  background-color: #555; height: 10px; width: 10px; border-radius: 5px; }


#img0{ width: 100%; position: absolute; height: 100vh; height: calc(var(--vh, 1vh) * 100);   transition: 2s;  overflow: hidden;}
#img1{ width: 100%; position: absolute; height: 100vh; height: calc(var(--vh, 1vh) * 100);  transition: 2s; overflow: hidden;}
#text_img1{ transition: 2s; position: absolute;  margin-top: 50px; margin-left: 15%; color: #fff; font-weight: bold; }
#text_img0{ transition: 2s; position: absolute;  margin-top: 50px; right: 15%;  color: #000; font-weight: bold; text-align: right; opacity: 0;}

#sub_box { width: 100%; height: 400px; float: left; }
.img_sub_box { width: 50%; height: 400px; margin-top: -50px; margin-left: 10%; position: relative;}
#sub_box p{ float: right; position: relative; width: 35%; margin-right: 2%; padding-top: 125px; text-align: center; font-size: 1.5em;  color: #574e5f; }
#sub_box p img{ width: 20px; height: 10px;  margin-top: 15px; }

#exp{ width: 100%; height: 100vh; background-color: #ff33ff; float: left; }
#exp img{ width: 100%;  height: 100%;}
#exp ul li{ width: 100%; height: 100%;  }
.title_exp{ position: absolute; display: block;   margin-top: -90vh;  margin-left: 23%; font-size: 3em; color: #fff; font-weight: bold; }
.text_exp{  position: absolute; display: block;  margin-top: -80vh; margin-left: 8%; font-size: 1.6em; color: #fff;  text-align: center;  }



#services{ width: 76%; height: auto;  float: left; margin-top: 50px;margin-left: 12%;}
#services ul{ list-style: none; height: auto; }
#services ul li{ width: calc(25% - 1%); margin-left: 0.5%  ; margin-right: 0.5%;  height: 260px; background-color: #ECECFB; float: left; margin-bottom: 10px;}
.other_service{ display: block; margin-left: auto; margin-right: auto; margin-top: 45px; width: 105px; height: 90px;}
#services ul li p{ text-align: center; font-size: 1.3em; padding-top: 35px; color: #777; }
.main_service{ width: 100%; height: 100%; }


#footer{ width: 100%; height: auto; background-color:#111; float: left; padding-bottom: 25px;  }
#footer_left{ width: 100%;}
#footer_left p { color: #fff; font-size: 1.1em; 	 padding-top: 35px; text-align: center; width: 100%; float: left; }
#footer_right{ width: 80px; margin: auto; }
#footer_right img{ margin-top: 35px; margin-bottom: 35px; width: 30px;  }
.direitos { width: 100%; text-align: center; font-size: 1em; float: left; color: #777;margin-top: 50px;}
.title_footer{ font-size: 1.2em; width: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px; color: #fff; }
#footer form{ width: calc(100% - 50%); margin-left: 25%; }
#footer form table{ width: 100%;   }
#footer form table tr td span{  float: left; color: #fff; }
#footer form table tr td input{ width: 100%; line-height: 25px; border: none; }
#footer form table tr td textarea{ width: 100%; height: 150px; border: none; }
.btn_enviar{ position: absolute; right: 25.1%; float: left; border:none; padding: 5px 15px 5px 15px; cursor: pointer; margin-top: 325px; background-color: #111; color: #fff; border:1px solid #fff; }
.endereco{ float: left; text-align: center; width: 100%; color: #777; }
/* SMART HOME */

#smart_home{ width: 100%; height: auto; overflow: hidden; float: left; color: #999;}
#smart_home ul{ list-style: none; }
#smart_home ul li{ height: 100vh; width: 100%; float: left; min-height: 500px; }
.main_smart { width: 100%; height: 100%; min-width: 1200px; float: left;}
#smart_right{ position: absolute; width: 380px;border-radius: 3px; height: auto; overflow: hidden;   background-color: rgb(0,0,0); opacity: 0.8;  margin-top: 20vh; right: 5%; margin-left: 5%; padding: 25px; }
#smart_left{ position: absolute; width: 380px;border-radius: 3px; height: auto; overflow: hidden;  background-color: rgb(0,0,0); opacity: 0.8;  margin-top: 20vh; left: 5%; padding: 25px; }
.smart_title{ font-size: 1.7em; padding: 10px;  float: left;  }
.smart_text{ float: left; padding-left: 10px; padding-bottom: 10px; width: 100%; font-size: 1.3em; }
.smart_up{position: absolute;   width: 20px;  margin-left: 50%; margin-top: 70px; display: flex; padding: 10px;}
.smart_down{ position: absolute;     width: 20px; display: block; margin-left: 50%; margin-right: 50%; margin-top: 95vh; padding: 10px; }


#contato{ width: 50%;  left: 55%; margin-top: 65px; margin-bottom: 15px; position: fixed; overflow: auto; display: block; bottom: 0px; top: 0px; background-image: url(../imagens/fundo_pagina_contato.png); height: 0vh;}
#contato form{ width: 80%; margin-left: 5%; }
#contato form table{ width: 100%; }
#contato form table tr td input{ width: 100%; line-height: 23px; }
#contato form table tr td span{  float: left; color: #fff; }
#contato form table tr td textarea{ width: 100%; height: 100px; border: none; }
.btn_enviar_contato{ position: absolute; top: 347px; right: 15.3%; float: left; border:none; padding: 5px 15px 5px 15px;  cursor: pointer; background-color: #111; color: #fff; border:1px solid #fff; }
.endereco_contato{ float: left; text-align: center; width: 100%; color: #fff; }
#contato_center{ width: calc(100% - 50px); text-align: center; padding: 15px; color: #fff; }
#contato_left{ width: calc(40% - 5%); float: left; height: 50px; margin-left: 5%; }
#contato_left img{ width: 25px;  line-height: 50px; margin-top: 15px; }
.contato_right{ width: calc(60% - 30px - 10%); float: right; color: #777;  text-align: right; padding-right: 30px; margin-right: 10%; }
.fechar_contato{ position: absolute; right: 15%; width: 15px; top: 15px; height: 12px; padding: 5px; }
.title_contato{ font-size: 1.2em; width: calc(100% - 10%); text-align: center; padding-top: 10px; padding-bottom: 15px; color: #fff; padding-right: 10%; margin-top: 25px; }

#cliente { width: 100vw; height: calc(100vh - 0px); float: left;  margin-top: 0px; display: flex;flex-direction: row;justify-content: center;
    align-items: center; background-image: url(../imagens/a.png); background-repeat: no-repeat; background-size: 100% 100%;  }
#login { width: auto; height: auto;  border-radius: 5px;  border: 1px solid #555; background-color: rgb( 0,0,0, 0.8); }

#login table{ width: calc(400px - 100px); margin: 50px; margin-top: 0px; float: left;}
#login span{ float: left; width: calc(100% - 0px);  padding-left: 10px; color: #fff; font-family: Tahoma; font-size: 0.8em;}
#login input{ width: calc(100% - 0px); line-height: 35px; border: 1px solid #999; float: left; padding-left: 10px; border-radius: 5px; }
.btn_login{ cursor: pointer; background-color: #A42113; color: #fff; border: none; }
#login a{ color: #fff; }
#login img{  position: relative; margin-left: 26%;}
#login_logo{   margin-bottom: 10px; margin-top: 15px;  }

@media (max-width: 1036px) {
    .btn_enviar_contato{ position: absolute; top: 366px; right: 15.5%; float: left; border:none; padding: 5px 15px 5px 15px;  cursor: pointer; background-color: #111; color: #fff; border:1px solid #fff; }
}

@media (max-width: 662px) {
    .btn_enviar_contato{ position: absolute; top: 388px; right: 15.5%; float: left; border:none; padding: 5px 15px 5px 15px;  cursor: pointer; background-color: #111; color: #fff; border:1px solid #fff; }
}



@media (max-width: 600px) {
	*{ font-family: "Calibri";}
	p{ font-family: "Calibri"; }

    #menu_sd{  }


	#top{ height: 60px; width: 100%; background-color: #111; float: left; position: fixed;  box-shadow: 0px 0px 5px 0px #333; padding-top: 5px;}
	.logo{display: block; margin-left: calc(50% - 50px) ; margin-right: 50%; margin-top: 10px;   width: 100px;  top: 0%; transform: translateY(-0%); }

    .container {
      display: inline-block;
      cursor: pointer;
      margin-top: -35px;
      margin-left: 15px;
    }

    .bar1, .bar2, .bar3 {
      width: 35px;
      height: 5px;
      background-color: #d3d3d3;
      margin: 6px 0;
      transition: 0.4s;
    }

    .change .bar1 {
    -webkit-transform: rotate(-52deg) translate(-9px, 6px);
    transform: rotate(-52deg) translate(-9px, 6px);
    }

    .change .bar2 {opacity: 0;}

    .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
    }

    #menu{margin: -100% 0 0 0; }

    .menu {float: left; width: 100%;margin-top: 70px;  height: auto;  }
    .menu li{  text-align: center; width: 100%; padding:0px;  position: relative; text-align: center; line-height: 50px; background-color: rgb(0 , 0, 0 , 0.9);}
    .menu li a{color:#fff; text-decoration:none;  }
    .menu li ul{ } 
    .menu li:hover{ background-color: rgb(60 , 50, 68 , 0.8); }
    .menu li:hover >  ul li{ display: none; 	}
    .menu li:hover >  ul{ display: none; }
    .menu li ul li:hover{ background-color: rgb(0,0,0, 1); }
    .menu li a img{ width: 100px; height: 35px; position: relative;  margin-top: 0px;  }
    .contato { display: none; }
    #slide{ height: 500px; }
    #img0{ width: 100%; position: absolute; height: 500px;   transition: 2s;  overflow: hidden;}
    #img1{ width: 100%; position: absolute; height: 500px;   transition: 2s; overflow: hidden;}
    .main_img { width: 100% ; height: 100%;   }
    .text_slide{ }
    .sec_img{ width: 130px; float: left; margin-top: 40px;}
    .three_img{ width: 15px; height: 15px;float: left; margin-top: 40px; }
    #box_slide{position: absolute; float: left; top: 25vh; left: 7%;   }
    #box_slide p{color: #fff;font-size: 2em;}
    #box_slide img{ width: 100px;  }
    #box_slide a{  margin-top: 25px; float: left;}
    #box_slide0{position: absolute; float: left; top: 25vh; right: 7%;  opacity: 0;  }

    #sub_box { width: 100%; height: 370px; float: left; margin-top: 30px;}
    .img_sub_box { width: 90%; height: 250px; margin-top: -20px; margin-left: 5%;    }
    #sub_box p{ float: left; top: ; width: 100%; margin-right: 2%; padding-top: 0px; text-align: center; font-size: 1.2em;  color: #574e5f; }
    #sub_box p img{ width: 20px; height: 10px;  margin-top: 15px; }

    #exp{ width: 100%; height: 50vh; background-color: #ff33ff; float: left; }
    #exp img{ width: 100%;  height: 100%;}
    .title_exp{ position: absolute;  margin-top: -40vh; margin-left: 0%; font-size: 3em; color: #fff; font-weight: bold; width: 100%; text-align: center; }
    .text_exp{ position: absolute;  margin-top: -30vh; margin-left: 0%; font-size: 1.2em; color: #fff;  text-align: center; width: calc(100% - 10%); margin-left: 5%; text-align: center;  }

    #services{ width: 76%; height: auto;  float: left; margin-top: 50px;margin-left: 12%;}
    #services ul{ list-style: none; height: auto; }
    #services ul li{ width: calc(50% - 1%); margin-left: 0.5%  ; margin-right: 0.5%;  height: 200px; background-color: #ECECFB; float: left; margin-bottom: 10px;}
    .other_service{ display: block; margin-left: auto; margin-right: auto; margin-top: 20px; width: 105px; height: 90px;}
    #services ul li p{ text-align: center; font-size: 1.3em; padding-top: 35px; color: #777; }
    .main_service{ width: 100%; height: 100%; }

    #footer{ width: 100%; height: auto; background-color:#111; float: left; padding-bottom: 25px;  }
    #footer_left{ width: 100%;}
    #footer_left p { color: #fff; font-size: 1.2em; 	 padding-top: 35px; text-align: center; width: 100%; float: left; }
    #footer_right{ width: 120px; margin: auto; }
    #footer_right img{ margin-top: 35px; margin-bottom: 35px;  }
    .direitos { width: 100%; text-align: center; font-size: 1.2em; float: left; color: #777;margin-top: 50px;}
    .title_footer{ font-size: 1.2em; width: 100%; text-align: center; padding-top: 15px; padding-bottom: 15px; color: #fff; }
    #footer form{ width: calc(100% - 0%); margin-left: 0%; }
    #footer form table{ width: 100%;   }
    #footer form table tr td span{  float: left; color: #fff; }
    #footer form table tr td input{ width: 100%; line-height: 25px; border: none; }
    #footer form table tr td textarea{ width: 100%; height: 150px; border: none; }
    .btn_enviar{ position: absolute; right: 0.3%; float: left; border:none; padding: 5px 15px 5px 15px;  margin-top: 325px; background-color: #111; color: #fff; border:1px solid #fff; }
    .endereco{ float: left; text-align: center; width: 100%; color: #fff; }

    #smart_home ul li{ height: 100vh; width: 100%; float: left; min-height: auto;}

    #smart_right{ width: calc(100% - 15% - 20px); margin-left: 0%; margin-right: 0%;     margin-top: 48%; margin-bottom: 50%; display: block; position: absolute;}
	#smart_left { width: calc(100% - 15% - 20px); margin-left: 0%; margin-right: 0%;    margin-top: 50%;  position: absolute; }

    .smart_up{position: absolute;   width: 20px;  margin-left: calc(50% - 20px); margin-top: 120px; display: none; padding: 10px; }
    .smart_down{ position: absolute;     width: 20px; display: none; margin-left: calc(50% - 20px); margin-right: 50%; margin-top: 93vh;}
    #smart_home ul li{ height: 100vh; width: 100%; float: left;  }
    .main_smart { width: 100%; height: 100%; min-width: 1200px; float: left;}

    #contato{ width: 104%;  left: 0%; margin-top: 65px; margin-bottom: 15px; position: fixed; overflow: auto; display: block; bottom: 0px; top: 0px; }
    #contato form{ width: 90%; margin-left:5%; }
    #contato form table{ width: 100%; }
    #contato form table tr td input{ width: 100%; line-height: 23px; }
    #contato form table tr td span{  float: left; color: #fff; }
    #contato form table tr td textarea{ width: 100%; height: 100px; border: none; }
    .btn_enviar_contato{ position: absolute; top: 347px; right: 5.5%; float: left; border:none; padding: 5px 15px 5px 15px;  cursor: pointer; background-color: #111; color: #fff; border:1px solid #fff; }
    .endereco_contato{ float: left; text-align: center; width: 100%; color: #fff; }
    #contato_center{ width: calc(100% - 50px); text-align: center; padding: 25px; color: #fff; }
    #contato_left{ width: 120px;  height: 50px; margin-left: 45%; }
    #contato_left img{ width: 25px;  line-height: 50px; margin-top: 0px; margin-left: 0px;}
    .contato_right{ width: 100%; color: #fff;  text-align: center; padding-right: 0px; margin-right: 0%; }
    .fechar_contato{ position: absolute; right: 2%; width: 15px; top: 15px; }
    .title_contato{ font-size: 1.2em; width: calc(100% - 0px); text-align: center; padding-top: 10px; padding-bottom: 15px; color: #fff; padding-right: 0px; margin-top: 25px; }
    .contato{ }

}

@media (max-width: 442px) {
    .btn_enviar_contato{ position: absolute; top: 366px; right: 5.4%; float: left; border:none; padding: 5px 15px 5px 15px;  cursor: pointer; background-color: #111; color: #fff; border:1px solid #fff; }
    
}

@media (max-width: 286px) {
    .btn_enviar_contato{ position: absolute; top: 388px; right: 5.4%; float: left; border:none; padding: 5px 15px 5px 15px;  cursor: pointer; background-color: #111; color: #fff; border:1px solid #fff; }
    
}




@media (max-width: 750px) {
	*{ font-family: "Calibri";}
	p{ font-family: "Calibri"; }
}
    







