@media screen and (min-width: 1024px) {

    .nav-list--level-2 {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

}

.cintillo__pop-up_WhatsApp {
    width: 100%;
    height: 2.5rem;
    position: inherit;
    z-index: 499;
    background-color: #CC0C2F;
    font-size: 0.8125em;
    color: white;
}

.cintillo_whatsapp {
    font-family: "Futura", sans-serif;
    font-weight: 400;
    padding-top: 0.9em;
}

/* Agregado para promocion conjunta */

.flag[class*="20-extra"]:after {
    content: "-20% EXTRA"
}

.flag[class*="10-extra"]:after {
    content: "-10% EXTRA"
}

.flag[class*=tshirt-promo]:after {
    content: "PRECIO ESPECIAL"
}

.product-item__figure .flag[class*=extra] {
    position: absolute;
    top: calc(99% - 5px);
    left: 73px;
    background: #00174F;
    height: 34px;
    width: 95px;
    font-size: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flag[class*=extra]:after {
    font-size: 13px;
    color: white;
    font-weight: 600
}

/* \.FIN Agregado para promocion conjunta */

/* Agregado para promocion TSHIRTS PROMO */

.product-item__figure .flag[class*=tshirt-promo] {
    position: absolute;
    top: calc(99% - 5px);
    left: 9px;
    background: #00174F;
    height: 34px;
    width: 130px;
    font-size: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flag[class*=tshirt-promo]:after {
    font-size: 13px;
    color: white;
    font-weight: 600
}

/* \.FIN Agregado para promocion TSHIRTS PROMO  */


.triplets-board--home .triplets-board__item {
    height: 114vh !important;
}

@media screen and (min-width: 1024px) {
    .triplets-board__item {
        width: 35% !important;
    }
}

.single-board__summary.special {
    width: calc(100% - 24px);
}

.THSeoContainer {
    width: auto;
    margin: 0 auto;
    padding: 64px 0 40px;
}

.THSeoContainer--teaser {
    width: calc(100% - 40px);
    margin: 0 auto;
}

.THSeoContainer--teaser-title {
    color: #00174f;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: Futura, Calibri, sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 32px;
}

.THSeoContainer--teaser__section {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.THSeoContainer--teaser__section>div {
    width: 100%;
    color: #00174f;
    font-family: Futura, Calibri, sans-serif;
    font-size: 15px;
    line-height: 24px;
}

.THSeoContainer p {
    margin: 0;
}


@media screen and (min-width: 768px) {
    .THSeoContainer {
        padding: 40px 0;
    }

    .THSeoContainer--teaser {
        width: 480px;
    }

    .THSeoContainer--teaser-title {
        margin-bottom: 32px;
        font-size: 34px;
        line-height: 44px;
    }

    .THSeoContainer--teaser__section>div {
        width: 480px;
    }
}

@media screen and (min-width: 1024px) {

    .single-board__summary.special {
        width: 31rem;
    }

    .THSeoContainer {
        width: 1008px;
        padding: 80px 0;
    }

    .THSeoContainer--teaser {
        width: 100%;
        margin: 0;
    }

    .THSeoContainer--teaser__section {
        -webkit-flex-direction: row;
        flex-direction: row;
    }

    .THSeoContainer--teaser__section>div {
        width: 480px;
    }
}

/* \.GUIA DE TALLAS  */

.THTables {
    margin: 0 auto 40px;
    padding: 0 8px;
}

.THTables__wrap {
    padding: 20px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
}

.THTables__group {
    margin-bottom: 32px;
}

.THCMTable {
    position: relative;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
    font-family: Futura, Calibri, sans-serif;
    width: 100%;
}

.THCMTable,
.THCMTable__header {
    display: -webkit-flex;
    display: flex;
}

.THCMTable__maxWrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    max-width: 100%;
    position: relative;
}

.THCMTable__header {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 12px;
}

.THCMTable,
.THCMTable__header {
    display: -webkit-flex;
    display: flex;
}

.THCMTable__title {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 12px;
}

.THCMTable__subTitle {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #00174f;
    font-weight: 600;
    text-transform: uppercase;
}

.THCMTable__subTitle,
.THCMTable__title {
    color: #00174f;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.THCMTable__unitSwitcher {
    text-align: right;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    top: 0;
    right: 0;
    width: 80px;
    /* -webkit-flex: 0 0 88px; */
    /* flex: 0 0 88px; */
    /* padding-left: 8px; */
    justify-content: flex-end;

}

.THCMTable__unitSwitcher button {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 8px;
    letter-spacing: 1px;
    background-color: transparent;
    border: none;
    box-shadow: inset 0 0 0 2px #00174f;
    color: #00174f;
    font-weight: 700;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    height: 20px;
    text-transform: uppercase;
}

.THCMTable__wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: flex;
}

.THCMTable__unitSwitcher button.active {
    background-color: #00174f;
    color: #fff;
}

.THCMTable table {
    width: 100%;
    border-collapse: separate;
    border: none;
    border-spacing: 0;
    padding: 0;
}

.THCMTable thead {
    width: 100%;
}

.THCMTable table,
.THCMTable td,
.THCMTable th {
    border: none;
    border-right: 1px solid #e5e5e5;
    /* padding: 10px; */
    white-space: nowrap;
    text-align: center;
}

.THCMTable tbody .THCMTable--rowDivider td {
    border-top: 1px solid #e5e5e5;
}

.THCMTable thead tr th {
    background-color: #f4f4f4;
    color: #00174f;
    text-transform: uppercase;
    font-weight: 400;
}

.THCMTable thead tr th:first-child {
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.THCMTable tbody tr td:first-child {
    background-color: #f4f4f4;
    color: #00174f;
    text-transform: uppercase;
    text-align: left;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
}

.THCMTable thead tr th:first-child:after,
.THCMTable thead tr th:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
}

.THCMTable tbody tr td:first-child:before {
    background-color: #f4f4f4;
    left: -1px;
}

.THCMTable tbody tr td:first-child:after,
.THCMTable tbody tr td:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    right: -1px;
    top: 0;
    background-color: #e5e5e5;
    position: absolute;
    display: block;
}


.THCMTable tbody .THCMTable--genericRow td:first-child {
    color: #fff;
    background-color: #00174f;
}

@media (min-width: 768px) {
    .THTables {
        padding: 0 40px;
    }

    .THTables__wrap {
        padding: 40px;
    }

    .THTables__group {
        margin-bottom: 40px;
    }
}

.THTables__measure {
    margin-top: 10px;
    line-height: 20px;
    font-size: 13px;
    background: none;
    border: none;
}

.THTables__measure--icon {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.THTables__measure--text {
    text-decoration: underline;
}



@media (min-width: 1024px) {
    .THCMTable__title {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
}


.gt-container {
    clear: both;
    padding: 50px 0 0;
    font-size: 14px;
}

.gt-imagen-medidas {
    max-width: 206px;
    max-height: 477px;
    float: left;
}

.gt-lista-container {
    float: left;
    margin-left: 15%;
    max-width: 500px;
    margin-bottom: 50px;
    font-size: 14px;
}

.gt-lista-N li:before {
    font-family: FuturaPT-Bold,FuturaStdBold,FuturaStd-Bold,Futura,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    position: absolute;
    content: counter(li);
    color: #fff;
    display: inline-block;
    text-align: center;
    left: -48px;
    top: 3px;
    height: 20px;
    width: 20px;
    background-color: #00174f;
}

.gt-lista-N li {
    counter-increment: li;
    position: relative;
}