﻿body {
    padding: 0;
    margin: 0;
    font-family: Dosis-Regular;
    font-size: 100%; /* Base font size: 14px */
    text-align: left;
    line-height: 1.429;
}

.body {
    clear: both;
    margin: 0 auto;
    width: 100%;
}

/*Menu*/
#containerMenu {
    position: fixed;
    top: 0px;
    height: 122px;
    width: 100%;
    background-color: #ffffff;
    display: block;
    clear: both;
    z-index: 999;
}

#divMenu {
    margin: 0px 85px 0px 85px;
    padding: 15px 20px 0 20px;
}

#menu {
    margin-top: 40px;
    float: right;
}

    #menu a, a {
        margin: 0 0 0 30px;
        font-size: 17px;
        color: #282828;
        text-decoration: none;
    }

        #menu a:visited, a:hover {
            margin: 0 0 0 30px;
            font-size: 17px;
            color: #282828;
            text-decoration: none;
        }

/*conteúdo e páginas*/
#container {
    width: 100%;
    background-color: #ffffff;
    margin-top: 120px;
}

div.paginaAzul {
    /*min-height: 760px;*/
    padding: 0px 85px 0px 85px;
    background-color: #002F47;
    clear: both;
}

div.paginaBranca {
   /* min-height: 760px;*/
    padding: 0px 85px 0px 85px;
    background-color: #ffffff;
    clear: both;
}

div.bordaGrande {
    height: 10px;
    background-image: url("../imagens/ouro.jpg");
    background-size: 100%;
    background-repeat: repeat-x;
    background-color: #C5A349;
    clear: both;
}

div.bordaPequena {
    height: 3px;
    background-image: url("../imagens/ouro.jpg");
    background-size: 100%;
    background-repeat: repeat-x;
    background-color: #C5A349;
    clear: both;
}

ul {
    padding: 0 1em;
    list-style: none;
}

li:before {
    content: "";
    border-color: transparent #002F47;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

table.colunas {
    margin: 0 10px 0 10px;
    vertical-align: top;
}

    table.colunas tr td {
        width: 50%;
        padding-left: 15px;
        vertical-align: top;
    }

table.apresentacao {
    margin-top: 0px;
    padding-top: 0px;
    border-collapse: separate;
    border-spacing: 200px 0;
}


    table.apresentacao td {
        width: 250px;
        height: 160px;
        background-color: #002F47;
        vertical-align: top;
    }


/*Parágrafos*/

p {
    margin: 0;
    padding: 0;
}
    /*paragrafo branco com espaço*/
    p.par1 {
        color: #ffffff;
        text-indent: 20px;
        text-align: justify;
    }
    /*paragrafo azul com espaço*/
    p.par2 {
        color: #002F47;
        text-indent: 20px;
        text-align: justify;
    }
    /*paragrafo branco sem espaço*/
    p.par3 {
        color: #ffffff;
        text-align: justify;
    }
    /*paragrafo azul sem espaço*/
    p.par4 {
        color: #002F47;
        text-align: justify;
    }
    /*paragrafo dourado escuro com espaço*/
    p.par5 {
        color: #826629;
        text-indent: 20px;
        text-align: justify;
    }
    /*paragrafo dourado com espaço*/
    p.par6 {
        color: #A9872B;
        text-indent: 20px;
        text-align: justify;
    }

/*Títulos*/
.tituloDourado {
    font-size: 23px;
    color: #E0BF62;
}

.tituloAzul {
    font-size: 23px;
    color: #002F47;
}

.tituloPequenoDou {
    font-size: 15px;
    color: #E0BF62;
}

footer {
	background-color: #002F47;
	background-repeat: repeat-x;
	height: 220px;
}

#home {
	min-height: auto !important;
}

#Apresentacao {
    background-color: #002F47;
    background-image: url("../imagens/listras.png");
    padding: 0px 85px 30px 85px;
    margin-top: 0;
	min-height: 200px;
    height: auto !important;
}

div.columns div {
    width: 19%;
    height: 145px;
    padding: 5px;
    float: left;
    margin-right: 19%;
    background-color: #002F47;
    overflow: hidden;
}

div.clear {
    clear: both;
}

div.seta div {
    padding: 5px;
    width: 17%;
    float: left;
    margin-right: 22%;
}

.colunmText {
    font-size: small;
    color: #ffffff;
    text-align: justify;
    vertical-align: top;
}

.botao {
    display: inline-block;
    margin: 0;
    padding: 7px 14px;
    border: 1px solid transparent;
    border-radius: 2px;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #002F47;
    border-color: #002F47;
}

    .botao:hover,
    .botao:focus {
        background-color: #E0BF62;
        border-color: #E0BF62;
        color: #000;
    }

	
	#Ponteiro {
    background-position: center;
    background-image: url('../imagens/estrela.png');
    background-repeat: no-repeat;
    width: 19px;
    left:44.8%;
    height: 10px;
    position:absolute;
    display:none;
}

#empresa {
	min-height: auto !important;
	padding-bottom: 30px;
}

#servicos {
	min-height: auto !important;
	padding-bottom: 35px;
}

#vantagens {
	min-height: auto !important;
	padding-bottom: 35px;
}

#contato {
	min-height: auto !important;
	padding-bottom: 35px;
}

.footer-text {
	text-align: center;
	padding: 30px 20px;
	color: #fff;
}

.whats a {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding-left: 10px;
	font-size: 16px;
}

.whats a:hover {
	color: yellow !important;
	font-size: 16px !important;
	margin: 0 !important;
}

@media only screen and (min-width: 150px) and (max-width: 1150px) {
    #menu a {
        margin: 0 0 0 30px;
        font-size: 13px;
        color: #282828;
        text-decoration: none;
    }

        #menu a:visited, a:hover {
            margin: 0 0 0 30px;
            font-size: 13px;
            color: #282828;
            text-decoration: none;
        }

    .colunmText {
        font-size: x-small;
        color: #ffffff;
        text-align: justify;
        vertical-align: top;
    }
}
