@charset "UTF-8";

* {
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clear {
    clear: both;
}

.wrap {
    overflow: hidden;
}

.center {
    margin: 0 auto !important;
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.wrap-link {
    display: table;
    width: 100%;
    height: 100%;
}

.button+.button {
    margin-left: 20px;
}

.no-trans {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.modal-dialog {
    max-width: 600px;
}

.modal .modal-header {
    padding: 20px 30px;
}

.modal .modal-header .modal-title {
    font-weight: 900;
    color: #010157;
    text-transform: uppercase;
}

.modal .modal-body {
    text-align: left;
    padding: 30px;
}

.modal .modal-body li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', serif;
    color: #010157;
    text-align: left;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.internal {
    width: 100%;
    min-height: 680px;
    background: #fff;
    padding: 80px 0;
}

.internal.no-top {
    padding-top: 0 !important;
}

.internal.no-bottom {
    padding-bottom: 0 !important;
}

.space-one {
    padding: 90px 0;
}

.space-two {
    padding: 30px 0;
}

.color-one {
    color: #ff0000;
    background: #ffffff;
    background-size: 200px;
}

.color-one h1 {
    color: #ff0000;
}

.color-one h2 {
    color: #ff0000;
}

.color-one p {
    color: #333333;
}

.color-one a,
.color-one ul li a {
    color: #ff0000;
}

.color-one a:hover,
.color-one .active,
.color-one ul li a:hover {
    color: #cc0000;
}

.color-one #form input[type="text"],
.color-one #form input[type="email"],
.color-one #form input[type="number"],
.color-one #form textarea {
    color: #333333;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ffcccc;
}

.color-two {
    color: #ffffff;
    background: #ff0000;
    background-size: 200px;
}

.color-two h1 {
    color: #ffffff;
}

.color-two h2 {
    color: #ffffff;
}

.color-two h3 {
    color: #ffffff;
}

.color-two p {
    color: #ffffff;
}

.color-two a,
.color-two ul li a {
    color: #ffcccc;
}

.color-two a:hover,
.color-two .active,
.color-two ul li a:hover {
    color: #ffffff;
}

.breadcrumb {
    margin: 0 0 40px;
    padding: 0;
    background: transparent;
    font-family: 'Montserrat', serif;
    text-align: left;
}

.breadcrumb a {
    color: #017e44;
}

.breadcrumb .active {
    color: #fff;
}

.breadcrumb>li+li:before {
    content: "»\00a0" !important;
    color: #fff;
}

.display-none {
    display: none;
}

.hidden {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.button {
    float: left;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #ffcc00;
    color: #fff;
    padding: 12px 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.button>i {
    margin-right: 4px;
}

.button.center {
    display: table;
    float: none;
    margin: 0 auto;
}

.button.one {
    color: #ffffff;
    background: #ff0000;
    background: -moz-linear-gradient(left, #cc0000 0%, #ff0000 100%);
    background: -webkit-linear-gradient(left, #cc0000 0%, #ff0000 100%);
    background: linear-gradient(to right, #cc0000 0%, #ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#ff0000', GradientType=1);
}

.button.one:hover {
    color: #ffffff;
    background: #cc0000;
}

.button.two {
    color: #ff0000;
    background: #ffffff;
    border: 1px solid #ff0000;
}

.button.two:hover {
    color: #ffffff;
    background: #cc0000;
    border-color: #cc0000;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

div {
    display: block;
}

html {
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Montserrat', serif;
    background-color: #fff;
}

h1 {
    font-weight: 900;
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    word-spacing: 0px;
    color: #010157;
    margin-top: 0;
    margin-bottom: 20px;
}

h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: normal;
    word-spacing: 0;
    color: #010157;
    margin-top: 0;
}

h3 {
    font-size: 22px;
    line-height: normal;
    color: #010157;
    margin-top: 0;
}

p,
label {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Montserrat', serif;
    color: #010157;
    margin-bottom: 20px;
}

em {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Montserrat', serif;
}

h1+h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

p~h1,
p~h2,
p~h3 {
    float: left;
    width: 100%;
    margin-top: 20px;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a,
a i,
a span,
a img,
input:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

header {
    z-index: 100;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0px 0;
    border-bottom: 1px solid #bdbdbd;
}

header .navbar-brand {
    height: auto;
}

header .navbar-brand img {
    max-width: 120px;
    height: auto;
    transition: all 0.3s ease;
}

header.scrolled .navbar-brand img {
    max-width: 100px;
}

header #menu-principal {
    float: none;
    width: 100%;
    padding: 0 !important;
}

header .navbar {
    width: 100%;
}

header .main-nav {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

header .main-nav .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

header .main-nav .nav>li {
    position: relative;
    margin: 0 5px;
}

header .main-nav .nav>li:last-child {
    margin-right: 0;
}

header .main-nav .nav>li>a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #020202;
    padding: 15px 18px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.5px;
    border-radius: 6px;
}

header .main-nav .nav>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 10px;
    left: 50%;
    background-color: #ff0000;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

header .main-nav .nav>li>a:hover,
header .main-nav .nav>li.current-menu-item>a {
    color: #ff0000;
}

header .main-nav .nav>li>a:hover::after,
header .main-nav .nav>li.current-menu-item>a::after {
    width: 25px;
    background-color: #ff0000;
}

header .main-nav .nav>li.light>a {
    color: #ff0000;
}

header .main-nav .nav>li>a>i {
    margin-left: 4px;
}

header .main-nav .nav>li>a:hover,
header .main-nav .nav>li.current-menu-item>a,
header .main-nav .nav>li.current-menu-parent>a,
header .main-nav .nav>li.current_page_parent>a {
    color: #000;
}

header .main-nav .nav>li>ul {
    visibility: hidden;
    position: absolute;
    top: 54px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 16px 0;
    z-index: 999;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

header .main-nav .nav>li>ul:before {
    content: " ";
    position: absolute;
    top: -12px;
    left: 0;
    width: 200px;
    height: 22px;
    background: url(../images/header_submenu_ponta.png) no-repeat left top;
    background-size: 50%;
}

header .main-nav .nav>li:hover>ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.60);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.60);
    box-shadow: 0px 0px 10px 0px rgba(82, 82, 82, 0.60);
}

header .main-nav .nav>li>.sub-menu {
    background: #fff;
    min-width: 210px;
    margin-left: 5px;
    padding: 12px 0px;
}

header .main-nav .nav>li>.sub-menu>li>a {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: 'Montserrat', serif;
    text-align: left;
    color: #ff3e3e;
    background: transparent;
    padding: 10px 16px;
    cursor: pointer;
}

header .main-nav .nav>li>.sub-menu>li:hover>a {
    color: #fff;
    background: #ff3e3e;
}

header .navbar-toggler {
    padding: 8px 10px;
    background: #010157;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    transition: all 0.3s ease;
}

header .navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 1, 87, 0.2);
}

header .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 1.5em;
    height: 1.5em;
}

#home .bx-wrapper {
    margin: 0 auto;
    border: 0;
    background: transparent;
    box-shadow: none;
}

#home .bx-wrapper .bx-viewport {
    background: transparent;
    box-shadow: none;
    left: 0;
    transform: none;
    border: 0;
}

#home .bx-wrapper .bx-pager {
    bottom: 10px;
    z-index: 1000;
}

#home .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #FFF;
}

#home .bx-wrapper .bx-pager.bx-default-pager a:hover,
#home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF;
}

#home .bx-wrapper .bx-controls-direction a {
    z-index: 1001;
    text-indent: 0;
    background: transparent;
    width: auto;
    height: auto;
    margin-top: -26px;
}

#home .bx-wrapper .bx-controls-direction a i {
    font-size: 3.4em;
    color: #ffcc00;
}

#home .slider ul {
    margin: 0;
}

#home .slider ul li img {
    margin: 0 auto;
}

/*#home #section-about {
    background: url(../images/home_about_bg.jpg) no-repeat;
    background-position: center center;
    background-size: auto;
}*/

#home #section-about h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

#home #section-about p:last-child {
    margin-bottom: 0;
}

#home #section-services {
    background: url(../images/home_services_bg_001.jpg) no-repeat;
    background-position: center center;
}

section#pagamentos {
    text-align: center;
}

div.pagamentos {
    margin-top: 0rem;
}

div.pagamentos .payment-list__item {
    width: 60px;
    height: 60px;
}

section#seguro {
    text-align: center;
    margin-bottom: 1rem;
}

p.seguro_p {
    font-size: 12px;
}

p#seguros {
    width: 50%;
    font-weight: 300;
}

.segurosimg img {
    width: 22rem;
    height: 6vh;
}

#home #section-gallery {
    background: url(../images/home_services_bg_001.jpg) no-repeat;
    background-position: center center;
}

#home #section-contact {
    background: url(../images/home_contact_bg.jpg) no-repeat;
    background-position: center center;
    background-size: auto;
}

#form {
    overflow: hidden;
}

#form p {
    margin: 20px 0 0;
}

#form label {
    margin-bottom: 0;
}

#form input,
#form textarea,
#form select {
    margin-top: 20px;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="number"],
#form textarea,
#form select {
    font-size: 12px;
    color: #000;
    background: #fff;
    height: 34px;
    padding: 2px 10px;
    border: 1px solid #e4b700;
}

#form textarea {
    max-width: 100%;
    height: 100px;
    max-height: 100px;
    resize: none;
}

#form input[type="submit"] {
    cursor: pointer;
}

#form label.error {
    display: block;
    width: auto;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Montserrat', serif;
    color: #FFF;
    background: #FF0000;
    margin-top: 0;
    padding: 2px 10px;
}

#form .labels {
    overflow: hidden;
    margin-bottom: 10px;
}

#form .labels p {
    float: left;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#form .labels p i {
    margin-right: 6px;
}

#form .labels p.bg-success {
    background-color: #009334;
}

#form .labels p.bg-danger {
    background-color: #ff2626;
}

#blog {
    padding: 60px 0;
}

::-webkit-input-placeholder {
    color: #000;
    font-family: 'Montserrat', serif;
}

:-moz-placeholder {
    color: #000;
    font-family: 'Montserrat', serif;
}

::-moz-placeholder {
    color: #000;
    font-family: 'Montserrat', serif;
}

:-ms-input-placeholder {
    color: #000;
    font-family: 'Montserrat', serif;
}

footer {
    display: block;
    position: relative;
    width: 100%;
    background: #ffff00;
    color: #010157;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #5496c0;
}

footer h3 {
    font-weight: 900;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #010157;
    margin: 0 0 12px;
}

footer .bloco .linha {
    overflow: hidden;
}

footer .bloco .linha span {
    display: block;
    font-family: 'Montserrat', serif;
    font-size: 12px;
    color: #010157;
    margin-bottom: 0;
}

footer .bloco .linha span i {
    font-size: 18px;
    line-height: 22px;
    color: #017e44;
    margin-right: 6px;
}

footer .bloco .logo-avisa {
    max-width: 70px;
}

footer .top {
    padding: 40px 0;
}

.copyright {
    font-weight: 900;
    font-size: 10px;
    line-height: 25px;
    font-family: 'Montserrat', serif;
    color: #010157;
    background: #e4e400;
    padding: 7px 0;
}

.copyright a {
    color: #000000;
}

.copyright a:hover {
    color: #7d7d7db5;
}

.copyright .developer {
    text-align: right;
}

@media (min-width: 991px) {
    .slider {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    .footer-sitemap ul {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    header {
        position: relative;
    }

    header .container {
        max-width: 100%;
    }

    header .container .navbar {
        padding: 0;
    }

    header .container .navbar .navbar-brand {
        padding: 15px;
    }

    header #menu-principal {
        float: none;
        background: #fff;
        padding: 10px 0;
        border-top: 1px solid #e0e0e0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    header .navbar-toggler {
        margin-right: 15px;
        border: 1px solid #ddd;
        padding: 8px 12px;
    }

    header .main-nav {
        margin: 0;
        padding: 0 15px;
    }

    header .main-nav .nav {
        width: 100%;
        border-radius: 0;
        display: block;
        margin: 0;
    }

    header .main-nav .nav>li {
        float: none;
        display: block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #f0f0f0;
    }

    header .main-nav .nav>li:last-child {
        border-bottom: none;
    }

    header .main-nav .nav>li>a {
        padding: 12px 15px;
        font-size: 15px;
        color: #333;
        border-radius: 0;
        transition: all 0.2s ease;
    }

    header .main-nav .nav>li>a:hover,
    header .main-nav .nav>li.current-menu-item>a {
        background: #f8f9fa;
        color: #010157;
        padding-left: 20px;
    }

    header .main-nav .nav>li>a::after {
        display: none;
    }

    header .main-nav .nav>li.menu-item-has-children>a::after {
        content: '\f078';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
        transition: transform 0.3s ease;
    }

    header .main-nav .nav>li.menu-item-has-children.active>a::after {
        transform: rotate(180deg);
    }

    header .main-nav .nav>li>ul {
        position: static;
        visibility: visible;
        opacity: 1;
        padding: 0;
        box-shadow: none;
        display: none;
        background: #f8f9fa;
        border-top: 1px solid #eee;
    }

    header .main-nav .nav>li.active>ul {
        display: block;
    }

    header .main-nav .nav>li>ul>li>a {
        padding: 10px 25px;
        font-size: 14px;
        color: #555;
    }

    header .main-nav .nav>li>ul>li>a:hover {
        background: #e9ecef;
        color: #010157;
    }

    #section-about {
        margin-left: 20px;
    }

    .copyright {
        text-align: center;
    }

    .copyright .developer {
        text-align: center;
    }
}