/*.container {
    max-width: 2000px;
}*/

body, td {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    height:auto;
}

header .nav-link {
    color: #4E4E4E;
    font-weight: 600;
}

h2 {
    font-weight: 800;
    color: #004195;
}

h3 {
    font-weight: 700;
    color: #004195;
    font-size: 1.4em;
}

header nav a.text-primary:hover {
    border-color: #024CA6 !important;
    background-color: #024CA6;
    color:white !important;
}
header .logo img {
    height:20px;
    width:auto;
    margin-right:0 !important;
}
header .navbar-toggler {
    position: absolute;
    right:0;
    top: -44px;
}
@media (max-width:991px) {
    .navbar {
        width: 100%;
    }
    .nav-link {
        display: inline-block;
    }
    #menu.show, #menu.collapsing {
        display: block !important;
    }
    #menu {
        text-align: center;
        padding: 5px 0 25px;
        width: 100%;
    }
    #menu li {
        margin: 15px 0;
    }
}
@media (min-width:480px) {
    header .logo img {
        height:30px;
    }
    header .navbar-toggler {
        top: -49px;
    }
}
@media (min-width:768px) {
    header .logo img {
        height:40px;
    }
    header .navbar-toggler {
        top: -54px;
    }
}
@media (min-width:992px) and (max-width:1399px) {
    .container {
        max-width: 100%;
    }
    header .nav-link {
        font-size: 0.9em;
    }
}
@media (min-width:1400px) {
    header .logo img {
        width:auto;
        height:auto;
        margin-right:1rem !important;
    }
}

.shadow {
    box-shadow: 0.5em 0.5rem 1rem rgba(0,0,0,.15)!important;
}

#full-banner img {
    width: 100%;
    height: auto;
}

#transacoes {
    background: url('../img/transacoes-bg.jpg') center no-repeat;
    background-size: cover;
}
#transacoes h2 {
    color:white;
}

#atendemos h3 {
    margin: 0.8em 0;
}
#atendemos p {
    font-size: 0.9em;
}

#opcoes {
    background: url('../img/opcoes-bg.jpg') center no-repeat;
    background-size: cover;
}
#opcoes h2 {
    color:white;
}
#opcoes h3 {
    font-size: 1.6em;
    margin-top: 20px;
}
#opcoes h4 {
    font-size: 1.2em;
    color:#004195;
    font-weight: 700;
    margin:10px 0 20px;
}
#opcoes .card-header {
    background: linear-gradient(180deg, #FFDF6C 0%, rgba(255, 184, 0, 0.99) 100%);
}
#opcoes .card-header p {
    font-size: 0.8em;
    color:#004195;
    font-weight: 500;
}
#opcoes .card-body {
    font-size: 0.8em;
    font-weight: 500;
}
#opcoes ul {
    list-style-image: url('../img/icon_check.png') ;
}

#beneficios {
    margin-top: 40px;
    font-weight: 500;
}
#beneficios h3 {
    margin:15px 0 10px;
}
#beneficios .row img {
    margin-top: 10px;
}

#comentarios {
    background:#F0F0F0;
    padding:100px 0;
}
#comentarios .quote {
    font-weight: 500;
    font-size: 1.5em;
    color:#5A5A5A;
    margin: 1.4em 0;
}
#comentarios .avatars {
    font-weight: 500;
    font-size: 1.2em;
}
#comentarios .avatars div {
    background:#ffffff;
    border:15px solid #FFFFFF;
    border-radius: 8px;
    position: relative;
}
#comentarios .avatars span {
    display: none;
    margin: 0 0.5em;
}
#comentarios .avatars .active span {
    display: inline-block;
}
#comentarios .avatars .active::before {
    content:'';
    display: block;
    background: url('../img/polygon4.png') no-repeat;
    position: absolute;
    width: 17px;
    height: 15px;
    left: 22px;
    bottom: -29px;
}

#parceiros img {
    margin:15px;
}

#faq {
    padding:100px 0;
    background:#F0F0F0;
}
#faq .accordion-button {
    font-weight: 700;
    color:#004195;
}
#faq .accordion-collapse {
    font-size: 0.85em;
    padding-bottom: 1.5rem !important;
}

#form {
    background: url('../img/form-bg.jpg') center no-repeat;
    background-size: cover;
    padding:80px 0;
}
#form input::-webkit-outer-spin-button,
#form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#form input[type=number] {
  -moz-appearance: textfield;
}
#form button {
    font-size: 0.9em;
}
@media (min-width:480px) {
    #form button {
        font-size: 1em;
    }
}

footer {
    color:#606062;
    font-size: 0.8em;
    padding: 40px 0;
}
footer .social img {
    margin: 0 10px;
}

.swal2-styled.swal2-confirm {
    background-color:#ffc107 !important;
    color:#003F99 !important;
    box-shadow: 0 0 0 3px rgb(255 193 7 / 50%) !important;
}
