@font-face {
  font-family: 'AreaNormal';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-Regular.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-Regular.woff') format('woff'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AreaNormal';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-SemiBold.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-SemiBold.woff') format('woff'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AreaNormal';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-Black.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-Black.woff') format('woff'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaNormal-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'AreaExtended';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Regular.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Regular.woff') format('woff'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'AreaExtended';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Thin.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'AreaExtended';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-SemiBold.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-SemiBold.woff') format('woff'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'AreaExtended';
  src: url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Bold.woff2') format('woff2'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Bold.woff') format('woff'),
       url('https://galli.inc/wp-content/uploads/2025/06/AreaExtended-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


html.lenis,
html.lenis body {
    height: auto;
}

html {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Button v2 */
.s61-btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'AreaExtended', sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease;
    cursor: pointer;
}

.s61-btn .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 50px;
    padding: 13px 20px 16px 20px;
    overflow: hidden;
}

.s61-btn .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 0;
    border-radius: 50px;
    transition: all .3s ease;
    z-index: 0;
}

.s61-btn .container span,
.s61-btn .container .icon,
.s61-btn .container .icon svg {
    z-index: 1;
    background-color: transparent;
}

@media only screen and (max-width: 1024px) {
    .s61-btn .container {
        padding: 13px 20px;
    }

    .s61-btn .container span {
        font-size: 12px;
    }

    .s61-btn .container .icon svg {
        width: 20px;
    }
}

.s61-btn:hover .container::before {
    left: 0%;
    opacity: 1;
}

.s61-btn.bg-blue {
    color: #001C54;
    stroke: #001C54;
}

.s61-btn.bg-blue .container {
    border-color: #001C54;
}

.s61-btn.bg-blue:hover {
    color: #fff;
    stroke: #fff;
}

.s61-btn.bg-blue .container::before {
    background-color: #001C54;
}

.s61-btn.bg-white {
    color: #fff;
    stroke: #fff;
}

.s61-btn.bg-white .container {
    border-color: #fff;
}

.s61-btn.bg-white:hover {
    color: #001C54;
    stroke: #001C54;
}

.s61-btn.bg-white .container::before {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .s61-btn {
        font-size: 12px;
    }
}

/* Image */

.s61-img {
    display: block;
}

.s61-img img {
    display: block;
}

/* Widget Inline SVG */
.s61-inline-svg,
.s61-inline-svg a {
    display: flex;
    outline: none;
    justify-content: center;
}

/* Header */

.s61-header {}

.s61-header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #001C54;
}

.s61-header .container .logo {}

.s61-header .container .logo a img {
    max-width: 160px;
}

.s61-header .container .menu {
    display: flex;
    justify-content: end;
}

.s61-header .container .menu>nav {}

.s61-header .container .menu>nav ul.container {
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 50px;
    margin: 0;
    padding: 0;
}

.s61-header .container .menu>nav ul.container li {
    position: relative;
    transition: margin .3s ease;
}

.s61-header .container .menu>nav ul.container li a {
    font-family: "AreaExtended", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #001C54;
}

.s61-header .container .menu>nav ul.container li:hover {
    margin-top: -3px;
}

.s61-header .container .menu>nav ul.container li a::before {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 100%;
    height: 3px;
    background-color: #001C54;
    opacity: 0;
    transition: all .3s ease;
}

.s61-header .container .menu>nav ul.container li a:hover::before {
    opacity: 1;
}

.s61-header .container .menu .toggle-menu {
    display: none;
    cursor: pointer;
}

.s61-header .container .menu .toggle-menu svg {}

.s61-header .container .menu .mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 100%;
    background-color: #001C54;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #fff;
    padding: 20px 8% 35px 8%;
    box-sizing: border-box;
    transition: left .8s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 99999999;
}

.s61-header .container .menu .mobile-menu.open {
    left: 0;
}

.s61-header .container .menu .mobile-menu .header {
    display: flex;
    justify-content: space-between;
}

.s61-header .container .menu .mobile-menu .header .logo {}

.s61-header .container .menu .mobile-menu .header .logo svg {}

.s61-header .container .menu .mobile-menu .header .close {
    cursor: pointer;
}

.s61-header .container .menu .mobile-menu .header .close svg {}

.s61-header .container .menu .mobile-menu nav {}

.s61-header .container .menu .mobile-menu nav ul.container {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.s61-header .container .menu .mobile-menu nav ul.container li a {
    font-family: "AreaExtended", Sans-serif;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
}

.s61-header .container .menu .mobile-menu .footer {
    font-family: "AreaExtended", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.s61-header .container .menu .mobile-menu .footer .item:nth-child(2) {
    margin-top: 15px;
}

.s61-header .container .menu .mobile-menu .footer .item:nth-child(3) {
    margin-top: 33px;
}

@media only screen and (max-width: 1280px) {
    .s61-header .container .menu>nav {
        display: none;
    }

    .s61-header .container .menu .toggle-menu {
        display: inline-block;
    }
}

/* Footer */

.text-mail p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.s61-menu-horizontally {}

.s61-menu-horizontally nav {}

.s61-menu-horizontally nav ul.container {
    display: flex;
    list-style: none;
    gap: 70px;
}

.s61-menu-horizontally nav ul.container li {
    position: relative;
    display: flex;
    gap: 11px;
    cursor: pointer;
}

.s61-menu-horizontally nav ul.container li .icon {
    opacity: 0;
    transition: opacity .3s ease;
}

.s61-menu-horizontally nav ul.container li .icon img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.s61-menu-horizontally nav ul.container li a {
    text-decoration: none;
    color: #fff;
    font-family: "AreaExtended", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-left: -36px;
    margin-right: 36px;
    transition: margin .3s ease;
}

.s61-menu-horizontally nav ul.container li:hover a {
    margin-left: 0;
    margin-right: 0;
}

.s61-menu-horizontally nav ul.container li:hover .icon {
    opacity: 1;
}

@media only screen and (max-width: 1240px) {
    .s61-menu-horizontally nav ul.container {
        gap: 50px;
    }
}

@media only screen and (max-width: 1120px) {
    .s61-menu-horizontally nav ul.container {
        gap: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .s61-menu-horizontally nav ul.container {
        flex-direction: column;
        gap: 14px;
    }

    .s61-menu-horizontally nav ul.container li a {
        font-size: 12px;
    }
}

.s61-backtop {
    cursor: pointer;
    display: inline-flex;
}

.s61-backtop .container {
    width: 45px;
    height: 67px;
    border: 1px solid #fff;
    border-radius: 23px;
    overflow: hidden;
}

.s61-backtop .container .arrow {
    position: relative;
    width: 100%;
    height: 100%;
}

.s61-backtop .container .arrow img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease;
}

.s61-backtop .container .arrow img:nth-of-type(2) {
    top: 130%;
}

.s61-backtop:hover .container .arrow img:nth-of-type(1) {
    top: -100%;
}

.s61-backtop:hover .container .arrow img:nth-of-type(2) {
    top: 50%;
}

/* Banner pages */

.s61-single-banner-img .e-con-inner {
    transition: max-width .8s ease;
}

@media only screen and (max-width: 1650px) {
    .s61-single-banner-title {
        padding: 0 4%;
    }
}

@media only screen and (min-width: 1650px) {
    .s61-single-banner-img .e-con-inner {
        --content-width: 1600px;
    }
}

/* Formulário de contato */

.s61-form {}

.s61-form .container {}

.s61-form .container>form {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.s61-form .container>form .success-message {
    margin-top: 30px;
    font-family: "AreaNormal", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #001C54;
}

.s61-form .container .col {
    flex: 1;
}

.s61-form .container .col .success-message {
    margin-top: 30px;
    font-family: "AreaNormal", Sans-serif;
    font-size: 12px;
    line-height: 21px;
    font-weight: 600;
    color: #001C54;
}

.s61-form .container .input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 9px;
}

.s61-form .container .input-group label {
    font-family: 'AreaExtended', sans-serif;
    color: #001C54;
    font-size: 14px;
    text-transform: uppercase;
}

.s61-form .container .input-group input {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #001C54;
    font-family: "AreaNormal", Sans-serif;
    font-size: 14px;
    border-radius: 0;
}

.s61-form .container .input-group textarea {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    outline: none;
    border-bottom: 1px solid #001C54;
    font-family: "AreaNormal", Sans-serif;
    font-size: 14px;
    resize: vertical;
}

.s61-form .container .file-upload-group .file-upload-container {
    position: relative;
    width: 100%;
}

.s61-form .container .file-upload-group .file-upload-display {
    width: 100%;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #001C54;
    font-family: "AreaNormal", Sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #001C54;
    transition: all .3s ease;
}

.s61-form .container .file-upload-group .file-upload-display #file-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s61-form .container .file-upload-group .upload-btn {
    font-family: "AreaNormal", Sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color: #001C54;
    color: #fff;
    border-radius: 25px;
    padding: 3px 10px 5px 10px;
}

.s61-form .container .select-group {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 100%;
}

.s61-form .container .select-group select {
    width: 100%;
    padding: 10px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #001C54;
    font-family: "AreaNormal", Sans-serif;
    font-size: 14px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #001C54;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23001C54" height="16" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a1 1 0 0 1 1.415-.032L10 10.414l3.07-2.898a1 1 0 1 1 1.383 1.447l-3.762 3.55a1 1 0 0 1-1.383 0l-3.762-3.55a1 1 0 0 1-.032-1.415z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px 18px;
    box-shadow: none;
    padding-right: 32px;
}

.s61-form .container .select-group label {
    font-family: 'AreaExtended', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.s61-form .container .checkbox-group label {
    color: #001C54;
    font-family: "AreaNormal", Sans-serif;
    font-size: 13px;
}

.s61-form .container .checkbox-group input {}

.s61-form .container .checkbox-group {
    display: flex;
    align-items: center;
}

.s61-form .container .checkbox-group input[type=checkbox] {
    position: relative;
    top: 0;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.s61-form .container .checkbox-group input[type=checkbox]::before {
    content: "";
    position: absolute;
    left: 3.3px;
    top: 4px;
    z-index: 1;
    width: 6px;
    height: 3px;
    border: 1px solid #001C54;
    border-top-style: none;
    border-right-style: none;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
}

.s61-form .container .checkbox-group input[type=checkbox]::after {
    content: "";
    position: absolute;
    top: -2.3px;
    left: -3px;
    width: 17px;
    height: 17px;
    background: #FFF;
    border: 1px solid #001C54;
    cursor: pointer;
    border-radius: 50px;
}

.s61-form .container .checkbox-group input[type=checkbox]:checked::before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1);
}

.s61-form .container .info {}

.s61-form .container .info p {
    font-family: "AreaNormal", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #001C54;
    margin: 0;
}

.s61-form .container .info p a {
    font-weight: 900;
    color: inherit;
}

.s61-form .container .submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid;
    border-radius: 50px;
    overflow: hidden;
    padding: 10px 20px 12px 20px;
    color: #001C54;
    background-color: transparent;
    font-family: 'AreaExtended', sans-serif;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 50px;
    font-weight: 600;
    font-size: 14px;
}

.s61-form .container .submit span {
    cursor: pointer;
    z-index: 1;
}

.s61-form .container .submit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    opacity: 1;
    border-radius: 50px;
    transition: all .3s ease;
    z-index: 0;
    background-color: #001C54;
}

.s61-form .container .submit:hover::before {
    left: 0%;
    opacity: 1;
}

.s61-form .container .submit:hover {
    color: #fff;
    border: 1px solid #001C54;
}

.s61-form .container .submit .icon {
    display: flex;
    z-index: 1;
}

.s61-form .container .submit .icon svg {
    stroke: #001C54;
    transition: stroke .3s ease;
}

.s61-form .container .submit:hover .icon svg {
    stroke: #fff;
}

.s61-form .container .submit .icon .loader {
    width: 16px;
    padding: 3px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #001C54;
    --_m: conic-gradient(#0000 10%, #001C54), linear-gradient(#001C54 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
    transition: all .3s ease;
}

.s61-form .container .submit:hover .icon .loader {
    background: #fff;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

@media only screen and (max-width: 1024px) {

    .s61-form .container .input-group label,
    .s61-form .container .select-group label {
        font-size: 12px;
    }

    .s61-form .container .input-group input,
    .s61-form .container .select-group select,
    .s61-form .container .input-group textarea {
        font-size: 12px;
    }

    .s61-form .container .checkbox-group label {
        font-size: 12px;
    }

    .s61-form .container .info p {
        font-size: 12px;
        line-height: 21px;
    }

    .s61-form .container .submit span {
        font-size: 12px;
    }

    .s61-form .container .submit .icon svg {
        width: 20px;
    }

    .s61-form .container .submit {
        padding: 13px 20px;
        font-size: 12px;
    }

    .s61-form .container .icon svg {
        width: 20px;
    }

}

.s61-form #fixed_form_phone .input-group+.input-group,
.s61-form #fixed_form_phone .input-group+.select-group,
.s61-form #fixed_form_phone .select-group+.info,
.s61-form #fixed_form_wpp .input-group+.input-group,
.s61-form #fixed_form_wpp .input-group+.select-group,
.s61-form #fixed_form_wpp .select-group+.info {
    margin-top: 30px;
}

.s61-form #fixed_form_phone .info+.checkbox-group,
.s61-form #fixed_form_wpp .info+.checkbox-group {
    margin-top: 18px;
}

.s61-fixed-contact {
    position: fixed;
    top: 50%;
    right: 0;
    color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    font-family: "AreaExtended", sans-serif;
    font-size: 10px;
    line-height: 14px;
    z-index: 10;
}

.s61-fixed-contact .container {
    position: relative;
    display: flex;
    flex-direction: column;
}

.s61-fixed-contact .container .info {
    position: relative;
    display: flex;
    padding: 11px 5px;
    text-align: center;
    background-color: #001C54;
}

.s61-fixed-contact .container .info::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .s61-fixed-contact .container .phone {
    top: 64px;
} */

/* .s61-fixed-contact .container .whatsapp {
    top: 124px;
} */

.s61-fixed-contact .container .whatsapp {
    top: 64px;
}

.s61-fixed-contact .container .phone,
.s61-fixed-contact .container .whatsapp {
    position: absolute;
    width: 180px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background-color: #001C54;
    left: 0;
    transition: left 0.3s ease-in-out;
    cursor: pointer;
}

.s61-fixed-contact .container .phone:hover,
.s61-fixed-contact .container .whatsapp:hover {
    left: -113px;
}

.s61-fixed-contact .container .phone .icon,
.s61-fixed-contact .container .whatsapp .icon {
    width: 67px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s61-fixed-contact .container .phone .title-number,
.s61-fixed-contact .container .whatsapp .title-number {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 768px) {
    .s61-fixed-contact {

        font-size: 9px;
    }

    .s61-fixed-contact {
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
    }

    .s61-fixed-contact .container {
        flex-direction: row;
        justify-content: center;
        background-color: #001C54;
    }

    .s61-fixed-contact .container .info {
        margin-right: 10px;
    }

    .s61-fixed-contact .container .info::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 80%;
        background-color: #fff;
        bottom: 50%;
        left: unset;
        right: -10px;
        transform: translateY(50%);
    }

    .s61-fixed-contact .container .phone,
    .s61-fixed-contact .container .whatsapp {
        position: relative;
        top: unset;
        left: unset;
        width: fit-content;
    }

    .s61-fixed-contact .container .phone:hover,
    .s61-fixed-contact .container .whatsapp:hover {
        left: unset;
    }

    .s61-fixed-contact .container .phone .icon,
    .s61-fixed-contact .container .whatsapp .icon {
        width: 49px;
        height: 49px;
    }

    .s61-fixed-contact .container .phone .icon svg,
    .s61-fixed-contact .container .whatsapp .icon svg {
        width: 25px;
    }
}