body {
    font-family: 'Poppins', sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
}

.layout_margin {
    margin: 90px 0;
}

.layout_padding {
    padding: 90px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container h2 {
    font-weight: bold;
    color: #364596;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.heading_container h2::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #b2cd47;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.hero_next_section-margin {
    margin-top: 100px;
}


/*header section*/

.hero_area {
    height: 100vh;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f2f7fd), color-stop(45%, #364596));
    background: linear-gradient(to right, #f2f7fd 50%, #364596 45%);
}

.sub_page .hero_area {
    height: auto;
}

.header_section .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link img {
    width: 22px;
    margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 25px;
    color: #fefeff;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 15px;
    top: 14px;
}

.custom_menu-btn button {
    margin-top: 12px;
    outline: none;
    border: none;
    background-color: #364596;
}

.custom_menu-btn span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 7px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.custom_menu-btn .custom_menu-btn .s-2 {
    -webkit-transition: all .1s;
    transition: all .1s;
}

.menu_btn-style button {
    position: fixed;
    right: 29px;
    top: 14px;
}

.menu_btn-style button .s-1 {
    -webkit-transform: rotate(45deg) translateY(17px);
    transform: rotate(45deg) translateY(17px);
    position: relative;
    left: 10px;
}

.menu_btn-style button .s-2 {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    position: relative;
    left: 10px;
}

.menu_btn-style button .s-3 {
    -webkit-transform: rotate(-45deg) translateY(-17px);
    transform: rotate(-45deg) translateY(-17px);
    position: relative;
    left: 10px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.menu_width {
    width: 100%;
}

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

a:hover,
a:focus {
    color: #364596;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 18px;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    margin: 0 40px 0 15px;
    background-position: center;
}

.navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-brand img {
    width: 40px;
    margin-right: 5px;
}

.navbar-brand span {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #b2cd47;
    margin-top: 5px;
}

.custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 55px;
}

.quote_btn-container a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fc5d35;
    color: #f7f7f7;
    font-size: 14px;
    text-transform: uppercase;
}


/*end header section*/

.slider_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 75px);
    padding: 100px 0;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
}

.slider_section .row .col-md-7,
.slider_section .row .col-md-5 {
    position: unset;
}

.slider_section .carousel {
    position: unset;
}

.slider_section .detail-box h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 2.5rem;
}

.slider_section .detail-box h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #b2cd47;
    font-size: 4rem;
}

.slider_section .detail-box a {
    /* display: inline-block;
    padding: 10px 60px;
    background-color: #364596;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #364596;
    text-transform: uppercase;
    margin-top: 35px; */
}

.slider_section .detail-box a:hover {
    /* background-color: transparent;
    color: #364596; */
}

.slider_section .img-box img {
    height: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

.slider_section .carousel-control-prev {
    background-color: #364596;
    top: 80px;
    background-image: url(../images/left-arrow.png);
    background-position: 14px center;
}

.slider_section .carousel-control-next {
    background-color: #f2f7fd;
    top: initial;
    bottom: 150px;
    background-image: url(../images/right-arrow.png);
    background-position: 35px center;
}

.slider_section .carousel-indicators {
    margin: 0;
    bottom: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 25px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.slider_section .carousel-indicators li {
    margin: 0;
    width: 30px;
    height: 30px;
    background-color: #364596;
    opacity: 1;
}

.slider_section .carousel-indicators li.active {
    background-color: #b2cd47;
}

.feature_section {
    background-color: #fafafa;
    font-family: 'Poppins', sans-serif;
}

.feature_section .box {
    background-color: #fcfcfd;
    padding: 15px;
    margin: 45px 0;
}

.feature_section .box .head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.feature_section .box .head-box .img-box {
    margin-right: 15px;
}

.feature_section .box .head-box .img-box i {
    color: #b2cd47;
}

.feature_section .box .head-box h6 {
    font-weight: bold;
    font-size: 18px;
}

.feature_section .box .detail-box {
    margin-top: 15px;
}

.feature_section .box .detail-box p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.feature_section .box:hover {
    background-color: #b2cd47;
    color: #fefdfc;
}

.feature_section .box:hover .head-box .img-box i {
    color: #fefdfc;
}

.feature_section a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #b2cd47;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #b2cd47;
}

.feature_section a:hover {
    background-color: transparent;
    color: #b2cd47;
}

.download_section {
    font-family: 'Poppins', sans-serif;
}

.box-2 {
    background: #b1cd46 !important;
    color: #181818 !important;
    /* min-height: 420px; */
    position: relative;
}

.box-2:hover {
    animation: box-2-anime 1s 1;
}

@keyframes box-2-anime {
    0% {
        top: 0;
    }
    50% {
        top: -20px;
    }
    100% {
        top: 0px;
    }
}

.download_section .box {
    background-color: #fefdfc;
    padding: 15px;
    margin: 45px 0;
    color: #364596;
}

.download_section .box .head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download_section .box .head-box .img-box {
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border: 1px solid #fefdfc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-custom-1 {
    background-color: #b2cd47;
}

.download_section .box .head-box .img-box img {
    width: 30px;
}

.download_section .box .head-box h6 {
    font-weight: bold;
    font-size: 16px;
}

.download_section .box .detail-box {
    margin-top: 15px;
}

.download_section .box .detail-box p {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.download_section .btn-1 {
    display: inline-block;
    padding: 10px 40px;
    background-color: #b2cd47;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #b2cd47;
    margin-top: 25px;
}

.download_section .btn-1:hover {
    background-color: transparent;
    color: #b2cd47;
}

.btn-1:hover {
    background-color: transparent;
    color: #b2cd47;
}

.btn-1 {
    display: inline-block;
    padding: 10px 40px;
    background-color: #b2cd47;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #b2cd47;
    margin-top: 25px;
}

.btn-2 {
    display: inline-block;
    padding: 10px 40px;
    background-color: #364596;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #364596;
    margin-top: 25px;
}

.btn-2:hover {
    background-color: transparent;
    color: #364596;
}

.contact_section .btn-2,
.download_section .btn-2 {
    display: inline-block;
    padding: 10px 40px;
    background-color: #364596;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #364596;
    margin-top: 25px;
}

.contact_section .btn-2:hover,
.download_section .btn-2:hover {
    background-color: transparent;
    color: #364596;
}

.download_section .main-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.download_section .main-img-box img {
    width: 75%;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.37));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.37));
}

.about_section {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}

.about_section .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about_section .detail-box {
    height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about_section .detail-box.b-1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.about_section .detail-box.b-1 a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #b2cd47;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #b2cd47;
}

.about_section .detail-box.b-1 a:hover {
    background-color: transparent;
    color: #b2cd47;
}

.subscribe_section {
    background-color: #f2f7fd;
}

.subscribe_section form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscribe_section form input {
    width: 69%;
    height: 50px;
    border: none;
    padding-left: 15px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}

.subscribe_section form button {
    width: 29%;
    height: 50px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0;
    background-color: #b2cd47;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #b2cd47;
    font-weight: bold;
    line-height: 50px;
}

.subscribe_section form button:hover {
    background-color: transparent;
    color: #b2cd47;
}

.client_section .client_container .client-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.client_section .client_container .client-id .img-box {
    width: 75px;
    margin-right: 15px;
}

.client_section .client_container .client-id .img-box img {
    width: 100%;
}

.client_section .client_container .client-id .name img {
    width: 35px;
}

.client_section .client_container .client-id .name h6 {
    color: #b2cd47;
    margin: 5px 0;
    font-weight: bold;
}

.client_section .client_container .client-detail {
    margin-top: 20px;
}

.client_section .client_container a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #b2cd47;
    color: #fefdfc;
    border-radius: 0;
    border: 1px solid #b2cd47;
}

.client_section .client_container a:hover {
    background-color: transparent;
    color: #b2cd47;
}


/* contact section */

.contact_section {
    background-color: #f2f7fd;
}

.contact_section h2 {
    font-weight: bold;
    color: #364596;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.contact_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_section textarea,
.contact_section input,
.contact_section select {
    border: none;
    outline: none;
    border-bottom: 1px solid #000;
    width: 90%;
    margin: 15px 0;
    background-color: transparent;
    font-size: 15px;
    color: #595959;
    padding: 5px 0;
}

.contact_section input::-webkit-input-placeholder {
    color: #595959;
    font-size: 14px;
}

.contact_section input:-ms-input-placeholder {
    color: #595959;
    font-size: 14px;
}

.contact_section input::-ms-input-placeholder {
    color: #595959;
    font-size: 14px;
}

.contact_section input::placeholder {
    color: #595959;
    font-size: 14px;
}

.contact_form-container button {
    border: none;
    background-color: #b2cd47;
    color: #fff;
    font-size: 15px;
    padding: 15px 45px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact_img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact_img-box img {
    width: 100%;
}


/* end contact section */


/* info section */

.info_section {
    background-color: #363636;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.info_section h5 {
    margin-bottom: 12px;
    font-size: 22px;
}

.info_logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_logo-box h2 {
    font-weight: bold;
    padding: 5px 35px;
    border-bottom: 1.5px solid #b2cd47;
}

.info_section ul {
    padding: 0;
}

.info_section ul li {
    list-style-type: none;
    margin: 3px 0;
}

.info_section ul li a {
    color: #ffffff;
}

.info_section ul li a:hover {
    color: #b2cd47;
}

.info_section .form_container input {
    width: 225px;
    height: 40px;
    padding: 10px;
}

.info_section .form_container::-webkit-input-placeholder {
    color: #ccc8c8;
}

.info_section .form_container:-ms-input-placeholder {
    color: #ccc8c8;
}

.info_section .form_container::-ms-input-placeholder {
    color: #ccc8c8;
}

.info_section .form_container::placeholder {
    color: #ccc8c8;
}

.info_section .form_container button {
    background-color: #b2cd47;
    border: none;
    outline: none;
    color: #fff;
    padding: 8px 30px;
    margin-top: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

.social_container {
    width: 95%;
    margin: 0 auto;
    border-top: 1px solid #898989;
    padding: 25px 0;
}

.info_section .social-box {
    margin: 0 auto;
    width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social-box a:hover {
    opacity: .5;
}

.info_section .social-box img {
    width: 35px;
    margin-right: 5px;
}


/* end info section */


/* footer section*/

.footer_section {
    background-color: #364596;
    padding: 20px;
}

.footer_section p {
    margin: 0;
    text-align: center;
    color: #fefdfc;
}

.footer_section a {
    color: #fefdfc;
}


/*# sourceMappingURL=style.css.map */

.icon-custom {
    background: #364596;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    box-shadow: -4px -4px 0px #b2cd47;
}

.icon-custom:hover {
    background-color: #fff;
    color: #364596;
}

.etapas-item {
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 20px;
    background: #b2cd47;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}

.etapas .etapas-block:last-child .etapas-item {
    width: 50px;
    height: 50px;
    padding: 7px;
    font-size: 25px;
    background: #364596;
    box-shadow: 1px 1px 15px #354dcb;
    border-radius: 50%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
}

.etapas-item-line {
    width: 100%;
    height: 1px;
    background: #ddd;
    position: relative;
    top: -25px;
    z-index: 0;
}

.box-news {
    min-height: 420px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
}

.box-news:hover {
    box-shadow: 0px 0px 5px #010103;
}

.box-news img {
    object-fit: cover;
    height: 450px;
    width: 100%;
    border-radius: 5px 5px 0px 0px;
}

.clientes img {
    object-fit: contain;
    width: 100%;
    height: 80px;
}

.clientes a {
    background-color: transparent;
    border: none;
}

.clientes .item-cliente {
    filter: grayscale(1);
    opacity: .5;
}

.clientes .item-cliente:hover {
    filter: grayscale(0);
    opacity: 1;
}

.depoimentos-star i {
    color: rgb(255, 223, 42);
}

#slider .owl-carousel .owl-nav button.owl-next {
    background-color: #364596;
    position: absolute;
    left: 47%;
    top: 10%;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider .owl-carousel .owl-nav button.owl-prev {
    background-color: #f2f7fd;
    position: absolute;
    left: 47%;
    top: 90%;
    color: #364596;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#slider .owl-theme .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 40%;
    left: -2%;
}

#slider .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 30px;
    margin: 5px 7px;
    background: #364596;
    border-radius: 0px;
}

#slider .owl-theme .owl-dots .owl-dot.active span {
    background: #b2cd47;
}

@media(max-width: 772px) {
    #slider .owl-theme .owl-dots,
    #slider .owl-theme .owl-nav {
        display: none !important;
    }
}

.plano {
    min-height: 280px;
}

.plano ul {
    list-style: none;
    text-align: left;
    padding: 0;
}

.plano li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f560";
    padding-right: 10px;
    width: 10px;
    height: 10px;
}

.bg-custom1 {
    width: 80%;
    height: 80%;
    position: absolute;
    left: -30%;
    background: #b4ce5245;
    z-index: -2;
    top: -40px;
}

.bg-custom2 img {
    position: absolute;
    z-index: -1;
    width: 70%;
    top: 200px;
    right: -20%;
    opacity: .2;
}

.bg-custom3 {
    width: 80%;
    height: 80%;
    position: absolute;
    right: -30%;
    background: #3645963b;
    z-index: -2;
    top: -40px;
}

.bg-custom4 img {
    position: absolute;
    z-index: -1;
    width: 70%;
    top: 200px;
    left: -20%;
    opacity: .2;
}

.bg-custom5 img {
    position: absolute;
    z-index: -1;
    width: 400px;
    right: 20px;
    margin-top: 200px;
    opacity: .2;
}

.equipe {
    display: flex;
    align-items: baseline;
    flex-direction: column;
}

.equipe h5,
.equipe span {
    background: #364596;
    padding: 5px;
    color: #fff;
    position: relative;
    top: 80%;
}

.equipe-info {
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 92%;
    height: 94%;
    top: 15px;
    left: 15px;
    padding: 40px;
    background: #c5da75c4;
}

.equipe:hover .equipe-info {
    opacity: 1;
    transition: .6s;
}

.equipe:hover h5,
.equipe:hover span {
    background: #b2cd47;
    color: #181818;
}

.center-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column;
}

.center-start {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-direction: column;
}

.text-custom {
    color: #364596 !important;
}

.mapa-box iframe {
    max-width: 300px;
    height: 200px;
}


/* BTN ANEXAR CUSTOMIZADO */

.file_customizada::-webkit-file-upload-button {
    visibility: hidden;
}

.file_customizada::before {
    content: 'Escolher Arquivo';
    display: inline-block;
    background: #b2cd47;
    border: 1px solid #b2cd47;
    border-radius: 30px;
    padding: 15px 45px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.file_customizada:hover::before {
    border-color: black;
}

.file_customizada:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.error-input {
    border: solid 1px red !important;
}

.error_form {
    display: none;
    padding: 0;
    margin-top: 0;
    text-align: left;
    font-size: 12px;
    color: #dc3545;
    font-weight: bold;
}


/* Termos de Uso COOKIES  */

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    background: #364596;
    box-shadow: 0 0 8px #b2cd47;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    left: 30px;
    display: none
}

.cookieConsentContainer .cookieTitle a {
    font-family: inherit;
    color: #fff;
    font-size: 22px;
    line-height: 20px;
    display: block
}

.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px
}

.cookieConsentContainer .cookieDesc a {
    font-family: inherit;
    color: #fff;
    text-decoration: underline
}

.cookieConsentContainer .cookieButton a {
    display: inline-block;
    font-family: inherit;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-top: 14px;
    background: #b2cd47;
    box-sizing: border-box;
    padding: 15px 24px;
    text-align: center;
    transition: background .3s
}

.cookieConsentContainer .cookieButton a:hover {
    cursor: pointer;
    background: #181818;
    color: #fff;
}

@media (max-width:980px) {
    .cookieConsentContainer {
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important
    }
}


/* -// Termos de Uso COOKIES //-  */

.js .anime {
    opacity: 0;
    transform: translate3D( -50px, 0px, 0px);
    /*Aqui define a direção de entrada da animação LEFT*/
}

.js .anime-down {
    opacity: 0;
    transform: translate3D( 0px, 50px, 0px);
    /*Aqui define a direção de entrada da animação DOWN*/
}

.js .anime-init {
    opacity: 1;
    transform: translate3D(0px, 0px, 0px);
    /*Aqui define o ângulo de entrada da animação*/
    transition: .3s all ease;
}

.ancora {
    position: relative;
    z-index: -1;
    top: -50px;
}

.btn-uf-atendimento button {
    color: #364596;
    font-weight: bold;
    width: 100%;
}

.btn-uf-atendimento {
    background-color: #b1cd46;
    border-radius: 20px;
    padding: 5px;
}

.btn-uf-atendimento:hover {
    background-color: #364596;
}

.btn-uf-atendimento:hover button {
    color: #b1cd46 !important;
}

@media(min-width: 773px) {
    .block-atendimento-cidade {
        display: grid;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 772px) {
    .block-atendimento-cidade {
        display: flex;
        flex-direction: column;
    }
}

.btn-cidade-atendimento {
    min-width: 260px;
    background-color: #ddd;
    text-align: center;
    padding: 10px;
    color: #181818;
    border-radius: 20px;
}