﻿.geral-prestacoes-modulos{
  background-color: #1847a1;
}
.modulo-geral{
  text-align: center;
}
.modulo-geral li{
  position: relative;
  margin-bottom: 70px;
  margin-left: 75px;
  color: #aedeff;
}
.modulo-geral li h1{
  margin:0;
  text-align: right;
  margin-right: 110px;
  font-style: italic;
  font-weight: 600;
  margin-top: 20px;
  color: #aedeff;
}
.modulo-geral li p{
  text-align: right;
  margin-right: 109px;
  margin-top: 7px;
  line-height: 1.2;
  font-size: 16px;
  color: #aedeff;
}
.modulo-geral li:after{
  content: url("../img/icones/portfolio.png");
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  opacity:0.85;
}
.modulos-geral li.prestacao:after{
  content: url("../img/icones/portfolio.png");
}
.modulo-geral li.visitas:after{
  content: url("../img/icones/visitas.png");
}
.modulo-geral li.central:after{
  content: url("../img/icones/central.png");
}
.modulo-geral li.ouvidoria:after{
  content: url("../img/icones/ouvidoria.png");
}
.modulo-geral li.esquerda{
  margin-left: 0;
}
.modulo-geral li.esquerda:after{
  display: none;
}
.modulo-geral li.esquerda:before{
  content: url("../img/icones/central.png");
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
  opacity: 0.85;
}
.modulo-geral li.esquerda.ouvidoria:before{
  content: url("../img/icones/ouvidoria.png");
}
.link-modulo:hover h1{
  color: #FFF !important;
}
.link-modulo:hover p{
  color: #FFF !important;
}
.link-modulo:hover li:before{
  opacity: 1;
}
.link-modulo:hover li:after{
  opacity: 1;
}
.modulo-geral li.esquerda h1{
  text-align: left;
  margin-right: 0;
  margin-left: 105px;
}
.modulo-geral li.esquerda p{
  text-align: left;
  margin-right: 0;
  margin-left: 105px;
}

.ms-rtestate-field h1 {
	line-height:none;
}



.fundo-box{
  background-image: url("../img/pattern/fundo-servico.png");
  background-repeat: repeat;
  padding: 60px 0;
}
.fundo-box .box{
  background-color: #FFF;
  border-top: 5px solid #D8D8D8;
  position: relative;
  padding: 30px 20px;
}
.fundo-box .box .triangulo{
  position: absolute;
  top:0;
  left:50%;
  margin-left: -12px;
  margin-top: -1px;
}
.fundo-box .box h1{
  color: #277bc4;
  margin: 0;
  font-style: italic;
  font-weight: 600;
}
.fundo-box .box p{
  margin-top: 20px;
  text-align: center;
  line-height: 1.4;
}
.fundo-box .box .btn-saiba-mais{
  background-color: #277bc4;
  color: #FFF;
  text-align: center;
  width: 100px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 25px;
}
.fundo-box .box .btn-saiba-mais:hover{
  background-color: #13aaff;
}
.cadastro-trabalhe{
  background-color: #1847a1;
  padding: 50px 0;
}
.cadastro-trabalhe .btn-trabalhe{
  padding: 25px 0;
  background-color: transparent;
  border: 1px solid #3b62af;
  color: #FFF;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  margin: auto;
  font-size: 25px;
}
.cadastro-trabalhe .btn-trabalhe:hover{
  background-color: #235cc8;
  border: none;
}
.utilidades-geral .titulo h1{
  text-align: left;
}
.utilidades-geral .utilidades-icon li{
  float: left;
  margin-left: 23px;
  margin-right: 23px;
}
.utilidades-geral .utilidades-icon li img{
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.utilidades-geral .utilidades-icon li p{
  text-align: center;
}
.coluna-conteudo{
  padding: 60px 0;
}
.coluna-conteudo .titulo h1{
  font-size: 24px;
}
@media screen and (max-width: 768px){
  .modulo-geral li{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .modulo-geral li:before{
    display: none;
  }
  .modulo-geral li:after{
    display: none;
  }
  .modulo-geral li h1{
    text-align: center;
    margin-right: 0;
  }
  .modulo-geral li p{
    text-align: center;
    margin-right: 0;
  }
  .modulo-geral li.esquerda h1{
    text-align: center;
    margin-left: 0;
  }
  .modulo-geral li.esquerda p{
    text-align: center;
    margin-left:0;
  }
  .cadastro-trabalhe .btn-trabalhe{
    margin-bottom: 30px;
    width: 250px;
    font-size: 20px;
  }
  .utilidades-geral .utilidades-icon li{
    display: flex;
    justify-content: center;
    align-items: center;
  }

}
.ms-rtestate-field ul {
    list-style: none;
}
