@charset "utf-8";
/* CSS Document */


/* BODY STYLES ===========================*/
body {
font-family: OpenSans-Regular, Arial, Helvetica, sans-serif; 
background-color: /*#f1f1f1;*/#E8E8E8; 
}

@media all and (min-width:10px) {
    body {
    width:100%;
    margin:auto; 
    }        
  }

/*##############*/
img, video {
max-width:100%;
}

@font-face {
   font-family: 'OpenSans-Regular';
   src: url(../fonts/OpenSans-Regular.ttf)format('truetype');
}

/* AZUL TECNO TEMP #12076A; */

/* HEADER =================================*/
.main_header {
width: 100%; 
height: auto;

}

#container_header {
width: 100%;
margin: auto;
color: #000;
clear: both; 
overflow: hidden;
line-height: 25px; 
}
@media all and (max-width:479px) {
		#container_header { 
        width: 100%;        
        margin: auto;
		}
}
@media all and (min-width:480px) and (max-width:567px) {
		#container_header { 
        width: 100%;        
        margin: auto;        
		}
}
@media all and (min-width:568px) and (max-width:689px) {
		#container_header { 
        width: 100%;        
        margin: auto;        
		}
}
@media all and (min-width:690px) and (max-width:735px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;        
		}
}
@media all and (min-width:736px) and (max-width:799px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;
		}
}
@media all and (min-width:800px) and (max-width:899px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;
		}
}
@media all and (min-width:900px) and (max-width:1023px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;
		}
}
@media all and (min-width:1024px) and (max-width:1279px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;        
		}
}
@media all and (min-width:1280px) and (max-width:1365px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;        
		}
}
@media all and (min-width:1366px) and (max-width:1440px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;
        padding-left: 3%
		}
}
@media all and (min-width:1441px) and (max-width:1599px) {
		#container_header { 
        width: 100%;        
        margin-left: 0%;
        padding-left: 3%
		}
}

.contactsTop a{
color: #fff; 
}
.contactsTop {
width: 100%;
float: right; 
color: #fff;
font-size: 0.7em;
background: #000;	
box-shadow: 2px 2px 2px grey;
}
@media all and (max-width:320px) {
		.contactsTop {        
		font-size: 0.6em;  
		display: none;
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		.contactsTop {        
		font-size: 0.6em;  
		display: none;  
		}
}
@media all and (min-width:568px) and (max-width:1280px) {
		.contactsTop {        
		font-size: 0.6em;        
		}
}

#logo {
width: 20%; 
height: auto;
margin-left: 10%;
float: left;
margin-top: 3%;
margin-bottom: 2%;  
}
@media all and (min-width:0px) and (max-width:319px) {
    #logo {        
    display: none;
    }
}
@media all and (min-width:320px) and (max-width:768px) {
    #logo {        
    display: none;
    }
}
@media all and (min-width:769px) and (max-width:1024px) {
    #logo {        
    width: 70%;
    margin-left: 5%;    
    }
}

#logoTwo {
width: 20%; 
height: auto;
margin-left: 10%;
float: left; 
clear: both; 
overflow: hidden;
margin-top: 3%;
margin-bottom: 2%;  
}
@media all and (min-width:320px) and (max-width:768px) {
    #logoTwo {        
    width: 100%;
    margin: auto;
	padding-top: 3%;
    float: none;
	display: block;
    text-align: center;
    }
}
@media all and (min-width:769px) {
    #logoTwo {        
    display: none; 
    }
}

/* MENU AREA =================================*/
#menu {
width: 100%; 
height: auto;
margin-top: 6%;
float: right;
text-align: center; 
}
@media all and (max-width:320px) {
		#menu {
        width: 100%; 
		margin-top: 0%;		
		}	
}
@media all and (min-width:321px) and (max-width:479px) {
		#menu {
        width: 100%; 
		margin-top: 0%;     
		}
}
@media all and (min-width:480px) and (max-width:567px) {
		#menu {        
		width: 100%;        
        font-size: 0.6em;
        margin: auto;
        margin-top: 0%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:689px) {
		#menu {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;
        margin-top: 0%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:690px) and (max-width:735px) {
		#menu {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;
        margin-top: 0%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:799px) {
		#menu {        
		width: 80%;        
        font-size: 0.6em;
        margin-right: 6%;
        }
}
@media all and (min-width:800px) and (max-width:899px) {
		#menu {        
		width: 60%;        
        font-size: 0.68em;
        
        }
}
@media all and (min-width:900px) and (max-width:1023px) {
		#menu {        
		width: 100%;        
        font-size: 0.7em;
        
        }
}
@media all and (min-width:1024px) and (max-width:1279px) {
		#menu {        
		width: 100%;   
        margin-top: 4%;      
        font-size: 0.9em;
        
        }
}
@media all and (min-width:1280px) and (max-width:1365px) {
		#menu {        
		width: 100%; 
        margin-top: 4%;       
        font-size: 1em; 
        
        }
}
@media all and (min-width:1366px) and (max-width:1440px) {
		#menu {        
		width: 60%;        
        font-size: 1em;
        margin-top: 4%;
         
        text-align: center;
        }
}
@media all and (min-width:1441px) and (max-width:1599px) {
		#menu {        
		width: 60%;        
        font-size: 1em;
        
        margin-top: 5.5%;
        }
}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; 
}
#cssmenu #menu-button {
  display: none; 
}
#cssmenu {
font-family: Montserrat, sans-serif;
background: #dd6722;
/*border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;*/
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase; 
}
#cssmenu > ul > li:hover > a {
  color: #000; /*COR FONTE MENU HOVER OU MOUSE SOBRE*/
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd; 
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; 
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0; 
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto; 
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0; 
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333; 
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #0ed9e6; /* COR FONTE MENU HOVER*/
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd; 
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px; 
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd; 
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase; 
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd; 
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd; 
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff; 
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px; 
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px; 
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px; 
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd; 
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px; 
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd; 
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none; 
  }
}

/* WHATSAPP BUTTOM AREA =================================*/
#zapIcon{
bottom: 15px;
left: 15px;
position: fixed;
z-index: 100;
}
@media all and (max-width:320px) {
		#zapIcon img {        
		width: 60%;       
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#zapIcon img {        
		width: 60%;       
		}	
}
@media all and (min-width:568px) and (max-width:735px) {
		#zapIcon img {        
		width: 70%;       
		}	
}
@media all and (min-width:736px) and (max-width:899px) {
		#zapIcon img {        
		width: 80%;       
		}	
}
@media all and (min-width:900px) and (max-width:1023px) {
		#zapIcon img {        
		width: 90%;       
		}	
}
@media all and (min-width:1024px) and (max-width:1280px) {
		#zapIcon img {        
		width: 100%;       
		}	
}

#zapIcon img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* ROTATIVE BANNER TOP =================================*/
#slideshow {
width: 100%; 
margin: auto;
margin-top: 1vh; 
clear: both;
overflow: hidden; 
}

.fluid_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%; 
    }

	
/* ATRIBUTOS AREA =================================*/
#containerAttributes {
width: 100%;
height: auto;
margin: auto;
clear: both; 
overflow: hidden;
}
@media all and (min-width:10px) and (max-width:1024px) {
		#containerAttributes {
        width:100%;
		height: auto;
        margin: auto;
		}	
}

#boxKnowHow {
width: 30%;
height: auto;
margin-top: 10%; 
margin-left: 15%;
float: left;
display: block;  
/*padding: 2%;
margin-bottom: 1%; 
box-shadow: 0 0 15px grey;*/
}
@media all and (max-width:320px) {
		#boxKnowHow {
        width: 95%;
		height: auto;
        margin: auto;
        padding-top: 10%;
		font-size: 0.9em; 
        float: none;               
        display: block;        
		}	
}
@media all and (min-width:321px) and (max-width:1024px) {
		#boxKnowHow {
        width: 90%;
		height: auto;
        margin: auto;
        padding-top: 10%;
		font-size: 0.9em; 
        float: none;               
        display: block;        
		}	
}
@media all and (min-width:1025px) {
		#boxKnowHow {
        width: 30%;	
		font-size: 0.9em; 
		}	
}

#boxTeam {
width: 35%;
height: auto;
margin-top: 10%;
margin-right: 15%;
float: right;
/*box-shadow: 0 0 15px grey;
padding: 2%;*/
/*border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;*/
}
@media all and (max-width:320px) {
		#boxTeam {
        width: 95%;
		height: auto;
        margin: auto;
        margin-top: 0%;         
        font-size: 0.9em; 
        float: none;
        display: block;
        color: #000;
        background: transparent;
		}	
}
@media all and (min-width:321px) and (max-width:1024px) {
		#boxTeam {
        width: 90%;
		height: auto;
        margin: auto;
        margin-top: 0%;         
        font-size: 0.9em; 
        float: none;
        display: block;
        color: #000;
        background: transparent;
		}	
}
@media all and (min-width:1025px) {
		#boxTeam {
        width: 30%;
		height: auto;
        margin-top: 10%;
        margin-right: 15%;         
        font-size: 0.9em;        
		}	
}	

/* CONTAINER BLUE AREA =================================*/
#containerBlue {
width: 100%;
clear: both; 
overflow: hidden;
}
@media all and (min-width:10px) and (max-width:1280px) {
		#containerBlue {
        width:100%;
		height: auto;		
		}	
}

#imgProjetos {
width: 33.33%;
height: auto;
margin-top: 10%;
padding: 2%;
float: left;
color: #fff;
text-align: center;
line-height: 25px;
background: #D96D00; 
}
@media all and (max-width:320px) {
		#imgProjetos {
        width: 100%;
		height: auto;
		font-size: 0.6em;
        margin: auto;  
		line-height: 15px;
        float: none; 
		display: block;
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#imgProjetos {        
		width: 100%;        
        font-size: 0.6em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:689px) {
		#imgProjetos {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:690px) and (max-width:735px) {
		#imgProjetos {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:799px) {
		#imgProjetos {        
		width: 100%;        
        font-size: 0.8em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:800px) and (max-width:899px) {
		#imgProjetos {        
		width: 100%;        
        font-size: 0.8em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:900px) and (max-width:1023px) {
		#imgProjetos {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:1024px) and (max-width:1280px) {
		#imgProjetos {
        width: 100%;
		height: auto;
        margin: auto;
        padding-top: 10%;
        float: none; 
		}	
}

#imgCompromisso {
width: 33.33%;
height: auto;
margin-top: 10%;
padding: 2%;
float: right;
color: #fff;
text-align: center; 
line-height: 25px;
background: #FFA64D;
}
@media all and (max-width:320px) {
		#imgCompromisso {
        width: 100%; 
        margin: auto; 
		font-size: 0.6em;
		line-height: 15px;
        float: none;
        display: block;  
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#imgCompromisso {        
		width: 100%;        
        font-size: 0.6em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:689px) {
		#imgCompromisso {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:690px) and (max-width:735px) {
		#imgCompromisso {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:799px) {
		#imgCompromisso {        
		width: 100%;        
        font-size: 0.8em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:800px) and (max-width:899px) {
		#imgCompromisso {        
		width: 100%;        
        font-size: 0.8em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:900px) and (max-width:1023px) {
		#imgCompromisso {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:1024px) and (max-width:1280px) {
		#imgCompromisso {
        width: 100%;
		height: auto;
        margin: auto;
        padding-top: 10%;
        float: none; 
		}	
}

#imgAtendimento {
width: 33.3%;
height: auto;
margin-top: 10%;
padding: 2%;
float: left;
color: #fff;
text-align: center;
line-height: 25px;
background: #FF9326;
}
@media all and (max-width:320px) {
		#imgAtendimento {
        width: 100%;
        margin-top: 0%; 
		font-size: 0.6em;
        float: none;
		line-height: 15px;
        display: block;     
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#imgAtendimento {        
		width: 100%;        
        font-size: 0.6em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:689px) {
		#imgAtendimento {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:690px) and (max-width:735px) {
		#imgAtendimento {        
		width: 100%;        
        font-size: 0.7em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:799px) {
		#imgAtendimento {        
		width: 100%;        
        font-size: 0.8em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:800px) and (max-width:899px) {
		#imgAtendimento {        
		width: 100%;        
        font-size: 0.8em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:900px) and (max-width:1023px) {
		#imgAtendimento {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}
@media all and (min-width:1024px) and (max-width:1280px) {
		#imgAtendimento {
        width: 100%;
		height: auto;
        margin: auto;
        padding-top: 10%;
        float: none; 
		}	
}

/* CONTAINER CLIENTES =================================*/
#containerClientes {
width: 80%;
margin: auto;
margin-top: 5%; 
clear: both;
overflow: hidden;
text-align: center;
}
@media all and (min-width:10px) and (max-width:899px) {
		#container-languages {
        width:100%;
		height: auto;		
		}	
}


	
/* AREA MARCAS =================================*/
#containerMarks {
width: 100%;
height: auto;
padding-bottom: 5vh; 
clear: both; 
overflow: hidden;
text-align: center; 
}
@media all and (min-width:10px) and (max-width:1024) {
		#containerMarks {
        width:100%;
		height: auto;		
		}	
}

#imgMarks ul li{
display: inline;	
}
#imgMarks{
width: 100%; 
box-shadow: 2px 2px 2px grey; 
background: #f9f9f9;
}
@media all and (min-width:1025px) {
		#imgMarks {
        width: 100%;  
        padding-top: 1vh;              
		}	
}



@media all and (max-width:320px) {
		#imgMarks img {
        width: 22%;
		margin: auto;		
        padding-top: 1vh; 
		}	
}
@media all and (min-width:321px) and (max-width:852px) {
		#imgMarks img {
        width: 22%;
		margin: auto;		
        padding-top: 1vh;    
		}
}

/* CONTAINER CONTACT =================================*/
#container-contact {
width: 100%;

margin-top: 0.4vh;
padding-bottom: 5%;
clear: both;
overflow: hidden;
background: #fff;
}
@media all and (min-width:10px) and (max-width:1024px) {
		#container-contact {
        width:100%;
		height: auto;		
		}	
}

#titleAddress{
width: 50%; 
padding: 10%;
text-align: center;	
}
@media all and (max-width:320px) {
		#titleAddress {
        padding: 0%;
		}	
}
@media all and (min-width:321px) and (max-width:1024px) {
		#textAddress {
        padding: 0%;
		}	
}

#titleAddress hr {
width: 30%;	
}

#textAddress {
width: 30%;
height: auto;
margin-top: 5%;
margin-right: 5%;
float: right;
text-align: left;
display: block; 
}
@media all and (max-width:320px) {
		#textAddress {
        display: none;
		}	
}
@media all and (min-width:321px) and (max-width:1024px) {
		#textAddress {
        display: none;
		}	
}

#box-contact {
width: 50%;
height: auto;
margin-top: 5%; 
margin-left: 2%;   
padding: 1%;
float: left;
text-align: justify;
color: #000;
line-height: 25px;
background: #c5c9cb; 
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; box-shadow: 2px 2px 10px grey;
}
@media all and (max-width:320px) {
		#box-contact {
        width:100%;
		height: auto;
        margin-top: 0vh;
		margin-left: 0%;
        float: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
		}	
}
@media all and (min-width:321px) and (max-width:1024px) {
		#box-contact {
        width:100%;
		height: auto;
        margin-top: 0vh;
		margin-left: 0%;
        float: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
		}	
}
/*@media all and (min-width:361px) and (max-width:384px) {
		#box-contact {
        width:100%;
		height: auto;
        margin-top: 0vh;
        float: none;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
		}	
}*/


#contact {
width: 100%; 
height: auto;
margin: auto;
padding: 2%;
line-height: 20px;
text-align: left;
font-size: 0.9em;

}
@media all and (max-width:320px) {
		#contact {
        width: 100%;	
        margin: auto;         
		}
}


.form-contact {
color: #000;
}


fieldset {
padding: 2%;
background: #8B0000;
}


*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  
  font-size: 100%;
  background: #000;
  
}

#page-wrapper {
  width: 640px;
  background: #FFFFFF;
  padding: 1em;
  margin: 1em auto;
  border-top: 5px solid #69c773;
  box-shadow: 0 2px 10px rgba(0,0,0,0.8);
}

h1 {
  margin-top: 0;
}

.field {
  margin: 1em 0;
}

label {
  display: block;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #000;
}

input {
  width: 100%;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 100%;
  height: 200px;
  padding: 0.5em 0.5em;
  font-size: 1.2em;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 0.9rem;
  padding: 0.5rem 0.8em;
  background: #69c773;
  border-bottom: 1px solid #498b50;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 100%;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/* BUTTOM BACK TO THE TOP ==========================================*/
.voltarTopo {
width: 50px;
height: 50px;
border: none;
bottom: 25px !important;
color: #FFFFFF;
display: block;
font-size: 10px;
font-weight: bold;
position: fixed;
right: 15px;
text-transform: uppercase;
}
@media all and (min-width:320px) and (max-width:690px) {
    .voltarTopo {
    width: 30px;
    height: 30px;        
    }
}

/* MAP ADRESS AREA ==========================================*/
#containerMap{
width: 100%;	
}

/* TÍTULO DAS PÁGINAS ==========================================*/
.titlePages {
width: 100%;
margin: auto;
clear: both; 
overflow: hidden;
color: #12076A;	
background-image: radial-gradient(#F3E432, #FFC926);  /*radial-gradient(#ecaf34, #d89612);*/
}

/* AREA EMPRESA ==========================================*/
#containerAbout {
width: 100%;
height: auto;
margin: auto;
clear: both; 
overflow: hidden;	
}

#imgEmpresa {
width: 30%; 
padding: 5%; 
float: left;	
}
@media all and (max-width:320px) {
		#imgEmpresa {
        display: none;     
		}	
}
@media all and (min-width:321px) and (max-width:689px) {
		#imgEmpresa {
        display: none;     
		}
}

#textEmpresa {
width: 60%;
padding: 5%;
float: left;	
}
@media all and (max-width:320px) {
		#textEmpresa {
        width: 95%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;    
		}	
}
@media all and (min-width:321px) and (max-width:689px) {
		#textEmpresa {
        width: 95%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;    
		}	
}


/* AREA SERVIÇOS ==========================================*/
#containerServices {
width: 100%;
height: auto;
margin: auto;
clear: both; 
overflow: hidden;	
}

#imgServices {
width: 30%; 
padding: 5%; 
float: left;	
}
@media all and (max-width:320px) {
		#imgServices {
        width: 95%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;    
		}	
}
@media all and (min-width:321px) and (max-width:689px) {
		#imgServices {
        width: 95%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;     
		}
}

#textServices {
width: 70%;
padding: 5%;
float: left;
}
@media all and (max-width:320px) {
		#textServices {
        width: 100%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;
		padding: 1%;        
        float: none;
        display: block;    
		}	
}
@media all and (min-width:321px) and (max-width:689px) {
		#textServices {
        width: 100%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;
		padding: 1%;        
        float: none;
        display: block;   
		}	
}

/* AREA FORNECEDORES ==========================================*/
#containerFornecedores {
width: 100%;
height: auto;
margin: auto;
clear: both; 
overflow: hidden;	
}

#imgFornecedores {
width: 30%; 
padding: 5%; 
float: left;	
}
@media all and (max-width:320px) {
		#imgFornecedores {
        width: 95%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;    
		}	
}
@media all and (min-width:321px) and (max-width:689px) {
		#imgFornecedores {
        width: 95%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;     
		}
}

#textFornecedores {
width: 70%;
padding: 5%;
float: left;
}
@media all and (max-width:320px) {
		#textFornecedores {
        width: 100%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;
		padding: 1%;        
        float: none;
        display: block;    
		}	
}
@media all and (min-width:321px) and (max-width:689px) {
		#textFornecedores {
        width: 100%;        
        font-size: 1em;
        margin: auto;
        margin-top: 1%;
		padding: 1%;        
        float: none;
        display: block;   
		}	
}

/* AREA OBRAS ==========================================*/
.containerObras {
width: 96%;
height: auto;
margin: auto;
clear: both; 
overflow: hidden;	
}
@media all and (min-width:769px) {
    .containerObras {
    width: 75%;
		     
    }
}

.blocosObras {
width: 96%;
margin: auto;
margin-top: 2%;
margin-bottom: 2%;
margin-left: 2%;
float: left;
padding: 2%;
float: left; 
background: #bcd1a9;	
}
@media all and (min-width:769px) {
    .blocosObras {
    width: 25%;
	margin: auto;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 3%;
	margin-bottom: 2%; 
	padding: 2%;
	float: left; 
	box-shadow: 0 0 15px grey;
	background: #bcd1a9;	     
    }
}

/*.blocosObras:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}*/


/* FOOTER ==========================================*/
footer {
background: #6C8080;
width: auto;
height: 100%;
color: #fff;
margin-bottom: 0%;
font-size: 12px;
box-shadow: 0px 0px 1em #666;
-webkit-box-shadow: 0px 0px 1em #666;
-moz-box-shadow: 0px 0px 1em #666;
}
@media all and (min-width:320px) and (max-width:690px) {
    footer {
    width: 100%;        
    }
}

#container_footer {
width: 80%; 
height: auto;
margin: auto;
padding: 2%;
clear: both; 
overflow: hidden;
line-height: 25px; 
}
@media all and (min-width:320px) and (max-width:690px) {
    #container_footer {
    width: 80%;   
    margin: auto; 
    }
}

.LinksFooter li {
display: block;	
}
.LinksFooter {
width: 30%;
float: left;	
}
@media all and (max-width:320px) {
		.LinksFooter {
        width: 100%;
        margin-top: 0%; 
		font-size: 0.9em;
        float: none;
		line-height: 15px;
        display: block;     
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		.LinksFooter {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:735px) {
		.LinksFooter {        
		width: 100%;        
        font-size: 1em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:899px) {
		.LinksFooter {        
		width: 100%;        
        font-size: 1.2em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}

#addressFooter{
width: 30%;
float: left; 
}
@media all and (max-width:320px) {
		#addressFooter {
        width: 100%;
        margin-top: 0%; 
		font-size: 0.9em;
        float: none;
		line-height: 15px;
        display: block;     
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#addressFooter {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:735px) {
		#addressFooter {        
		width: 100%;        
        font-size: 1em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:899px) {
		#addressFooter {        
		width: 100%;        
        font-size: 1.2em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}

#aboutUsFooter{
width: 30%;
float: left; 
}
@media all and (max-width:320px) {
		#aboutUsFooter {
        width: 100%;
        margin-top: 0%; 
		font-size: 0.9em;
        float: none;
		line-height: 15px;
        display: block;     
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#aboutUsFooter {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:735px) {
		#aboutUsFooter {        
		width: 100%;        
        font-size: 1em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:899px) {
		#aboutUsFooter {        
		width: 100%;        
        font-size: 1.2em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}

#companyInfo {
width: 100%;
margin: auto;
padding: 1%;
text-align: center; 
background: #9BB3B3; /*rodape*/
}
@media all and (max-width:320px) {
		#companyInfo {
        width: 100%;
        margin-top: 0%; 
		font-size: 0.9em;
        float: none;
		line-height: 15px;
        display: block;     
		}	
}
@media all and (min-width:321px) and (max-width:567px) {
		#companyInfo {        
		width: 100%;        
        font-size: 0.9em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:568px) and (max-width:735px) {
		#companyInfo {        
		width: 100%;        
        font-size: 1em;
        margin: auto;                
        float: none;
        display: block;
        }
}
@media all and (min-width:736px) and (max-width:899px) {
		#companyInfo {        
		width: 100%;        
        font-size: 1.2em;
        margin: auto;
        margin-top: 1%;        
        float: none;
        display: block;
        }
}

hr {
background-color: #222;
border-color: #444;
height: 3px;
}

.footer-navigation-list{
margin: 10px 0;
padding: 0;
list-style: none;
text-align: left;
font-style: italic;
}

a.link_footer:link {color: #fff; text-decoration: none;}
a.link_footer:visited {color: #fff;text-decoration: none;} 
a.link_footer:hover { color: #D3D3D3; text-decoration: none;}

a.links-contactsTop:link {color: #fff; text-decoration: none;}
a.links-contactsTop:visited {color: #fff;text-decoration: none;} 
a.links-contactsTop:hover { color: #0ed9e6; text-decoration: none;}

a.linksLinksFooter:link {color: #fff; text-decoration: line-height;}
a.linksLinksFooter:visited {color: #fff;text-decoration: none;} 
a.linksLinksFooter:hover { color: #0ed9e6; text-decoration: none;}

a.links-mailContact:link {color: #000; text-decoration: none;}
a.links-mailContact:visited {color: #000;text-decoration: none;} 
a.links-mailContact:hover { color: #0ed9e6; text-decoration: none;}

