/* reset básico */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/* conteiner */

.container  {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}

.texto  {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0;
	background-color: #fff;
	border: 12px solid #fff;
}

/* linha */
.row {
    margin-left: -5px;
    margin-right: -5px;
	background: #fff;
}
    .row:before,
    .row:after {
        content: "";
        display: table;
    }
    .row:after {
        clear: both;
    }

	/* linha Color*/
.rowazul {
    margin-left: -5px;
    margin-right: -5px;
	background: #0097F0;
}
	.rowazul:before,
    .rowazul:after {
        content: "";
        display: table;
    }
    .rowazul:after {
        clear: both;
    }
.box p{
	line-height: 1.9em;
}

.box h2{
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	margin-top: 25px;
}
.box h3{
	color: #292828;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	margin-top: 15px;
}
.box h4{
	color:#444444;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	padding-bottom: 1em;
	text-align: center;
}
.box h5{
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	margin-top: 35px;
}
/* colunas */
.col {
    display: inline-block;
    vertical-align: top;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    margin-right: -4px;
    *zoom: 1;
    *display: inline;
}
    /* duas colonas */
    @media (min-width: 480px) {
        .col-2 {
            width: 50%;
        }
    }

    /* tres colunas */
    @media (min-width: 728px) {
        .col-3 {
            width: 33.3333%;
        }
    }

    /* sidebar */
    @media (min-width: 992px) {
        .col-content {
            width: 70%;
        }

        .col-sidebar {
           width: 30%;
        }
    }


/* USAR APENAS PARA DEMOSTRAÇÂO */
.box {
    padding: 0;
    text-align: center;
    margin: 0 0;
    color: #fff;
}
.big {
    height: 50px;
}

/* MENU */

/* Add a black background color to the top navigation */
.topnav {
    background-color: #fff;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #000000;
    font-family: Arial, Sans-serif;
	text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #0097F0;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* TOPO */

#topo {
 width: 100%; 
 height: 40px; 
 font:16px Arial, Sans-serif;
 text-align: center;
 color: #fff;
 background: #0097F0;
 position: fixed;
 display:table; 
 z-index: 999;
 }
#topo p {
 *position: absolute; 
 top: 50%; 
 display: table-cell; 
 vertical-align: middle;
 }
#topo span {
 display:block; 
 *position: relative; 
 top: -50%;
 }
/*          FORMULARIO CONTATO          */
/***********  Contact Form  *************/
.formContato {
   width: 80%;  
}  
.formContato input {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.formContato textarea {  
   width: 90%;  
   margin-left: 10px;  
   margin-right: 10px;  
}  
.botaoContato {  
   margin-left: 10px;  
   margin-right: 10px;  
   margin-top: 1px;  
}  
.pgContato input {  
   padding-left: 20px;  
   color: #292929;  
   font-size: 18px;  
   background-color: #E9E9E9;  
   border: 1px solid #E9E9E9;  
   -moz-border-radius: 5px;  
   -webkit-border-radius: 5px;  
   border-radius: 5px;  
   height: 40px;  
   margin-bottom: 20px;  
   border-bottom: 1px solid #ccc;  
   border-left: 1px solid #ccc;  
}  
.pgContato textarea {  
   padding-left: 20px;  
   color: #292929;  
   font-size: 18px;  
   background-color: #E9E9E9;  
   border: 1px solid #E9E9E9;  
   -moz-border-radius: 5px;  
   -webkit-border-radius: 5px;  
   border-radius: 5px;  
   height: 200px;  
   margin-bottom: 20px;  
   border-bottom: 1px solid #ccc;  
   border-left: 1px solid #ccc;  
}  
.botaoContato {  
   border-radius: 4px;  
   color: #fff;  
   padding: 2px 40px;  
   height: 40px;  
   margin-top: 18px;  
   opacity: 0.9;  
   margin-bottom: 20px;  
   cursor: pointer;  
   background: #0097F0;  
   display: inline-block;  
   border: none;  
   border-bottom: 1px solid #0097F0;  
   border-right: 1px solid #0097F0;  
}  
.botaoContato:hover {  
   opacity: 1.0;  
   transition: 1s;  
}
.list3 li img
{
	float:left;
	margin-top: 4px;
	padding-left: 3em;
}
.list3 li .extra-wrap
{
	float:left;
	padding-left: 1em;
}
.company_address h2{
	color: #444444;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	padding-left: 3em;
}

.company_address p{
	color:#525252;
	font-size:0.8125em;
	line-height: 1.8em;
	margin-bottom: 2%;
}
.company_address p a{
	color:#525252;
	font-size:1.1em;
	line-height: 1.8em;
	margin-bottom: 2%;
}

/* ################################################################## */
/*--footer--*/
.footer-bottom {
	padding: 25px 0;
	background: #303441;
}
.copy p {
	color: #666D89;
	font-size: 0.8125em;
	line-height: 1.8em;
	text-align: center;
}
.copy p a {
	color: #FFF;
}
.copy p a:hover {
	color: #0097F0;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 44px;
	height:44px;
	border: none;
	text-indent: 100%;
	background: url(imagens/top-move.png) no-repeat right top;
}
/* ################################################################## */

 /*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow:hidden;
    box-shadow:0px 1px 3px rgba(0,0,0,.25);
    border-radius:3px;
    background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    padding:15px;
    display:inline-block;
    border-bottom:1px solid #1a1a1a;
    background:#E9E9E9;
    transition:all linear 0.15s;
    /* Type */
    font-size:1.200em;
    /* text-shadow:0px 1px 0px #1a1a1a; */
    color:#000;
}
.accordion a {
    float: left;
    display: block;
    color: #000000;
    font-family: Arial, Sans-serif;
	text-align: center;
    padding: 20px 16px;
    text-decoration: none;
    font-size: 17px;
}

/* Change the color of links on hover */
.accordion a:hover {
    background-color: #0097F0;
    color: white;
} 
.accordion-section-title.active, .accordion-section-title:hover {
    background:#0097F0;
    /* Fundo Azul */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
    display:none;
}

 