﻿.conteudo-wrapper {
    background-image: url("../../img/pattern/unidade.png") !important;
    background-repeat: repeat !important;
}
.coluna-conteudo .titulo h1 {
    text-align: left;
    font-size: 24px;
}
.cau-apoio-geral {
    height: 100px;
    padding: 30px 0;
}
.link-apoio-cau {
    color: #fff;
}
.link-apoio-cau:hover .cau-apoio-geral {
    background: #f5b800;
    color: #fff;
} /*
.banner-topo-wrapper{
    width: 100%;
    height: 400px;
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: top left;
    position: relative;
}*/

.apoio-wrapper {
    background-color: #f69600;
    color: #fff;
    height: 100px;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.caminho ul li:last-child {
    color: #d0d0d0;
}
.icon {
    margin-right: 10px;
    vertical-align: middle;
}
.lista-doc {
    color: #4068ca;
    display: block;
    margin-bottom: 20px;
}
.conteudo-wrapper-interno {
    background-color: #fff;
    padding-top: 50px;
    margin-bottom: 60px;
}
.informacoes-wrapper {
    background-color: #fff;
    height: auto;
    padding: 20px 30px;
    margin-top: 70px;
    margin-bottom: 50px;
    position: relative;
}
.informacoes-wrapper h1 {
    font-size: 18px;
    color: #277bc4;
    margin-bottom: 10px;
    text-align: left;
}
.informacoes-wrapper p {
    line-height: 1.4;
}
.informacoes-wrapper span {
    font-weight: 600;
}
.icon-informacoes {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -39px;
    margin-right: 5px;
}
.menu li {
    border-bottom: 1px solid #002967;
}
.accordion.menu .link {
    border-bottom: 1px solid transparent;
}
@media screen and (max-width: 1200px) {
    .icon-informacoes {
        margin-right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .icon-informacoes {
        display: none;
    }
    .informacoes-wrapper {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .modal-content {
        width: 100% !important;
    }
}
@media screen and (max-width: 1025px) {
    .banner-topo-wrapper {
        background-size: cover;
        height: 200px;
        background-repeat: no-repeat;
    }
}
@media screen and (max-width: 600px) {
    /*  .conteudo-wrapper{
    margin-top: 40px;
  }*/
}
@media screen and (max-width: 780px) {
    .overlay-banner .titulo-banner {
        margin-left: 20px;
    }
    .caminho img {
        width: 6px;
    }
}
@media screen and (max-width: 635px) {
    .overlay-banner .titulo-banner {
        width: 300px;
        margin-bottom: 0;
        margin-left: 0;
    }
    .overlay-banner .titulo-banner span {
        font-size: 30px;
    }
    .overlay-banner .titulo-banner p {
        font-size: 15px;
    }
    .apoio-wrapper {
        font-size: 12px;
    }
}
/*
Resete Raniery
*/

.menu li {
    line-height: 1.3 !important;
}
/*Fim - Resete Raniery*/

/****************************************

	Reset do dia -------> 18/01/2016
	
-----------------------------------------

	*-------------------- Resetar o display none da coluna da esquerda.

******************************************/
@media screen and (max-width: 991px) {
    /* .accordion.menu{
		display:none !important;
	} */
    .coluna-esquerda {
        width: 100%;
    }
}

.btn-tenho-interesse {
    position: fixed;
    bottom: -1px;
    right: 0px;
    border: 1px solid white;
    background-color: #064278;
    color: white;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 0px;
    width: 250px;
    height: 60px;
    font-style: italic;
    font-weight: 600;
    z-index: 999;
}

.btn-tenho-interesse:hover {
    border: 1px solid white;
    background-color: #064278;
    color: white;
}

div[class="col-xs-12 hidden-sm hidden-md hidden-lg sem-float"] {
    padding: 0px;
    display: none !important;
}

.btn-nau {
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 3px;
    flex: 1;
    white-space: pre-line;
    font-family: "Open Sans";
    font-size: 20px;
    border: 3px solid #2fafe4;
    color: #014785;
    text-transform: uppercase;
    background-color: #e3f2fd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.btn-nau:hover,
.btn-nau:active,
.btn-nau:focus {
    color: white;
    background-color: #2fafe4;
    border: 3px solid #2fafe4;
    outline: none !important;
}
