
ul {
    padding: 0px!important;}

.menu-principal {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #191c24;
    height: 60px;}


button.slick-prev {
    display: inline-block;
    font-size: 0px;
    border: none;
    height: 51px;
    width: 25px;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    top: 43%;
    left: 2%;
    background-image: url("../Imagem/seta_esquerda.png");}

button.slick-next {
    display: inline-block;
    font-size: 0px;
    border: none;
    height: 51px;
    width: 25px;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    top: 43%;
    right: 2%;
    background-image: url("../Imagem/seta_direita.png");}

.título_capa {
    position: absolute;
    text-align:left;
    top: 133px;
    width: 353px;
    line-height: 25px;
    height: 30px;
    margin-left: 93px;
    font-size: 20px;
    color: #ffffff;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}

.texto-capa {
    position: absolute;
    color:#fff;
    text-align:left;
    top: 160px;
    width: 434px;
    line-height: 25px;
    height: 30px;
    margin-left: 80px;
    font-size: 17px;
    font-family: system-ui;}

.caixa_preta {
    position:absolute;
    margin: 0;
    padding: 0;
    width: 350px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 40px;
    top: 80px;
    margin-left: 90px;}

.slider_principal {
    width: 501px!important;
    height: 500px!important;
    margin-left: 17.5%;
    margin-top: 20px;}

.slick-initialized {
    overflow: hidden;}

.slick-dots li button {
    display: inline-block;
    font-size: 0px;
    border-radius: 50%;
    border: 4px solid #8b8cd6;
    width: 20px;
    height: 20px;
    background: transparent;
    cursor:pointer;}

.slick-dots {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 21%;
    top: 450px;}

.slick-dots li {
    display: inline-block;
    margin: 15px;}

li.slick-active button {
    background: #8b8cd6;}


.texto-destaque {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;}

.texto-destaque strong { 
    color: #4bbdb7;}

.texto-destaque h1 {
    font-size: 25px; 
    color: #818080;}

.texto-destaque p { 
    font-size: 16px;
    color: #585858;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Didot, serif;}



.bloco-texto {
    margin-top: 3em;}

.col-5 {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 29.3%;
    float: left;
    position: relative;}

.bloco-imagem {
    height: 345px;
    border: 1px solid #c5c5c5;
    padding-top: 0px;
    padding-bottom: 15px;
    margin-left: 10px;}

.bloco-imagem img {
    margin: 0 auto;
    width: 100%;
    /*height: auto;*/}

.bloco-imagem b {
    text-align: middle;
    margin-right: 0px;
    margin-left: 0px;
    color: black;}

.bloco-imagens-texto {
    background-color: #eeee;
    margin-top: -0px;}

.bloco-imagens-texto:before {
    width: 100%;
    display: inline-block;
    content: '';
    height: 0px;
    background: transparent;
    background-image: url('../Imagem/setinha.png');
    background-repeat: no-repeat;
    background-position: center;}

.bloco-imagens-texto:after {
    width: 100%;
    display: inline-block;
    content: '';
    height: 35px;
    background: #8260ff;
    margin-top: 15px;} 

.col-5 a{
    color:rgb(149, 133, 224);}
    
.col-5 a:hover {
    color: #7343e2;}



.col-4 {
    float: left;
    width: 25%;
    text-align: center;}

.col-4 img {
    cursor: pointer;
    margin: 0 auto;
    padding-top: 0em;
    vertical-align: middle;
    margin-top: 0%;}

.col-4 img:hover {
    margin-top: 10px!important;
    position: relative!important;}

.bloco-logos {
    height: 170px;
    margin-top: 660px;
    display: inline;
    margin-left: -24px;}

.bloco-logos img {
    margin-top: 30px;}

.footer h3 {
    text-align: left;
    margin-left: 15px;}

.footer {
    background-image: url('../Imagem/footer.png');
    color: #ffffff;
    height: 100px;}

.footer-2 {
    background-image: url('../Imagem/footer2.png');
    color: #c1c1c1;
    height: 90px;}

.footer p {
    width: 90%;
    text-align: left;}

.footer-2 p {
    padding: 10px;}


.local:before, .emailico:before, .telefoneico:before {
    content: '';
    width:  17px;
    height: 24px;
    display: inline-block;
    float: left;
    background-repeat: no-repeat;
    padding-left: 5px;}




.tooltip {
    position: relative;
    display: inline-block;}
      
.tooltip .tooltiptext {
    visibility: hidden;
    width: 350px;
    background-color: rgb(49, 49, 49) ;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -180px;}
      
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgb(5, 5, 5) transparent;}
      
.tooltip:hover .tooltiptext {
    visibility: visible;}

.tooltiptext p{
    margin: 15px;
}