/* reset básico */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/* fim reset básico */

a:link {text-decoration: none;color: #000}
a:active {text-decoration: none;}
a:visited {text-decoration: none;color: #000}
a:hover {text-decoration: none;color: #132400}

h2 {font-size: 16px;}
h2 {font-style: normal;}
h2 {font-weight: normal;}
h3 {font-size: 14	px;}
h3 {font-style: normal;}
h3 {font-weight: normal;}
h4 {font-size: 11px;}
h4 {font-style: normal;}
h4 {font-weight: normal;}

/* linha */
.row {
    margin-left: -5px;
    margin-right: -5px;
}
    .row:before,
    .row:after {
        content: "";
        display: table;
    }
    .row:after {
        clear: both;
    }
 /* fim da config da linha*/	

 /* config da pagina*/
body {font-style: normal;}
body {font-weight: normal;}
body {font-size: 16px;}
body {color: #000;}
body {font-family: Ubuntu, Arial, Verdana, Sans-Serif, Serif;}
body {background-color: #ffffff;}
body {padding-top: 0px;}
body {padding-left: 0px;}
body {margin-top: 0px;}
body {margin-bottom: 0px;}
body {margin-left: 0px;}
body {margin-right: 0px;}
body {text-align: center;}
 /* fim da config da pagina*/

/* config do div geral*/
#geral
{margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
border: none;
width:auto;
background-color: #ffffff;
float: center;
text-align: center;
font-size: 16px;
font-family: Ubuntu, Arial, Verdana, Sans-Serif, Serif;
}
 /* fim config do div geral*/

/* config do div topofixo*/
.topofixo
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 3px;
padding-bottom: 0px;
width:100%;
background-color: #002f5f;
float: center;
text-align: center;
font-size: 16px;
color: #ffffe0;}
 /* fim config do div topofixo*/

/* config do div topocapa*/
.topocapa
{margin-top: -24px;
margin-bottom: 0px;
border: none;
padding-top: -24px;
padding-bottom: 0px;
background-image: url("../imgs/data-center.png");
background-repeat: no-repeat;
background-size: cover;
width:100%;
float: center;
text-align: left;
font-size: 14px;
color: #ff6900;}
 /* fim config do div topocapa*/

/* config do menu*/
.menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu ul li
 { display: inline; 
}
.menu ul li a {
    	padding: 2px 24px;
    	display: inline-block;
     
    	/* visual do link */
    	background-color:#002f5f;
    	color: #ffffe0;
    	text-decoration: none;
    }
.menu ul li a:hover {
    	background-color:#002f5f;
    	color: #ff6900;
    }

.menu {
    background: #002f5f;
    padding: 5px;
    text-align: center;
    margin: 2px 0;
    color: #000;
}
.menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.menu ul li
 { display: inline; 
}
.menu ul li a {
    	padding: 2px 24px;
    	display: inline-block;
     
    	/* visual do link */
    	background-color:#002f5f;
    	color: #ffffe0;
    	text-decoration: none;
    }
.menu ul li a:hover {
    	background-color:#002f5f;
    	color: #ffe680;
    }
 /* fim config do menu*/

/* config do div topo*/
.topo
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-bottom: 10px;
width:auto;
max width:100%;
background-color: #ffe680;
text-align: center;
font-size: 16px;
color: #000;}
 /* fim config do div topo*/

/* config do div conteudo*/
.conteudo
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
width:100%;
background-color: #ffffff;
float: center;
text-align: center;
font-size: 16px;
color: #000;}
 /* fim config do div conteudo*/

 /* fim config do div fotos*/
.fotos
{
display: inline;
float: center;
width: auto;
text-align: center;
} 
 /* fim config do div fotos*/



#logo{
display: inline-block;
float: center;
width: 340px;
vertical-align: top;
}



#titulo{
display: inline-block;
float: center;
width: 100%;
vertical-align: top;
text-align: center;
}



/* config do div service*/
.service
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
width: 100%;
max-width: 100%;
background-color: #ffffff;
display: inline;
text-align: justify;
font-size: 14px;
color: #000;}


.service4
{
display: inline-block;
width: 275px;
float: center;
text-align: left;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
}
/* fim config do div service*/

/* config do div menupe*/
.menupe
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 0px;
width: 100%;
max-width: 100%;
background-color: #ffffff;
display: inline;
text-align: justify;
font-size: 14px;
color: #000;}


.menupe4
{
display: inline-block;
width: 30%;
float: center;
text-align: center;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
}
/* fim config do div menupe*/

/* config do div redes*/
#redes
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
width:100%;
background-color: #ffffe0;
float: center;
text-align: center;
font-size: 16px;
color: #000;
}

#anuncios{
display: inline-block;
width: auto;
max-width: 1200px;
float: center;
text-align: justify;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
}

#anuncios2{
display: inline-block;
width: auto;
max-width: 300px;
float: center;
text-align: justify;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
}

#forms{
display: inline;
width: auto;
max-width: 444px;
float: center;
text-align: justify;
padding-right: 15px;
padding-left: 5px;
vertical-align: top;
}

/* config do rodape*/
#rodape
{margin-top: 0px;
margin-bottom: 0px;
border: none;
padding-top: 10px;
padding-bottom: 0px;
width:100%;
background-color: #000;
display: inline-block;
text-align: center;
font-size: 14px;
color: #ffffe0;
}

#rodape1
{
display: inline-block;
max-width: 468px;
float: center;
text-align: center;
background-color: #000;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
vertical-align: top;
color: #ffffe0;
}

#rodape2{
display: inline-block;
max-width: 468px;
float: center;
text-align: center;
background-color: #000;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
vertical-align: top;
}

#rodape3{
display: inline-block;
max-width: 468px;
float: center;
text-align: center;
background-color: #000;
padding-top: 5px;
padding-right: 15px;
padding-left: 10px;
vertical-align: top;
}

img{
	max-width:100%;
	height:auto;
}



