* {
    padding: 0px;
    margin: 0px;
    border: none;
}

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

:focus,
:active {
    outline: none !important;
    box-shadow: none !important;
}

a:focus,
a:active {
    outline: none;
}

/* Links */
a,
a:link,
a:visited {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: inherit;
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
}

img,
svg {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* Form */
input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

select {
    background-color: var(--white);
}

input::-ms-clear {
    display: none;
}

button,
input[type='submit'] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button:hover {
    text-decoration: underline;
}

label {
    cursor: pointer;
    margin-bottom: 2px;
}

legend {
    display: block;
}

p {
    margin-bottom: 1rem;
}

strong {
    font-weight: bold;
}

/* 
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 1000 

.nunito-<uniquifier > {
    font-family: 'Nunito', sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
*/

@font-face {
    font-family: 'Estilo Pro';
    src: url('../fonts/EstiloPro-Bold.woff2') format('woff2'),
        url('../fonts/EstiloPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beatrice';
    src: url('../fonts/Beatrice-Bold.woff2') format('woff2'),
        url('../fonts/Beatrice-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beatrice';
    src: url('../fonts/Beatrice-Regular.woff2') format('woff2'),
        url('../fonts/Beatrice-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Beatrice';
    src: url('../fonts/Beatrice-Medium.woff2') format('woff2'),
        url('../fonts/Beatrice-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Estilo Pro'; */
}

html,
body {
    height: 100%;
}

body {
    /* font-family: 'Nunito', sans-serif; */
    font-family: 'Beatrice', 'Helvetica';
    font-optical-sizing: auto;
    font-weight: 100;
    font-size: 14px;
    line-height: 120%;
    color: #3b3b49;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    -webkit-font-smoothing: antialiased; */
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}

/* .logo {
    max-width: 50%;
    width: 50%;
    aspect-ratio: 256/60;
} */

.logo img {
    height: 24px;
    width: auto;
    object-fit: contain;
    aspect-ratio: 290/60;
}

.lang {
    display: flex;
}

.lang a {
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 100%;
    opacity: 1;
    transition: 0.3s;
    color: #5e6e30;
}

.lang a:hover {
    opacity: 0.8;
}

.lang a.current {
    font-weight: 700;
}

.lang span {
    font-size: 16px;
    line-height: 1;
    padding: 0 4px;
    color: #3b3b49;
}

main {
    background: #f7f7f7;
    padding: 30px 20px;
    text-align: center;
    height: auto;
    /* min-height: 100%; */
}

/* @media (orientation: landscape) and (max-device-width: 767px) {
    main {
        height: auto;
    }
} */

.hero-image {
    display: flex;
    justify-content: center;
    align-self: center;
    border-radius: 1000px;
    overflow: hidden;
    aspect-ratio: 1/1;
    width: 50%;
    margin: 0 auto;
}

.hero-image > * {
    object-fit: cover;
}

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

h1 {
    text-align: center;
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 120%;
}

.social {
    display: inline-flex;
    list-style: none;
    margin: 5px 0 15px;
}

.social a {
    display: flex;
    margin: 5px;
    width: 28px;
    opacity: 1;
    transition: 0.3s;
}

.social a:hover {
    opacity: 0.6;
}

.call-back {
    font-size: 18px;
    line-height: 100%;
    background: #3b3b49;
    color: #fff;
    display: inline-flex;
    padding: 10px 20px;
    margin-top: 10px;
    transition: 0.3s;
}

.call-back:hover {
    background: #1b1b29;
    text-decoration: none;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
}

.copy-nav {
    display: flex;
    color: #5e6e30;
}

.copy-nav > * {
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 300;
    line-height: 100%;
}

.copy-nav > span {
    font-size: 10px;
    line-height: 100%;
    padding: 0 4px;
    color: #3b3b49;
}

:lang(es) .copy-nav > * {
    font-size: 9px;
}

footer .social {
    display: none;
    margin: 0;
}

.modal {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    transition: 0.3s;
    pointer-events: none;
}

.modal.is-open {
    display: flex;
    pointer-events: unset;
}

.modal > div {
    padding: 60px 20px;
    width: 100%;
    height: calc(100% - 100px);
    background: #fff;
    max-width: 1200px;
    overflow: auto;
    position: relative;
}

.modal-header h2 {
    text-align: center;
}

.modal-content ul {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.modal .close {
    width: 30px;
    height: 30px;
    background: #f7f7f7;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .close > div {
    height: 1px;
    width: 21px;
    background: #3b3b49;
    transform: rotate(45deg);
    position: absolute;
}

.modal .close > div:last-child {
    transform: rotate(-45deg);
}

.form {
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
}

.form input {
    height: 40px;
    width: 100%;
    background: #f7f7f7;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #3b3b49;
    text-align: center;
    padding: 10px;
    border-radius: 0;
}

.form #submitBtn {
    color: #fff;
    background: #3b3b49;
    margin-top: 1rem;
}

.or {
    margin: 20px 0;
    font-weight: 700;
    line-height: 1;
}

.or > div:not(:nth-child(2)) {
    font-size: 10px;
    padding: 3px 0;
}

.form a {
    height: 54px;
    width: 100%;
    color: #fff;
    background: #3b3b49;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 500;
    font-size: 24px;
}

@media (min-width: 768px) {
    body {
        font-size: 24px;
        padding: 0 50px;
    }

    header,
    footer {
        min-height: 80px;
    }

    .lang a,
    .lang span {
        font-size: 24px;
    }

    .lang span {
        padding: 0 15px;
    }

    h1 {
        font-size: 40px;
    }

    .social a {
        width: 32px;
    }

    .call-back {
        font-size: 24px;
    }

    .copy-nav > *,
    .copy-nav > span {
        font-size: 16px;
    }

    .copy-nav > span {
        padding: 0 20px;
        color: #3b3b49;
    }

    .modal {
        padding: 0 50px;
    }

    .modal > div {
        padding: 80px;
        height: calc(100% - 160px);
    }

    .modal .close {
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
    }

    .modal .close > div {
        height: 1px;
        width: 31px;
    }
}

@media (min-width: 992px) {
    body {
        padding: 0 50px;
    }

    header,
    footer {
        min-height: 100px;
    }

    .logo img {
        height: 40px;
    }

    main {
        display: flex;
        padding: 0;
        text-align: unset;
    }

    .hero-image {
        border-radius: unset;
        aspect-ratio: unset;
        width: 35%;
        margin: unset;
        height: 100%;
    }

    .hero-image img {
        height: 100%;
        object-fit: cover;
        object-position: top center;
    }

    .content {
        /* justify-content: center; */
        align-items: flex-start;
        width: 65%;
        padding: 0 5%;
        max-height: 100%;
        overflow-y: auto;
    }

    h1 {
        margin: 0 0 18px;
    }

    .content .social {
        display: none;
    }

    h1 br {
        display: none;
    }

    .call-back {
        margin-top: 30px;
    }

    footer {
        justify-content: space-between;
    }

    footer .social {
        display: flex;
    }

    .modal > div {
        height: calc(100% - 200px);
    }
}

@media (min-width: 1200px) {
    body {
        padding: 0 50px;
    }

    main {
        max-height: calc(100% - 200px);
    }

    .content {
        padding: 5% 15% 5% 5%;
    }

    .call-back {
        margin-top: 50px;
        padding: 15px 20px;
    }
}
