* {
    font-family: "Montserrat", Sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden
}

a {
    text-decoration: none;
    color: #2a8699;
}

h3 {
    font-size: 1rem
}

input {
    width:100%;
}

button,
input[type="submit"] {
    border: none;
    background: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

image {
    image-rendering: crisp-edges;
}

.flickity-button {
	background: none !important;
}

.flickity-button svg {
	fill: #15616d !important;
}

.flickity-button:hover {
	background-color: #15616d !important;
}

.flickity-button:hover svg {
	fill: #fff !important;
}

.flickity-prev-next-button.previous {
	left: 0 !important;
}

.flickity-prev-next-button.next {
	right: 0 !important;
}

.flickity-page-dots .dot {
	background-color: #15616d !important;
}

.flickity-viewport {
	transition: height 0.2s !important;
}

.flickity-viewport {
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
}

header {
    margin-bottom: -225px;
    position: relative;
    z-index: 100;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0))
}

.site_description {
    text-align: center;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.site_description span,
.site_description h1 {
    font-size: 11px;
    font-weight: 400
}

.site_description__socials {
    display: flex;
    gap: 20px
}

.site_description__socials i {
    font-size: 2rem;
    color: #fff
}

.site_description__wpp a {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 5px;
    text-decoration: none;
    font-size: 1rem
}

.site_description__wpp i {
    font-size: 2rem;
    color: limegreen
}

.fa-exchange-alt:hover {
    color: #15616d !important
}

footer {
    background-color: #323435;
    padding: 30px 10px;
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .footer_container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    gap: 30px
}

footer .footer_container .footer_logo {
    display: flex;
    flex-direction: column;
    align-items: center
}

footer .footer_container .footer_logo img {
    height: 90px
}

footer .footer_container .footer_logo h2 {
    color: #15616d;
    font-size: 1.3rem;
    margin-top: 0;
    text-align: center
}

footer .footer_container .footer_socials_creci {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center
}

footer .footer_container .footer_socials_creci .footer_socials {
    display: flex;
    gap: 20px
}

footer .footer_container .footer_socials_creci .footer_socials a {
    display: inline-block;
    color: #b3b3b3;
    font-size: 2rem
}

footer .footer_container .footer_socials_creci .footer_socials a:hover {
    color: #15616d
}

footer .footer_container .footer_socials_creci .footer_creci {
    display: inline-block;
    border: 2px solid #b3b3b3;
    color: #b3b3b3;
    font-size: 1rem;
    padding: 10px;
    border-radius: 20px
}

footer .footer_container .footer_address {
    color: #bfbfbf;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px
}

footer .footer_container .footer_address__line1 {
    display: flex;
    align-items: center;
    gap: 5px
}

footer .footer_container .footer_address__line1 p {
    color: #bfbfbf
}

footer .footer_container .footer_address__line2 {
    display: flex;
    gap: 10px
}

footer .footer_container .footer_address__line2 i {
    margin-right: 5px
}

footer .footer_container .footer_address__line3 i {
    margin-right: 5px
}

.newsletter {
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px
}

.newsletter form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    align-items: center
}

.newsletter span {
    color: #fff
}

.newsletter form input {
    border: 1px solid #15616d;
    background-color: #4b4e4f;
    color: #fff;
    padding: 7px;
    display: block
}

.newsletter form input[type="submit"] {
    color: #fff;
    background-color: #15616d
}

.wpp_cta {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25d366;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 2.5rem;
    cursor: pointer;
    transition: all 150ms ease;
    z-index: 10
}

.wpp_cta:hover {
    color: #fff;
    transform: scale(1.1)
}

.wpp_cta:hover .wpp_cta__tooltip {
    opacity: 1
}

.wpp_cta__tooltip {
    display: block;
    width: 150px;
    pointer-events: none;
    opacity: 0;
    color: #000;
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + 10px);
    font-size: 1rem;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 0 7.28px .72px rgba(130, 130, 130, .28);
    transition: all 150ms ease
}

@media screen and (max-width:600px) {
    .newsletter form {
        flex-direction: column
    }

    .newsletter form span {
        break-after: avoid
    }
}

@media screen and (max-width:800px) {
    .arkus-contact-bar {
        display: none !important
    }
}

@media screen and (max-width:855px) {
    footer .footer_container {
        grid-template-columns: 1fr
    }
}

.aks-tooltip {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-size: .8rem;
    display: relative
}

.aks-tooltip::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .6);
    width: 12px;
    height: 9px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%)
}

.fa-heart:hover {
    color: red !important
}

body {
    background-color: #fafafa !important
}

.arkus-contact-bar {
    position: fixed;
    display: flex;
    bottom: 0;
    background-color: #323435;
    height: 70px;
    width: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    z-index: 999999;
    transform: translateY(100%);
    opacity: 0;
}

.arkus-contact-bar__wrapper a {
    flex-grow: 1;
    color: #fff
}

.arkus-contact-bar__wrapper {
    max-width: 900px;
    width: 100%;
    display: flex;
    align-items: center;
}

.arkus-contact-info {
    display: flex;
    gap: 10px;
    flex-grow: 1
}

.arkus-contact-icon {
    font-size: 2rem;
    color: #15616d
}

.arkus-contact-text {
    display: flex;
    flex-direction: column;
    font-size: .9rem
}

.arkus-contact-text span:first-child {
    color: #15616d;
    font-weight: 700
}

.aks_heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px
}

.aks_heading__subtitle {
    color: #15616d;
    font-weight: 500
}

.aks_heading__title {
    margin-top: 10px;
    text-align: center
}

.aks_heading__description {
    margin-top: 10px;
    text-align: center;
    font-size: .9rem;
    color: grey
}

.blog_excerpt {
    font-size: .85rem;
    color: #333
}

.blog_date {
    font-size: .89rem
}

@media screen and (max-width:830px) {
    .site_description__wpp {
        display: none
    }
}

@media screen and (max-width:700px) {
    .site_description {
        flex-direction: column;
        gap: 20px
    }

    header {
        margin-bottom: -255px
    }
}

.dashed-line {
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    margin: 20px 0
}

.dashed-line:before,
.dashed-line:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 35%
}

.dashed-line:before {
    right: .5em;
    margin-left: -50%
}

.dashed-line:after {
    left: .5em;
    margin-right: -50%
}

#lgpd_alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 30px;
    height: 70px;
    background-color: #15616d;
    z-index: 999999999
}

#lgpd_alert__text {
    color: #fff
}

#lgpd_alert__text a {
    color: #fff;
    text-decoration: underline
}

#lgpd_alert button {
    margin-left: auto;
    background-color: #fff;
    color: #15616d;
    padding: 10px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sucesso {
    border: 2px solid #25d366;
    color: black;
    display: block;
    padding: 10px;
    margin-top: 10px;
}

@keyframes hideContact {
    from {
        transform: translateY(0%);
    }

    to {
        transform: translateY(100%);
    }
}

.showContact {
    animation-name: showContact;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-duration: 300ms;
}

@keyframes showContact {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0%);
    }
}