@font-face {
    font-family: 'Freeland';
    src: url('../fonts/0241ad69caef008726022256bf0af826.woff2') format('woff2'), url('../fonts/0241ad69caef008726022256bf0af826.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url('../fonts/GalanoGrotesqueAlt-SemiBold.woff2') format('woff2'), url('../fonts/GalanoGrotesqueAlt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url('../fonts/GalanoGrotesqueAlt-Medium.woff2') format('woff2'), url('../fonts/GalanoGrotesqueAlt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url('../fonts/GalanoGrotesqueAlt-Light.woff2') format('woff2'), url('../fonts/GalanoGrotesqueAlt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url('../fonts/GalanoGrotesqueAlt-Bold.woff2') format('woff2'), url('../fonts/GalanoGrotesqueAlt-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque Alt';
    src: url('../fonts/GalanoGrotesqueAlt-Black.woff2') format('woff2'), url('../fonts/GalanoGrotesqueAlt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


/* Box sizing rules */

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* Remove default padding */

ul[class],
ol[class] {
    padding: 0;
}


/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}


/* Set core body defaults */

html,
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

body {
    font-family: 'Galano Grotesque Alt', sans-serif;
    font-weight: 300;
}


/* Remove list styles on ul, ol elements with a class attribute */

ul[class],
ol[class] {
    list-style: none;
}


/* A elements that don't have a class get default styles */

a:not([class]) {
    text-decoration-skip-ink: auto;
}


/* Make images easier to work with */

img {
    max-width: 100%;
    display: block;
}


/* Natural flow and rhythm in articles by default */

article > * + * {
    margin-top: 1em;
}


/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
    font: inherit;
}

a,
button {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}


/* Remove all animations and transitions for people that prefer not to see them */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.container-fluid {
    max-width: 90%;
}

header {
    height: 100px;
    margin-bottom: 0;
}

header .logo img {
    max-height: 80px;
    margin-top: 10px;
}

header .navbar {
    padding: 0;
}

header .navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.menu-gfyl-container {
    width: 100%;
}

header .navbar-nav.w-100 > div {
    width: 100%;
}

header .wrap-menu,
header .wrap-menu > div {
    width: 100%;
}

header .navbar-nav li a {
    color: #454545;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.05rem;
    position: relative;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

header .navbar-nav li a:hover {
    color: #03C3D3;
    text-decoration: none;
}

header .navbar-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    height: 3px;
    width: 100%;
    background-color: #03C3D3;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

header .navbar-nav li a:hover:after {
    opacity: 1;
}

header h1 {
    font-size: 2.3rem;
    font-weight: 600;
    color: #E25BA3;
}

header .lang-selector {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

header .lang-bar .wpml-ls-legacy-dropdown {
    width: auto;
    position: relative;
}

header .lang-bar .wpml-ls-legacy-dropdown:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 5px;
    left: -20px;
    background-image: url(../img/globe.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lang-selector .dropdown {
    font-size: 0.9rem;
}

.lang-selector .dropdown-toggle::before {
    content: "";
    position: absolute;
    background-image: url(../img/globe.png);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -20px;
    top: 12px;
}

main {
    position: relative;
    height: calc(100vh - 100px);
    background: rgb(233, 103, 169);
    background: -moz-linear-gradient(29deg, rgba(233, 103, 169, 1) 0%, rgba(221, 82, 158, 1) 100%);
    background: -webkit-linear-gradient(29deg, rgba(233, 103, 169, 1) 0%, rgba(221, 82, 158, 1) 100%);
    background: linear-gradient(29deg, rgba(233, 103, 169, 1) 0%, rgba(221, 82, 158, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e967a9", endColorstr="#dd529e", GradientType=1);
}

main img {
    position: absolute;
    left: 5%;
    bottom: 0;
    height: 100%;
}

main p {
    font-family: 'Freeland', sans-serif;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 10rem;
    transform: rotate(-15deg);
    width: 100%;
    text-align: right;
}

.footer-top {
    background-color: #004D72;
    padding-top: 3rem;
    padding-bottom: 3rem;
    font-weight: 400;
    font-size: 0.9rem;
}

.footer-top .col-md-3,
.footer-top .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-top .one-team-circle {
    animation: spin 8s linear infinite;
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 220px;
    right: 9rem;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.footer-bottom {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-bottom .social-media {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.footer-bottom a {
    color: #032151;
}

.footer-bottom a:hover {
    text-decoration: none;
    color: #03C3D3;
}

.footer-bottom .data {
    margin-bottom: 1rem;
}

.footer-bottom .disclaimer {
    font-size: 0.9rem;
    max-width: 1200px;
}


/* SOLO DESKTOP GRANDE */

@media (min-width: 1600px) {}


/* DESKTOP CHICO */

@media (min-width: 768) and (max-width: 1366px) {}


/* SOLO DESKTOP */

@media (min-width: 768px) {}


/* MOBILE */

@media (max-width: 768px) {
    header h1 {
        font-size: 1.5rem;
    }
    main img {
        bottom: 0;
        width: 100%;
        left: auto;
        height: initial;
    }
    main p {
        width: 100%;
        font-size: 4.5rem;
        text-align: center;
        top: 4rem;
        left: initial;
        right: initial;
    }
    .footer-top {
        text-align: center;
        padding-bottom: 8rem;
    }
    .footer-bottom {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }
    .footer-top .one-team-circle {
        top: 200px;
        bottom: auto;
    }
    .footer-top a img {
        margin: auto;
    }
}