:root {
    --text: #fff;
    --icon-default: #515151;
    --fb: #3b5998;
    --ig: #f25078;
    --li: #0077B5;
}
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.woff") format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    content: " ";
    display: inline-block;
    font-family: 'icomoon';
    font-size: 21px
}
.icon-facebook:before {
    content: "\ea90"
}
.icon-twitter:before {
    content: "\ea96"
}
.icon-instagram:before {
    content: "\ea92"
}

html {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
html.bg-giftcard {
    background-image: url("../img/bg-giftcard.webp");
}
html.bg-office {
    background-image: url("../img/bg-office.webp");
}
body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}
h1, ul {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}
img {
    border: 0;
}
body *:focus {
    outline: none
}
body .center {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}
.body {
    text-align: center;
    padding: 0 15px;
}
.body .texto {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: var(--text);
}
.body .texto strong {
    font-family: 'Gantari', sans-serif;
    font-weight: 700;
    color: var(--text);
    font-size: 46px;
    line-height: 50px;
    display: block;
    margin-bottom: 18px;
}
.body .paises {
    margin: 30px auto 0 auto;
}
.body .paises li {
    margin: 0 15px;
    margin-top: 30px;
    width: 60px;
}
.body .paises li a {
    text-decoration: none;
}
.body .paises li a img {
    height: 45px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.body .paises li a span {
    display: block;
    color: var(--text);
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}
.body .paises li a:hover span {
    text-decoration: underline;
}
.header {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .logo img {
    width: auto;
    height: 50px
}

.footer {
    margin-top: 40px;
}
.footer .social .titulo,
.footer .copy {
    text-shadow: 0 1px 3px rgba(0,0,0,0.6);
}
.footer .social {
    text-align: center;
}
.footer .social .titulo {
    vertical-align: top;
    color: var(--text);
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
}
.footer .social .listado {
    display: inline-block;
    vertical-align: top;
}
.footer .social .listado li {
    display: inline-block;
    margin: 0 10px;
}
.footer .social .listado li a {
    border-radius: 50%;
    background: var(--text);
    height: 27px;
    width: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s;
    color: var(--icon-default);
    text-decoration: none;
}

.footer .social .listado li a:hover {
    color: var(--text);
}

.footer .social .listado li a:before {
    font-size: 15px;
    line-height: 1;
}
.footer .social .listado li a:hover.icon-facebook {
    background: var(--fb)
}
.footer .social .listado li a:hover.icon-instagram {
    background: var(--ig)
}
.footer .social .listado li a:hover.icon-twitter {
    background: var(--li)
}
.footer .copy {
    color: var(--text);
    font-size: 12px;
    font-weight: 300;
    margin: 15px 0 30px 0;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .header {
        padding-bottom: 0;
        padding-top: 60px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0
    }
    .body.full_size_only_on_desktop {
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
    .body.full_size_only_on_desktop > .vertical_align {
        width: 100%;
    }
    .footer {
        margin-top: 0;
        position: absolute;
        bottom: 10px;
        left: 30px;
        right: 30px
    }
    .footer .social {
        text-align: left
    }
    .footer .social .titulo {
        display: inline-block
    }
    .footer .social .listado li {
        margin: 0 0 0 20px
    }
    .footer .copy {
        line-height: 30px;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 0
    }
    .body .paises li {
        margin: 0 30px;
        display: inline-block;
        margin-top: 45px
    }
    .body .texto {
        font-size: 15.2px;
        line-height: 24px;
        font-weight: 400;
        color: var(--text);
    }

    .body .texto strong {
        font-family: 'Gantari', sans-serif;
        font-weight: 700;
        color: var(--text);
        font-size: 76.5px;
        line-height: 80px;
    }
}
@media screen and (max-height: 520px) {
	.header {
        padding-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .body .paises li {
        width: 100%;
        margin: 20px auto;
    }
}