@charset "UTF-8";

/* Variáveis de cor */

:root {
    --amarelo: #eee809; /* amarelo */
    --secundaria:  #016368; /* azul escuro */
    --terciaria: #029AA2; /* azul claro */
}

.card-body {
    padding: 0px!important;
}

p {
    text-align: justify;
    font-size: 14px;
}

.fs-title {
    font-size: 18px;
}

.custom-pb-home {
    padding-bottom: 5rem!important;
}

.custom-pt-home {
    padding-top: 5rem!important;
}

.justify {
    text-align: justify!important;
    font-size: 14px;
}

.center p {
    text-align: center!important;
}
 
.bod-b {
border-bottom: 1px solid black;
box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
}
.img-br {
border-radius: 10px;
box-shadow: 0px 5px 5px  rgba(0, 0, 0, 0.3);
}

.wd-100 {
    width: 100%;
}

.accordion-button {
 color: rgb(33, 37, 41)!important;
}

.video-home iframe{
    width: 100%;
    height: 350px!important;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.video-iframe iframe{
    width: 100%;
    height: 450px!important;
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}


.img-shd {
    box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
.b-radius {
    border-radius: 10px;
}

.animate-d {
    animation-duration: 1s; /* don't forget to set a duration! */
}

.cta a {
    font-size: 14px!important;
}
.nav-link {
    font-size: 14px;
}

.p-left {
    padding-left: 3.5em;
}

.bg-sidebar {
    padding: 20px;
    background-color: var(--secundaria);
    border-radius: 10px;
}

.lista-sidebar {
    background-color: white;
    padding: 5px;
}

.title-sidebar h4 {
    color: white;
}

.border-bt-site {
    border-bottom: ;
}


.hg-p {
    height: 150px;
    
}

.f-bold {
    font-weight: bold;
}

.text-white p {
    color: white;
}

.op-custom {

    padding: 20px!important;
    font-weight: bold;
}

.depoi-custom {
    background-color: var(--secundaria)!important;
}

.depoi-custom h5 {
    color: white;
}
.depoi-custom small {
    color: white!important;
    font-style: italic;
}

.rede-footer {
    background-color: #2867b2;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.navbar-nav li {
    margin:  7px!important;
}

.link-footer a{
    color: white;
}

.link-footer a:hover{
    color: white;
}
.link-footer a:focus{
    color: white;
}

.dropdown-item {
    color: black!important;
}

.logos-footer {
    border-radius: 10px;
    border:  3px solid yellow;
}

.cta-link {

    background-color: var(--amarelo);
    font-weight: bold;
    color: var(--secundaria);
    border-radius: 10px;
  
}

.cta-link i {
    font-weight: bold;
}

.anchor{
    display:block;
    height:150px; /* this is the height of your header */
    margin-top:-150px; /* this is again negative value of the height of your header */
    visibility:hidden;
}

.hg-buscar {
    height: 3rem;
}

.page-numbers {
    list-style: none;
    display: flex;
}

.page-numbers li {
    padding: 5px;
}

.font-responsi {
    font-size: 16px;
}

/* whatsapp */
.whatsapp {
    width: 60px;
    height: 60px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    border-radius: 30%;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    z-index: 999;
}

.whatsapp {
  
  animation-duration: 1s; /* don't forget to set a duration! */

}

.shadow {
  box-shadow: 0px 10px 10px  rgba(0, 0, 0, 0.3)!important;
}
.green {
    color: #016368!important;
}

.hg-aderir {
    height: 120px;
}

.f-size-email-card {
    font-size: 11px;
    height: 20px;
}

.fs-status {
    font-size: 12px!important;
}