@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --font-1: "Montserrat", sans-serif;
    --font-2: "Montserrat", sans-serif
}

:root {
    --color-1: #F88379;
    --color-2: #000000;
    --color-3: #FFFFFF;
    --color-1-lighter: #FAD4D0;
    --color-1-light: #F9A8A0;
    --color-1-dark: #D96A5F;
    --color-1-darker: #B94D44;
    --color-2-lighter: #555555;
    --color-2-light: #333333;
    --color-2-dark: #000000;
    --color-2-darker: #000000;
    --color-error: hsla(359, 100%, 91%, 1);
    --color-success: hsla(76, 69%, 68%, 1);
    --color-info: hsla(205, 82%, 91%, 1);
    --color-notice: hsla(51, 100%, 80%, 1);
    --color-error-content: hsla(359, 50%, 50%, 1);
    --color-success-content: hsla(76, 29%, 28%, 1);
    --color-info-content: hsla(205, 32%, 31%, 1);
    --color-notice-content: hsla(51, 30%, 30%, 1);
    --color-black: #000000;
    --color-gray-19: #0b0b0c;
    --color-gray-18: #161719;
    --color-gray-17: #202225;
    --color-gray-16: #2b2e32;
    --color-gray-15: #363a3f;
    --color-gray-14: #41454b;
    --color-gray-13: #4c5158;
    --color-gray-12: #565c64;
    --color-gray-11: #616871;
    --color-gray-10: #B94D44;
    --color-gray-9: #7b818a;
    --color-gray-8: #898f97;
    --color-gray-7: #989da4;
    --color-gray-6: #a7abb1;
    --color-gray-5: #b6b9be;
    --color-gray-4: #c4c7cb;
    --color-gray-3: #d3d5d8;
    --color-gray-2: #e2e3e5;
    --color-gray-1: #f0f1f2;
    --color-white: #ffffff;
    --color-text: var(--color-gray-10);
    --color-text-dark: var(--color-black);
    --color-text-light: var(--color-gray-12);
    --color-placeholder: var(--color-gray-11);
    --color-btn: var(--color-gray-15);
    --color-btn-text: var(--color-white);
    --color-btn-hover: var(--color-white);
    --color-btn-hover-text: var(--color-black);
    --color-btn-primary: var(--color-1);
    --color-btn-primary-text: var(--color-white);
    --color-btn-primary-hover: var(--color-white);
    --color-btn-primary-hover-text: var(--color-black);
    --color-btn-stroke: var(--color-white);
    --color-btn-stroke-text: var(--color-white);
    --color-btn-stroke-hover: var(--color-white);
    --color-btn-stroke-hover-text: var(--color-black);
    --color-body: var(--color-1);
    --color-bg: #ffffff;
    --color-border: var(--color-gray-17)
}

:root {
    --base-size: 62.5%;
    --base-font-size: 20px;
    --space: 2.2rem;
    --vspace-0_25: calc(0.25 * var(--space));
    --vspace-0_5: calc(0.5 * var(--space));
    --vspace-0_75: calc(0.75 * var(--space));
    --vspace-1: calc(var(--space));
    --vspace-1_25: calc(1.25 * var(--space));
    --vspace-1_5: calc(1.5 * var(--space));
    --vspace-1_75: calc(1.75 * var(--space));
    --vspace-2: calc(2 * var(--space));
    --vspace-2_5: calc(2.5 * var(--space));
    --vspace-3: calc(3 * var(--space));
    --vspace-3_5: calc(3.5 * var(--space));
    --vspace-4: calc(4 * var(--space));
    --text-scale-ratio: 1.1;
    --text-size: var(--base-font-size);
    --text-xs: calc((var(--text-size) / var(--text-scale-ratio)) / var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
    --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
    --text-lg: calc(var(--text-md) * var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg) * var(--text-scale-ratio));
    --text-xxl: calc(var(--text-xl) * var(--text-scale-ratio));
    --text-xxxl: calc(var(--text-xxl) * var(--text-scale-ratio));
    --text-display-1: calc(var(--text-xxxl) * var(--text-scale-ratio));
    --text-display-2: calc(var(--text-display-1) * var(--text-scale-ratio));
    --text-display-3: calc(var(--text-display-2) * var(--text-scale-ratio));
    --vspace-btn: var(--vspace-2)
}

@media screen and (max-width:480px) {
    :root {
        --base-font-size: 1.6rem;
        --space: 2.8rem
    }
}

:root {
    --width-full: 100%;
    --width-max: 1200px;
    --width-wide: 1400px;
    --width-wider: 1600px;
    --width-widest: 1800px;
    --width-narrow: 1000px;
    --width-narrower: 900px;
    --width-grid-max: var(--width-max);
    --gutter-lg: 2rem;
    --gutter-md: 1.6rem;
    --gutter-mob: 1rem
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.row {
    width: 100%
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 62.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: var(--font-1)
}

p {
    font-size: var(--text-md);
    font-family: var(--font-1)
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    font-weight: normal;
    line-height: 1;
    word-wrap: break-word;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none
}

svg,
img,
video embed,
iframe,
object {
    max-width: 100%;
    height: auto
}

.videoBanner {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg);
    z-index: 500;
    height: 100vh;
    width: 100%;
    overflow: hidden
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    padding: 0;
    display: inline-block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

#loader>div {
    content: "";
    background: #000000;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

#loader>div:nth-of-type(1) {
    left: 15px
}

#loader>div:nth-of-type(3) {
    left: -15px
}

@-webkit-keyframes dots-jump {
    0% {
        top: 0
    }

    40% {
        top: -6px
    }

    80% {
        top: 0
    }
}

@keyframes dots-jump {
    0% {
        top: 0
    }

    40% {
        top: -6px
    }

    80% {
        top: 0
    }
}

.dots-fade>div {
    -webkit-animation: dots-fade 1.6s infinite ease;
    animation: dots-fade 1.6s infinite ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.dots-fade>div:nth-of-type(1) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.dots-fade>div:nth-of-type(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes dots-fade {
    0% {
        opacity: 1
    }

    40% {
        opacity: 0.2
    }

    80% {
        opacity: 1
    }
}

@keyframes dots-fade {
    0% {
        opacity: 1
    }

    40% {
        opacity: 0.2
    }

    80% {
        opacity: 1
    }
}

@-webkit-keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes dots-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    40% {
        -webkit-transform: scale(1.1);
        transform: scale(1.3)
    }

    80% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

fieldset {
    border: none;
    margin-bottom: var(--vspace-0_5)
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    --input-height: 4rem;
    --input-line-height: 3.2rem;
    --input-vpadding: calc(((var(--input-height) - var(--input-line-height)) / 2) - .1rem);
    display: block;
    height: var(--input-height);
    padding: var(--input-vpadding) calc(2.4rem - .1rem);
    border: 0;
    outline: none;
    color: #000000;
    font-family: var(--font-1);
    font-size: var(--text-sm);
    line-height: var(--input-line-height);
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #555555;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 4px
}

textarea {
    min-height: calc(8 * var(--space))
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    color: #000000;
    -webkit-box-shadow: 0 0 8px var(--color-gray-15);
    box-shadow: 0 0 8px var(--color-gray-15);
    border: 1px solid var(--color-gray-15)
}

label,
legend {
    font-family: var(--font-1);
    font-weight: 600;
    font-size: var(--text-sm);
    line-height: var(--vspace-0_5);
    margin: var(--vspace-0_5) 0;
    color: var(--color-text-dark);
    display: block
}

input[type="checkbox"],
input[type="radio"] {
    display: inline
}

label>input[type="checkbox"],
label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .2rem
}

::-webkit-input-placeholder {
    color: var(--color-placeholder)
}

:-ms-input-placeholder {
    color: var(--color-placeholder)
}

::-ms-input-placeholder {
    color: var(--color-placeholder)
}

::placeholder {
    color: var(--color-placeholder)
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--color-1);
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    --btn-height: var(--vspace-btn);
    display: inline-block;
    font-family: var(--font-2);
    font-weight: 600;
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: .5em;
    height: var(--btn-height);
    line-height: calc(var(--btn-height) - .4rem);
    padding: 0 3.2rem;
    margin: 0 0.4rem var(--vspace-0_5) 0;
    color: var(--color-btn-text);
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent;
    border: 0.2rem solid #ffffff
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background-color: #ffffff;
    border: #000000 1px solid;
    color: var(--color-btn-hover-text);
    outline: 0
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.narrower {
    max-width: var(--width-narrower)
}

.section-title {
    display: block;
    position: relative
}

.section-title::before {
    content: attr(data-num);
    font-family: var(--font-2);
    font-weight: 600;
    font-size: calc(var(--text-size) * 10);
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-text);
    display: none
}

.section-title h3 {
    z-index: 2;
    font-weight: 500;
    color: var(--color-1);
    padding-bottom: 2em;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0
}

.display-1 {
    font-size: var(--text-xl);
    font-weight: 500;
    line-height: var(--vspace-1_75);
    margin-top: 0;
    color: var(--color-2-dark)
}

.radio-inputLoco {
    display: flex;
    padding: 10px 20px;
    margin: 0;
    position: absolute;
    top: 25%;
    right: 2rem
}

.divInputLoco {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.logo-wrapper {
    position: relative;
    display: block;
    width: 200px;
    height: 100px
}

.s-header.scrolled .logo-completo {
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.8s ease-in-out;
}

@media screen and (max-width:1100px) {
    .item-list .item {
        padding-right: 2rem
    }
}

@media screen and (max-width:1000px) {
    .section-title::before {
        font-size: calc(var(--text-size) * 8)
    }
}

@media screen and (max-width:800px) {
    .section-title {
        margin-bottom: var(--vspace-1)
    }

    .item-list .item {
        margin-bottom: 0
    }

    .item-list .item {
        padding-right: var(--gutter-md)
    }
}

@media screen and (max-width:600px) {
    .item-list .item {
        padding-right: var(--gutter-mob)
    }
}

@media screen and (max-width:400px) {
    .display-1 {
        font-size: var(--text-xl);
        line-height: var(--vspace-1_5)
    }

    .item-title {
        font-size: var(--text-md);
        line-height: var(--vspace-1)
    }

    .item-list .item {
        padding-right: 0
    }
}

.s-header {
    z-index: 100;
    width: 100%;
    height: 8rem;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}

.s-header.scrolling {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.s-header.sticky {
    background-color: var(--color-white);
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
    position: fixed;
    top: 0;
    left: 0
}

.s-header.sticky .s-header__content .btn {
    --btn-height: calc(var(--vspace-btn) - 1.6rem) !important
}

.s-header.sticky .header-nav a {
    color: rgba(255, 255, 255, 0.6)
}

.s-header.sticky.scrolling {
    opacity: 1;
    visibility: visible
}

.s-header__content {
    height: 8.8rem;
    position: relative
}

.s-header__logo {
    z-index: 101;
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 10rem;
    top: calc(50% - 2px)
}

.s-header__logo a {
    display: flex;
    border: none;
    padding: 0;
    outline: 0
}

.s-header__logo img {
    width: 160px;
    height: 100%;
    margin-bottom: 0;
    left: 20%
}

.s-header__nav-wrap {
    display: flex;
    justify-content: center
}

.s-header__nav {
    display: flex;
    gap: 3rem;
    list-style: none;
    font-family: var(--font-2);
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 6rem;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .4em
}

.s-header__nav a {
    color: var(--color-black);
    font-weight: 600
}

.s-header__nav a:hover,
.s-header__nav a:focus {
    color: #F88379 !important
}

.s-header__nav li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1rem
}

.machines-section {
    padding: 40px 15dvw
}

.machines-container {
    max-width: 1200px;
    margin: 0 auto
}

.machines-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px
}

@media (max-width:900px) {
    .machines-grid {
        grid-template-columns: 1fr
    }
}

.machine-card {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(248, 131, 121, 0.1);
    transition: transform 0.4s ease
}

.machine-card:hover {
    transform: scale(1.04)
}

.machine-card::before {
    content: "";
    position: absolute;
    inset: 0;
    color: rgb(248, 131, 121);
    background: #ffffff
}

.machine-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    font-family: var(--font-1)
}

.machine-card h3 {
    color: #0b0b0c;
    font-size: 2rem;
    margin: 0;
    text-align: center
}

.s-header__menu-toggle {
    z-index: 101;
    display: none;
    height: 4.2rem;
    width: 4.2rem;
    line-height: 4.2rem;
    font-family: var(--font-2);
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: black;
    outline: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    right: 5.2rem;
    top: 1.6rem
}

.s-header__menu-toggle:hover,
.s-header__menu-toggle:focus {
    color: black
}

.s-header__menu-toggle span {
    display: block;
    width: 2.4rem;
    height: 2px;
    background-color: black;
    -webkit-transition: all .5s;
    transition: all .5s;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    left: .9rem;
    right: auto;
    bottom: auto
}

.s-header__menu-toggle span::before,
.s-header__menu-toggle span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: absolute;
    left: 0
}

.s-header__menu-toggle span::before {
    top: -.9rem
}

.s-header__menu-toggle span::after {
    bottom: -.9rem
}

.s-header__menu-toggle.is-clicked span {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .1s;
    transition: all .1s
}

.s-header__menu-toggle.is-clicked span::before,
.s-header__menu-toggle.is-clicked span::after {
    background-color: black
}

.s-header__menu-toggle.is-clicked span::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.s-header__menu-toggle.is-clicked span::after {
    bottom: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.s-header__content .btn {
    --btn-height: calc(var(--vspace-btn) - 1.2rem);
    font-size: 1rem;
    padding: 0 2.8rem;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 10rem
}

.botonEnviar {
    background-color: var(--color-2)
}

.s-header__content .btn svg {
    height: var(--vspace-0_5);
    width: var(--vspace-0_5);
    margin-right: 1.6rem;
    -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem)
}

.s-header__content .btn svg path {
    fill: white
}

.s-header__content .btn:hover,
.s-header__content .btn:focus {
    background-color: var(--color-gray-19) !important;
    border-color: var(--color-gray-19) !important;
    color: white
}

.sticky .s-header__content .btn:hover,
.sticky .s-header__content .btn:focus {
    background-color: white !important;
    border-color: white !important;
    color: black
}

.sticky .s-header__content .btn:hover svg path,
.sticky .s-header__content .btn:focus svg path {
    fill: black
}

@media screen and (max-width:1700px) {
    .s-header__logo {
        left: 8rem
    }

    .s-header__nav-wrap {
        padding-left: auto
    }

    .s-header__content .btn {
        right: 6rem
    }
}

@media screen and (max-width:1000px) {
    .s-header__nav-wrap {
        padding-left: 35dvw
    }

    .s-header__nav {
        font-size: 1rem
    }

    .s-header__content .btn {
        --btn-height: calc(var(--vspace-btn) - 1.6rem) !important
    }

}

@media screen and (max-width:900px) {
    .s-header {
        height: 8rem
    }

    .radio-inputLoco {
        display: flex;
        margin: auto;
        position: relative;
        right: 0;
        justify-content: center
    }

    .s-header.sticky .s-header__content .btn,
    .s-header .s-header__content .btn {
        --btn-height: calc(var(--vspace-btn) - 1.2rem) !important
    }

    .s-header.sticky .s-header__content .btn:hover,
    .s-header.sticky .s-header__content .btn:focus,
    .s-header .s-header__content .btn:hover,
    .s-header .s-header__content .btn:focus {
        background-color: black !important;
        border-color: black !important;
        color: white
    }

    .s-header.sticky .s-header__content .btn:hover svg path,
    .s-header.sticky .s-header__content .btn:focus svg path,
    .s-header .s-header__content .btn:hover svg path,
    .s-header .s-header__content .btn:focus svg path {
        fill: white
    }

    .s-header__content {
        display: block;
        background-color: var(--color-white);
        height: auto;
        width: 100%;
        padding: calc(5 * var(--space)) 6rem var(--vspace-2);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: absolute;
        top: calc(var(--vspace-0_5) * -1);
        left: 0
    }

    .s-header__content .btn {
        margin-top: var(--vspace-1_5);
        text-align: center;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
        opacity: 0;
        visibility: hidden;
        position: static
    }

    .s-header__nav-wrap {
        padding: 0;
        -webkit-transform: translateY(-2rem);
        transform: translateY(-2rem);
        opacity: 0;
        visibility: hidden
    }

    .s-header__nav {
        display: block;
        width: 100%;
        padding: 0
    }

    .s-header__nav a {
        display: block
    }

    .s-header__nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.03);
        display: block;
        margin: 0
    }

    .s-header__nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.03)
    }

    .s-header__menu-toggle {
        display: block
    }

    .menu-is-open .s-header__content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .menu-is-open .s-header__content .btn {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-delay: .7s;
        transition-delay: .7s
    }

    .menu-is-open .s-header__nav-wrap {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition-delay: .6s;
        transition-delay: .6s
    }

    .s-header__logo {
        left: 0;
        width: 100%;
        display: flex;
        position: absolute;
        justify-content: center;
    }

    .logo-wrapper {
        width: fit-content;
    }
}

@media screen and (max-width:600px) {
    .s-header__logo {
        left: 0;
        width: 100%;
        display: flex;
        position: absolute;
        justify-content: center;
    }

    .logo-wrapper {
        width: fit-content;
    }

    .s-header__menu-toggle {
        right: 4rem
    }

    .s-header__content {
        padding: calc(5 * var(--space)) 4rem var(--vspace-2)
    }

    .s-header__content .btn {
        display: block
    }

    .s-header__content .btn svg {
        -webkit-transform: translateY(0.3rem);
        transform: translateY(0.3rem)
    }
}

.s-hero {
    background-color: #ffffff;
    width: 90vw;
    height: 95vh;
    min-height: calc(25.5 * var(--space));
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center
}

.s-hero__bg {
    height: 100%;
    width: 100%;
    position: absolute
}

.s-hero__bg::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-black);
    opacity: .25
}

.s-hero__bg .gradient-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, black 10%, rgba(0, 0, 0, 0) 100%);
    opacity: .35
}

.s-hero__content {
    height: 95%;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: end;
    position: relative;
    display: flex;
    justify-content: center
}

.asesoramientoBtn {
    margin: 20px auto;
    border-color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}

.s-hero__content h1 {
    font-size: 8rem;
    font-weight: 600;
    letter-spacing: -.04em;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0;
    position: relative
}

.s-hero__content h1::before {
    display: block;
    content: "";
    height: 10rem;
    width: 20rem;
    -webkit-transform: translateX(-4rem);
    transform: translateX(-4rem);
    opacity: .25;
    position: absolute;
    bottom: .14em;
    right: 100%
}

.s-hero__content-about {
    font-family: var(--font-2);
    font-weight: 400;
    font-size: 2.6rem;
    line-height: 1.444;
    color: var(--color-black);
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column
}

.textoJime1 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-family: var(--font-1);
    color: #7b818a
}

.textoJime2 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-family: var(--font-1)
}

.itemsNosotrosJime {
    list-style-type: none;
    text-decoration: none;
    text-align: left;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.08em;
    font-family: var(--font-1);
    display: flex;
    flex-direction: column
}

.itemsNosotrosJime li {
    width: fit-content
}

.rowLeoCentrar {
    display: flex;
    flex-direction: column;
    align-items: center
}

.tituloJimeItems {
    margin-top: 20px;
    font-weight: 600;
    text-align: left;
    width: fit-content
}

.textoJimeItems {
    margin-bottom: 10px;
    color: #7b818a;
    text-align: left
}

.nosotrosTextoPrincipal {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.01em;
    font-family: var(--font-1);
    margin: 50px 0
}

.s-about__intro-text {
    text-align: center;
    width: 70dvw;
    min-width: 250px
}

.overlayLoco::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.4;
    position: absolute;
    z-index: 0
}

.s-hero__content-about p {
    margin-top: var(--vspace-1)
}

.buttonNavLeo {
    text-align: center
}


html.no-csstransitions .s-hero__content {
    opacity: 1
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@media screen and (max-width:1600px) {
    .s-hero__content {
        max-width: 1100px
    }
}

@media screen and (max-width:1400px) {
    .s-hero__content {
        max-width: 1000px
    }

    .s-hero__content h1 {
        font-size: 6rem
    }

    .s-hero__content-about {
        font-size: 3.3rem
    }

    .s-hero__video-link {
        height: 8.8rem;
        width: 8.8rem
    }
}

@media screen and (max-width:1200px) {
    .s-hero__content {
        max-width: 900px
    }
}

@media screen and (max-width:1100px) {
    .s-hero__content {
        max-width: 800px
    }

    .s-hero__content h1 {
        font-size: 6rem
    }
}

@media screen and (max-width:1000px) {
    .s-hero {
        width: 100vw;
        height: 85dvh;
    }

    .s-hero__content {
        max-width: 700px
    }

    .s-hero__content-about {
        padding-left: .6em
    }

    .s-hero__content-about::before {
        display: none
    }

    .s-hero__video {
        right: calc(100% - 48vw);
        bottom: calc(7vh)
    }

    .s-hero__video svg {
        display: inline-block;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-right: .4rem;
        position: static
    }

    .s-hero__video-link {
        display: inline-block;
        height: auto;
        width: auto;
        background-color: transparent !important;
        -webkit-transition: background-color 0s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0s ease-in-out, color 0.3s ease-in-out;
        border-radius: 0
    }

    .s-hero__video-text {
        display: inline-block
    }

    .s-hero__scroll {
        left: auto;
        right: 4.8rem;
        -webkit-transform: rotate(90deg) translateX(-100px) translateY(3.2rem);
        transform: rotate(90deg) translateX(-100px) translateY(3.2rem);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }

    .s-hero__scroll-link {
        color: var(--color-black)
    }
}

@media screen and (max-width:900px) {
    .nosotrosTextoPrincipal {
        font-size: 1.8rem
    }

    .s-hero__bg {
        display: block;
        width: 100%;
        height: 100%;
        top: 10dvh;
        right: 0;
        bottom: auto;
        left: auto
    }

    .s-hero__content {
        max-width: 600px;
        padding: 0 2px
    }

    .s-hero__video {
        right: calc(100% - 54vw)
    }

    .s-hero__scroll-link {
        color: #000000
    }
}

@media screen and (max-width:800px) {
    .s-hero__content h1::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -1.2rem;
        bottom: .8em
    }

    .s-hero__video {
        bottom: calc(8vh)
    }
}

@media screen and (max-width:700px) {
    .s-hero__content h1 {
        font-size: 6rem
    }

    .s-hero__content-about {
        font-size: 2.8rem
    }

    .s-hero__content-social,
    .s-hero__video {
        font-size: 1.6rem
    }
}

@media screen and (max-width:600px) {
    .s-header__logo img {
        width: 130px
    }

    .s-hero__content h1 {
        font-size: 12vw
    }

    .s-hero__content-about {
        padding: 0
    }

    .s-hero__content-about br {
        display: none
    }

    .s-hero__scroll {
        right: 2.8rem
    }

    .s-hero__video {
        right: calc(100% - 30rem)
    }
}

@media screen and (max-width:500px) {
    .s-hero__content h1::before {
        left: -6rem;
        bottom: .6em
    }

    .s-hero__content-about {
        font-size: 2.6rem;
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (max-width:400px) {
    .divS-contact {
        flex-direction: column
    }

    .h-text-center {
        padding-left: 0;
        padding-right: 0
    }

    .s-header__logo {
        left: 0;
    }

    .s-header__menu-toggle {
        right: 3.2rem
    }

    .s-hero__content h1::before {
        left: -8rem
    }

    .s-hero__content {
        padding-bottom: 0
    }

    .s-hero__content-about {
        font-size: 2.2rem;
        padding-right: 0
    }

    .s-hero__video {
        right: auto;
        left: 9vw;
        bottom: 8.2vh
    }
}

@media screen and (max-width:360px) {
    .s-hero__scroll {
        right: 2rem;
        -webkit-transform: rotate(90deg) translateX(-4rem) translateY(3.2rem);
        transform: rotate(90deg) translateX(-4rem) translateY(3.2rem);
        padding-right: 0
    }
}

.s-about {
    background-color: var(--color-bg);
    padding-top: calc(3 * var(--space));
    padding-bottom: 0;
    position: relative
}

@media screen and (max-width:1400px) {
    .s-about::before {
        right: 15vw;
        left: auto
    }
}

@media screen and (max-width:1000px) {
    .s-about {
        padding-top: calc(5 * var(--space))
    }

    .s-about .horizontal-line {
        right: calc(4.6rem);
        left: auto
    }
}

@media screen and (max-width:900px) {
    .s-about__photo-block {
        display: none
    }
}

@media screen and (max-width:800px) {
    .s-about::before {
        display: none
    }
}

@media screen and (max-width:600px) {
    .s-about .horizontal-line {
        right: calc(2.6rem)
    }
}

@media screen and (max-width:400px) {
    .s-about {
        padding-top: 0
    }

    .s-about__process h3 {
        padding-left: 3em;
        margin-bottom: var(--vspace-0_75)
    }
}

@media screen and (max-width:360px) {
    .s-about .horizontal-line {
        height: 16rem;
        top: -2rem;
        right: calc(1.8rem)
    }
}

.s-services {
    background-color: var(--color-bg);
    padding-top: calc(3 * var(--space));
    padding-bottom: var(--vspace-2)
}

@media screen and (max-width:1200px) {
    .s-services {
        padding-top: calc(5 * var(--space))
    }
}

@media screen and (max-width:1200px) {
    .s-portfolio {
        padding-top: calc(5 * var(--space))
    }

    .folio-item__thumb a::after {
        font-size: 2rem
    }

    .folio-item__title {
        font-size: 1.5rem
    }

    .folio-item__cat {
        font-size: 1.1rem
    }
}

@media screen and (max-width:800px) {
    .folio-item__thumb a::after {
        font-size: 3rem
    }

    .folio-item__title {
        font-size: 1.6rem
    }

    .folio-item__cat {
        font-size: 1.2rem
    }
}

@media screen and (max-width:600px) {
    .folio-item__thumb a::after {
        font-size: 2rem
    }

    .folio-item__title {
        font-size: 1.5rem
    }

    .folio-item__cat {
        font-size: 1.1rem
    }
}

@media screen and (max-width:400px) {
    .s-portfolio {
        padding-top: var(--vspace-4)
    }
}

.s-clients {
    background-color: var(--color-bg);
    padding-top: calc(6 * var(--space));
    position: relative
}

.clients {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
    width: 100%
}

.clients-outer {
    max-width: 1080px;
    margin-top: var(--vspace-2);
    margin-bottom: var(--vspace-2);
    text-align: center;
    position: relative
}

.clients-outer .column {
    min-height: 0;
    min-width: 0
}

.clients__slide {
    display: block;
    opacity: .15;
    padding: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    text-align: center
}

.clients__slide img {
    padding: 0 2rem;
    max-width: 280px;
    width: 100%;
    height: auto;
    display: block
}

.clients__slide:hover,
.clients__slide:focus {
    opacity: 1
}

@media screen and (max-width:1400px) {
    .clients-outer {
        max-width: 1000px
    }

    .testimonials {
        max-width: 700px
    }

    .testimonials .slick-prev {
        left: -60px
    }

    .testimonials .slick-next {
        right: -60px
    }
}

@media screen and (max-width:900px) {
    .clients {
        grid-template-columns: 1fr
    }

    .divS-contact {
        flex-direction: column
    }

    .folio-item2 {
        flex: 1 1 100%;
        max-width: 100%
    }

    .testimonials {
        max-width: 600px
    }

    .testimonials .slick-arrow {
        top: auto;
        bottom: var(--vspace-1)
    }

    .testimonials .slick-prev {
        left: 1.2rem
    }

    .testimonials .slick-next {
        right: 1.2rem
    }

    .videoBanner {
        object-fit: cover
    }

    .tituloContacto {
        font-size: 24px
    }

    .tituloJimeItems {
        font-size: 20px
    }

    .column {
        width: 100%;
        margin: 0 5px
    }
}

@media screen and (max-width:800px) {
    .clients-outer {
        max-width: 640px
    }

    .testimonial-slider p {
        font-size: var(--text-md)
    }

    .testimonial-slider__author {
        min-height: 0;
        margin-top: var(--vspace-0_5);
        padding-left: 0;
        text-align: center
    }

    .testimonial-slider__avatar {
        margin: 0 auto;
        position: static
    }
}

@media screen and (max-width:600px) {
    .testimonial-slider__slide {
        padding: 0
    }

    .testimonial-slider__avatar {
        width: var(--vspace-1_75);
        height: var(--vspace-1_75)
    }
}

@media screen and (max-width:400px) {
    .testimonials {
        padding-top: var(--vspace-2)
    }

    .testimonial-slider p {
        font-size: var(--text-size)
    }
}

.s-contact {
    background-color: #ffffff;
    padding-top: calc(3 * var(--space));
    padding-bottom: var(--vspace-1)
}

.divS-contact {
    display: flex;
    width: 82%;
    max-width: var(--width-grid-max);
    margin: 0 auto;
    gap: 20px;
    justify-content: center
}

.tituloContacto {
    text-align: center;
    font-size: 2.8rem;
    font-family: var(--font-1)
}

.textoContacto {
    margin-top: 3em;
    text-align: left
}

.s-contact__top .h6 {
    color: black;
    margin-top: 0;
    margin-bottom: var(--vspace-1)
}

.s-contact__email {
    margin-top: var(--vspace-1_5);
    font-family: var(--font-2);
    font-size: calc(var(--text-size) * 3.6);
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1
}

.s-contact__email a {
    color: #000000;
    border-bottom: 2px solid transparent
}

.s-contact__email a:hover,
.s-contact__email a:focus {
    border-bottom: 2px solid #000000
}

.divIframe iframe {
    height: 400px
}

@media screen and (max-width:1600px) {
    .s-contact__email {
        font-size: calc(var(--text-size) * 6)
    }
}

@media screen and (max-width:1200px) {
    .s-contact__email {
        font-size: 8vw
    }
}

@media screen and (max-width:400px) {
    .s-contact {
        padding-top: calc(0.5 * var(--space))
    }

    .s-clients {
        padding-top: calc(0.5 * var(--space))
    }

    .s-services {
        padding-top: calc(0.5 * var(--space))
    }

    .nosotrosTextoPrincipal {
        margin: 0 5px
    }
}

.s-footer {
    padding-top: var(--vspace-1);
    padding-bottom: 0;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.s-footer a {
    color: #000000
}

.s-footer .h6 {
    color: black;
    margin-top: 0
}

.lineaFinalCoral {
    margin-top: 15px;
    height: 0.7rem;
    width: 100dvw;
    background: var(--color-1)
}

.s-footer__block {
    font-size: var(--text-lg);
    line-height: calc(1.25 * var(--space))
}

.s-footer__block .h6 {
    margin-bottom: var(--vspace-0_75)
}

.s-footer__list {
    list-style: none;
    margin-left: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0
}

.s-footer__list li {
    padding-left: 0
}

.contactoColumna1 {
    display: flex;
    flex-direction: column;
    height: 60%;
    align-items: left;
    justify-content: space-between;
}

/* boton whatsapp from Uiverse.io by NelsonDJCR */
.button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 200px;
    transition: all 0.2s ease-in;
    font-family: var(--font-1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #090909;
    padding: 0.7em 1.7em;
    font-size: 15px;
    border-radius: 0.5em;
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 6px 6px 12px #c5c5c5,
        -6px -6px 12px #ffffff;
    cursor: pointer;
}

.contenedor-del-boton {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.button2>svg {
    position: static;
    height: 20px;
    display: block;
    margin-top: -4px;
    margin-left: 2px;
}

.button2:active {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5,
        inset -4px -4px 12px #ffffff;
}

.button2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1) scaleX(1.25);
    top: 100%;
    width: 140%;
    height: 180%;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:after {
    content: "";
    position: absolute;
    left: 55%;
    transform: translateX(-50%) scaleY(1) scaleX(1.45);
    top: 180%;
    width: 160%;
    height: 190%;
    background-color: #000000;
    border-radius: 50%;
    display: block;
    transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: -1;
}

.button2:hover {
    color: #ffffff;
    border: 1px solid #000000;
}

.button32 svg path {
    fill: #000;
    transition: fill 0.2s ease;
}

.button32:hover svg path {
    fill: #fff;
}

.button2:hover:before {
    top: -35%;
    background-color: #000000;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.button2:hover:after {
    top: -45%;
    background-color: #000000;
    transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* fin boton whatsapp*/

.row24 {
    display: flex;
    justify-content: center
}

.inputTexto,
.inputCorreo,
.inputTelefono,
.inputMensaje {
    width: 100%
}

.ss-copyright {
    z-index: 2;
    font-size: 1.5rem;
    font-weight: 300;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
    border-top: 1px solid var(--color-gray-6);
    width: 90dvw
}

.ss-copyright a {
    display: inline-block;
    color: #000000;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2)
}

.ss-copyright a:hover,
.ss-copyright a:focus {
    border-bottom: 1px solid #000000
}

.ss-copyright span {
    display: inline-block
}

.ss-copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 .8rem 0 1rem;
    color: rgba(255, 255, 255, 0.25)
}

.ss-copyright span:last-child::after {
    display: none
}

@media screen and (max-width:1400px) {
    .s-footer>.row {
        max-width: 1100px
    }
}

@media screen and (max-width:1200px) {
    .s-footer>.row {
        max-width: 800px
    }

    .s-footer__block--end {
        text-align: center
    }

    .s-footer__block--end::before {
        display: none
    }
}

@media screen and (max-width:800px) {
    .s-footer {
        padding-top: var(--vspace-1)
    }

    .ss-go-top a {
        font-size: 1.6rem;
        height: 6rem;
        width: 6rem;
        line-height: 6rem
    }
}

@media screen and (max-width:600px) {
    .ss-go-top {
        right: 2.4rem;
        bottom: 2.4rem
    }

    .ss-copyright span {
        display: block
    }

    .ss-copyright span::after {
        display: none
    }
}

@media screen and (max-width:400px) {
    .s-footer__block {
        font-size: var(--text-md);
        line-height: calc(1.125 * var(--space))
    }

    .ss-copyright {
        width: 100dvw
    }

    .ss-copyright span {
        padding: 0 20px;
        font-size: 10px
    }

    .ss-go-top a {
        font-size: 1.4rem;
        height: 4.8rem;
        width: 4.8rem;
        line-height: 4.8rem
    }

    .ss-copyright {
        font-size: 1.4rem
    }
}