subli/* kleenex-styles.css */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype'), url('../fonts/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face{
font-family: 'Nunito Sans', sans-serif;
    src: url('../fonts/NunitoSans-Light.ttf');
    src: url('../fonts/NunitoSans-Light.ttf?#iefix') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face{
font-family: 'Nunito Sans', sans-serif;
    src: url('../fonts/NunitoSans-Regular.ttf');
    src: url('../fonts/NunitoSans-Regular.ttf?#iefix') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400&display=swap');

html {
    height: 100%;
}

body {
    /*min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;*/
}

.col-sm-12.text-center p, .col-sm-12 .text-center
{
color: #004085;
}

.footer {
    grid-row-start: 3;
    grid-row-end: 3;
}

.rbt-light {
    font-family: 'Roboto';
    font-weight: 300;
    font-style: normal;
}

.coco-regular {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

body.kleenex-body {
    color: #00335B;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
}

header.kleenex-header {
    padding: 10px 0px;
	color: #FFFFFF;
}

    header.kleenex-header p {
        margin: 10px 0px;
    }

.position-relative {
    /*position: relative;*/
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.logo-kleenex img {
    width: 130px;
}

.margin-auto {
    margin: 0 auto;
}

.product {
    cursor: pointer;
}

    .product .img-top {
        visibility: hidden;
        opacity: 0;
        transition: visibility 2s, opacity 0.5s linear;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .product:hover .img-top {
        visibility: visible;
        opacity: 1;
    }

a.btn-descubre, div.btn-descubre {
    background: #FFFFFF;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 40px;
    width: 162px;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    padding-top: 10px;
}

    a.btn-descubre:hover, div.btn-descubre:hover {
        text-decoration: none;
    }

/*#container{
background: url(../images/LANDING02_HEROBANNER.png) no-repeat;
 width: auto;
 height: 201px;
}*/


footer {
    background: #F6F3F3;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 300;
}

    footer p {
        margin: 0;
    }

        footer p a {
            margin: 0;
            color: #023976;
            text-decoration: underline;
        }

.fade-in {
    z-index: 99999;
}

.nav-kleenex {
    padding-bottom: 5px !important;
    padding-top: 0px !important;
    font-weight: 300;
}

.navbar-collapse {
    background-color: #426C99 !important;
}

.icn-nav {
    display: inline-block !important;
    padding: 0px 20px;
    width: 60px;
    text-align: center;
}

.navbar {
    padding: 0;
}

.menu-ind {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 20px;
    font-size: 20px !important;
}

li.menu-li {
    border-bottom: solid 1px #95AEC7;
    margin: 0px 10px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.dot {
    padding-top: 6px;
    color: #306CB4;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
}

.dropdown-toggle::after {
    content: '';
    position: relative;
    float: right;
    right: 20px;
    background: url(../images/menu-icons/dropdown.svg) no-repeat;
    width: 20px;
    height: 20px;
    border: 0;
    top: 10px;
}

.dropdown {
    border-bottom: solid 1px #95AEC7;
    margin: 0px 5px;
}

a.btn-sign-in {
    border: solid 1px #FFFFFF;
    color: #FFFFFF !important;
    display: inline-block;
    width: 134px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 30px;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
    font-weight: bold;
}

.dropdown-item {
    margin-bottom: 10px;
}

.nav-item.dropdown.show a.title-kleenex {
    font-weight: bold;
}

.nav-kleenex ul li a {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 40px;
}

.nav-link {
    padding: 0;
}


span.signin-mobile {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.dotted-line {
    width: 270px;
    height: 1px;
    border: dashed 1px #FFFFFF;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 100px;
}

.reg {
    padding-bottom: 30px;
}

    .reg a {
        text-decoration: underline;
    }

.signin-mobile.reg a {
    border: 0;
}

.back-index {
    background: #F6F3F3;
    padding: 2px 10px 10px 10px;
}

.back-index-header {
    padding: 10px 10px 0px 10px;
    font-size: 15px;
    text-decoration: underline;
    color: #134982;
    font-weight: bold;
}

.back-home {
    padding: 10px 0px;
}

.back-index a {
    color: #134982;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/menu-icons/lines-mobile.svg)
}

.product-home.first-element.show-last .more-mobile {
    right: 0px;
    bottom: 0px;
}

.more-mobile a {
    color: #000000 !important;
    text-decoration: none;
}

.variedad {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

    .variedad p {
        color: #404040;
        font-size: 18px;
        /*padding-top:35px;*/
    }

.var-titles {
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 500;
}

.banner-product {
    overflow: hidden;
    background-color: #84C0B6;
}


footer.footer-internas, footer.footer-internas a, footer.footer-internas a:hover {
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #5A5A5A;
    text-decoration: none;
}

    footer.footer-internas .dot {
        padding-top: 0px;
        color: #306CB4;
        padding-left: 0px;
        padding-right: 0px;
    }

    footer.footer-internas .dotted-line {
        width: 90%;
        height: 1px;
        border: dashed 1px #134982;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

.legales {
    width: auto;
}

.coco {
}

.lemon, .moras {
    position: absolute;
}

.lemon {
    bottom: 0;
    left: 90px;
}

.moras {
    bottom: 60px;
    left: 200px;
}

.pepino {
    position: absolute;
    bottom: -100px;
    left: 90px;
}

.banner-product span {
    font-size: 17px;
    display: block;
}

    .banner-product span:nth-child(2n) {
        font-size: 17px;
    }

.oval {
    position: absolute;
    bottom: 0;
}

.view-all, .view-all:hover {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    width: 90%;
    bottom: 10px;
    color: #FFFFFF;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    text-decoration: underline;
}

img.aromas-pic {
    /*max-width: 80%;*/
}

    img.aromas-pic.moras {
        max-width: 50%;
    }

.title-banner {
    position: absolute;
    top: 15%;
    transform: translateY(-20%);
    left: 40px;
    right: 0;
}

.aroma-grid h3 {
    font-size: 23px;
    padding-bottom: 20px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

.aroma-container {
    padding: 30px;
}

.aroma-container-1 {
    background: rgb(237,202,221); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(237,202,221,1) 1%, rgba(237,202,221,1) 50%, rgba(237,202,221,1) 99%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(237,202,221,1) 1%,rgba(237,202,221,1) 50%,rgba(237,202,221,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(237,202,221,1) 1%,rgba(237,202,221,1) 50%,rgba(237,202,221,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edcadd', endColorstr='#edcadd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.aroma-container-2 {
    background: rgb(182,207,75); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(182,207,75,1) 0%, rgba(215,231,106,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(182,207,75,1) 0%,rgba(215,231,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(182,207,75,1) 0%,rgba(215,231,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cf4b', endColorstr='#d7e76a',GradientType=0 ); /* IE6-9 */
}

.aroma-container-3 {
    background: rgb(251,181,53); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(251,181,53,1) 0%, rgba(226,189,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(251,181,53,1) 0%,rgba(226,189,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(251,181,53,1) 0%,rgba(226,189,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb535', endColorstr='#e2bd3b',GradientType=0 ); /* IE6-9 */
}

.aroma-container-4 {
    background: rgb(207,234,240); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(207,234,240,1) 0%, rgba(161,209,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(207,234,240,1) 0%,rgba(161,209,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(207,234,240,1) 0%,rgba(161,209,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfeaf0', endColorstr='#a1d1dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

img.img-product-aroma {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.conoce-title h1 {
    font-size: 20px;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
}

.tabs {
    background: #426C99;
    max-height: 35px;
    line-height: 35px;
    font-family: 'Nunito Sans', sans-serif;
    overflow: hidden;
    color: #ffffff;
}

    .tabs a:hover, .tabs a.active {
        /*background: #FFFFFF;
                color: #134982;*/
        text-decoration: none;
        color: #ffffff;
    }

    .tabs a {
        color: #FFFFFF;
        font-size: 10px;
    }

img.img-tab {
    width: 150px;
}

.tipo-producto {
    background: #F7FAFD;
    padding: 30px;
    color: #134982;
}

    .tipo-producto h3 {
        font-size: 20px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 600;
    }

    .tipo-producto h4 {
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 300;
        padding: 20px 0px 0px 0px;
    }

.desc-product {
    font-size: 15px;
    color: #404040;
    font-family: 'Roboto';
    display: inline-block;
}

    .desc-product span {
        position: relative;
        float: left;
        padding-right: 20px;
    }

.tipo-producto h5 {
    font-size: 15px;
    color: #404040;
    font-family: 'Roboto';
    font-weight: bold;
}

.select-item, .select-item-logo {
    border: solid 2px #9DB2CA;
    border-radius: 20px;
    text-align: center;
    color: #404040;
    cursor: pointer;
    padding: 10px 0px;
    display: inline-block;
}

    .select-item:hover, .select-item.active {
        background: #023976;
        color: #FFFFFF;
    }

        .select-item:hover button, .select-item.active button {
            background: #023976;
            color: #FFFFFF;
        }



.t-prod {
    font-size: 12px;
}

.d-prod {
    font-size: 10px;
    font-weight: bold;
}

.br-mobile {
    display: block;
}

.twolines-mobile-title {
    line-height: 19px;
    padding-top: 8px;
}

.tabs-info button {
    background: transparent;
    border: 0;
    outline: 0;
}

.overflow {
    overflow: auto;
}

.row-fluid {
    white-space: nowrap;
}

    .row-fluid .col-sm {
        display: inline-block;
    }

.menu-wrapper {
    position: relative;
    max-width: 500px;
    height: 100px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.menu {
    height: 120px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

    .menu .item {
        display: inline-block;
        width: 100px;
        height: 100%;
        padding: 1em;
        box-sizing: border-box;
    }

.paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3em;
}

.left-paddle {
    left: -17px;
    top: -42px;
}

.right-paddle {
    right: -17px;
    top: -26px;
}

.hidden {
    display: none;
}

.btn-cta img {
    opacity: 0.6;
}

.btn-cta.active img {
    opacity: 1;
}
/*set a border on the images to prevent shifting*/
#gallery_01 img {
    border: 2px solid white;
    max-width: 140px;
    width: 100%;
    margin-bottom: 29px;
}

.gallery .active img {
    border: 2px solid #333 !important;
}

.gallery .img-fluid {
    width: auto;
    height: 400px;
}

.privacidad h1 {
    font-size: 25px;
}

.privacidad p {
    text-align: left;
}

.btn-sign-in {
    border: solid 1px #00335B;
    display: inline-block;
    width: 200px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: white;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    color: #00335B !important;
    -webkit-transition: color 1s;
    -moz-transition: color 1s;
    -o-transition: color 1s;
    transition: color 1s;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 50px;
}

    .btn-sign-in a {
        color: #00335B;
    }

.visible {
    display: block;
}

.visiblemobile {
    display: none;
}

.item {
    display: none;
}

.item2 {
    display: none;
}

.homeactive {
    display: block;
}

.infodesk {
    display: block;
}

.infomobile {
    display: none;
}

.prevflecha {
    display: none;
}

#coldcare {
    display: none;
}

#manzanilla {
    display: none;
}

#neutro {
    display: none;
}

a.navbar-brand.logo-nav {
    width: 200px;
}

html, body {
    height: 100%;
    margin: 0;
	
}

.fondo1{
background: url(/media/1713/k100a_fondomosaico.jpg) repeat;
   background-position: bottom;
}
.fondo{
background: url(/media/1713/k100a_fondomosaico.jpg) repeat;
 padding: 20px;
}

.movi1{
   position: absolute;
    overflow-clip-margin: content-box;
    overflow: hidden;
    object-fit: scale-down;
    width: 10%;
  animation: fireworks 5s ease infinite;
}

.fireworks2{
    margin-left: 85%;
}
@keyframes fireworks {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.wrapper {
    height: 100%;
}

.footer,
.push {
    height: auto;
}

.filtro-productos a:hover {
    text-decoration: none;
}


#page-container {
    position: relative;
    min-height: 100vh;
}



#content-wrap {
    padding-bottom: 100px; /* Footer height */
}



#footer {
    position: absolute;
    bottom: -55px;
    width: 100%;
    height: 155px;
    /* Footer height */
}

.activhover {
    color: #00335B;
    cursor: pointer;
    background-color: #ffffff;
}

.activenav {
    color: #ffffff;
    cursor: pointer;
}

.activenav1 {
    color: #ffffff;
    cursor: pointer;
}

.activenav2 {
    color: #ffffff;
    cursor: pointer;
}

.activenav4 {
    color: #ffffff;
    cursor: pointer;
}

.activenav5 {
    color: #ffffff;
    cursor: pointer;
}

.activenav6 {
    color: #ffffff;
    cursor: pointer;
}

.col-sm-3 {
    max-width: 16%;
}

.activenav7 {
    color: #ffffff;
    cursor: pointer;
}


@media (hover: none) {
    .product:hover .img-top {
        visibility: hidden;
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    .test-media {
        background: red;
    }

    .visible {
        display: none;
    }

    .visiblemobile {
        display: block;
    }

    .homeactive {
        display: none;
    }

    .more-mobile {
        color: #000000;
        position: absolute;
        bottom: 0;
        right: 11px;
        width: 40px;
        height: 40px;
        background: white;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 300;
        right: 11px;
        z-index: 9;
    }

    .product-home .more-mobile {
        right: 0;
    }

    .more-mobile a {
        color: #000000 !important;
        text-decoration: none;
    }

    .product .more-mobile, .product-home .more-mobile {
        /*visibility: hidden;
                opacity: 0;*/
        transition: 1s;
        transform: matrix(0.5, 0, 0, 0.5, 0, -10);
    }

    .product.show-last .more-mobile, .product-home.show-last .more-mobile {
        transition: 1s;
        right: 12px;
        visibility: inherit !important;
        opacity: 1 !important;
        transform: matrix(1, 0, 0, 1, 0, 0) !important;
    }

    .product-home.first-element.show-last .more-mobile {
        right: 0px;
        bottom: 16px;
    }

    .product-home.show-last .more-mobile {
        right: 0;
    }

    .navbar-collapse {
        background-color: #426C99 !important;
        position: relative;
        top: -79px;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
    }

    .banner-product span, .banner-product span:nth-child(2n) {
        font-size: 12px;
        display: block;
    }

    .title-banner {
        position: absolute;
        top: 35%;
        transform: translateY(-35%);
        left: 0;
        right: 0;
    }

    .view-all, .view-all:hover {
        font-size: 11px;
    }

    img.img-product-aroma {
        width: 80%;
    }

    .aroma-container {
        height: 400px;
    }

    img.img-product-aroma {
        width: 80%;
    }

    /*img.img-tab {
    width: 60px;
    padding: 0;
}*/
    .gallery {
        text-align: center;
    }


    .btn-sign-in {
        margin: 0 auto !important;
        /* position: relative; */
        display: block;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
        font-size: 16px;
    }

    .tipo-producto {
        padding: 10px;
    }

    .gallery .img-fluid {
        width: 270px !important;
        margin: 0 auto;
        height: auto;
    }

    #gallery_01 img {
        max-width: 64px;
        display: inline-block;
    }

    .prevflecha {
        display: block;
    }

    .title-banner {
        top: 22%;
    }

    .oval {
        position: absolute;
        bottom: -8px;
    }

    .menu-wrapper {
        max-width: 300px;
    }
    /*footer aqui*/

    #footer {
        position: relative;
        height: auto;
        bottom: 10px;
    }

    #content-wrap {
        padding-bottom: 0px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .test-media {
        background: lime;
    }

    .visible {
        display: none;
    }

    .visiblemobile {
        display: block;
    }

    .navbar-collapse {
        background-color: #426C99 !important;
        position: relative;
        top: -79px;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
        font-size: 16px;
    }

    .grid-products-kleenex .more-mobile {
        color: #000000;
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 40px;
        height: 40px;
        background: white;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 300;
        z-index: 9;
    }

    .banner-product span, .banner-product span:nth-child(2n) {
        font-size: 20px;
        display: block;
    }

    .title-banner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .view-all, .view-all:hover {
        font-size: 14px;
    }

    .oval {
        position: relative !important;
        bottom: 0;
    }

    .aroma-container {
        height: 300px;
    }

    img.img-product-aroma {
        width: 70%;
    }

    a.btn-cta {
        width: auto;
    }

    /*img.img-tab {
    width: 116px;
}*/

}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .test-media {
        background: blue;
    }

    .navbar-collapse {
        background-color: #426C99 !important;
        position: relative;
        top: -79px;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
    }

    .grid-products-kleenex .more-mobile {
        color: #000000;
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 40px;
        height: 40px;
        background: white;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 300;
        z-index: 9;
    }

    .banner-product span {
        font-size: 30px;
    }

        .banner-product span:nth-child(2n) {
            font-size: 15px;
        }

    .view-all, .view-all:hover {
        font-size: 9px;
    }

    .aroma-container {
        height: 400px;
    }

    img.img-product-aroma {
        width: 80%;
    }

    a.btn-cta {
        width: auto;
    }
    /*img.img-tab {
        width: 130px;
    }*/

    .gallery {
        text-align: center;
    }

        .gallery .img-fluid {
            width: 488px !important;
            margin: 0 auto;
            height: auto;
            margin-bottom: 20px;
        }

    #gallery_01 img {
        max-width: 119px;
    }

    .btn-sign-in {
        margin: 0 auto !important;
        /* position: relative; */
        display: block;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
        font-size: 16px;
    }

    .banner-product span:nth-child(2n) {
        font-size: 15px;
    }

    .title-banner {
        top: 10%;
    }

    .banner-product span {
        font-size: 18px;
    }

    .space {
        height: 10px;
    }

    .infodesk {
        display: none;
    }

    .infomobile {
        display: block;
    }

    .prevflecha {
        display: block;
    }

    #footer {
        position: relative;
        height: auto;
    }

    #content-wrap {
        padding-bottom: 0px;
    }
}


/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .test-media {
        background: pink;
    }

    .visible {
        display: block;
    }

    .visiblemobile {
        display: none;
    }

    .icn-nav {
        display: none !important;
    }

    .navbar-collapse {
        background-color: #FFFFFF !important;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dot {
        display: block;
    }

    .dropdown {
        border-bottom: none;
    }

    .dot {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-kleenex ul li a {
        text-transform: uppercase;
        color: #404040 !important;
        font-size: 14px;
    }


    a.btn-sign-in {
        margin-top: 0px;
    }

    a.btn-sign-in {
        border: solid 1px #00335B;
        display: inline-block;
        width: 134px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-radius: 20px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: white;
        -webkit-transition: background-color 1s;
        -moz-transition: background-color 1s;
        -o-transition: background-color 1s;
        transition: background-color 1s;
        color: #00335B !important;
        -webkit-transition: color 1s;
        -moz-transition: color 1s;
        -o-transition: color 1s;
        transition: color 1s;
        font-size: 14px;
        margin-top: 0px;
    }

        a.btn-sign-in:hover {
            background: #00335B;
            color: #FFFFFF !important;
            font-size: 14px;
        }


    span.signin-mobile {
        /*text-align: right;*/
    }

    .reg {
        display: none !important;
    }

    .dotted-line {
        display: none;
    }

    .grid-products-kleenex .more-mobile {
        color: #000000;
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 40px;
        height: 40px;
        background: white;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 300;
        z-index: 9;
    }

    .navbar-light .navbar-nav .active a {
        border-bottom: solid 2px #003399;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        color: #003399 !important;
        font-weight: bold;
    }

    .title-kleenex {
        height: 34px;
    }

    .view-all, .view-all:hover {
        font-size: 13px;
    }

    .banner-product span {
        font-size: 35px;
    }

        .banner-product span:nth-child(2n) {
            font-size: 20px;
        }

    .aroma-container {
        height: 400px;
    }

    img.img-product-aroma {
        width: 80%;
    }

    .btn-sign-in {
        left: 0;
    }

    .navbar-expand-lg .navbar-nav {
        position: relative;
        left: -30px;
    }

    a.navbar-brand.logo-nav {
        width: 200px;
        margin-left: 0px;
    }

    .gallery .img-fluid {
        height: 335px;
        float: right;
    }

    #gallery_01 img {
        max-width: 78px;
        display: inline-block;
        margin-bottom: 17px;
    }

    .banner-product span {
        font-size: 15px;
    }

        .banner-product span:nth-child(2n) {
            font-size: 15px;
        }

    .title-banner {
        top: 10%;
    }

    .prevflecha {
        display: block;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .test-media {
        background: orange;
    }

    .visible {
        display: block;
    }

    .visiblemobile {
        display: none;
    }

    .navbar-collapse {
        background-color: #FFFFFF !important;
    }

    .icn-nav {
        display: none !important;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .dot {
        display: block;
    }

    .dropdown {
        border-bottom: none;
    }

    .nav-kleenex ul li a {
        text-transform: uppercase;
        color: #404040;
        font-size: 14px;
    }

    a.btn-sign-in {
        margin-top: 0px;
    }

    span.signin-mobile {
        width: auto;
        text-align: center;
        display: inline-block;
    }

    a.btn-sign-in {
        border: solid 1px #00335B;
        display: inline-block;
        width: 134px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        border-radius: 20px;
        font-weight: 500;
        text-transform: uppercase;
        background-color: white;
        -webkit-transition: background-color 1s;
        -moz-transition: background-color 1s;
        -o-transition: background-color 1s;
        transition: background-color 1s;
        color: #00335B !important;
        -webkit-transition: color 1s;
        -moz-transition: color 1s;
        -o-transition: color 1s;
        transition: color 1s;
        font-size: 14px;
        margin-top: 0px;
    }

        a.btn-sign-in:hover {
            background: #00335B;
            color: #FFFFFF !important;
            font-size: 14px;
        }

    .reg {
        display: none !important;
    }

    .dotted-line {
        display: none;
    }

    .grid-products-kleenex .more-mobile {
        color: #000000;
        position: absolute;
        bottom: 0;
        right: 0px;
        width: 40px;
        height: 40px;
        background: white;
        text-align: center;
        line-height: 40px;
        font-size: 30px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 300;
        z-index: 9;
    }

    .variedad {
        font-size: 20px;
    }

    .navbar-light .navbar-nav .active a {
        border-bottom: solid 2px #003399;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        color: #003399 !important;
        font-weight: bold;
    }

    .title-kleenex {
        height: 34px;
    }

    .aroma-container {
        height: 470px;
    }

    .tabs a {
        font-size: 16px;
        font-weight: 600;
    }

    .br-mobile {
        display: none;
    }

    .twolines-mobile-title {
        line-height: auto;
        padding-top: 15px;
    }

    .tabs-info .container {
        max-width: 1140px;
    }

    .gallery .img-fluid {
        width: auto;
        height: 400px;
        float: right;
    }

    #gallery_01 img {
        max-width: 75px;
        display: block;
        margin-bottom: 41px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1600px) {
    .test-media {
        background: black;
    }

    .visible {
        display: block;
    }

    .visiblemobile {
        display: none;
    }

    .gallery .img-fluid {
        width: auto;
        height: 380px;
        float: right;
        position: relative;
        right: 60px;
    }

    #gallery_01 img {
        max-width: 71px;
        display: block;
    }
}

@media screen and (max-width: 1685px) and (min-width: 1599px) {
    .test-media {
        background: OLIVE;
    }

    #gallery_01 img {
        max-width: 114px;
        display: block;
        margin-bottom: 17px;
    }

    .visible {
        display: block;
    }

    .visiblemobile {
        display: none;
    }

    .gallery .img-fluid {
        height: 464px;
    }

    #gallery_01 img {
        max-width: 96px;
    }

    .gallery .img-fluid {
        height: 395px;
        float: right;
        right: 0;
    }
}

@media screen and (max-width: 1383px) and (min-width: 1200px) {
    .test-media {
        background: PALEVIOLETRED;
    }


    .visible {
        display: block;
    }

    .visiblemobile {
        display: none;
    }

    #gallery_01 img {
        max-width: 96px;
        display: inline-block;
        margin-bottom: 17px;
    }

    .gallery .img-fluid {
        height: 400px;
        float: right;
    }

    a.navbar-brand.logo-nav {
        width: 200px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 1071px) and (min-width:992px) {
    .test-media {
        background: REBECCAPURPLE;
    }

    #gallery_01 img {
        max-width: 96px;
        display: inline-block;
        margin-bottom: 17px;
    }

    .visible {
        display: block;
    }

    .visiblemobile {
        display: none;
    }

    a.navbar-brand.logo-nav {
        margin-left: 0px;
    }

    .btn-sign-in {
        left: 0;
    }

    .navbar-expand-lg .navbar-nav {
        position: relative;
        left: -25px;
    }

    .gallery .img-fluid {
        width: 388px !important;
        float: right;
    }

    #gallery_01 img {
        max-width: 80px;
        display: inline-block;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 850px) and (min-width:770px) {
    .test-media {
        background: brown;
    }

    .gallery {
        text-align: center;
    }

    .visible {
        display: none;
    }

    .gallery .img-fluid {
        width: 488px;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px;
    }

    #gallery_01 img {
        max-width: 119px;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
        font-size: 16px;
    }

    .infodesk {
        display: none;
    }

    .infomobile {
        display: block;
    }

    #footer {
        position: relative;
        height: auto;
    }

    #content-wrap {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 767px) and (min-width:576px) {
    .test-media {
        background: CORAL;
    }

    #gallery_01 img {
        max-width: 119px;
    }

    .gallery .img-fluid {
        width: 488px !important;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px;
    }

    .visible {
        display: none;
    }

    .visiblemobile {
        display: block;
    }

    .gallery {
        text-align: center;
    }

    .btn-sign-in {
        margin: 0 auto !important;
        /* position: relative; */
        display: block;
        margin-bottom: 30px !important;
        margin-top: 30px !important;
    }

    #gallery_01 img {
        max-width: 109px;
    }

    .space {
        height: 40px;
    }

    .infodesk {
        display: none;
    }

    .infomobile {
        display: block;
    }

    .prevflecha {
        display: block;
    }

    #footer {
        position: relative;
        height: auto;
    }

    #content-wrap {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 575px) and (min-width:500px) {
    .test-media {
        background: STEELBLUE;
    }

    #gallery_01 img {
        max-width: 99px;
    }

    .gallery .img-fluid {
        width: 410px !important;
        margin: 0 auto;
        height: auto;
        margin-bottom: 20px;
    }

    .visible {
        display: none;
    }

    .homeactive {
        display: none;
    }

    .visiblemobile {
        display: block;
    }

    .gallery {
        text-align: center;
    }

    .nav-kleenex ul li a {
        color: #FFFFFF !important;
        font-size: 16px;
    }

    .title-banner {
        top: 13%;
    }

    .space {
        height: 10px;
    }

    .infodesk {
        display: none;
    }

    .infomobile {
        display: block;
    }

    .prevflecha {
        display: block;
    }

    #footer {
        position: relative;
        height: auto;
    }

    #content-wrap {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 2500px) and (min-width:1900px) {
    .imgLogo {
        padding-left: 240px;
    }

    .btn-sign-in {
        margin-right: 250px;
    }
}


/* Webfont: CocogoosePro-UltraLight */
@font-face {
    font-family: 'CocogooseProUltraLight';
    src: url("../fonts/CocogoosePro-UltraLight.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/CocogoosePro-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/CocogoosePro-UltraLight.woff") format("woff"), url("../fonts/CocogoosePro-UltraLight.ttf") format("truetype"), url("../fonts/CocogoosePro-UltraLight.svg#CocogoosePro-UltraLight") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: CocogoosePro */
@font-face {
    font-family: 'CocogoosePro';
    src: url("../fonts/CocogoosePro.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/CocogoosePro.eot?#iefix") format("embedded-opentype"), url("../fonts/CocogoosePro.woff") format("woff"), url("../fonts/CocogoosePro.ttf") format("truetype"), url("../fonts/CocogoosePro.svg#CocogoosePro") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face{
font-family: 'Nunito Sans', sans-serif;
    src: url('../fonts/NunitoSans-Light.ttf');
    src: url('../fonts/NunitoSans-Light.ttf?#iefix') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face{
font-family: 'Nunito Sans', sans-serif;
    src: url('../fonts/NunitoSans-Regular.ttf');
    src: url('../fonts/NunitoSans-Regular.ttf?#iefix') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400&display=swap');


nav.nav-kleenex {
    font-family: 'Nunito Sans', sans-serif !important;
}

    nav.nav-kleenex .dropdown-toggle:after {
        content: '';
        position: relative;
        float: right;
        right: 20px;
        background: url(../images/menu-icons/dropdown-down.svg) no-repeat;
        width: 20px;
        height: 20px;
        border: 0;
        top: 17px;
    }

    nav.nav-kleenex .nav-item.dropdown.show .dropdown-toggle:after {
        background: url(../images/menu-icons/dropdown-up.svg) no-repeat;
    }

@media (max-width: 991.98px) {
    .dropdown-menu {
        padding: 0 !important;
    }

        .dropdown-menu .dropdown-item {
            text-indent: 38px;
            margin-bottom: 0 !important;
        }

            .dropdown-menu .dropdown-item:first-of-type {
                padding-bottom: 0 !important;
            }

            .dropdown-menu .dropdown-item:last-of-type {
                padding-top: 0 !important;
            }

            .dropdown-menu .dropdown-item:hover {
                font-family: 'Nunito Sans', sans-serif;
                font-weight: bolder;
            }

            .dropdown-menu .dropdown-item:before {
                content: url("../images/menu-icons/bullet.svg");
                height: 5px;
                width: 5px;
                vertical-align: 10%;
                margin-right: 15px;
            }

    .fsc-btn {
        background: #426C9A;
        border: 1px solid #FFFFFF;
        border-radius: 19px;
        font-family: 'Nunito Sans', sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
        font-weight: 300;
        color: #FFFFFF !important;
        margin: auto;
        width: 145px;
        height: 40px;
    }

        .fsc-btn img {
            height: 23px;
            margin-right: 3px;
        }

    .dotted-line {
        width: 75%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .btn-sign-in {
        margin-top: 25px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .active > .nav-link, .nav-link:hover {
        color: #00335B !important;
        font-weight: bold;
        font-family: 'Nunito Sans', sans-serif;
    }

    .active-menu {
        color: #00335B !important;
        font-weight: bold;
        font-family: 'Nunito Sans', sans-serif;
    }

    .dropdown-menu-arrow {
        top: -25px;
        left: 50%;
        width: 0;
        height: 0;
        position: relative;
    }

        .dropdown-menu-arrow:before,
        .dropdown-menu-arrow:after {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-width: 7px 8px;
            border-style: solid;
            border-color: transparent;
            z-index: 1001;
        }

        .dropdown-menu-arrow:after {
            bottom: -18px;
            right: -8px;
            border-bottom-color: #fff;
        }

        .dropdown-menu-arrow:before {
            bottom: -17px;
            right: -8px;
            border-bottom-color: rgba(0, 0, 0, 0.15);
        }

    nav.nav-kleenex .navbar-brand .imgLogo {
        width: 130px;
        padding-left: 0 !important;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 12px;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .nav-item .title-kleenex {
        white-space: nowrap !important;
        font-size: 12px;
        padding: 0;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .dot {
        padding: 7px 5px 0px 5px;
    }

    nav.nav-kleenex .dropdown-menu {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #FFFFFF;
        -webkit-box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.57);
        box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.57);
    }

        nav.nav-kleenex .dropdown-menu .dropdown-item {
            color: #606060 !important;
            letter-spacing: 0;
            text-align: center;
            height: 32px;
            font-size: 12px;
            line-height: 24px;
        }

            nav.nav-kleenex .dropdown-menu .dropdown-item:hover, nav.nav-kleenex .dropdown-menu .dropdown-item.active {
                background-color: #00335B !important;
                color: #FFFFFF !important;
                font-family: 'Nunito Sans', sans-serif !important;
            }

            nav.nav-kleenex .dropdown-menu .dropdown-item:first-of-type {
                margin: 0.5rem 0 0 0;
            }

            nav.nav-kleenex .dropdown-menu .dropdown-item:last-of-type {
                margin: 0 0 0.5rem 0;
            }

    nav.nav-kleenex .fsc-btn {
        background: #00335B;
        border: 1px solid #00335B;
        border-radius: 19px;
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 300;
        color: #FFFFFF !important;
        letter-spacing: 0;
        text-align: center;
        margin: 1rem 0.5rem;
        font-size: 12px;
        width: 130px;
        height: 30px;
    }

        nav.nav-kleenex .fsc-btn img {
            height: 23px;
            margin-right: 3px;
        }

    nav.nav-kleenex .login {
        margin-top: 0.6rem;
    }

    .navbar-light .navbar-nav .active > .nav-link {
        color: #003399 !important;
        font-family: 'Nunito Sans', sans-serif !important;
    }
}

@media (min-width: 1200px) {
    nav.nav-kleenex .navbar-brand .imgLogo {
        width: 200px;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 13px;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .nav-item .title-kleenex {
        font-size: 13px;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .dot {
        padding: 7px 15px 0px 15px;
    }

    nav.nav-kleenex .dropdown-menu .dropdown-item {
        font-size: 13px;
    }

    nav.nav-kleenex .fsc-btn {
        font-size: 13px;
        width: 135px;
        height: 38px;
    }

        nav.nav-kleenex .fsc-btn img {
            height: 24px;
            margin-right: 3px;
        }

    nav.nav-kleenex .login {
        margin-top: 1rem;
    }
}

@media (min-width: 1420px) {
    nav.nav-kleenex .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .nav-item .title-kleenex {
        font-size: 14px;
    }

    nav.nav-kleenex .navbar-collapse .navbar-nav .dot {
        padding: 7px 20px 0px 20px;
    }

    nav.nav-kleenex .dropdown-menu .dropdown-item {
        font-size: 14px;
    }

    nav.nav-kleenex .fsc-btn {
        font-size: 14px;
        width: 150px;
        height: 40px;
    }

        nav.nav-kleenex .fsc-btn img {
            height: 24px;
        }
}
