@font-face {
    font-family: "KlavikaLight";
    src: url("https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT3D5C921112BC4B81A5683F550B3928CC/native/KlavikaLight-Plain.woff2?channelToken=175d1e62d4a29808d17f15bcfe85969f") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "WeissenhofGrotesk";
    src: url("https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT88665996439C47A1AF5438EE4FD91F07/native/weissenhofgrotesk-bold-webfont.woff2?channelToken=175d1e62d4a29808d17f15bcfe85969f") format("woff2"), url("https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONTAC65B9D114BE4B17BCCC1ED04E6CBAA9/native/weissenhofgrotesk-bold-webfont.woff?channelToken=175d1e62d4a29808d17f15bcfe85969f") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "WeissenhofGrotesk";
    src: url("https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT7313524A2DB448B49F90F9F3BBE6161B/native/weissenhofgrotesk-regular-webfont.woff2?channelToken=175d1e62d4a29808d17f15bcfe85969f") format("woff2"), url("https://bc-affinitycontent.cec.ocp.oraclecloud.com/content/published/api/v1.1/assets/CONT6D42ABC31BFB4D2C80AA93D47E207279/native/weissenhofgrotesk-regular-webfont.woff?channelToken=175d1e62d4a29808d17f15bcfe85969f") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* --- CSS styles --- */

#containerPage {
    position: relative;
}

picture {
    width: 100%;
}

.overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.disFlex {
    display: flex;
}

.dec-none, .dec-none:hover {
    text-decoration: none;
}

.gardient {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
}

.text_center {
    text-align: center;
}

.bgGreenDiv {
    position: relative;
}

.bgGardientTop {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(118, 179, 40, 0.1), rgba(118, 179, 40, 0) 50%);
    height: 300px;
}

.bgGardientBottom {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    transform: rotate(180deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(118, 179, 40, 0.2), rgba(118, 179, 40, 0) 50%);
    height: 200px;
}

/* ---- Trainer Contenedor Articulos ---- */

.CAs_TRN_articulos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.CAs_TRN_articulos .TRN_Articulo {
    margin: 10px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
    height: 476px;
    min-height: 476px;
    max-height: 476px;
}

@media (max-width: 1440px) {
    .CAs_TRN_articulos .TRN_Articulo {
        width: 270px;
        min-width: 270px;
        max-width: 270px;
        height: 525px;
        min-height: 525px;
        max-height: 525px;
    }

    .CAs_TRN_articulos .TRN_Articulo .contImage {
        height: 230px;
        width: 100%;
        position: relative;
    }

    .CAs_TRN_articulos .TRN_Articulo .contImage img {
        background-position: center;
        background-size: cover;
        transform: scale(1.6);
    }
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    .CAs_TRN_articulos {
        justify-content: center;
        align-items: center;
    }
}

/* --- Trainer Articulo ---  */

/* Ellipsis */

.TRN_Articulo.ellipsis .info-article p {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    max-width: 100%;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TRN_Articulo.ellipsis .info-article h3 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* home trainer */

.home-latest-articles-container .TRN_Articulo .mini {
    min-height: 490px;
}

/**/

.TRN_Articulo .mini {
    border-radius: 9px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.1), 5px 5px 0 1px #76b328;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 425px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.TRN_Articulo .info-article {
    padding: 20px;
    text-align: left;
}

.TRN_Articulo img {
    width: 100%;
    margin: 0px;
}

.TRN_Articulo .subtitle {
    font-family: 'klavikaregular';
    color: #659922;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    display: block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TRN_Articulo .pre-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TRN_Articulo .pre-info .date {
    font-family: 'Klavikaregular';
    font-size: 0.875rem;
    line-height: 1.71;
    text-align: right;
    color: #152935;
}

.TRN_Articulo .author {
    font-family: 'klavikaregular';
    color: #152935;
    font-size: 1rem;
}

.TRN_Articulo h3 {
    font-family: 'klavikamedium';
    font-size: 1.5rem;
    text-align: left;
    line-height: 1;
    color: #1a1a1a;
    margin-bottom: 25px;
}

.TRN_Articulo p {
    font-family: 'klavikaregular';
    color: #9da5aa;
    margin-bottom: 25px;
    font-size: 1rem;
}

.TRN_Articulo .view-detail {
    display: block;
    font-family: 'Klavikaregular';
    text-decoration: underline;
    font-size: 1rem;
    color: #76b328;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {}

@media (max-width: 375px) {
    .TRN_Articulo {
        width: 100%;
        margin: 20px 0;
        min-height: auto;
    }
}

/* TRN_Articulo .detalle */

.TRN_Articulo .detalle {
    margin: 0px;
    padding: 0px;
    font-style: normal;
}

.TRN_Articulo .detalle .box-banner {
    position: relative;
}

.TRN_Articulo .detalle .info-banner {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: 0 auto 50px;
    color: #fff;
    left: 0;
    right: 0;
}

.TRN_Articulo .detalle .info-banner .title {
    font-family: 'Klavikamedium';
    font-size: 2.25rem;
    color: #ffffff;
}

.TRN_Articulo .detalle img {
    /* margin: 0px 20px; */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}

.TRN_Articulo .detalle .bloque img {
    height: auto;
    width: 350px;
    margin: 0 15px;
}

.TRN_Articulo .detalle h2 {
    font-family: 'Klavikamedium';
    font-size: 2.875rem;
    color: #152935;
}

.TRN_Articulo .detalle .bloque {
    margin: 70px auto;
    max-width: 1024px;
}

.TRN_Articulo .detalle p {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    color: #152935;
}

.TRN_Articulo .detalle .related-articles {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TRN_Articulo .detalle .related-articles .TRN_Articulo {
    max-width: 270px;
    margin: 20px 50px;
}

.TRN_Articulo .detalle .related-articles .TRN_Articulo p {
    color: #9da5aa;
}

.TRN_Articulo .detalle .related-articles .TRN_Articulo img {
    min-height: 230px;
    max-height: 230px;
    width: 100%;
}

.TRN_Articulo .detalle .related-articles .TRN_Articulo .category-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TRN_Articulo .detalle .related-articles .TRN_Articulo .category-date .date {
    font-family: 'Klavikaregular';
    font-size: 0.875rem;
    text-align: right;
    color: #152935;
}

.TRN_Articulo .detalle .related-articles .TRN_Articulo .linkdetail {
    display: block;
    font-family: 'Klavikaregular';
    font-size: 1rem;
    color: #76b328;
}

/**/

/**
   * Carousel.sass
   * @author: Dang Van Thanh
   * @github: https://github.com/dangvanthanh/carousel.sass
   * @description: A Simple Carousel Pure CSS Using Sass
   * @version: 1.0.0
   */

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__prev>label:nth-child(5), .carousel>input[type="radio"]:nth-child(1):checked~.carousel__next>label:nth-child(2), .carousel>input[type="radio"]:nth-child(2):checked~.carousel__prev>label:nth-child(1), .carousel>input[type="radio"]:nth-child(2):checked~.carousel__next>label:nth-child(3), .carousel>input[type="radio"]:nth-child(3):checked~.carousel__prev>label:nth-child(2), .carousel>input[type="radio"]:nth-child(3):checked~.carousel__next>label:nth-child(4), .carousel>input[type="radio"]:nth-child(4):checked~.carousel__prev>label:nth-child(3), .carousel>input[type="radio"]:nth-child(4):checked~.carousel__next>label:nth-child(5), .carousel>input[type="radio"]:nth-child(5):checked~.carousel__prev>label:nth-child(4), .carousel>input[type="radio"]:nth-child(5):checked~.carousel__next>label:nth-child(1) {
    opacity: 1 !important;
    z-index: 3;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body {
    background: #fcfcfc;
    margin: 0;
}

.container-carousel {
    max-width: 1040px;
    margin: 30px auto;
}

.carousel {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.carousel>input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}

.carousel>input[type="radio"]:checked~.carousel__items .carousel__item, .carousel>input[type="radio"]:checked~.carousel__prev>label, .carousel>input[type="radio"]:checked~.carousel__next>label {
    opacity: 0;
}

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__items .carousel__item:nth-child(1) {
    opacity: 1;
}

.carousel>input[type="radio"]:nth-child(1):checked~.carousel__nav>label:nth-child(1) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(2):checked~.carousel__items .carousel__item:nth-child(2) {
    opacity: 1;
}

.carousel>input[type="radio"]:nth-child(2):checked~.carousel__nav>label:nth-child(2) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(3):checked~.carousel__items .carousel__item:nth-child(3) {
    opacity: 1;
}

.carousel>input[type="radio"]:nth-child(3):checked~.carousel__nav>label:nth-child(3) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(4):checked~.carousel__items .carousel__item:nth-child(4) {
    opacity: 1;
}

.carousel>input[type="radio"]:nth-child(4):checked~.carousel__nav>label:nth-child(4) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}

.carousel>input[type="radio"]:nth-child(5):checked~.carousel__items .carousel__item:nth-child(5) {
    opacity: 1;
}

.carousel>input[type="radio"]:nth-child(5):checked~.carousel__nav>label:nth-child(5) {
    background: #ccc;
    cursor: default;
    pointer-events: none;
}

.carousel__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    min-height: 450px;
    position: relative;
}

.carousel__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: opacity 2s;
    -webkit-transition: opacity 2s;
}

.carousel__item img {
    width: 100%;
    vertical-align: middle;
}

.carousel__prev>label, .carousel__next>label {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    opacity: 0;
    z-index: 2;
}

.carousel__prev>label:hover, .carousel__prev>label:focus, .carousel__next>label:hover, .carousel__next>label:focus {
    opacity: .5 !important;
}

.carousel__prev>label:before, .carousel__prev>label:after, .carousel__next>label:before, .carousel__next>label:after {
    content: "";
    position: absolute;
    width: inherit;
    height: inherit;
}

.carousel__prev>label:before, .carousel__next>label:before {
    background: linear-gradient(to top, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%), linear-gradient(to left, #fff 0%, #fff 10%, rgba(51, 51, 51, 0) 10%);
    width: 60%;
    height: 60%;
    top: 20%;
}

.carousel__prev>label {
    left: 2%;
}

.carousel__prev>label:before {
    left: 35%;
    top: 20%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.carousel__next>label {
    right: 2%;
}

.carousel__next>label:before {
    left: 10%;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}

.carousel__nav {
    position: absolute;
    bottom: 3%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 3;
}

.carousel__nav>label {
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 .125%;
    width: 20px;
    height: 20px;
}

@media (max-width: 1024px) {
    .container-carousel {
        max-width: 840px;
        margin: 20px auto;
    }

    .carousel__items {
        min-height: 450px;
    }

    .TRN_Articulo .detalle .related-articles .TRN_Articulo {
        margin: 20px 10px;
    }

    .TRN_Articulo .detalle .bloque {
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .container-carousel {
        max-width: 768px;
        margin: 20px auto;
    }

    .carousel__items {
        min-height: 260px;
    }

    .TRN_Articulo .detalle .info-banner .title {
        font-size: 2rem;
    }

    .TRN_Articulo .detalle .info-banner {
        padding: 0px 20px;
        margin: 0px auto 10px;
    }

    .TRN_Articulo .detalle h2 {
        font-size: 1.75rem;
    }

    .TRN_Articulo .detalle .info-banner, .TRN_Articulo .detalle p {
        font-size: 1rem;
    }

    .TRN_Articulo .detalle .related-articles .TRN_Articulo:last-of-type {
        display: none;
    }

    .TRN_Articulo .detalle .related-articles .TRN_Articulo {
        margin: 20px 30px;
    }
}

@media (max-width: 600px) {
    .TRN_Articulo .detalle .related-articles {
        flex-direction: column;
    }

    .container-carousel {
        max-width: 375px;
        margin: 20px auto;
    }

    .carousel__items {
        min-height: 260px;
    }

    .TRN_Articulo .detalle .related-articles {
        flex-direction: column;
    }

    .TRN_Articulo .detalle .related-articles .TRN_Articulo {
        margin: 20px;
        width: auto;
        max-width: inherit;
    }
}

@media (max-width: 375px) {
    .TRN_Articulo .detalle .bloque {
        margin: 35px auto;
    }
}

/* FIN TRN_Articulo .detalle */

/* --- Trainer Banner --- */

.TRN_Banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.TRN_Banner.left img {
    margin-right: auto;
    width: 100%;
}

.TRN_Banner.center img {
    margin: 0 auto;
    width: 100%;
}

.TRN_Banner.right img {
    margin-left: auto;
    width: 100%;
}

.TRN_Banner .info-slide {
    position: absolute;
    margin: auto;
    z-index: 4;
    display: table;
    vertical-align: middle;
}

.TRN_Banner .info-slide .subtitle {
    font-size: 1rem;
    color: #76b328;
}

.TRN_Banner .info-slide.left {
    text-align: left;
    max-width: 500px;
    left: 0;
    margin-left: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 250px;
}

.TRN_Banner .info-slide.left .btn-box {
    justify-content: left;
}

.TRN_Banner .info-slide.left .btn-box .btn {
    margin-left: 0;
}

.TRN_Banner .info-slide.right {
    text-align: right;
    max-width: 500px;
    right: 0;
    margin-right: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 250px;
}

.TRN_Banner .info-slide.right .btn-box {
    justify-content: flex-end;
}

.TRN_Banner .info-slide.right .btn-box .btn {
    margin-right: 0;
}

.TRN_Banner .info-slide.center {
    text-align: center;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 250px;
}

.TRN_Banner .info-slide.center .btn-box {
    justify-content: center;
    align-items: center;
}

.TRN_Banner .btn-box {
    margin: 10px 0;
    display: flex;
}

.TRN_Banner .btn {
    text-align: center;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
    background-color: #76b328;
    color: #fff;
    text-decoration: none;
    max-width: 100%;
}

.TRN_Banner img {
    max-width: 100%;
    display: block;
}

.TRN_Banner h2 {
    font-family: 'trainerbold';
    font-size: 2.875rem;
    color: #fff;
    margin-top: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.TRN_Banner p {
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: 'klavikaregular';
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1920px) {
    .TRN_Slide .info-slide.center-bottom, .TRN_Banner .info-slide.center-bottom {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .TRN_Banner .info-slide {
        display: block;
        padding: 20px;
    }

    .TRN_Banner .info-slide.left, .TRN_Banner .info-slide.center, .TRN_Banner .info-slide.right {
        padding: 20px;
        margin: 0 auto;
    }

    .TRN_Slide .info-slide.center-bottom, .TRN_Banner .info-slide.center-bottom {
        margin-bottom: 0px;
    }

    .TRN_Banner .info-slide.center .btn-box {
        flex-direction: column;
    }
}

@media (max-width: 375px) {
    .TRN_Banner .btn-box {
        flex-direction: column;
    }

    .TRN_Banner h2 {
        font-size: 2.25rem;
    }

    .TRN_Banner p {
        font-size: 1rem;
    }

    .TRN_Banner .info-slide {
        padding: 0px;
    }

    .TRN_Banner .info-slide.center .btn-box {
        flex-direction: column;
    }
}

/* --- Trainer Banner-Slide --- */

.TRN_Slide {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.TRN_Slide.left img {
    margin-right: auto;
    width: 100%;
}

.TRN_Slide.center img, .TRN_Banner.center-bottom img {
    margin: 0 auto;
    width: 100%;
}

.TRN_Slide.right img {
    margin-left: auto;
    width: 100%;
}

.TRN_Slide .info-slide {
    position: absolute;
    margin: auto;
    z-index: 4;
    display: table;
    /* vertical-align: middle; */
}

.TRN_Slide .info-slide .subtitle {
    font-size: 1rem;
    color: #76b328;
}

.TRN_Slide .info-slide.left {
    text-align: left;
    max-width: 510px;
    left: 0;
    margin-left: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 250px;
}

.TRN_Slide .info-slide.left .btn-box {
    justify-content: left;
}

.TRN_Slide .info-slide.left .btn-box .btn {
    margin-left: 0;
}

.TRN_Slide .info-slide.right {
    text-align: right;
    max-width: 500px;
    right: 0;
    margin-right: 100px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 350px;
}

.TRN_Slide .info-slide.right .btn-box {
    justify-content: flex-end;
}

.TRN_Slide .info-slide.right .btn-box .btn {
    margin-right: 0;
}

.TRN_Slide .info-slide.center {
    text-align: center;
    max-width: 80%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    min-height: 250px;
}

.TRN_Slide .info-slide.center-bottom, .TRN_Banner .info-slide.center-bottom {
    text-align: center;
    max-width: 80%;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    min-height: 250px;
}

.TRN_Slide .info-slide.center .btn-box, .TRN_Banner .info-slide.center-bottom .btn-box {
    justify-content: center;
    align-items: center;
}

.TRN_Slide .btn-box {
    margin: 10px 0;
    display: flex;
}

.TRN_Slide .btn {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
}

.TRN_Slide img {
    max-width: 100%;
    display: block;
}

.TRN_Slide .title-slide {
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-family: 'klavikamedium';
    color: #fff;
    display: block;
    margin-bottom: 25px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.TRN_Slide p {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.31;
    font-family: 'klavikaregular';
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    .TRN_Slide .info-slide {
        display: block;
        padding: 20px;
    }

    .TRN_Slide .info-slide.left .btn-box .btn {
        max-width: inherit;
    }

    .TRN_Slide .info-slide.left, .TRN_Slide .info-slide.center, .TRN_Slide .info-slide.right {
        margin: 0;
    }

    .TRN_Slide .info-slide.left {
        /* max-width: 70%; */
    }

    .TRN_Slide .btn-box {
        flex-direction: column;
    }

    .TRN_Slide .title-slide {
        font-size: 2rem;
    }

    .TRN_Slide p {
        font-size: 1rem;
    }
}

@media (max-width: 375px) {
    .TRN_Slide .info-slide.left {
        max-width: inherit;
    }

    .TRN_Slide .info-slide.left .btn-box .btn {
        margin: 5px;
    }

    .TRN_Slide p {
        max-width: 85%;
    }
}

/* --- Trainer Categoria --- */

.TRN_Categoria-tipo {
    position: relative;
    text-align: center;
}

.TRN_Categoria-tipo .type_animal {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.TRN_Categoria-tipo .title {
    display: none;
}

.TRN_Categoria-tipo .box-type {
    position: relative;
}

.TRN_Categoria-tipo .box-type img {
    margin: auto;
    width: 100%;
    display: block;
}

.TRN_Categoria-tipo .tit_section {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.14;
    text-align: center;
    position: absolute;
    color: #ffffff;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 47px;
}

.TRN_Categoria-tipo p {
    margin: 0px;
}

.TRN_Categoria-tipo a.btn {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
    white-space: normal;
    font-size: 1rem;
    font-weight: bold;
    line-height: 0.94;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
}

.TRN_Categoria-tipo a span {
    color: #ffffff;
}

@media (max-width: 767px) {}

@media (max-width: 375px) {
    .TRN_Categoria-tipo .box-type {
        width: 50%;
    }

    .TRN_Categoria-tipo a span {
        white-space: initial;
    }
}

/* --- Trainer Banner simple --- */

.TRN_Banner_simple {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.TRN_Banner_simple .TRN_BS_titulo {
    font-size: 2rem;
    font-family: 'Klavikaregular';
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #76b328;
}

.TRN_Banner_simple .TRN_BS_subtitulo {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #152935;
    margin-bottom: 20px;
}

/* --- FIN Trainer Banner simple --- */

/* --- Trainer Categoria Producto --- */

.leftGradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 50%;
    background: rgb(118, 179, 40);
    background: linear-gradient(0deg, rgba(118, 179, 40, 1) 0%, rgba(171, 209, 123, 1) 0%, rgba(255, 255, 255, 1) 28%);
}

.topGradient {
    position: absolute;
    top: 0;
    right: 0;
    height: 8px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 245, 227, 1) 92%, rgba(166, 206, 116, 1) 100%);
}

.rightGradient {
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: rgb(118, 179, 40);
    background: linear-gradient(0deg, rgba(118, 179, 40, 1) 5%, rgba(166, 206, 116, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

.bottomGradient {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 8px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(238, 245, 227, 1) 0%, rgba(186, 217, 147, 1) 0%, rgba(118, 179, 40, 1) 100%);
}

.TRN_Categoria .product {
    position: relative;
    overflow: hidden;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    max-width: 600px;
    min-height: 320px;
}

.TRN_Categoria .product img.img_top {
    position: absolute;
    top: 10px;
    right: 10px;
}

.TRN_Categoria .product img.img_bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.TRN_Categoria .product img {
    max-width: 100%;
    margin: auto;
    display: block;
    max-height: 225px;
}

.info-category-product {
    z-index: 1;
}

.info-category-product, .img-category-product {
    width: 50%;
}

.info-category-product .type {
    font-size: 0.875rem;
    color: #76b328;
    font-family: 'klavikamedium';
    line-height: 1.71;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.info-category-product .line {
    box-shadow: 0 4px #76b328;
    width: 70px;
    height: 5px;
}

.info-category-product h3 {
    font-family: 'klavikamedium';
    font-size: 1.75rem;
    line-height: 1.25;
    color: #1a1a1a;
    margin: 25px 0;
}

.info-category-product a.btn {
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
    margin-left: 0;
}

.info-category-product a span {
    font-family: 'Klavikabold';
    color: #ffffff;
}

@media (max-width: 1024px) {
    .TRN_Categoria .product {
        margin: 10px auto;
        height: auto;
    }

    .TRN_Categoria .product {
        flex-direction: column-reverse;
    }

    .TRN_Categoria .product .info-category-product, .TRN_Categoria .product .img-category-product {
        width: 100%;
    }

    .TRN_Categoria .product img {
        max-height: 195px;
    }

    .TRN_Categoria .product .info-category-product h3 {
        min-height: 77px;
    }

    .TRN_Categoria .product .info-category-product a.btn {
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .TRN_Categoria .product {
        flex-direction: column-reverse;
    }
}

@media (max-width: 375px) {
    .TRN_Categoria .product {
        margin: 10px 0;
    }

    .info-category-product h3 {
        margin: 20px 0;
    }

    .info-category-product {
        width: 100%;
    }
}

/* TRN_Ingrediente */

.TRN_Ingrediente {
    position: relative;
    text-align: center;
    background: #fff;
    padding: 1rem;
}

.TRN_Ingrediente img {
    max-width: 100%;
    margin-bottom: 20px;
}

.TRN_Ingrediente strong {
    display: block;
    font-family: 'KlavikaBold';
    margin-bottom: 25px;
    font-size: 1.75rem;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #152935;
}

.TRN_Ingrediente p {
    font-family: 'Klavika';
    font-size: 1rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #152935;
}

.TRN_Ingrediente a {
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #76b328;
}

/* FIN TRN_Ingrediente */

/* Secciones Site Trainer */

.home {
    max-width: 1440px;
    margin: auto;
}

.slot-banner {
    max-width: 1440px;
    margin: 0 auto;
    ;
}

.slot-articles {
    max-width: 1024px;
    margin: 0 auto;
}

.slot-articles .TRN_Articulo img {
    width: 100%;
    height: 230px;
}

.slot-articles .sl-three-columns {
    justify-content: center;
}

.slot-articles .scs-contentlist ol.scs-pagination li a, .slot-articles .scs-recommendation ol.scs-pagination li a {
    font-family: 'Klavikamedium';
    font-size: 1rem;
    text-align: center;
    color: #76b328;
    text-decoration: underline;
}

.slot-articles .scs-contentlist ol.scs-pagination li a:hover, .slot-articles .scs-recommendation ol.scs-pagination li a:hover {
    text-decoration: none;
    opacity: .8;
}

.slot-articles .scs-contentlist ol.scs-pagination li.scs-clickable, .slot-articles .scs-recommendation ol.scs-pagination li.scs-clickable {
    background-color: transparent;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {
    .slot-articles .sl-three-columns-left, .slot-articles .sl-three-columns-center {
        max-width: 33%;
        margin: 0 30px;
    }
}

@media (max-width: 480px) {
    .slot-articles .sl-three-columns {
        flex-direction: column;
        margin: 25px;
    }

    .slot-articles .sl-three-columns .sl-three-columns-left, .slot-articles .sl-three-columns .sl-three-columns-center {
        max-width: 100%;
        margin: 0;
    }
}

/* Fin seccion */

/* Componentes Secciones Content-Pages */

/*----------------------*/

/* TRN_Seccion_Articulo */

/*----------------------*/

.TRN_Seccion_Articulo {
    padding: 50px 0;
    display: block;
    position: relative;
}

.TRN_Seccion_Articulo img {
    max-width: 270px;
    margin: 0px;
}

.TRN_Seccion_Articulo h2 {
    margin-bottom: 50px;
    font-family: 'trainerbold';
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 1.22;
    text-align: center;
    color: #76b328;
}

.TRN_Seccion_Articulo .TRN_Articulo {
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    min-height: auto;
}

.TRN_Seccion_Articulo .TRN_Articulo .mini {
    min-height: auto;
    flex-direction: inherit;
    justify-content: inherit;
}

.TRN_Seccion_Articulo .TRN_Articulo.ellipsis .info-article h3 {
    height: auto;
    margin: 0;
}

.TRN_Seccion_Articulo .TRN_Articulo.ellipsis .info-article p {
    height: auto;
}

@media (max-width: 480px) {
    .TRN_Seccion_Articulo {
        margin: 25px;
    }

    .TRN_Seccion_Articulo .TRN_Articulo {
        display: block;
    }

    .TRN_Seccion_Articulo img {
        max-width: inherit;
    }
}

/*------------------*/

/* TRN_Seccion_Banner */

/*------------------*/

.TRN_Seccion_Banner {
    position: relative;
    overflow: hidden;
}

.TRN_Seccion_Banner .video {
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    max-height: 485px;
    margin: 0 auto;
}

video, #video {
    width: 100%;
    height: 485px;
}

.TRN_Seccion_Banner img {
    width: 100%;
    margin: 0px;
}

.TRN_Seccion_Banner .info-banner {
    max-width: 935px;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TRN_Seccion_Banner .title {
    display: block;
    margin-bottom: 20px;
    font-family: 'trainerbold';
    font-size: 2.25rem;
    line-height: 0.97;
    text-align: center;
    color: #ffffff;
}

.TRN_Seccion_Banner .subtitle {
    display: block;
    font-family: 'Klavikaregular';
    font-size: 1rem;
    line-height: 1.2;
    padding: 0 20px;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 768px) {
    video, #video {
        width: 100%;
        height: 260px;
    }
}

/*----------------------*/

/* TRN_Seccion_cita */

/*----------------------*/

.TRN_Seccion_Cita {
    background: #fff;
    padding: 50px 0;
}

.TRN_Seccion_Cita h2 {
    font-family: 'trainerbold';
    font-size: 2.875rem;
    line-height: 0.7;
    text-align: center;
    color: #76b328;
    margin-bottom: 25px;
}

.TRN_Seccion_Cita .text-entry {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: #152935;
    margin-bottom: 50px;
}

.TRN_Seccion_Cita .highlight-text {
    position: relative;
    max-width: 940px;
    border-radius: 5px;
    background-color: rgba(214, 220, 224, 0.2);
    margin: 0 auto;
    padding: 25px 60px;
    box-shadow: 2px 4px 16px 0 rgba(21, 41, 53, 0.1), 4px 4px 0 0 rgba(118, 179, 40, 0.6);
}

.TRN_Seccion_Cita .highlight-text .img_top {
    position: absolute;
    top: 10px;
    right: 10px;
}

.TRN_Seccion_Cita .highlight-text .img_bottom {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.TRN_Seccion_Cita .highlight-text p {
    font-family: 'klavikalight_italic';
    font-size: 1.125rem;
    text-align: center;
    color: #9da5aa;
    font-weight: 300;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: normal;
}

.TRN_Seccion_Cita .highlight-text strong {
    font-size: 0.875rem;
    font-family: 'klavikamedium_italic';
    text-align: right;
    display: block;
    color: #9da5aa;
    font-weight: 500;
    font-style: italic;
    line-height: 2.14;
}

@media (max-width: 400px) {
    .TRN_Seccion_Cita {
        margin: 25px;
    }
}

/*----------------------*/

/* TRN_Seccion_imagen */

/*----------------------*/

.TRN_Seccion_Imagen {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    /* margin: 30px 0; */
}

.TRN_Seccion_Imagen img {
    width: 100%;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #000000);
}

.TRN_Seccion_Imagen .info-minibanner {
    max-width: 430px;
    position: absolute;
    z-index: 4;
    bottom: 0;
    margin: 0 auto;
    padding: 10px;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.TRN_Seccion_Imagen h3 {
    font-family: 'trainerbold';
    font-size: 2.375rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color: #76b328;
}

.TRN_Seccion_Imagen .info-minibanner h3 {
    font-family: 'Klavikamedium';
    font-size: 2.25rem;
    text-align: center;
    color: #ffffff;
    line-height: 0.86;
    text-align: center;
    color: #ffffff;
}

.TRN_Seccion_Imagen .subtitle {
    display: block;
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    line-height: 1.33;
    text-align: center;
    color: #9da5aa;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin: 35px 0;
}

/*----------------------*/

/* TRN_Seccion_knowmore */

/*----------------------*/

.TRN_Seccion_KnowMore {
    display: block;
    text-align: center;
    padding: 40px 20px;
}

.TRN_Seccion_KnowMore.bg_grey {
    background: #d6dce0;
}

.TRN_Seccion_KnowMore.bg_white {
    background: #fff;
}

.TRN_Seccion_KnowMore img {
    max-width: 130px;
    max-height: 130px;
    object-fit: contain;
    margin: 10px auto;
}

.TRN_Seccion_KnowMore h2 {
    margin-bottom: 25px;
    font-family: 'trainerbold';
    font-size: 2.875rem;
    font-weight: 700;
    line-height: 0.7;
    text-align: center;
    color: #76b328;
}

.TRN_Seccion_KnowMore p {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: center;
    color: #9da5aa;
    max-width: 480px;
    margin: 25px auto;
}

.TRN_Seccion_KnowMore a {
    text-decoration: underline;
    text-transform: capitalize;
    font-family: 'Klavikaregular';
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #76b328;
}

@media (max-width: 768px) {
    .TRN_Seccion_KnowMore h2 {
        line-height: 1.14
    }
}

/*----------------------*/

/* TRN_Seccion_pagina */

/*----------------------*/

#containerPage {
    background: #fff;
}

#containerPage .TRN_Categoria .product {
    border-radius: 0;
    max-width: 600px;
    flex-direction: row-reverse;
    margin: 50px auto;
    height: auto;
    box-shadow: none;
}

#containerPage .TRN_Categoria .product .info-category-product {
    text-align: center;
}

#containerPage .TRN_Categoria .product .info-category-product h3 {
    font-family: 'Klavikaregular';
    font-size: 1rem;
    line-height: 1.5;
    color: #9da5aa;
}

#containerPage .TRN_Categoria .product .info-category-product .type {
    font-family: 'Klavikamedium';
    font-size: 1.625rem;
    line-height: 1.23;
    color: #152935;
    letter-spacing: inherit;
    text-transform: inherit;
}

#containerPage .TRN_Categoria .product .info-category-product .line {
    display: none;
}

#containerPage .TRN_Categoria .product .info-category-product a.btn {
    display: block;
    margin: 0 auto;
}

@media (max-width:400px) {
    #containerPage .TRN_Categoria .product {
        flex-direction: column-reverse;
    }
}

/*----------------------*/

/* TRN_Seccion_selector_ingredientes */

/*----------------------*/

.separatorContentSelector {
    position: relative;
    min-height: 110px;
    margin: 20px 0;
}

.separatorContentSelector .lineSeparator {
    width: 100%;
    height: 1px;
    border: solid 2px #76b328;
    margin: 5px 0;
}

.separatorContentSelector .img_top {
    position: absolute;
    right: 0;
    margin-right: 5px;
}

.separatorContentSelector .img_bottom {
    margin-left: 5px;
}

.TRN_Seccion_Selector_Ingredientes {
    display: block;
    position: relative;
    padding: 50px 0;
}

.TRN_Seccion_Selector_Ingredientes .text-entry {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0 25px;
    text-align: center;
    color: #152935;
}

.TRN_Seccion_Selector_Ingredientes h2 {
    margin-bottom: 25px;
    font-family: 'trainerbold';
    font-size: 2.375rem;
    font-weight: 700;
    line-height: 1.09;
    text-align: center;
    color: #76b328;
}

.TRN_Seccion_Selector_Ingredientes .ingredients p {
    margin: 25px 0;
    font-family: 'Klavikaregular';
    font-size: 1rem;
    line-height: 1.22;
    text-align: center;
    color: #9da5aa;
}

.TRN_Seccion_Selector_Ingredientes a.btn, .TRN_Seccion_Selector_Ingredientes .btn.expand {
    text-decoration: none;
    color: #76b328;
    font-size: 0.9em;
}

.TRN_Seccion_Selector_Ingredientes #contBtns {
    text-align: center;
}

.TRN_Seccion_Selector_Ingredientes .btn.expand {
    border-radius: 50px;
    border: 1px solid #76b328;
    white-space: nowrap;
    min-width: 120px;
    max-width: 260px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 24px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'open_sansbold';
    margin: 10px 15px;
    cursor: pointer;
}

.TRN_Seccion_Selector_Ingredientes .ingredients {
    display: flex;
    justify-content: baseline;
    margin-bottom: 50px;
    flex-wrap: wrap;
    position: relative;
}

.TRN_Seccion_Selector_Ingredientes .ingredients .cont_ingredient {
    display: flex;
    align-items: center;
    width: 25%;
    justify-content: center;
    flex-direction: column;
    min-height: 170px;
    position: relative;
}

.TRN_Seccion_Selector_Ingredientes .ingredients .cont_ingredient.noVisibleIngrediente {
    display: none;
    visibility: hidden;
}

.TRN_Seccion_Selector_Ingredientes .ingredients .cont_ingredient.visibleIngrediente {
    display: flex;
}

.TRN_Seccion_Selector_Ingredientes .ingredients .cont_ingredient img {
    cursor: pointer;
    max-width: 300px;
    max-height: 220px;
    margin-bottom: 20px;
}

.TRN_Seccion_Selector_Ingredientes .ingredients .cont_ingredient p {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: center;
    color: #9da5aa;
    position: absolute;
    bottom: 0;
}

/* Pop ups */

.TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup .close {
    position: relative;
    display: block;
    text-align: right;
    font-family: 'Klavikaregular';
    cursor: pointer;
}

.TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 5;
    max-width: 300px;
    border-radius: 9px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
    padding: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup h3 {
    font-family: 'Klavikamedium';
    font-size: 1.75rem;
    line-height: 1.14;
    text-align: center;
    color: #152935;
}

.TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup img {
    max-width: 100%;
}

.TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup p {
    font-family: 'Klavikaregular';
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
    color: #152935;
}

@media (max-width: 1024px) {}

@media (max-width: 767px) {
    .TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup p {
        font-size: 1rem;
    }

    .TRN_Seccion_Selector_Ingredientes .ingredients {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .TRN_Seccion_Selector_Ingredientes .ingredients .cont_ingredient {
        display: flex;
        margin: 0 10px;
        width: 45%;
    }
}

@media (max-width: 400px) {
    .TRN_Seccion_Selector_Ingredientes .ingredient.ingredient_content_popup {
        max-width: 90%;
    }
}

/*----------------------*/

/* TRN_Promotion */

/*----------------------*/

.TRN_Contenedor_Promociones .container_promotions {
    padding: 50px 0;
}

.TRN_Promotion .promotion_box {
    position: relative;
    max-width: 960px;
    margin: 5px auto 30px;
    display: flex;
    justify-content: center;
    background: #FDFDFD;
    box-shadow: 0px 2px 4px rgba(117, 131, 142, 0.04), 0px 8px 16px rgba(52, 60, 68, 0.1);
    border-radius: 0px;
}

.TRN_Promotion .expiredPromotion {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #FBFBFB;
    opacity: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.TRN_Promotion .expiredPromotion strong {
    max-width: 45%;
    text-transform: uppercase;
    font-family: 'klavikabold';
    font-style: normal;
    font-weight: 500;
    font-size: 2.675rem;
    line-height: 3.25rem;
    display: flex;
    align-items: center;
    text-align: center;
}

.TRN_Promotion .infoPromotion {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.TRN_Promotion .infoPromotion .title {
    font-family: 'klavikaregular';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #7ACC00;
}

.TRN_Promotion .infoPromotion p {
    font-family: 'klavikaregular';
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #373839;
}

.TRN_Promotion .infoPromotion .botonera {
    display: flex;
    justify-content: center;
    align-items: center;
}

.TRN_Promotion .infoPromotion .botonera a {
    text-transform: uppercase;
    font-family: 'klavikaregular';
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    min-width: 200px;
    white-space: inherit;
}

@media (max-width: 480px) {
    .TRN_Promotion .promotion_box {
        flex-direction: column-reverse;
        margin: 25px 20px;
    }

    .TRN_Promotion img {
        max-width: 100%;
    }

    .TRN_Promotion .infoPromotion {
        padding: 20px;
    }

    .TRN_Promotion .infoPromotion .botonera {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .TRN_Promotion .expiredPromotion strong {
        font-size: 2rem;
        line-height: 2rem;
    }
}

/*----------------------*/

/* TRN_Promotion-detail */

/*----------------------*/

.TRN_Promotion .banner h1 {
    max-width: 700px;
    margin: 20px auto;
    font-family: 'Klavikabold';
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.2rem;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.TRN_Promotion .banner p {
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Klavikaregular';
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.TRN_Promotion .bodyPromotion .section.firstSection p {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.TRN_Promotion .bodyPromotion .section.firstSection p strong {
    font-family: 'Klavikabold';
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: 0.5px;
    color: #6E7072;
}

.TRN_Promotion .bodyPromotion .section {
    padding: 50px 0;
}

.TRN_Promotion .bodyPromotion .info-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: 30px auto;
}

.TRN_Promotion .bodyPromotion .info-section .info {
    padding: 0 20px;
}

.TRN_Promotion .bodyPromotion h2 {
    font-family: 'Klavikabold';
    font-style: normal;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
    color: #7ACC00;
}

.TRN_Promotion .bodyPromotion h3 {
    text-transform: uppercase;
    font-family: 'Klavikaregular';
    font-style: normal;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    color: #7ACC00;
}

.TRN_Promotion p {
    font-family: 'Klavikaregular';
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
    color: #6E7072;
}

@media (max-width: 480px) {
    .TRN_Promotion .bodyPromotion .section.firstSection {
        padding: 20px;
    }

    .TRN_Promotion .bodyPromotion .section {
        padding: 0 20px;
    }

    .TRN_Promotion .bodyPromotion .info-section .info {
        margin: 20px 0;
    }

    .TRN_Promotion .bodyPromotion .info-section {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .TRN_Promotion .banner h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .TRN_Promotion .banner p {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    .TRN_Promotion .bodyPromotion h2 {
        font-size: 2rem;
        line-height: 32px;
    }

    .TRN_Promotion .bodyPromotion h3 {
        font-size: 24px;
        line-height: 2rem;
    }

    .TRN_Promotion p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .TRN_Promotion .bodyPromotion p strong {
        font-size: 18px;
        line-height: 1.25rem;
    }

    .TRN_Promotion .bodyPromotion img {
        max-width: 100%;
    }
}

/*----------------------*/

/* TRN_Seccion_trio_imagenes */

/*----------------------*/

.TRN_Seccion_Trio_Imagenes {
    display: flex;
    align-items: center;
    justify-content: center;
}

.TRN_Seccion_Trio_Imagenes .minibanner {
    position: relative;
    overflow: hidden;
    width: 33%;
    min-height: 450px;
}

.TRN_Seccion_Trio_Imagenes img {
    height: 450px;
    width: 100%;
    mix-blend-mode: multiply;
}

.TRN_Seccion_Trio_Imagenes .info-minibanner {
    position: absolute;
    z-index: 4;
    bottom: 0;
    margin-bottom: 45px;
    padding: 10px;
    left: 0;
    right: 0;
}

.TRN_Seccion_Trio_Imagenes h3 {
    font-family: 'Klavikamedium';
    font-size: 2.25rem;
    text-align: center;
    color: #ffffff;
}

.TRN_Seccion_Trio_Imagenes p {
    font-family: 'Klavikaregular';
    font-size: 1.25rem;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 480px) {
    .TRN_Seccion_Trio_Imagenes {
        display: block;
    }

    .TRN_Seccion_Trio_Imagenes img {
        height: 210px;
    }

    .TRN_Seccion_Trio_Imagenes .minibanner {
        width: 100%;
        min-height: 210px;
    }

    .TRN_Seccion_Trio_Imagenes h3 {
        font-size: 2rem;
    }

    .TRN_Seccion_Trio_Imagenes p {
        font-size: 1rem;
    }
}

.TRN_Assests_Container {
    max-width: 80%;
    margin: auto;
    padding: 1.5rem 0;
}

body[data-action="Home-Show"] #home-banner .TRN_Slide .title-slide, body[data-action="Home-Show"] #home-chosepet .TRN_Categoria-tipo .tit_section, body[data-action="Home-Show"] #home-static .TRN_Banner .info-slide h2, body[data-action="Search-Show"] #landing-banner .TRN_Slide .title-slide, body[data-action="Search-Show"] #landing-static .TRN_Banner .info-slide h2, body[data-action="Search-Show"] #landing-product .section-title, body[data-action="Search-Show"] #landing-featured-article .TRN_Banner .info-slide h2, body[data-action="Search-Show"] #landing-latest-articles header h2, body[data-action="Search-Show"] #landing-community .section-title {
    font-family: 'trainerbold';
}

body[data-action="Search-Show"] #landing-product .section-title, body[data-action="Search-Show"] #landing-community .section-title {
    color: #76b328;
}

body[data-action="Search-Show"] #landing-featured-article .TRN_Banner .info-slide h2 {
    color: #fff;
}

body[data-action="Search-Show"] #landing-featured-article .TRN_Banner .info-slide p {
    font-weight: 700;
}

body[data-action="Search-Show"] #landing-featured-article .TRN_Banner .info-slide span.subtitle {
    /* color: #888489; */
    font-weight: 700;
}

body[data-action="Search-Show"] #landing-latest-articles header h2 {
    color: #9da5aa;
}

/*----------------------*/

/* TRN_Banner_Imagen */

/*----------------------*/

.TRN_Banner_Imagen {
    padding-top: 15px;
    padding-bottom: 35px;
    background: #fff;
}

.TRN_Banner_Imagen * {
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern"1;
    font-kerning: normal;
}

.TRN_Banner_Imagen *, .TRN_Banner_Imagen :after, .TRN_Banner_Imagen :before {
    box-sizing: border-box;
}

.TRN_Banner_Imagen img {
    display: block;
}

.TRN_Banner_Imagen b, .TRN_Banner_Imagen strong {
    font-weight: 700;
}

.TRN_Banner_Imagen .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.TRN_Banner_Imagen p {
    margin: 0;
}

.TRN_Banner_Imagen img {
    width: 220px;
    margin: 0 auto;
}

.TRN_Banner_Imagen h2 {
    font-family: trainerbold;
    font-size: 15px;
    line-height: 1;
    color: #575758;
    text-align: center;
    color: #77c000;
}

@media (min-width: 768px) {
    .TRN_Banner_Imagen {
        padding-bottom: 47px;
    }

    .TRN_Banner_Imagen img {
        width: 370px;
    }

    .TRN_Banner_Imagen h2 {
        font-size: 25px;
    }
}

@media (min-width: 1024px) {
    .TRN_Banner_Imagen {
        padding-top: 8px;
        padding-bottom: 38px;
    }

    .TRN_Banner_Imagen img {
        width: 370px;
    }
}

/*----------------------*/

/* TRN_Banner_5Imagenes */

/*----------------------*/

.TRN_Banner_5Imagenes {
    text-align: center;
    background: #fff;
}

.TRN_Banner_5Imagenes * {
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern"1;
    font-kerning: normal;
}

.TRN_Banner_5Imagenes *, .TRN_Banner_5Imagenes :after, .TRN_Banner_5Imagenes :before {
    box-sizing: border-box;
}

.TRN_Banner_5Imagenes img {
    display: block;
}

.TRN_Banner_5Imagenes b, .TRN_Banner_5Imagenes strong {
    font-weight: 700;
}

.TRN_Banner_5Imagenes .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.TRN_Banner_5Imagenes p {
    margin: 0;
}

.TRN_Banner_5Imagenes>div {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .TRN_Banner_5Imagenes>div {
        width: 668px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .TRN_Banner_5Imagenes>div {
        width: 824px;
    }
}

@media (min-width: 1280px) {
    .TRN_Banner_5Imagenes>div {
        width: 1040px;
    }
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__packs {
    width: 100%;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label {
    overflow: hidden;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label>span {
    font-family: klavikaregular;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    height: 24px;
    color: #fff;
    text-decoration: none;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label>a b, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label>a strong, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label>span b, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label>span strong {
    font-weight: 400;
    font-family: klavikabold;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__dog {
    position: absolute;
    bottom: 10px;
    height: 200px;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product {
    position: relative;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    flex-grow: 1;
    flex: 0 0 50%;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__packs {
    margin-right: auto;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__label>span {
    justify-content: flex-start;
    border-bottom-left-radius: 6px;
    background: #fcb03f;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__dog {
    right: 10px;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__packs {
    margin-left: auto;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__label>span {
    justify-content: flex-end;
    border-bottom-right-radius: 6px;
    background: #93134b;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__dog {
    left: -40px;
}

@media (min-width: 768px) {
    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__packs {
        height: 206px;
        width: auto;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__label>span {
        font-size: 16px;
        padding: 0 20px;
        height: 27px;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__dog {
        height: 210px;
        bottom: 0;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__label>span {
        border-bottom-left-radius: 20px;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__dog {
        right: 0;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__label>span {
        border-bottom-right-radius: 20px;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__dog {
        left: 0;
    }
}

@media (min-width: 1024px) {
    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__packs {
        width: 80%;
        height: auto;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__label>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__label>span {
        font-size: 22px;
        padding: 0 20px;
        height: 40px;
    }

    .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product .TRN_Banner_5Imagenes__dog {
        height: 335px;
    }
}

.TRN_Banner_5Imagenes__body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.TRN_Banner_5Imagenes__body .TRN_Banner_5Imagenes__bowl {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -8px;
    margin-left: -10px;
    height: 40px;
}

@media (min-width: 768px) {
    .TRN_Banner_5Imagenes__body .TRN_Banner_5Imagenes__bowl {
        bottom: -10px;
        margin-left: 0;
        height: 52px;
    }
}

@media (min-width: 1024px) {
    .TRN_Banner_5Imagenes__body .TRN_Banner_5Imagenes__bowl {
        bottom: -15px;
        height: 76px;
    }
}

.TRN_Banner_5Imagenes__head {
    padding-top: 47px;
    padding-bottom: 39px;
}

.TRN_Banner_5Imagenes__title {
    font-family: trainerbold;
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    color: #575758;
}

.TRN_Banner_5Imagenes__subtitle {
    margin-top: 10px;
    font-family: WeissenhofGrotesk;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #575758;
}

.TRN_Banner_5Imagenes__subtitle b, .TRN_Banner_5Imagenes__subtitle strong {
    font-weight: 700;
    color: #4b1a15;
    font-family: WeissenhofGrotesk;
}

.TRN_Banner_5Imagenes__foot {
    padding-top: 44px;
    padding-bottom: 49px;
}

.TRN_Banner_5Imagenes__foot a {
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    height: 50px;
    min-width: 227px;
    background: #77c000;
    color: #fff !important;
    border-radius: 25px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.197045));
    font-family: klavikaregular;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.15s, color 0.15s;
}

.TRN_Banner_5Imagenes__foot a:active, .TRN_Banner_5Imagenes__foot a:focus, .TRN_Banner_5Imagenes__foot a:hover {
    background: #87cc2d;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .TRN_Banner_5Imagenes__head {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    .TRN_Banner_5Imagenes__foot {
        padding-top: 48px;
        padding-bottom: 56px;
    }
}

@media (min-width: 1024px) {
    .TRN_Banner_5Imagenes__head {
        padding-top: 60px;
    }

    .TRN_Banner_5Imagenes__foot {
        padding-top: 58px;
    }
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label.aos-init>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label.aos-init>span {
    transition: transform 0.3s;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label.aos-animate>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__label.aos-animate>span {
    transform: none !important;
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__label.aos-init>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--left .TRN_Banner_5Imagenes__label.aos-init>span {
    transform: translateX(100%);
}

.TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__label.aos-init>a, .TRN_Banner_5Imagenes .TRN_Banner_5Imagenes__product--right .TRN_Banner_5Imagenes__label.aos-init>span {
    transform: translateX(-100%);
}

/*----------------------*/

/* TRN_Info_3Caracteristicas */

/*----------------------*/

.TRN_Info_3Caracteristicas {
    text-align: center;
    background: #fff;
}

.TRN_Info_3Caracteristicas * {
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern"1;
    font-kerning: normal;
}

.TRN_Info_3Caracteristicas *, .TRN_Info_3Caracteristicas :after, .TRN_Info_3Caracteristicas :before {
    box-sizing: border-box;
}

.TRN_Info_3Caracteristicas img {
    display: block;
}

.TRN_Info_3Caracteristicas b, .TRN_Info_3Caracteristicas strong {
    font-weight: 700;
}

.TRN_Info_3Caracteristicas .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.TRN_Info_3Caracteristicas p {
    margin: 0;
}

.TRN_Info_3Caracteristicas__flavor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 310px;
}

.TRN_Info_3Caracteristicas__flavor>div {
    max-width: 100%;
}

.TRN_Info_3Caracteristicas__flavor:not(.active) {
    display: none;
}

.TRN_Info_3Caracteristicas__flavor__glyph {
    height: 108px;
    margin: 0 auto;
}

.TRN_Info_3Caracteristicas__flavor__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding-top: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 32px;
    font-family: WeissenhofGrotesk;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    background: #4b1a15;
    white-space: nowrap;
}

.TRN_Info_3Caracteristicas__flavor__description {
    margin-top: 10px;
    font-family: WeissenhofGrotesk;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #575758;
}

.TRN_Info_3Caracteristicas__flavor__description b, .TRN_Info_3Caracteristicas__flavor__description strong {
    font-weight: 700;
    color: #4b1a15;
}

.TRN_Info_3Caracteristicas__flavor__name {
    margin-top: 18px;
    font-family: WeissenhofGrotesk;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #4b1a15;
}

.TRN_Info_3Caracteristicas__flavor__name .trota {
    color: #1c3a5b;
}

.TRN_Info_3Caracteristicas__flavor__name .maiale {
    color: #f9758a;
}

.TRN_Info_3Caracteristicas__flavor__name:before {
    content: "";
    display: block;
    margin: 0 auto 9px;
    border: 0;
    height: 18px;
    width: 1px;
    background: #4b1a15;
}

.TRN_Info_3Caracteristicas__flavor__image {
    width: 302px;
    margin-left: -11px;
    margin-top: 24px;
}

.TRN_Info_3Caracteristicas__flavor__image img {
    height: 116px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .TRN_Info_3Caracteristicas__flavor:not(.active) {
        display: flex;
    }
}

.TRN_Info_3Caracteristicas__head {
    padding-top: 47px;
    padding-bottom: 50px;
}

.TRN_Info_3Caracteristicas__title {
    font-family: trainerbold;
    font-weight: 700;
    font-size: 35px;
    line-height: 34px;
    color: #575758;
}

.TRN_Info_3Caracteristicas__body {
    background: linear-gradient(180deg, transparent 54px, #e2d3cb 0, #e2d3cb calc(100% - 22px), transparent calc(100% - 22px));
}

.TRN_Info_3Caracteristicas__body>div {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 768px) {
    .TRN_Info_3Caracteristicas__body>div {
        width: 668px;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_3Caracteristicas__body>div {
        width: 824px;
    }
}

@media (min-width: 1280px) {
    .TRN_Info_3Caracteristicas__body>div {
        width: 1040px;
    }
}

.TRN_Info_3Caracteristicas__slider {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 280px;
}

.TRN_Info_3Caracteristicas__slider__control--left, .TRN_Info_3Caracteristicas__slider__control--right {
    color: currentColor;
    position: absolute;
    transform: translateY(-50%);
    top: 54px;
    fill: #4b1a15;
    cursor: pointer;
    width: 21px;
    height: 33px;
    z-index: 10;
}

.TRN_Info_3Caracteristicas__slider__control--left {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.74 16.265l16 16 3.52-3.52-12.48-12.48 12.48-12.48-3.52-3.52-16 16z' fill='%234b1a15'/%3E%3C/svg%3E");
    left: -10px;
}

.TRN_Info_3Caracteristicas__slider__control--right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.26 16.265l-16 16-3.52-3.52 12.48-12.48L.74 3.785 4.26.265l16 16z' fill='%234b1a15'/%3E%3C/svg%3E");
    right: -10px;
}

@media (min-width: 768px) {
    .TRN_Info_3Caracteristicas__title {
        line-height: 41px;
    }

    .TRN_Info_3Caracteristicas__body {
        background: linear-gradient(180deg, transparent 54px, #e2d3cb 0, #e2d3cb calc(100% - 32px), transparent calc(100% - 32px));
    }

    .TRN_Info_3Caracteristicas__slider__control--left {
        left: -80px;
    }

    .TRN_Info_3Caracteristicas__slider__control--right {
        right: -80px;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_3Caracteristicas__head {
        padding-top: 60px;
        padding-bottom: 66px;
    }

    .TRN_Info_3Caracteristicas__body {
        background: linear-gradient(180deg, transparent 54px, #e2d3cb 0, #e2d3cb calc(100% - 52px), transparent calc(100% - 52px));
    }

    .TRN_Info_3Caracteristicas__slider {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .TRN_Info_3Caracteristicas__slider__control--left, .TRN_Info_3Caracteristicas__slider__control--right {
        display: none;
    }

    .TRN_Info_3Caracteristicas__slider .flavor {
        flex: 0 0 calc(33.33333% - 30px);
    }
}

/*----------------------*/

/* TRN_Info_4Caracteristicas */

/*----------------------*/

.TRN_Info_4Caracteristicas {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #f0f0f0;
}

.TRN_Info_4Caracteristicas * {
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern"1;
    font-kerning: normal;
}

.TRN_Info_4Caracteristicas *, .TRN_Info_4Caracteristicas :after, .TRN_Info_4Caracteristicas :before {
    box-sizing: border-box;
}

.TRN_Info_4Caracteristicas img {
    display: block;
}

.TRN_Info_4Caracteristicas b, .TRN_Info_4Caracteristicas strong {
    font-weight: 700;
}

.TRN_Info_4Caracteristicas .sr-only:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.TRN_Info_4Caracteristicas p {
    margin: 0;
}

.TRN_Info_4Caracteristicas__ingredient {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    width: 50%;
    top: 25px;
    max-width: 640px;
}

.TRN_Info_4Caracteristicas__ingredient img {
    height: 81px;
}

.TRN_Info_4Caracteristicas__ingredient div {
    margin: 12px auto 6;
    border: 0;
    height: 18px;
    width: 1px;
    background: currentColor;
    color: inherit;
}

.TRN_Info_4Caracteristicas__ingredient h3 {
    margin: 0;
    font-family: KlavikaLight;
    font-weight: 300;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    display: block;
    max-width: 160px;
}

.TRN_Info_4Caracteristicas__ingredient h3 b, .TRN_Info_4Caracteristicas__ingredient h3 strong {
    font-family: klavikabold;
    font-weight: 400;
}

.TRN_Info_4Caracteristicas__ingredient:nth-child(odd) {
    color: #fff;
    right: 50%;
}

.TRN_Info_4Caracteristicas__ingredient:nth-child(2n+2) {
    color: #4b1a15;
    left: 50%;
}

@-webkit-keyframes ingredients-loop-left {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    40% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%);
        opacity: 0;
    }

    to {
        transform: translateX(-50%);
        opacity: 0;
    }
}

@keyframes ingredients-loop-left {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    40% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(-50%);
        opacity: 0;
    }

    to {
        transform: translateX(-50%);
        opacity: 0;
    }
}

@-webkit-keyframes ingredients-loop-right {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    40% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(50%);
        opacity: 0;
    }

    to {
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes ingredients-loop-right {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    10% {
        transform: translateX(0);
        opacity: 1;
    }

    40% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(50%);
        opacity: 0;
    }

    to {
        transform: translateX(50%);
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .TRN_Info_4Caracteristicas__ingredient {
        -webkit-animation: 10s 0s infinite both;
        animation: 10s 0s infinite both;
    }

    .TRN_Info_4Caracteristicas__ingredient:first-child, .TRN_Info_4Caracteristicas__ingredient:nth-child(3) {
        -webkit-animation-name: ingredients-loop-left;
        animation-name: ingredients-loop-left;
    }

    .TRN_Info_4Caracteristicas__ingredient:nth-child(2), .TRN_Info_4Caracteristicas__ingredient:nth-child(4) {
        -webkit-animation-name: ingredients-loop-right;
        animation-name: ingredients-loop-right;
    }

    .TRN_Info_4Caracteristicas__ingredient:nth-child(3), .TRN_Info_4Caracteristicas__ingredient:nth-child(4) {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }
}

@media (min-width: 768px) {
    .TRN_Info_4Caracteristicas__ingredient {
        top: 60px;
    }

    .TRN_Info_4Caracteristicas__ingredient:nth-child(odd) {
        margin-right: 50px;
    }

    .TRN_Info_4Caracteristicas__ingredient:nth-child(2n+2) {
        margin-left: 50px;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_4Caracteristicas__ingredient {
        position: static;
        flex: 0 0 50%;
        padding-top: 14px;
        top: 0;
    }

    .TRN_Info_4Caracteristicas__ingredient:nth-child(odd) {
        margin-right: 0;
    }

    .TRN_Info_4Caracteristicas__ingredient:nth-child(2n+2) {
        margin-left: 0;
    }

    .TRN_Info_4Caracteristicas__ingredient:first-child, .TRN_Info_4Caracteristicas__ingredient:nth-child(2) {
        padding-top: 40px;
    }
}

.TRN_Info_4Caracteristicas__ingredients {
    position: relative;
    height: 428px;
    max-width: 1280px;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .TRN_Info_4Caracteristicas__ingredients {
        height: 334px;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_4Caracteristicas__ingredients {
        height: 526px;
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        align-items: stretch;
    }
}

.TRN_Info_4Caracteristicas__body {
    position: relative;
}

.TRN_Info_4Caracteristicas__background {
    position: absolute;
    height: 100%;
    width: 100% !important;
    top: 0;
    left: 0;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.TRN_Info_4Caracteristicas__container {
    position: relative;
}

.TRN_Info_4Caracteristicas__packs {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
    height: 247px;
    bottom: -95px;
}

.TRN_Info_4Caracteristicas__packs img {
    height: 100%;
}

@media (min-width: 768px) {
    .TRN_Info_4Caracteristicas__packs {
        height: 334px;
        bottom: -65px;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_4Caracteristicas__packs {
        height: 460px;
        bottom: -70px;
    }
}

.TRN_Info_4Caracteristicas__foot {
    padding-top: 95px;
    padding-bottom: 45px;
}

.TRN_Info_4Caracteristicas__title {
    font-family: KlavikaLight;
    font-weight: 300;
    font-size: 26px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #4b1a15;
    max-width: 769px;
    margin-right: auto;
    margin-left: auto;
}

.TRN_Info_4Caracteristicas__title b, .TRN_Info_4Caracteristicas__title strong {
    font-weight: 400;
    font-family: klavikabold;
}

.TRN_Info_4Caracteristicas__subtitle {
    margin-top: 37px;
    font-family: WeissenhofGrotesk;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #575758;
}

@media (min-width: 768px) {
    .TRN_Info_4Caracteristicas__foot {
        padding-top: 65px;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_4Caracteristicas__foot {
        padding-top: 90px;
    }

    .TRN_Info_4Caracteristicas__title {
        line-height: 31px;
    }

    .TRN_Info_4Caracteristicas__subtitle {
        margin-top: 16px;
    }
}

@media (min-width: 1024px) {
    .TRN_Info_4Caracteristicas__ingredients.aos-init .TRN_Info_4Caracteristicas__ingredient div, .TRN_Info_4Caracteristicas__ingredients.aos-init .TRN_Info_4Caracteristicas__ingredient img, .TRN_Info_4Caracteristicas__ingredients.aos-init .TRN_Info_4Caracteristicas__ingredient span {
        opacity: 0;
        transition: transform 0.3s, opacity 0.3s;
    }

    .TRN_Info_4Caracteristicas__ingredients.aos-init .TRN_Info_4Caracteristicas__ingredient img {
        transform: translateY(-50%);
        transition-duration: 0.3s;
    }

    .TRN_Info_4Caracteristicas__ingredients.aos-init .TRN_Info_4Caracteristicas__ingredient div {
        transform: translateY(-30%);
        transition-duration: 0.3s;
    }

    .TRN_Info_4Caracteristicas__ingredients.aos-init .TRN_Info_4Caracteristicas__ingredient span {
        transform: translateY(-15%);
        transition-duration: 0.3s;
    }

    .TRN_Info_4Caracteristicas__ingredients.aos-init.aos-animate .TRN_Info_4Caracteristicas__ingredient div, .TRN_Info_4Caracteristicas__ingredients.aos-init.aos-animate .TRN_Info_4Caracteristicas__ingredient img, .TRN_Info_4Caracteristicas__ingredients.aos-init.aos-animate .TRN_Info_4Caracteristicas__ingredient span {
        transform: translateY(0);
        opacity: 1;
    }

    .TRN_Info_4Caracteristicas__ingredients.aos-init.aos-animate .TRN_Info_4Caracteristicas__ingredient div {
        transition-delay: 0.3s;
    }

    .TRN_Info_4Caracteristicas__ingredients.aos-init.aos-animate .TRN_Info_4Caracteristicas__ingredient span {
        transition-delay: 0.6s;
    }
}

/* Fin Componentes Secciones Content-Pages */
/* Nota legal */
.container.nota-legal strong {
    font-size: 16px;
}
.TRN_Articulo .detalle .container.nota-legal p {
    font-size: 16px;
}

.TRN_Articulo .detalle .container.nota-legal li {
    font-size: 16px;
}

.TRN_Articulo .detalle .container.nota-legal h1.title {
    text-align: center;
    margin: 35px 0;
    color: #7acc00;
    font-weight: 600;
}
.TRN_Articulo .detalle .container.nota-legal h2.subtitle-legal {
    font-size: 32px;
    color: #7acc00;

}
.TRN_Articulo .detalle .container.nota-legal h3.sub-subtitle-legal {
    color: #7acc00;
    font-size: 28;
}
.TRN_Articulo .detalle .container.nota-legal table th {
    background: #F8F8F8;
    padding: 12px 15px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

.TRN_Articulo .detalle .container.nota-legal ul {
    padding-left: 16px;
}

.TRN_Articulo .detalle .container.nota-legal table tr td {
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
}

.container.nota-legal table tr td ul {
    padding-left: 16px;
}

.TRN_Articulo .detalle .container.nota-legal table {
    border-collapse: inherit;
    margin: auto;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    border-spacing: initial;
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}