@-moz-document url-prefix() {
}
:root{
    --bs-primary: #1785d2;
    --bs-primary-rgb: 23,133,210;
    --bs-danger: #d9171f;
    --bs-danger-rgb: 217,23,31;
    --bs-body-color: #4c4c4c;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;
}
::selection {
    color: var(--bs-primary);
    background-color: rgb(5 93 165 / 19%);
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #ececec;
}
::-webkit-scrollbar-thumb {
    background: #1f7cbd;
    border-radius: 10px 0 0 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #169fff;
}
h2, h3, h4, h5, h6 {
    color:#4c4c4c;
}
a:hover {
    color: var(--bs-primary);
}
a, u {
    text-decoration: none;
    color: var(--bs-primary);
}
.text-justify {
    text-align: justify;
}
.btn {
    padding: 0.575rem 1.85rem;
    font-weight: 600;
    border-radius: 0.75rem;
}
.btn-danger {
    color: #fff;
    background-color: #d9171f;
    border-color: #d9171f;
}
.btn-danger:hover {
    color: #fff;
    background-color: #b9161d;
    border-color: #b9161d;
}
.btn-check:focus+.btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bf171e;
    border-color: #bf171e;
    box-shadow: 0 0 0 0.25rem rgb(191 23 30 / 22%);
}
.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.btn-primary:hover {
    color: #fff;
    background-color: #2197e9;
    border-color: #2197e9;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2197e9;
    border-color: #2197e9;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(33 151 233 / 32%);
}
.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #2197e9;
    border-color: #2197e9;
    box-shadow: 0 0 0 0.25rem rgb(33 151 233 / 28%);
}
.btn-secondary {
    color: #1785d2;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #1785d2;
    border-color: #ffffff;
}
.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #1785d2;
    background-color: #cceaff;
    border-color: #cceaff;
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus {
    color: #1785d2;
    background-color: #cceaff;
    border-color: #cceaff;
    box-shadow: 0 0 0 0.25rem rgb(204 234 255 / 30%);
}
.fa-stack{
    color:#169fff;
    transition: .5s;
}
.fa-stack:hover {
    color: #0d7ece;
    transition: .5s;
}
.banner-responsivo{
    display: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.depoimentos {
    padding: 5rem 0;
}
@media (max-width: 800px){
    .banner-responsivo {
        display: block;
    }
    .banner {
        display: none;
    }
    .rodape-links {
        flex-direction: column;
    }
    .rodape-links a {
        margin: 0!important;
    }
    .rodape-2 li {
        margin-bottom: 16px;
        font-size: 0.85em;
        line-height: 1.4em;
    }
}
.rodape-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0%;
    color: white;
}
.rodape-2 a {
    color: white;
}
img{
    width: 100%;
}
.rodape{
    background-color: #176da9;
    color: white;
}
.rodape-links a{
    margin: auto 0 auto 2em;
}
.rodape .logo{
    margin-bottom: 21px;
}
.rodape .logo img {
    max-width: 210px;
}
.rodape p {
    line-height: 1.5em;
    margin-bottom: 7px;
    font-size: 0.93em;
}
.rodape .divisao-vapor {
    color: black!important;
    padding: 0.3em 0.7em;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
    background-color: #ee9a1c;
}
.rodape h5 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0.8em;
    color: #9cd6ff;
    padding-bottom: 13px;
    border-bottom: 1px solid #3a98da;
}
.rodape li a {
    color: white;
    line-height: 1.3em;
}
.rodape li {
    margin-bottom: 0.7em;
    font-size: 0.83em;
    transition: .2s;
}
.rodape li:hover {
    transform: translateX(5px);
}
.bloco-cont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.foto-produto {
    width: 100%;
}
.form-label {
    font-weight: 500;
}
.obrigatorio:after {
    content: ' *';
    color: var(--bs-danger);
}
.navbar {
    overflow: hidden;
    background-color: #1f7cbd;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navbar a {
    float: left;
    font-size: 13px;
    color: white;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    line-height: 30px;
}
.navbar-linhas{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1f7cbd;
}
@media only screen and (max-width: 1090px) {
    .iframe-container {
        overflow: hidden;
        padding-top: 56.25%;
        position: relative;
    }
    .iframe-container iframe {
         border: 0;
         height: 100%;
         left: 0;
         position: absolute;
         top: 0;
         width: 100%;
    }
    .iframe-container-4x3 {
        padding-top: 75%;
    }
    .cabecalho {
        flex-direction: column;
    }
    .navbar {
        flex-wrap: wrap;
    }
    .navbar-linhas {
        padding: 5% 0%;
    }
    .navbar {
        overflow: hidden;
        background-color: #1f7cbd;
        width: 90%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}
