/* 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;
    }
}


/* Box sizing rules */

*,
.
*::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 */

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #121212;
}


/* 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;
}


/* 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;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

strong {
    font-weight: 300;
}

p b {
    font-weight: 400;
}

.tag.naranja button, .tag.naranja a {
    background-color: #e8a136 !important;
}

.tag.naranja button:hover, .tag.naranja a:hover {
    background-color: #dcdcdc !important;
}

/* --------------------- */

@media (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }

    main #gfyl-carousel {
        max-width: 1400px;
        margin: auto;
    }
}

.container-fluid {
    max-width: 90%;
}

.text-blue {
    color: #032151;
}

.text-black {
    color: #000 !important;
}

.text-dark {
    color: #454545;
}

.text-light {
    color: #ADC5D1 !important;
}

.bg-blue {
    background-color: #032151;
}

.bg-lightblue {
    background-color: #98A8C2 !important;
}

header {
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #86a115;
    margin-bottom: 0;
}

header .logo img {
    max-height: 95px;
}

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: #86a115;
    text-decoration: none;
}

header .navbar-nav li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1rem;
    height: 3px;
    width: 100%;
    background-color: #86a115;
    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: #86a115;
    margin-bottom: 2.5rem;
}

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;
}

section {
    position: relative;
}

section .title {
    text-align: center;
    margin-bottom: 2rem;
    color: #242424;
}

section .title h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 20px;
}

section .title hr {
    border: none;
    width: 10rem;
    height: 5px;
    background-color: black;
    margin: auto;
}

main {
    margin-bottom: 4rem;
}

#gfyl-carousel .carousel-item {
    width: 100%;
    height: 0;
    padding-bottom: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#gfyl-carousel .carousel-item .text {
    position: absolute;
    font-size: 2.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
}

#gfyl-carousel .carousel-item video {
    position: absolute;
}

#gfyl-carousel .carousel-item .hand {
    position: absolute;
    color: #82f5ff;
    z-index: 5;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
}

#gfyl-carousel .carousel-item .text {
    width: 35%;
    display: flex;
    justify-content: center;
    height: 50%;
}

#gfyl-carousel .carousel-item .top-left {
    top: 0;
    left: 10%;
    right: auto;
    bottom: auto;
}

#gfyl-carousel .carousel-item .hand.top-left {
    left: 0;
}

#gfyl-carousel .carousel-item .top-right {
    top: 0;
    right: 5%;
    left: auto;
    bottom: auto;
}

#gfyl-carousel .carousel-item .center-right {
    top: 20%;
    right: 5%;
    left: auto;
    bottom: auto;
}

#gfyl-carousel .carousel-item .bottom-left {
    bottom: 0;
    right: auto;
    left: 10%;
    top: auto;
}

#gfyl-carousel .carousel-item .bottom-right {
    bottom: 0;
    right: 10rem;
    left: auto;
    top: auto;
    width: 25%;
}

#gfyl-carousel .carousel-item .top-center {
    top: 0;
    right: auto;
    left: 33%;
    bottom: auto;
}

#gfyl-carousel .carousel-item .bottom-center {
    bottom: 0;
    right: auto;
    left: 33%;
    top: auto;
}

#gfyl-carousel .carousel-item .center {
    bottom: auto;
    right: auto;
    left: 33%;
    top: 25%;
    align-items: center;
}

#gfyl-carousel .carousel-item .text p.main {
    font-weight: 400;
}

#gfyl-carousel .carousel-item .text p.sub {
    font-weight: 300;
    line-height: 1.3;
}

#gfyl-carousel .indicators {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5rem;
    height: 10rem;
    bottom: 5rem;
    right: 1rem;
}

#gfyl-carousel .carousel-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#gfyl-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
}

#gfyl-carousel .carousel-indicators li.active {
    background-color: #86a115;
}

#the-products {
    padding-bottom: 5rem;
}

.products-header .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-header .wpb_wrapper .recommendations {
    margin-right: 15px;
    margin-left: 15px;
}

.recommendations a {
    font-size: 1.1rem !important;
    color: #032151 !important;
    text-transform: uppercase;
}

.box {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    border-top: solid 15px #fff;
    border-bottom: solid 15px #fff;
    position: relative;
}

.box-w-100 {
    width: 100%;
}

.box-h-100 {
    position: relative;
    padding-bottom: calc(100% - 30px);
}

.box-h-60 {
    position: relative;
    padding-bottom: calc(60% - 30px);
}

.box-h-55 {
    position: relative;
    padding-bottom: calc(55% - 30px);
}

.box-h-50 {
    position: relative;
    padding-bottom: calc(50% - 30px);
}

.box-h-45 {
    position: relative;
    padding-bottom: calc(45% - 30px);
}

.box-h-40 {
    position: relative;
    padding-bottom: calc(40% - 30px);
}

.box-h-30 {
    padding-bottom: calc(30% - 30px);
}

.box-h-20 {
    padding-bottom: calc(20% - 30px);
}

.box-h-100 .wpb_column {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-h-50 .wpb_column {
    height: 0;
    padding-bottom: 43.5%;
}

.vc_col-sm-3 .box-h-100 {
    padding-bottom: 100%;
}

.vc_col-sm-3 .box-h-100 .wpb_column {
    padding-bottom: 72.5%;
}

.vc_col-sm-4 .box-h-100 .wpb_column {
    padding-bottom: 73%;
}

.box-h-55 .wpb_column {
    height: 0;
    padding-bottom: 48%;
}

.vc_col-sm-8 .box-h-100 {
    padding-bottom: 43.5%;
}

.vc_col-sm-8 .box-h-100 .wpb_column {
    padding-bottom: 35.5%;
}

.box .tag a,
.box .tag button {
 position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    line-height: 0;
    font-size: 1rem;
    line-height: 0.1rem;
    background-color: #86a115;
    color: #fff;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.box .tag button,
.box .tag button:hover,
.box .discover button,
.box .discover button:hover {
    cursor: inherit !important;
}

.box .tag a:after,
.box .tag button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2rem;
    top: 0;
    right: 0.5rem;
    background-image: url(../img/chevron-white.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.box.blue-light .tag,
.box.blue-light .button {
    background-color: #98A8C2;
    color: #fff;
}

.box.blue-light .tag:hover,
.box.blue-light .button:hover {
    background-color: #7889a5;
    color: #fff !important;
}

.box.blue-dark .tag,
.box.blue-dark .button {
    background-color: #345D90;
    color: #fff;
}

.box.blue-dark .tag:hover,
.box.blue-dark .button:hover {
    background-color: #264a77;
    color: #fff !important;
}

.box.red .tag,
.box.red .button {
    background-color: #B94759;
    color: #fff;
}

.box.red .tag:hover,
.box.red .button:hover {
    background-color: #9f3042;
    color: #fff !important;
}

.box .tag h2 {
    color: #fff;
    font-size: 1rem;
    line-height: 0.1rem;
    position: absolute;
    top: calc(100% - 1rem);
    -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;
}

.box .tag:hover {
    background-color: #1c1c1c;
}

.box .tag:hover h2 {
    color: #e3e3e3;
}

.box .discover a,
.box .discover button {
    outline: none;
    color: #2c2c2c;
    background-color: #fff;
    border: 1px solid #fff !important;
    position: absolute;
    width: 160px;
    height: 35px;
    text-align: center;
    line-height: 6px;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.box .discover a:hover {
    background-color: #e8e8e8;
    cursor: pointer;
    text-decoration: none;
}

.box .discover.top-right a {
    top: 3.5rem;
    right: 1.5rem;
    bottom: auto;
    left: auto;
}

.box .discover.top-left a {
    top: 3.5rem;
    left: 1.5rem;
    bottom: auto;
    right: auto;
}

.box .discover.bottom-right a,
.box .discover.bottom-right button {
    bottom: 1.5rem;
    right: 1.5rem;
    top: auto;
    left: auto;
}

.box .discover.bottom-center a {
    bottom: 1.5rem;
    left: calc(50% - 80px);
    top: auto;
    right: auto;
}

.box .discover.bottom-left a {
    bottom: 1.5rem;
    left: 1.5rem;
    top: auto;
    right: auto;
}

.ad {
    margin-top: 5rem;
    background-color: #E8ECED;
    height: 750px;
    display: flex;
    align-items: center;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    position: relative;
}

.ad:hover {
    background-color: #f3f4f5;
}

.ad .hand {
    position: absolute;
    color: #FFC400;
    top: 22%;
    left: 29%;
}

.ad .info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

a.ad .info p {
    font-size: 2rem;
    line-height: 1.1;
    text-decoration: none;
    color: #000;
}

.lh-normal a {
    line-height: normal !important;
    font-size: 0.8rem !important;
    text-align: left !important;
}

a.ad:hover .info p {
    text-decoration: none;
}

.ad .info .main {
    font-weight: 600;
}

.ad .info .product {
    margin-left: -20px;
}

.ad image {
    position: relative;
}

.ad .new {
    position: absolute;
    bottom: 55px;
    max-width: 300px;
    right: 0;
}

.ad button {
    position: absolute;
    bottom: 50px;
    right: 40px;
    background-color: #ffb43c;
    color: #fff;
    font-size: 1.2rem;
    padding: 7px 20px;
    border: solid 2px #ffb43c;
}

.ad button:hover {
    background-color: #fff;
    color: #000;
}

#force-for-good {
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.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: -70px;
    right: 9rem;
}

.separador {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 60%;
}

.separador video,
main video {
    width: 100%;
    height: 100%;
    object-position: 100% 50%;
    object-fit: cover;
}


/* SINGLE PRODUCT */

.product-header {
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.product-header h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.product-header h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
}

.single h3 {
    margin-bottom: 1.5rem;
}

.single h4 {
    margin-bottom: 1rem;
}

.single p.small {
    font-weight: 200;
}

@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: #86a115;
}

.footer-bottom .data {
    margin-bottom: 3rem;
}

.footer-bottom .disclaimer {
    font-size: 0.9rem;
    max-width: 1200px;
}

.post-password-form {
    margin-bottom: 5rem;
    display: none;
}

.aclaracion .wpb_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* FACECARE */


/*
#face-care #gfyl-carousel .carousel-item:nth-child(1) .text {
    top: 6rem;
    right: 2rem;
    left: auto;
}

#face-care #gfyl-carousel .carousel-item:nth-child(1) .hand {
    top: auto;
    bottom: 20%;
    left: auto;
    right: 8rem;
    max-width: 300px;
}
*/

#face-care .tag a,
#face-care .tag button,
#face-care .discover a,
.grid-face-care a.tag,
.grid-face-care .tag button,
.grid-face-care a.discover,
#cuidado-facial .tag a,
#cuidado-facial .tag button,
#cuidado-facial .discover a,
#category-27 .tag a,
#category-27 .tag button,
#category-27 .discover a {
    background-color: #98A8C2;
    color: #fff;
}

#face-care .tag a:hover,
#face-care .tag button:hover,
#face-care .discover a:hover,
#cuidado-facial .tag a:hover,
#cuidado-facial .tag button:hover,
#cuidado-facial .discover a:hover,
#category-27 .tag a:hover,
#category-27 .tag button:hover,
#category-27 .discover a:hover {
    background-color: #687891;
    color: #fff;
}

.related-products .box {
    background-color: #f7fbfc !important;
    border-top: solid 15px #f7fbfc !important;
    border-bottom: solid 15px #f7fbfc !important;
}

#ageloc-elements-future-serum .related-products .tag a,
#ageloc-elements-future-serum .related-products .tag button,
#ageloc-elements-future-serum .related-products .discover a {
    background-color: #98A8C2;
    color: #fff;
}

#ageloc-elements-future-serum .related-products .tag a:hover,
#ageloc-elements-future-serum .related-products .tag button:hover,
#ageloc-elements-future-serum .related-products .discover a:hover {
    background-color: #6c80a0;
    color: #fff;
}


/*
#ageloc-elements-future-serum #gfyl-carousel .carousel-item:nth-child(1) .text {
    color: #000;
}

#ageloc-elements-future-serum #gfyl-carousel .carousel-item:nth-child(1) .hand {
    top: auto;
    right: 12rem;
    left: auto;
    bottom: 10%;
}
*/


/* BODY CARE */


/*

#body-care #gfyl-carousel .carousel-item .text {
    color: #000;
    text-align: right;
    font-weight: 200;
}


#body-care #gfyl-carousel .carousel-item:nth-child(1) .hand {
    top: auto;
    left: auto;
    bottom: 10%;
    right: 10%;
    max-width: 300px;
}

*/

#body-care .tag a,
#body-care .tag button,
#body-care .discover a,
#cuidado-corporal .tag a,
#cuidado-corporal .tag button,
#cuidado-corporal .discover a,
#category-12 .tag a,
#category-12 .tag button,
#category-12 .discover a {
    background-color: #347794;
    color: #fff;
}

#body-care .tag a:hover,
#body-care .tag button:hover,
#body-care .discover a:hover,
#cuidado-corporal .tag a:hover,
#cuidado-corporal .tag button:hover,
#cuidado-corporal .discover a:hover,
#category-12 .tag a:hover,
#category-12 .tag button:hover,
#category-12 .discover a:hover {
    background-color: #236480;
}


/* AGE LOC DEVICES */


/* 

#ageloc-devices #gfyl-carousel .carousel-item:nth-child(1) .hand {
    top: auto;
    left: auto;
    bottom: 5%;
    right: 30%;
    max-width: 350px;
}

*/

#ageloc-devices .tag a,
#ageloc-devices .tag button,
#ageloc-devices .discover a,
#dispositivos-ageloc .tag a,
#dispositivos-ageloc .tag button,
#dispositivos-ageloc .discover a {
    background-color: #9D9D9D;
    color: #fff;
}

#ageloc-devices .tag a:hover,
#ageloc-devices .tag button:hover,
#ageloc-devices .discover a:hover,
#dispositivos-ageloc .tag a:hover,
#dispositivos-ageloc .tag button:hover,
#dispositivos-ageloc .discover a:hover {
    background-color: #727171;
    color: #fff;
}

.d-flex.align-items-center .wpb_wrapper {
    display: flex;
    align-items: center;
}


/* 
#ageloc-galvanic-body-spa #gfyl-carousel .carousel-item:nth-child(1) .text {
    top: 40%;
    right: auto;
    left: 10%;
}
*/


/* cosmetics-oral-care */


/* 
#cosmetics-oral-care #gfyl-carousel .carousel-item:nth-child(1) .text {
    top: 7rem;
    right: auto;
    left: 5rem;
}

*/

#cosmetics-oral-care .box .discover a,
#cosmetics-oral-care .box .discover button,
#cosmetica-cuidado-bucal .box .discover a,
#cosmetica-cuidado-bucal .box .discover button {
    background-color: #000;
    color: #fff;
}

#cosmetics-oral-care .box .discover button:hover,
#cosmetics-oral-care .box .discover a:hover,
#cosmetica-cuidado-bucal .box .discover button:hover,
#cosmetica-cuidado-bucal .box .discover a:hover {
    color: #666;
    background-color: #ebebeb;
}


/* TR90 */

#tr90 #gfyl-carousel .carousel-item .text {
    color: #000;
}


/* 
#tr90 #gfyl-carousel .carousel-item:nth-child(1) .hand {
    bottom: 20%;
    left: auto;
    right: 10%;
    top: auto;
    max-width: 330px;
}
*/

#tr90 .tag a,
#tr90 .tag button,
#tr90 .discover a,
#tr90 .discover button,
#category-20 .tag a,
#category-20 .tag button,
#category-20 .discover a,
#category-20 .discover button {
    background-color: #F1862B;
    color: #fff;
}

#tr90 .tag a:hover,
#tr90 .tag button:hover,
#tr90 .discover a:hover,
#tr90 .discover button:hover,
#category-20 .tag a:hover,
#category-20 .tag button:hover,
#category-20 .discover a:hover,
#category-20 .discover button:hover {
    background-color: #b55b0e;
    color: #fff;
}


/* SOCIAL SELLING */

#social-selling .tag a,
#social-selling .tag button,
#social-selling .discover a,
#social-selling .discover button {
    background-color: #347794;
    color: #fff;
}

#social-selling .tag a:hover,
#social-selling .tag button:hover,
#social-selling .discover a:hover,
#social-selling .discover button:hover {
    background-color: #1e6483;
    color: #fff;
}


/* EPOCH */

#epoch .hand {
    transform: none;
}

#epoch .separator {
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#epoch .separator .text {
    position: absolute;
}


/* IN THE MEDIA */

a.media-box {
    text-decoration: none;
    color: #000;
    margin-bottom: 3rem;
}

.media-box img {
    margin-bottom: 20px;
}

.itm-icon {
    position: relative;
    padding-top: 5px;
}

.itm-icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: -50px;
    top: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.itm-icon.pdf:after {
    background-image: url(../img/icon-pdf.png);
}

.itm-icon.issuu:after {
    background-image: url(../img/icon-issuu.png);
}

a.media-box:hover span {
    color: #586476;
}

.age-highlight {
    font-size: 1.8rem;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    max-width: 126px;
    margin-left: auto;
}

.age-highlight:before {
    position: absolute;
    content: "";
    background-image: url(../img/circulo.png);
    background-size: 100% 100%;
    opacity: 0.3;
    background-position: center;
    background-repeat: no-repeat;
    width: 110%;
    height: 100px;
    top: -31px;
    right: -15px;
}

.aclaracion .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.aclaracion . {
    margin-left: 25px;
}

.modal-open .modal {
    background-color: rgba(0, 0, 0, 0.4);
}

.nuskin-popup-trigger {
    cursor: pointer;
}

#nuskin-popup .modal-dialog img {
    max-width: 300px;
    max-height: 300px;
    margin: auto;
    margin-bottom: 1rem;
}


/* PDF DOCUMENTS */

.pdf-documents {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.pdf-documents .item {
    width: 18%;
    margin-bottom: 3rem;
}

.pdf-documents .item a {
    text-decoration: none;
    color: #000;
}

.pdf-documents .item:hover a {
    color: #3b3b3b;
}

.pdf-documents .item .img {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    background-image: url(../img/pdf-bg.jpg);
    background-color: lightblue;
    background-size: cover;
    background-repeat: no-repeat;
}

.more-products-wrapper {
    background-color: #f7fbfc;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.more-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.more-header hr {
    width: 75px;
    height: 4px;
    background-color: #000;
}

.more-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.more-products .product {
    width: 32%;
    margin-bottom: 2%;
    background-color: gray;
    height: 0;
    padding-bottom: 25%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: solid 1px #f4f4f4;
}

.more-products .product .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    background-color: #86a115;
    color: #fff;
    padding-left: 1rem;
    display: flex;
    align-items: center;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

.more-products .product .tag:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 2rem;
    top: 0;
    right: 0.5rem;
    background-image: url(../img/chevron-white.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.more-products .tag h2 {
    color: #fff;
    font-size: 1rem;
    line-height: 0.1rem;
    position: absolute;
    top: calc(100% - 1rem);
    -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;
}

.more-products .product .button {
    outline: none;
    color: #fff;
    background-color: #86a115;
    border: 1px solid #fff !important;
    position: absolute;
    width: 160px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    bottom: 15px;
    right: 15px;
    text-decoration: none;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .box .tag h2 {
        font-size: 1rem;
        top: calc(100% - 1rem);
    }

    .box-h-100 .wpb_column {
        padding-bottom: 78.2%;
    }

    .box-h-55 .wpb_column {
        padding-bottom: 46.5%;
    }

    .vc_col-sm-3 .box-h-100 .wpb_column {
        padding-bottom: 65.5%;
    }
}

@media (min-width: 1024px) {

    .col-md-3 .box a.button,
    .col-md-4 .box a.button {
        width: 150px;
        height: 30px;
        font-size: 0.75rem;
        line-height: 28px;
    }

    .box .wpb_column {
        border: solid 1px #f4f4f4;
    }

    #nuskin-popup .modal-dialog {
        max-width: 1000px;
    }

    #ageloc-lumispa #gfyl-carousel .carousel-item .hand {
        left: 15px !important;
    }

    #ageloc-lumispa #gfyl-carousel .carousel-item .hand img {
        height: 300px !important;
    }
}

@media (max-width: 1024px) {
    .vc_row.vc_column-gap-30 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .vc_row.vc_column-gap-20 {
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .rellax,
    .cont-img {
        transform: translate3d(0, 0, 0) !important;
    }

    .box {
        border: none !important;
    }

    header {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    header .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

    header h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    header .navbar h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    header .wrap-menu {
        margin-bottom: 1rem;
    }

    header .navbar-nav {
        flex-direction: column;
        margin-bottom: 1rem;
    }

    header .navbar-nav li a:after {
        bottom: 0;
    }

    header .lang-selector {
        justify-content: center;
    }

    section .title {
        margin-bottom: 2rem;
    }

    #gfyl-carousel .carousel-item {
        padding-bottom: 60%;
        background-size: cover;
    }

    #gfyl-carousel .carousel-item .main-img {
        display: none;
    }

    #gfyl-carousel .carousel-item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0, 0, 0);
        background: -moz-linear-gradient(360deg, rgba(0, 0, 0, 0.2805322812718838) 17%, rgba(255, 255, 255, 0) 61%);
        background: -webkit-linear-gradient(360deg, rgba(0, 0, 0, 0.2805322812718838) 17%, rgba(255, 255, 255, 0) 61%);
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.2805322812718838) 17%, rgba(255, 255, 255, 0) 61%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
    }

    #gfyl-carousel .carousel-item .text {
        z-index: 5;
        font-size: 1.5rem;
        text-align: center !important;
        bottom: 0.5rem !important;
        width: 100%;
        color: #fff !important;
        top: auto !important;
        right: auto !important;
        left: 0;
        justify-content: flex-end !important;
    }

    #gfyl-carousel .carousel-item .hand {
        width: auto !important;
        max-width: 180px !important;
        left: calc(50% - 90px) !important;
        right: auto !important;
        margin-bottom: 50px !important;
    }

    /*
    #gfyl-carousel .carousel-item:nth-child(1) .hand,
    #gfyl-carousel .carousel-item:nth-child(2) .hand,
    #gfyl-carousel .carousel-item:nth-child(3) .hand,
    .facecare #gfyl-carousel .carousel-item:nth-child(3) .hand {
        bottom: auto !mportant;
        left: 2rem !important;
        top: 3rem !important;
        right: auto !important;
        max-width: 200px;
    } */
    #gfyl-carousel .indicators {
        height: 100%;
        bottom: 0;
    }

    #gfyl-carousel .carousel-indicators {
        height: 100%;
    }

    .box.mobile-right {
        background-position: center right;
    }

    .box-h-20,
    .box-h-30,
    .box-h-80,
    .box-h-100,
    .vc_col-sm-3 .box-h-100 {
        padding-bottom: calc(100% + 20px);
    }

    .box-h-30 .wpb_column,
    .box-h-40 .wpb_column,
    .box-h-45 .wpb_column,
    .box-h-50 .wpb_column,
    .box-h-60 .wpb_column,
    .box-h-80 .wpb_column,
    .box-h-100 .wpb_column,
    .vc_col-sm-3 .box-h-100 .wpb_column {
        padding-bottom: 80%;
    }

    .box-h-40,
    .box-h-45,
    .box-h-50,
    .box-h-55,
    .box-h-60 {
        padding-bottom: 55%;
        margin-bottom: 1rem;
    }

    .box-h-55 .wpb_column,
    .box-h-50 .wpb_column {
        padding-bottom: 52%;
    }

    .ad {
        padding-bottom: 3rem;
        padding-top: 3rem;
        height: auto;
    }

    .ad .hand {
        position: absolute;
        color: #FFC400;
        top: 0;
        bottom: inherit;
        left: 0;
        font-size: 10rem;
        max-width: 100%;
    }

    .ad .info .product {
        margin-left: auto;
    }

    .ad .info .logos {
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: 2rem;
    }

    .ad .image img {
        margin-top: auto;
        position: relative;
    }

    .ad image {
        position: relative;
    }

    .ad .new {
        position: relative;
        bottom: inherit;
        max-width: 300px;
        right: inherit;
        margin: auto;
    }

    .ad button {
        position: relative;
        bottom: inherit;
        right: inherit;
        margin: auto;
    }

    #force-for-good {
        padding-bottom: 37%;
    }

    .footer-top {
        text-align: center;
        padding-bottom: 8rem;
    }

    .footer-top .one-team-circle {
        right: auto;
        left: calc(50% - 70px);
    }

    .footer-top .col-md-3 {
        align-items: center;
    }

    .footer-top .we-are {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer-bottom {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    .single-product {
        margin-bottom: 2rem;
    }

    .single-product h1 {
        font-size: 1.6rem;
    }

    #product #the-products {
        padding-top: 3rem;
    }

    .single-product .breadcrumb {
        margin-bottom: 2rem;
    }

    .separador {
        padding-bottom: 60%;
    }

    .box .tag a,
    .box .tag button {
        font-size: 0.8rem;
        line-height: 1;
        text-align: left;
    }

    #ageloc-lumispa #gfyl-carousel .carousel-item .hand {
        left: 10px !important;
    }

    #ageloc-lumispa #gfyl-carousel .carousel-item .hand img {
        height: 150px !important;
    }

    .pdf-documents .item {
        width: 47%;
        margin-bottom: 3rem;
    }

    .page-template-page-pdf #gfyl-carousel .carousel-item .hand {
        width: auto !important;
        max-width: 120px !important;
        left: auto !important;
        right: 25px !important;
        margin-bottom: 50px !important;
    }

    .more-products .product {
        width: 100%;
        padding-bottom: 80%;
        margin-bottom: 4%;
    }
}

-------------------------------- */ .img-replace {
    /* replace text with an image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}


/* -------------------------------- 

xnugget info 

-------------------------------- */

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
    opacity: .8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d;
}


/* -------------------------------- 

Main components 

-------------------------------- */


/* -------------------------------- 

xpopup 

-------------------------------- */

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(96, 96, 96, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    display: flex;
    align-items: center;
}

.cd-popup.is-visible {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    padding: 5rem;
    max-width: 530px;
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container p {
    padding: 3em 1em;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}

.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.cd-popup-container .cd-buttons li:first-child a {
    background: #fc7169;
    border-radius: 0 0 0 .25em;
}

.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}

.cd-popup-container .cd-buttons li:last-child a {
    background: #b6bece;
    border-radius: 0 0 .25em 0;
}

.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}

.cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    z-index: 9999;
}

.cd-popup-close::before,
.cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
}


/*FIX bg repetido*/
#gfyl-carousel .carousel-item .main-img.rellax {
    display: none;
}

@media(min-width:1024px){
#gfyl-carousel .carousel-item{
background-size:100%
}
}

#row-products-low{
margin-top:-100px!important
}
#row-products-low-50{
margin-top:-50px!important
}

.box .wpb_column{
border:none!important
}

.tag.marron button, .tag.marron a {
    background-color: #906C67 !important;
}

.tag.marron button:hover, .tag.marron a:hover {
    background-color: #dcdcdc !important;
}

.tag.blue button, .tag.blue a {
    background-color: #55B4A9 !important;
}

.tag.blue button:hover, .tag.blue a:hover {
    background-color: #dcdcdc !important;
}


.tag.morado button, .tag.morado a {
    background-color: #795983!important;
}

.tag.morado button:hover, .tag.morado a:hover {
    background-color: #dcdcdc !important;
}


.tag.amarillo button, .tag.amarillo a {
    background-color: #ffde59!important;
}

.tag.amarillo button:hover, .tag.amarillo a:hover {
    background-color: #dcdcdc !important;
}