* {
    outline: none;
}
a {
    text-decoration: none!important;
    cursor: pointer!important;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.bar-natal {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: red;
    padding: 15px;
    text-align: center;
}

.no-gutters {
    margin: 0;
}

.bar-natal p {
    font-family:Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    color: #fff;
    text-align: right;
    font-size: 14px;
}

.bar-natal .sino-com-folhas {

    position: absolute;
    width: 90px;
    top: -20px;
    left: 0px;
}

@media(min-width: 992px) {

    .bar-natal p {
        font-size: 16px;
        text-align: center;
    }

    .bar-natal .sino-com-folhas {
        width: 120px;
    }
}

a.btn-estatuto {
    background: #00a066;
    padding: 10px 30px;
    color: #fff;
}

</p>
.container {
    max-width: 1200px!important;
    width: 100%;
}
.titulo-geral {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0;
    border-bottom: 1px solid #d5d2d2;
}
.titulo-geral:after {
    content: " ";
    position: absolute;
    display: block;
    width: 220px;
    height: 100%;
    top: 0;
    left: 30px;
    z-index: 0;
    background: #194747;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}

.banners-corrida{
    margin-bottom: 20px;    
}

.banners-corrida p img{
    background: #efefef;
    padding: 5px;
}

.media{
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.titulo-geral:before {
    content: " ";
    position: absolute;
    display: block;
    width: 220px;
    height: 100%;
    top: 0;
    left: 45px;
    z-index: 0;
    background: #00a066;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.titulo-geral h2 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    background: #194747;
    width: 220px;
    height: 44px;
    margin: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ver-mais {
    font-size: 14px;
    color: #5d5e5e;
    text-transform: uppercase;
    float: right;
    position: relative;
    top: 13px;
}
.bbox{
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    padding-bottom:20px;  
}

.descricao-revista{
    display: table;
    width: 100%;
    height: 100px;
}
.descricao-revista p{
    margin-bottom: 0 !important;
}

.form-group .label-input input {
    width: 25px;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
}
.label-input span {
    position: relative;
    top: -8px;
}

header {
    margin-top: -1px;
}
.topo {
    width: 370px;
    height: 45px;
    float: right;
    position: absolute;
    right: 10px;
    z-index: 10;
    margin-top: 1px;
    display: inline-flex;
}
.associados {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 45px;
    padding: 15px 30px;
    float: right;
}
.associados:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 30px;
    z-index: 0;
    background: #dfdddd;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
.associados button {
    font-size: 14px;
    color: #222222;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: relative;
    top: -4px;
    z-index: 1;
    background: transparent;
    border: none;
}
header .redes-sociais {
    position: relative;
    display: inline-block;
    background: #00a066;
    width: 140px;
    height: 45px;
    padding: 15px 17px;
    float: right;
}
header .redes-sociais:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 30px;
    z-index: 0;
    background: #00a066;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
}
header .redes-sociais ul {
    margin-left: -8px;
}
header .redes-sociais ul>li {
    float: left;
    margin-right: 9px;
}
header .redes-sociais .hvr-float-shadow {
    z-index: 1;
}
header .redes-sociais ul>li>a i {
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}

header .nav.menu {
    border-bottom: 10px solid #ac8e3a;
}
.navbar-default {
    background: #194747;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}
.navbar-header .navbar-brand {
    height: 155px;
    display: flex;
    align-items: center;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.logo-branca {
    display: none!important;
}
#bs-example-navbar-collapse-1 {
    float: right;
    height: 155px;
    padding: 0;
}
.navbar-header img {
    margin-left: 15px;
}
ul.nav {
    height: 155px;
    display: flex;
    align-items: center;
}
ul.nav>li>a {
    font-size: 15px;
    font-weight: 300;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px;
}
ul.nav>li>a:hover {
    font-weight: 500;
}
ul.nav>li>a .fa-search {
    color: #029863;
}

.vitrine {
    padding: 70px 0;
    height: 560px;
}
.vitrine img {
    width: 70%!important;
    height: 460px;
    object-fit: cover;
    float: right;
}
.vitrine .conteudo {
    width: 30%;
    height: 460px;
    float: left;
    background: #194747;
    padding: 40px 30px;
}
.vitrine .conteudo span {
    font-size: 12px;
    font-weight: 700;
    color: #00a066;
}
.vitrine .conteudo h2 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin: 20px 0;
}
.vitrine .conteudo p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
}
.vitrine .owl-dots {
    text-align: center;
    width: 30%;
    position: relative;
    top: -85px;
}
.vitrine .owl-dots .owl-dot {
    display: inline-block;
}
.vitrine .owl-dots .owl-dot.active span,
.vitrine .owl-dots .owl-dot:hover span {
    background: #00a066;
}
.vitrine .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.banner img {
    width: 100%;
    padding-bottom: 70px;
}

.noticias-home img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.noticias-home h4 {
    font-size: 16px;
    font-weight: bold;
    color: #2d2d2d;
    margin-top: 10px;
    margin-bottom: 20px;
}
.noticias-home p {
    font-size: 14px;
    color: #2d2d2d;
    text-align: justify;
    margin: 0;
}
.noticias-home .hover-image {
    position: relative;
    float: left;
    width: 100%;
    height: 170px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.noticias-home figure {
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.noticias-home figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.noticias-home figure:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.revista img {
    width: 100%;
}

.tv-ampern {
    padding: 70px 0;
}
.tv-ampern .titulo-geral {
    border-bottom: none;
    background: #ececec;
}
.tv-ampern .titulo-geral h2 {
    height: 45px;
}
.tv-ampern .videos {
    background: #194747;
    padding: 60px;
    margin-top: -6px;
}
.tv-ampern .video-principal {
    margin-bottom: 30px;
}

.mais-noticias .item {
    height: 130px;
    border-bottom: 1px solid #d5d2d2;
    padding-top: 30px;
}
.mais-noticias span {
    font-size: 14px;
    color: #00473f;
}
.mais-noticias h4 {
    margin-top: 10px;
}
.titulo-aside {
    text-align: center;
    width: 100%;
    height: 80px;
    background: #00473f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titulo-aside h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}
.titulo-aside h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.titulo-aside h2:after,
.titulo-aside h2:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #00a066;
    border-radius: 50%;
    position: relative;
    top: -4px;
}
.titulo-aside h2:after {
    left: 10px;
}
.titulo-aside h2:before {
    right: 10px;
}
.aniversarios .conteudo {
    width: 100%;
    min-height: 290px;
    background: #f2f1f1;
    padding: 10px 30px 30px;
}
.aniversarios .conteudo ul>li {
    border-bottom: 1px solid #c4c4c4;
    padding: 15px 0;
}
.aniversarios .conteudo h3 {
    font-size: 32px;
    color: #00473f;
    text-transform: uppercase;
    float: left;
    padding-right: 10px;
    margin: 0 10px 0 0;
    border-right: 1px solid #c4c4c4;
}
.interna nav{
text-align: center;
    margin-top: 40px;
}
.pagination>li{
    position: relative;
    float: left;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: none;
    padding: 13px 13px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #194747;
    border: 1px solid #ddd;
}
/*.pagination>li.current {
    padding: 19px 20px;
    background: #00a066;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}*/
.pagination>li.current {
    padding: 13px 13px;
    background: #00a066;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.aniversarios .conteudo p {
    font-size: 14px;
    color: #2d2d2d;
    margin: 0;
}

.eventos {
    margin-top: 30px;
    position: relative;
}
.eventos img {
    width: 100%;
}

.eventos h3{
        position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 71, 63, 0.6);
    margin: 0;
    padding: 10px 20px;
    font-size: 16px;
}
.banners {
    padding-bottom: 70px;
}
.banners .item {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banners .item-verde-escuro {
    background: #194747;
}
.banners .item-verde-claro {
    background: #00a066;
    height: 124px;
    margin-top: 1px;
}
.banners h4 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-left: 25px;
}
.banners .plus {
    width: 50px!important;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.convenios {
    padding: 70px 0;
}
.convenios .titulo-geral {
    margin-bottom: 40px;
}
.convenios .item {
  /*     width: 20%;
    float: left; */
    border: 1px solid #acacac;
    padding: 10px;
} 
/*.convenios .item img {
    width: 100%;
} */

.rodape1 {
    width: 100%;
    height: 80px;
    background: #dcdede;
}
.rodape1 ul.nav {
    height: 80px;
}
.rodape1 ul.nav>li>a {
    font-size: 17px;
    color: #1d1d1d!important;
}
.rodape1 ul.nav>li>a:hover {
    background: transparent;
}
.rodape2 {
    width: 100%;
    /* height: 160px; */
    background: #00473f;
}
.rodape2 span {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    height: 65px;
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}
.rodape2 span i {
    color: #00a066;
    margin-right: 5px;
}
.rodape2 .redes-sociais {
    height: 65px;
    float: right;
    display: flex;
    align-items: center;
}
.rodape2 .redes-sociais ul {
    margin: 0;
}
.rodape2 .redes-sociais ul>li {
    float: left;
    margin: 7px;
}
.rodape2 .redes-sociais ul>li>a i {
    font-size: 18px;
    color: #00a066;
}

.interna {
    font-size: 15px;
    padding-bottom: 80px;
}
.titulo-interno {
    width: 100%;
    height: 85px;
    background: #00a066;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.titulo-interno h1 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    float: left;
}
.breadcrumb {
    float: right;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}
.breadcrumb>li>a {
    font-size: 14px;
    color: #fff;
}
.breadcrumb>li.active {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 8px;
    color: #fff;
    content: "/";
}
.mes ul>li {
    padding: 0 30px;
    background: #194747;
}
.mes ul>li:last-child {
    border-bottom: none;
}
.mes ul>li:hover,
.mes ul>li.active {
    background: #00a066;
}
.mes ul>li:hover a,
.mes ul>li.active a {
    border-bottom: none;
}
.mes ul>li:hover::before,
.mes ul>li.active::before {
    width: 0;
    height: 0;
    border: 28px solid transparent;
    border-left-color: #00a066;
    content: "";
    right: -41px;
    position: absolute;
    margin-top: 0;
}
.mes ul>li>a {
    font-size: 18px;
    color: #fff;
    width: 100%;
    display: block;
    border-bottom: 1px solid #256767;
    padding: 15px 0;
}
.nomes .data {
    font-weight: bold;
    color: #194747;
}
.nomes span {
    font-size: 16px;
    color: #5d5d5d;
}
.nomes ul {
    padding-left: 30px;
}
.nomes ul>li {
    border-bottom: 1px solid #e6e5e5;
    padding: 15px 0;
}

.interna p {
    font-weight: 300;
    color: #404040;
    text-align: justify;
    margin-bottom: 30px;
}

.equipe {
    margin-top: 60px;
}
.equipe .titulo-geral {
    margin-bottom: 40px;
}
.equipe h4 {
    font-size: 16px;
    font-weight: 300;
    color: #404040;
}
.equipe p {
    font-size: 16px;
    font-weight: 300;
    color: #00a066;
}

.estatuto {
    margin-top: 40px;
}
.estatuto .titulo-geral {
    margin-bottom: 40px;
}
.estatuto a {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background: #00a066;
    border: 1px solid #00a066;
    padding: 10px 50px;
    display: table;
}
.estatuto a:hover {
    color: #00a066;
    background: #fff;
}

.titulo-grande {
    width: 100%;
    height: 160px;
    background: #194747;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
}
.titulo-grande h4 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 0;
}
.titulo-grande h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.text-white {
    color: white;
}

.form-cadastro {
    width: 100%;
    height: 100%;
    border: 2px solid #e1e1e1;
    border-top: none;
    padding: 80px 150px 180px;
}
.form-cadastro label {
    font-size: 16px;
    color: #194747;
    margin-top: 20px;
}
.form-cadastro input,
.form-cadastro textarea {
    height: 30px!important;
    border-radius: 0!important;
    border-bottom: 1px solid #908f8f!important;
    border-top: 1px solid transparent!important;
    border-left: 1px solid transparent!important;
    border-right: 1px solid transparent!important;
}
.form-control {
    box-shadow: none;
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-cadastro button {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    background: #00a066;
    border: 1px solid #00a066;
    padding: 10px 50px;
    margin-top: 30px;
    margin-bottom: 50px;
    float: right;
}
.form-cadastro button:hover {
    color: #00a066;
    background: #fff;
}

.contato .form-cadastro {
    border: none;
    padding: 0;
}
.contato .item h4 {
    font-size: 20px;
    font-weight: bold;
    color: #194747;
    margin-top: 0;
    margin-bottom: 15px;
}
.contato .item p {
    font-size: 14px;
    font-weight: 300;
    color: #363435;
    margin-bottom: 50px;
}

.localizacao .titulo-geral {
    margin-bottom: 50px;
}

.titulo-convenio:after {
    content: "";
    display: block;
    background: url(../images/estrela-direita.png) no-repeat;
    width: 132px;
    height: 48px;
    position: relative;
    margin-top: -70px;
    margin-right: -170px;
    float: right;
}
.titulo-convenio:before {
    content: "";
    display: block;
    background: url(../images/estrela-esquerda.png) no-repeat;
    width: 132px;
    height: 48px;
    position: relative;
    margin-top: 10px;
    margin-left: -170px;
    float: left;
}

.diretoria h4 {
    font-size: 25px;
    font-weight: bold;
    color: #194747;
    text-transform: uppercase;
}
/*.diretoria p {
    margin-bottom: 0;
}*/
.diretoria h5 {
    font-size: 16px;
    color: #00a066;
    text-transform: uppercase;
}

.sedes .titulo-geral {
    margin-bottom: 40px;
}
.sede img {
    height: 450px;
    object-fit: cover;
}

.titulo-evento {
    margin-bottom: 0!important;
}
.evento-interna {
    padding-top: 80px;
    background: #eff0f1;
}
.evento-interna .item {
    margin-bottom: 30px;
}
.evento-interna img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.evento-interna .conteudo {
    padding: 30px;
    background: #fff;
    height: 190px;
}
.evento-interna h2 {
    font-size: 24px;
    font-weight: bold;
    color: #00473f;
    margin: 0;
}
.link-evento {
    position: absolute;
    display: inline-block;
    width: 180px;
    height: 45px;
    padding: 0;
    right: 15px;
    bottom: 30px;
}
.link-evento:after {
    content: " ";
    position: absolute;
    display: block;
    width: 180px;
    height: 100%;
    z-index: 0;
    background: #00473f;
    transform-origin: top right;
    -ms-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.link-evento a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #00473f;
    width: 180px;
    height: 45px;
    margin: 0;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noticias .item {
    min-height: 290px;
    height: 100%;
    border-bottom: 1px solid #d5d2d2;
    margin-bottom: 45px;
    display: table;
    width: 100%;
}
.noticias img {
    /* width: 30%;*/
    height: 270px;
    object-fit: cover;
    float: left;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 20px;
}

@media (min-width: 564px) and (max-width: 964px) {
    .noticias img {
        height: 440px;
    }
}
.noticias span {
    font-size: 14px;
    color: #5f6060;
}
.noticias h2 {
    font-size: 24px;
    font-weight: bold;
    color: #00473f;
    text-align: justify;
    margin-top: 10px;
}
.noticias p {
    font-size: 14px;
    color: #404040;
    text-align: justify;
}
.noticias a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: table;
    background: #00a066;
    border: 1px solid #00a066;
    padding: 8px 40px;
}
.noticias a:hover {
    color: #00a066;
    background: #fff;
}

.sedes .owl-carousel {
    margin-bottom: 30px;
}
.sedes .owl-carousel .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    margin-left: 9px;
    display: block!important;
    border: 0px solid black;
}
.sedes .owl-carousel .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: 10px;
    display: block!important;
    border: 0px solid black;
}
.sedes .owl-carousel .owl-prev i,
.sedes .owl-carousel .owl-next i {
    transform: scale(2,2);
    color: #00a066;
    background: #00473f;
    padding: 15px 6px;
}
.sedes .owl-carousel .owl-prev i:hover,
.sedes .owl-carousel .owl-next i:hover {
    color: #00473f;
    background: #00a066;
}
.titulo-2 {
    margin-top: 50px;
}

.noticia-inter img {
    height: auto;
}
.noticia-inter .borda {
    border-bottom: 1px solid #d5d2d2;
    padding-top: 20px;
    margin-bottom: 30px;
}
.shares ul>li {
    float: left;
    margin-right: 10px;
}
.shares ul>li>a>img {
    width: 33px!important;
    height: auto!important;
    margin-bottom: 0!important;
    margin-right: 0;
}
.shares a {
    display: block!important;
    background: transparent!important;
    border: none!important;
    padding: 0!important;
}

.tit-prereserva {
    font-size: 25px;
    font-weight: bold;
    color: #194747;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    #bs-example-navbar-collapse-1 {
        float: none;
        background: #194747;
        background-size: cover;
        z-index: 300;
        position: relative;
        min-height: 300px;
        height: 100%;
        padding: 10px 30px;
        width: 100%;
        margin: 0 auto;
        top: 5px;
    }
    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 50px;
    }
    .navbar-default {
        background: #194747;
        height: 200px;
        border-radius: 0;
        margin-bottom: 0px;
        border: none;
        padding-top: 40px;
    }
    .navbar-header img {
        width: 180px;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    .navbar-nav {
        width: 100%;
        height: auto!important;
        float: none;
        text-align: center;
        display: block!important;
        margin: 10px 0 0 0;
    }
    .navbar-nav>li>a {
        padding: 15px 10px!important;
    }
    .topo {
        width: 100%;
        height: 35px;
        float: none;
        right: 0;
    }
    .associados {
        width: 60%;
        height: 35px;
        padding: 10px 0 0 50px;
    }
    .associados a {
        font-size: 11px;
    }
    .associados:after {
        width: 85%;
    }
    header .redes-sociais {
        width: 50%;
        height: 35px;
        padding: 10px 20px;
    }
    .vitrine {
        padding: 40px 0;
        min-height: 600px;
        height: 100%;
    }
    .vitrine .conteudo {
        width: 100%;
        height: 280px;
        padding: 10px;
    }
    .vitrine .conteudo span {
        font-size: 10px;
    }
    .vitrine .conteudo h2 {
        font-size: 18px;
    }
    .vitrine .conteudo p {
        font-size: 12px;
    }
    .vitrine img {
        width: 100%!important;
        height: 200px;
    }
    .vitrine .owl-dots {
        width: 100%;
    }
    .titulo-geral:before {
        width: 47px;
    }
    .titulo-geral h2 {
        font-size: 14px;
        width: 80px;
    }
    .titulo-geral:after {
        width: 50px;
    }
    .ver-mais {
        font-size: 12px;
    }
    .revista {
        margin-top: 30px;
    }
    .tv-ampern {
        padding: 40px 0;
    }
    .tv-ampern .titulo-geral h2 {
        width: 95px;
    }
    .tv-ampern .titulo-geral:before {
        width: 62px;
    }
    .tv-ampern .titulo-geral:after {
        width: 65px;
    }
    .tv-ampern .videos {
        padding: 20px 10px;
    }
    .mais-noticias .titulo-geral:before {
        width: 85px;
    }
    .mais-noticias .titulo-geral h2 {
        width: 120px;
    }
    .mais-noticias .titulo-geral:after {
        width: 90px;
    }
    .mais-noticias img {
        width: 100%;
        height: 150px;
        margin-right: 0;
        margin-top: 10px;
    }
    .mais-noticias .item {
        min-height: 150px;
        height: 100%;
        padding-bottom: 20px;
    }
    .aniversarios .conteudo {
        padding: 10px 10px 30px;
    }
    .aniversarios .conteudo p {
        font-size: 12px;
    }
    .convenios .titulo-geral h2 {
        width: 100px;
    }
    .convenios .titulo-geral:after {
        width: 70px;
    }
    .convenios .titulo-geral:before {
        width: 65px;
    }
    .convenios .item {
        width: 100%;
    }
    .banners .item {
        margin-bottom: 20px;
    }
    .rodape1 {
        display: none;
    }
    .rodape2 {
        min-height: 65px;
        height: 100%;
        padding-top: 20px;
    }
    .rodape2 span {
        font-size: 12px;
        height: auto;
        margin-top: 10px;
    }
    .nomes ul {
        padding-left: 0;
    }
    .breadcrumb {
        display: none;
    }
    .form-cadastro {
        padding: 20px 10px 120px;
    }
    .localizacao .titulo-geral h2 {
        width: 110px;
    }
    .localizacao .titulo-geral:after {
        width: 80px;
    }
    .localizacao .titulo-geral:before {
        width: 80px;
    }
    .titulo-convenio:before,
    .titulo-convenio:after {
        display: none;
    }
    .convenios .titulo-grande h4 {
        font-size: 20px;
    }
    .convenios .titulo-grande h2 {
        font-size: 30px;
    }
    .noticias .item {
        padding-bottom: 45px;
    }
    .noticias img {
        width: 100%;
        float: none;
        margin-right: 0;
    }
	.mapa-captcha{
		margin-top: 100px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    ul.nav>li>a {
        font-size: 14px;
    }
    .vitrine .conteudo {
        padding: 20px 10px;
    }
    .vitrine .conteudo h2 {
        font-size: 20px;
    }
    .vitrine .conteudo p {
        font-size: 12px;
    }
    .noticias h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .noticias p {
        font-size: 12px;
    }
    .tv-ampern .videos {
        padding: 50px 10px;
    }
    .aniversarios .conteudo {
        padding: 10px 10px 30px;
    }
    .aniversarios .conteudo h3 {
        font-size: 28px;
        padding-right: 5px;
        margin: 0 5px 0 0;
    }
    .aniversarios .conteudo p {
        font-size: 10px;
    }
    .rodape2 span {
        font-size: 10px;
        margin-right: 10px;
    }
    .form-cadastro {
        padding: 80px 50px 180px;
    }
    .titulo-convenio:before {
        margin-left: -145px;
    }
    .titulo-convenio:after {
        margin-right: -145px;
    }
}

@import url(https://fonts.googleapis.com/css?family=Racing+Sans+One);
.youtube_videos{
    list-style:none;
    margin:0 auto;
    display:block;
    padding:0;
}
.youtube_videos .youtube{
    display:inline-block;
    margin-bottom:1em;
    margin-right:0.5em;
    margin-left:0.5em;
    margin-top:0;

}
.youtube,.thumb{
    /*width:380px;*/
    width:350px;
    height:250px;
    cursor:pointer;
    position:relative;
    -webkit-box-shadow:0 0.5px 2px #1D242B;
    -moz-box-shadow:0 0.5px 2px #1D242B;
    box-shadow:0 0.5px 2px #1D242B;
}
.youtube_video{
    width:385px;
    height:250px;
}
.thumb,.youtube_video{
    padding:5px;
    background:#34495e;
    border:0;
    outline:0;
}
.youtube:after{
    content:"VER ESTE VIDEO";
    position:absolute;
    top:5px;
    left:5px;
    width:370px;
    height:240px;
    padding:0;
    margin:0;
    padding:5px;
    background:rgba(38, 180, 174, 0.66);
    text-align:center;
    line-height:250px;
    font-family:'Racing Sans One', cursive;
    color:transparent;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
}
.youtube:hover:after{
    top:110px;
    left:110px;
    width:165px;
    height:40px;
    line-height:40px;
    background:#34495e;
    -webkit-transition:all 0.8s ease;
    -moz-transition:all 0.8s ease;
    -o-transition:all 0.8s ease;
    transition:all 0.8s ease;
    color:#ecf0f1;
}
#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
    color: #00a066 !important;
}

#exTab3 .tab-content {
    padding : 5px 0px;
}
#exTab3 .nav-pills > li.active > a{
    color: #fff !important;
    background-color: #00a066;
}






/* global styles */
.wrapper a{
    color: #00a8ca;
    text-decoration: none;
}
.wrapper{
    margin: 0 10px
}
.wrapper .wrapper-inverted{
    margin: 0 -10px
}
.list-view, .list-view-alt{
    display: block;
    list-style-type: none;
    margin: 10px 0;
    padding: 0;
}
.list-view li a, .list-view-alt li a, .list-view .list-divider, .list-view-alt .list-divider{
    background: #fbfbfb;
    border: 1px solid #d6d7d7;
    border-bottom-width: 0;
    color: gray;
    display: block;
    padding: 10px;
    position: relative;
}
.list-view li:first-of-type, .list-view li:first-of-type a{
    border-radius: 6px 6px 0 0;
}
.list-view li:last-of-type, .list-view li:last-of-type a{
    border-radius: 0 0 6px 6px;
}
.list-view li:last-of-type a, .list-view-alt li:last-of-type a{
    border-bottom-width: 1px;
}
.list-view li a:after, .list-view-alt li a:after{
    content: "";
    display: block;
    font-size: 20px;
    height: 1em;
    margin-top: -.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 1em;
}
.list-view .list-divider, .list-view-alt .list-divider{
    background: #01a065;
    color: white;
}
.list-view .list-divider a, .list-view-alt .list-divider a{
    background: none;
    border: none;
    color: #fff;
    display: inline-block;
    float: right;
    top: -10px; /* negative what ever the padding is on the anchor tags */
}
.list-view .list-divider a:after, .list-view-alt .list-divider a:after{
    display: none;
}
/* remove the border-left and border-right if it has a class of wrapper-inverted */
.list-view.wrapper-inverted li a, .list-view-alt.wrapper-inverted li a, .list-view.wrapper-inverted .list-divider, .list-view-alt.wrapper-inverted .list-divider{
    border-right: none;
    border-left: none;
}

/* demo purposes only, do not use */
.sub-hero a:before, .sub-hero a:after, .list-view li a:after, .list-view-alt li a:after, .list-view li a:before, .list-view-alt li a:before{
    border: 8px solid transparent;
    border-left-color: #1a4746;
    content: "";
    display: block;
    height: 0;
    margin-top: -10px;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 0;
}
.list-view li.list-divider a:before, .list-view-alt li.list-divider a:before{
    display: none;
}
.sub-hero a:before, .list-view li a:before, .list-view-alt li a:before{
    border-left-color: #fff;
    z-index: 1;
    right: 5px;
}

/** Custom Select **/
.custom-select-wrapper {
    position: relative;
    display: inline-block;
    user-select: none;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.custom-select-trigger {
    position: relative;
    display: block;
    width: 130px;
    padding: 0 84px 0 22px;
    font-size: 22px;
    font-weight: 300;
    color: #fff;
    line-height: 60px;
    background: #01a065;
    border-radius: 4px;
    cursor: pointer;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 10px; height: 10px;
    top: 50%; right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
.reserva-link{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: table;
    background: #00a066;
    border: 1px solid #00a066;
    padding: 8px 40px;
}
.reserva-link:hover{
    color: #fff !important;
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
    z-index: 20;
}
.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%; right: 25px;
    width: 7px; height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
}
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #b5b5b5;
    font-size: 18px;
    font-weight: 600;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
    background: #f9f9f9;
}

@import url("https://fonts.googleapis.com/css?family=Lato");
/*
.quiz-container {
    width: 450px;
    color: white;
    font-size: 110%;
    margin: auto;
}
.quiz-container h1 {
    text-align: center;
    color: #cb2127;
    margin-bottom: 10px;
}
.quiz-container .box {
    padding: 10px 15px;
}
.quiz-container .question {
    background-color: #01a065;
    margin-bottom: 25px;
    font-size: 115%;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #fff !important;
}
.quiz-container .question p{
    color: #fff !important;
}
.quiz-container .question:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 35px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #01a065;
}*/
.quiz-container .question span {
    background-color: #01a065;
    color: white;
    display: block;
    float: left;
    margin-left: -15px;
    margin-top: -10px;
    margin-right: 0px;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}
.quiz-container .answers {
    padding-left: 0;
    list-style-type: none;
}
.quiz-container .answers .answer {
    background-color: #fff;
    /*color: #01a065;*/
    margin-bottom: 10px;
    position: relative;
}
.quiz-container .answers .answer:hover, .quiz-container .answers .answer.active {
    cursor: pointer;
    color: #2ecc71;
}
.quiz-container .answers .answer:hover span:not([class^="checkmark"]), .quiz-container .answers .answer.active span:not([class^="checkmark"]) {
    background-color: #2ecc71;
}
.quiz-container .answers .answer.active span.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
}
.question h5{
	margin-top: 40px;
}
.quiz-container .answers .answer span:not([class^="checkmark"]) {
    background-color: #01a065;
    color: white;
    display: block;
    float: left;
    margin-left: -15px;
    margin-top: -10px;
    margin-right: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 40px;
}
.quiz-container button {
    background-color: #01a065;
    color: #fff;
    font-size: 110%;
    border: 0;
    position: relative;
    padding: 11px 30px 10px 17px;
}
.quiz-container button:hover {
    background-color: #2ecc71;
    cursor: pointer;
}
.quiz-container button span {
    font-size: 200%;
    position: absolute;
    top: -3px;
    right: 10px;
}
.formSec i{
	position: absolute;
	right: 2rem;
	height: 20px;
	top: 52px;
}

@media (max-width: 450px) {
    .quiz-container {
        width: calc(100% - 30px);
    }

    .noticia-inter img {
    width: 100% !important;
    height: auto !important;
}
}

 
.menu-side {
    border: 1px solid;
    border-image: linear-gradient(to top, transparent, #01a065 20%, #01a065 80%, transparent) 0 0 0 1;
    display: inline-block;
}

.menu-side h4{
    margin-left: 5px;
}

.menu-side .menu-list {
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    position: relative;
}

.menu-side .menu-list:before {
    position: absolute;
    content: '';
    border-right: 25px solid #01a065;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -30px;
    top: calc(50% - 10px);
}

.menu-side .menu-list:after {
    position: absolute;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-side .menu-list-item {
    background-color: #f9f9f9;
    color: #494748;
    width: 250px;
    padding: 10px 25px;
    margin-bottom: 5px;
}
.menu-side .menu-list-item a{
    color: #494748;
}
.menu-side .menu-list-item:last-child {
    margin-bottom: 0;
}

.menu-side .menu-list-item:hover {
    cursor: pointer;
    background-color: #01a065;
    color: #f9f9f9;
}

.menu-side .menu-list-item a:hover{
    color: #f9f9f9;
}

.menu-side .active-list-item{
    background-color: #01a065;
    color: #f9f9f9;
}

.menu-side .active-list-item a{
    background-color: #01a065;
    color: #f9f9f9;
}

.login {
      background: #eceeee;
    border-radius: 0;
    height: 257px;
    margin: 61px auto 0;
    width: 298px;
}
.login .login h1 {
    background-image: linear-gradient(top, #f1f3f3, #d4dae0);
    border-bottom: 1px solid #a6abaf;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    color: #727678;
    display: block;
    height: 43px;
    font: 600 14px/1 'Open Sans', sans-serif;
    padding-top: 14px;
    margin: 0;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2), 0 1px 0 #fff;
}
.login input[type="password"], .login input[type="text"] {
    border: 1px solid #a1a3a3;
    border-radius: 4px;
    box-shadow: 0 1px #fff;
    box-sizing: border-box;
    color: #696969;
    height: 39px;
    margin: 31px 0 0 29px;
    padding-left: 37px;
    transition: box-shadow 0.3s;
    width: 240px;
}
.login input[type="password"]:focus, .login input[type="text"]:focus {
    box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
    outline: 0;
}
.show-password {
    display: block;
    height: 16px;
    margin: 26px 0 0 28px;
    width: 87px;
}
.login input[type="checkbox"] {
    cursor: pointer;
    height: 16px;
    opacity: 0;
    position: relative;
    width: 64px;
}
.login input[type="checkbox"]:checked {
    left: 29px;
    width: 58px;
}
.toggle {
    display: block;
    height: 16px;
    margin-top: -20px;
    width: 87px;
    z-index: -1;
}
.login input[type="checkbox"]:checked + .toggle { background-position: 0 -16px }
.forgot {
    color: #7f7f7f;
    display: inline-block;
    float: right;
    font: 12px/1 sans-serif;
    left: -19px;
    position: relative;
    text-decoration: none;
    top: 5px;
    transition: color .4s;
}

.login input[type="submit"] {
    width: 240px;
    height: 35px;
    display: block;
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px #01a065;
    padding-top: 6px;
    margin: 29px 0 0 29px;
    position: relative;
    cursor: pointer;
    border: none;
    background-color: #01a065;
    background-image: linear-gradient(top,#3db0a6,#3111);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: inset 0px 1px 0px #dfdddd, 0px 5px 0px 0px #1a4746, 0px 10px 5px #999;
}

.shadow {
    background: #000;
    border-radius: 12px 12px 4px 4px;
    box-shadow: 0 0 20px 10px #000;
    height: 12px;
    margin: 30px auto;
    opacity: 0.2;
    width: 270px;
}

.login input[type="submit"]:active {
    top:3px;
    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #31524d, 0px 5px 3px #999;
}

.fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366; /* Cor do WhatsApp */
    color: white;
    border-radius: 50%;
    padding: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 38px;
    z-index: 1000; /* Para garantir que fique acima de outros elementos */
    height: 70px;
    width: 70px;
}

.links-footer:hover,
.links-footer:focus {
    color: white;
    text-decoration: underline !important;
}

.links-relacionados > li {
    list-style: disc;
}

.links-relacionados > li::marker {
    color: white;
}

.search-form {
    display: flex;
    align-items: center;
    position: relative;
}

.search-input {
    height: 40px;
    border-radius: 40px;
    border: 1px solid #ccc;
    padding: 10px 40px 10px 15px;
    outline: none;
    font-size: 16px;
    width: 250px;
}

.search-button {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #555;
}

.search-button i {
    font-size: 18px;
}