
nav a {
    color: #005897 !important;
}
nav a:hover {
    color: #013255 !important;
}

.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.degrade-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
}

.degrade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
}

.titulo-video {
    font-size: 45px;
}

.sub-titulo-video {
    font-size: 20px !important;
}

.img-desktop {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.img-mobile {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.container button {
  height: 30px;
  width: 100px;

  margin: 5px;
}

.dgd-minus {
    background: linear-gradient(90deg, rgba(0,0,0,0.2) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
}

.texto-azul {
    color: #005897 !important;
}

.texto-laranja {
    color: #eba238 !important;
}

.texto-branco {
    color: #f7f7f7 !important;
}

.texto-azul-escuro {
    color: #013255 !important;
}

.texto-preto {
    color: #171717 !important;
}

.texto-cinza {
    color: #525252 !important;
}

.fundo-azul {
    background-color: #005897 !important;
}

.fundo-laranja {
    background-color: #eba238 !important;
}

.fundo-branco {
    background-color: #FFFFFF !important;
}

.fundo-azul-escuro {
    background-color: #002138 !important;
}

.fundo-preto {
    background-color: #000 !important;
}

.fundo-cinza {
    background-color: #F5F5F5 !important;
}

.botao {
    border-radius: 25px !important;
    font-size: 16px !important;
    padding: 0px 8px !important; 
    font-weight: 500 !important;
}

.botao button {
    width: 36px; 
    height: 36px; 
    margin-right: -4px;
}

.botao button i {
    font-size: 20px;
    margin-top: 4px;
    margin-left: 2px;
}

.botao-azul-fale-conosco {
    display: flex;
    align-items: center;
}

.botao-azul, .botao-azul-fale-conosco {
    background-color: #005897;
    color: #f7f7f7 !important;
}

.botao-laranja {
    background-color: #fff;
    color: #666 !important;
    border: 2px solid #eba238;
   
}


.botao-laranja:hover {
    background-color: #cd8923 !important;
   
    color: #fff !important;
}


.botao-azul:hover, .botao-azul-fale-conosco:hover {
    background-color: #013255 !important;

}


.btn-icon {
    font-size: 20px;
    padding: 2px;
    background-color: #FFFFFF;
    border-radius: 100%;
    width: 35px;
    margin-right: -4px;
}

.footer-final {
    background: #001A2D;
}

.footer-final p {
    font-size: 0.9rem !important;
}

.link-branco {
    color: #FFF !important;
    opacity: 1 !important;
}

.links a {
    text-decoration: underline;
    font-size: 0.9rem;
}

/* reCAPTCHA */
.grecaptcha-badge {
    z-index: 20;
}

/* fale conosco */
#btnContactUs {
    opacity: 1;
}
#btnContactUs svg {
    width: 22px !important;
    padding: 7px;
}
.p-fale-conosco{
    font-size: 1rem !important;
}
.link-color{
    color: #005897;
}

.final-rodape-branco {
    border-top: 1px solid #fff; 
    padding: 1rem;
    color: #fff;
}

.final-rodape-azul {
    border-top: 1px solid #005897; 
    padding: 1rem;
    color: #005897;
}

#map{
    height: 500px;
}