* {
    font-family: 'Exo';
    font-size: 12pt;
    color : #000;
}
html {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
}

p {
	background: transparent;
}

hr.style-one {
    height: 1px;
	background: #fff;
	width: 90%;
	margin: 0% 5%;
}

nav {
	background-color: transparent;
	box-shadow: none;
}

option {
	color: #000;
}

.hide-on-med-and-down li {
    list-style-type: none !important;
    line-height: 15px;
}

td {
	padding: 10px;
}

h3 {
	padding: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
    font-weight: bold;
}

a:hover {
	text-decoration: none;
    color: #aa3335;
}

a.linkMenu:link, a.linkMenu:visited, a.linkMenu:active {
	text-decoration: none;
	color: #000;
    font-weight: bold;
    padding-left:10px;
    padding-right:10px;
    font-size: 12pt;
}

a.linkMenu:hover {
    font-size: 12pt;
	text-decoration: none;
    color: #aa3335;
    padding-left:10px;
    padding-right:10px;
}

.imagem {
    text-align: center;
}

.imagem img {
    max-width: 100%;
}


h5 {
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

h6 {
    font-size: 16pt;
    margin-bottom:10px;
    margin-top:10px;
    font-weight: bold;
}

.nivo-slider {
	z-index: 1;
	position: relative;
}

.nivo-slider img {    
    min-width: 100% !important;
    max-height: 390px;
	z-index: 1;
}

.nivo-main-image {
    width: 100%;
}

.conteudo {
	flex: 1 0 auto;
    padding-bottom: 50px;    
}

.botao {
	padding:10px;
    line-height: 10px;
    color: #000;
}

.centered-cards img {
    max-width: 200px;
}

.centered-cards {
	display: grid;
	grid-template-columns: repeat(auto-fill,23.5%);
	justify-content: center;
	grid-gap: 15px;
}

.centered-cards div {
    text-align: center;
}

.hidden {
	display: none !important;
}

.menu {
    margin-top: 20px;
}

.site-menu {
    display: flex; 
    justify-content: space-between;
    line-height: 30px !important;
}

.social {
    padding: 5px;
}

.telefone {
    color: #000;
    font-size: 20px;
}

.rodape {
    width: 100%;
    z-index: 999;
    position: fixed;
    color: #fff;
    bottom: 0px;
    background-color: #606062;
    padding: 10px;
    text-align: center;
}

@media (max-width: 992px) {
    .rodape {
        display: none;
    }

    .barra-servico .titulo {
        font-size: 7pt;
    }    
}

@media (min-width: 993px) {
    .barra-servico .titulo {
        font-size: 14pt;
    }
    
    #logotipo-tiny {
        display: none;
    }
}

.campo-formulario {
    border: 1px solid #ddd;
    border-radius: 5px;
}

.grupo-area {
    padding: 5px;
    font-size: 13pt;
}

.grupo-area.selecionado {
    background-color: #ffcc29;
    border-radius: 5px;
}

.area {
    padding: 5px;
}

.area-titulo {
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}

.area-texto {
    text-align: justify;
}

.area-leia {
    text-align: right;
}

.area-imagem img {
    max-width: 100%;    
}

.wrapper {
    display: flex;
    flex-flow: row wrap;
}

.wrapper div {
    justify-content: space-between;
    margin: 20px;
    max-width: 100%;
}

.link-rotulo {
    font-size: 15pt;
    font-weight: bold;
}

.centered {
    text-align: center;
}

.texto-obra {
    display: flex;
    justify-content: center;
}

.sucesso {
	color:#777;
	background:#CFC;
	border:1px ridge #063;
	padding:10px;
	padding-left:10%;
	background-image: url(../../gerenciador/img/sucesso.png);
    background-repeat: no-repeat;
	background-position: 1% 50%;
}
.erro {
	color:#000;
    background:#f7b0b0;
    font-weight: bold;
	border:1px ridge #063;
	padding:10px;
	padding-left:10%;
	background-image: url(../../gerenciador/img/error.png);
    background-repeat: no-repeat;
    background-position: 1% 50%;
    line-height: 20px;
}

.pp_social {
    display: none;
}

.faixa-vinho {
    background-color: #952929;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fonte-branca {
    color: #fff;
}

#logo {
    margin: 10px;
}

.button-collapse i {
    color: #000;
}

#mobile-demo {
    z-index: 1000;
}

input, select, textarea  {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #a3a3a3;
    color: #000;
    margin: 10px;
}

textarea:focus, input:focus, select:focus {
    box-shadow: 0 0 0 0;
    border: 1px inset #d3d3d3;
    outline: 0;
} 

.title {
    display: flex;
    flex-direction: row;
}
  
.subtitle {
    background-color: #ed8600;
    color: #fff;
    font-size: 14pt;
    padding: 10px;
    margin-top: 50px;
}

.logotipo-tiny {
    margin: auto;
}

.welcome {
    font-size: 11pt;    
    font-weight: normal;
}

.welcome span {
    color: #aa3335;
    font-weight: bold;
}

.welcome a {
    font-weight: normal;
}

.barra-servicos {
    margin-top: 50px;
}

.barra-servico {
    margin: 0px;
    display: inline-block;
}

.barra-servico .titulo {
    padding: 15px !important;
    color: #fff;
    white-space: nowrap;
    text-align: center
}

.barra-servico-imagem {
    position: relative;
}

.barra-servico-overlay {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.div-faq {
    background-color: #7bb11f;    
    margin-top: 50px;
    padding: 20px;
}
.faq-ask {
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

.faq-answer {
    margin-top: 15px;
}

.faq-answer p {
    color: #fff;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opiniao-box {
    background-color: #f6f6f6;
    padding: 10px;
    margin: 10px;
}

.opiniao-box .texto {
    height: 250px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opiniao-box img {
    max-width: 100%;
}

.opiniao-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11pt;
}

.opiniao-box .rounded {
    border-radius: 50%;
    margin-top: 20px;
}

.opiniao-box .nome {
    color: #5bbee7;
    padding: 10px;
    font-weight: bold;
}

.sdx {
    text-align: right;
    line-height: 35px;
}

a.leia-mais {
    color: #fff;
}

iframe {
    max-width: 100%;
}

.slick-next, .slick-prev {
    background-color: #7bb11f !important;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #000;
    z-index: 99;
}

.slick-next {
    right:10px !important;
}

.slick-prev {
    left:10px !important;
}