:root {
    --fuenteTitulos: 'Lobster Two', cursive;
    --fuenteTips: 'Comfortaa', cursive;
    --fuenteGeneral: 'Arial', sans-serif;
    --CPrimario: #94395C;
    --CSecundario: #F0C6C7;
    --C_01: #C3ADC4;
    --C_02: #E3B5BF;
    --C_03: #F5D7BB;
    --C_04: #FCF2BF;
    --C_05: #C7E2E9;
    /* paleta logo */
    --logo_1: #71BC91;
    --logo_2: #F0C6C7;
    --logo_3: #933655;
    --purple-dark: #170312;
    --purple-medium: #33032d;
    --purple-light: #531253;
    --gray-light: #eaeaea;
    --white: #f4fffd;
    --CBlanco: #FFF;
    --CGriss: #f5f5f5;
    --CNegro: #000;
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    /* 1 rem = 10px */
    min-height: 100%;
    position: relative;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: var(--fueteParrafos);
    font-size: 1.6rem;
    line-height: 2;
    margin: 0;
    margin-bottom: 1rem;
}


/* GLOBALES */

.contenedor {
    width: min(90%, 120rem);
    margin: 0 auto;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: var(--fuenteHeading);
    line-height: 1.2;
}

h1 {
    font-size: 4.8rem;
}

h2 {
    font: 4rem;
}

h3 {
    font-size: 3.2rem;
}

h4 {
    font-size: 2.8rem;
}

img {
    max-width: 100%;
}


/* Utilidades */

.no-margin {
    margin: 0;
}

.no-padding {
    padding: o;
}

.center-text {
    text-align: center;
}


/* GLOBALES */


/* INDEX */


/*----------------------------------------------------------------------------*/


/* --Globales index  */

.set_title_principal {
    font-family: var(--fuenteTips);
    color: var(--CPrimario);
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 1rem;
}

.set_button_principal {
    width: 22rem;
    height: 6rem;
    background-color: var(--C_02);
    border-radius: 2rem;
    border: 1px solid var(--CBlanco);
    transition: all .2s linear;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.set_button_principal p {
    margin: 0 auto;
    color: var(--CBlanco);
    font-family: var(--fuenteTips);
    font-weight: bold;
    letter-spacing: .4rem;
    text-transform: uppercase;
    transition: all .2s linear;
}

.set_button_principal:hover {
    box-shadow: 0px 0px 11px var(--logo_1);
}

.set_button_principal:hover p {
    color: var(--CPrimario);
}

@media (min-width: 768px) {
    .set_title_principal {
        font-family: var(--fuenteTips);
        color: var(--CPrimario);
        text-shadow: 3px 3px 2px var(--C_02);
        font-weight: bold;
        font-size: 2.5rem;
        text-align: center;
        text-transform: uppercase;
        margin: 0 auto;
        padding: 0rem;
    }
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
banner_principal
*/

.banner_principal {
    height: 25rem;
}

.fondo_principal {
    background-image: url('../img/banner/parts/principal.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 20rem;
}

.content_principal {}

.content_principal_title {
    margin: 0 auto;
    padding: 0rem 0rem 0rem 0rem;
    font-family: var(--fuenteTips);
    font-weight: bold;
    color: var(--CBlanco);
    text-shadow: 1px 1px 1px black;
    font-size: 2.5rem;
    text-align: center;
}

.content_principal_title_ {
    margin: 0 auto;
    padding: 4rem 4rem 4rem 3rem;
    font-family: var(--fuenteTips);
    font-weight: bold;
    color: var(--logo_3);
    font-size: 2rem;
    text-align: center;
    text-shadow: 0rem 0.3rem 1rem var(--logo_2);
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    .banner_principal {
        height: 20rem;
    }
    .content_principal_title {
        margin: 0 auto;
        padding: 2rem;
        font-family: var(--fuenteTips);
        font-weight: bold;
        color: var(--CBlanco);
        font-size: 2rem;
        text-shadow: 1px 1px 1px black;
        text-align: left;
    }
    .content_principal_title_ {
        margin: 0 auto;
        padding: 7rem 0rem 0rem 0rem;
        font-family: var(--fuenteTips);
        font-weight: bold;
        color: var(--logo_3);
        font-size: 2rem;
        text-align: center;
        text-shadow: 0rem 0.3rem 1rem var(--logo_2);
    }
    .fondo_principal {
        background-image: url('../img/banner/parts/principal.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        width: 100%;
        height: 23rem;
    }
}

@media (min-width: 920px) {
    .banner_principal {
        height: 25rem;
    }
    .content_principal_title {
        padding: 1rem 0rem 0rem 2rem;
    }
    .content_principal_title_ {
        margin: 0 auto;
        padding: 0rem 0rem 0rem 2rem;
        font-family: var(--fuenteTips);
        font-weight: bold;
        color: var(--CBlanco);
        font-size: 2rem;
        text-align: left;
        text-shadow: 1px 1px 1px black;
    }
}

@media (min-width: 1280px) {
    .content_principal_title {
        padding: 6rem 0rem 0rem 2rem;
        font-size: 5rem;
    }
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
Section_principal_title
*/

.Section_principal_title {
    width: 100%;
    height: 10rem;
}

.Section_principal_title_cliente {
    margin-top: 10rem;
}

.Section_principal_title_cliente p,
.Section_principal_title p {
    font-family: var(--fuenteTips);
    color: var(--CPrimario);
    text-shadow: 3px 3px 2px var(--C_02);
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    .Section_principal_title_cliente p,
    .Section_principal_title p {
        font-family: var(--fuenteTips);
        color: var(--CPrimario);
        text-shadow: 3px 3px 2px var(--C_02);
        font-weight: bold;
        font-size: 2.5rem;
        text-align: center;
        text-transform: uppercase;
    }
    .Section_principal_title {
        width: 100%;
        height: 5rem;
        margin-top: 10rem;
    }
}

@media (min-width: 920px) {
    .Section_principal_title_cliente,
    .Section_principal_title {
        height: 5rem;
        margin-top: 0rem;
    }
}

@media (min-width: 1280px) {
    .Section_principal_title_cliente,
    .Section_principal_title {
        width: 100%;
        height: 5rem;
        margin-top: 5rem;
    }
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
Section_principal_a
*/

.Section_principal_a {
    display: grid;
    justify-content: center;
    width: 80%;
    gap: 2rem;
    padding: 1rem;
    border-radius: 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.Section_principal_a_option {
    width: 17rem;
    height: 27rem;
    background-color: var(--C_05);
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: .5rem 1rem .5rem var(--gray-light);
    transition: all .3s linear;
    cursor: pointer;
}

.Section_principal_a_option:hover {
    background-color: var(--C_02);
}

.Section_principal_a_option_a {
    width: 100%;
    height: 100%;
    border: 3px dashed var(--CBlanco);
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

@media (min-width: 480px) {
    .Section_principal_a_option {
        width: 20rem;
        height: 27rem;
        background-color: var(--C_05);
        border-radius: 1rem;
        padding: 1rem;
        box-shadow: .5rem 1rem .5rem var(--gray-light);
        transition: all .3s linear;
        cursor: pointer;
    }
    .Section_principal_a_option:hover {
        background-color: var(--C_02);
        width: 21rem;
        height: 28rem;
    }
}

@media (min-width: 768px) {
    .Section_principal_a {
        display: grid;
        justify-content: center;
        align-items: center;
        width: 80%;
        gap: 1rem;
        padding: 1rem;
        border-radius: 1rem;
        grid-template-columns: repeat(3, 1fr);
        align-content: center;
        justify-items: center;
        margin: 0 auto;
    }
    .Section_principal_a_option {
        width: 20rem;
        height: 27rem;
        background-color: var(--C_05);
        border-radius: 1rem;
        padding: 1rem;
        box-shadow: 1rem 2rem 1rem var(--gray-light);
        transition: all .3s linear;
        cursor: pointer;
    }
    .Section_principal_a_option:hover {
        width: 22rem;
        height: 28rem;
    }
}

@media (min-width: 920px) {
    .Section_principal_a {
        width: 95%;
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .Section_principal_a {
        width: 60%;
        grid-template-columns: repeat(4, 1fr);
    }
}


/*  */


/*  */


/*  */


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
banner_principal_b
*/

.banner_principal_b {
    width: 100%;
    height: 37rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.principal_lateral_left_mov {
    background-image: url('../img/banner/parts/principal_lateral_center_mobile.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 15rem;
    margin-top: 4rem;
}

.principal_lateral_left,
.principal_lateral_right,
.principal_lateral_center {
    background-image: url('../img/banner/parts/principal_lateral_left.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 23rem;
    display: none;
}

.principal_lateral_right {
    background-image: url('../img/banner/parts/principal_lateral_right.webp');
}

.principal_lateral_center {
    background-image: url('../img/banner/parts/principal_lateral_center.webp');
    height: 9rem;
    width: 95%;
    display: block;
}

.content_principal_b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (min-width: 480px) {}

@media (min-width: 650px) {
    .fondo_principal,
    .principal_lateral_left,
    .principal_lateral_right,
    .fondo_principal_b2 {
        background-size: cover;
        height: 24rem;
    }
    .principal_lateral_left,
    .principal_lateral_right {
        height: 27rem;
    }
    .fondo_principal_b2 {
        margin-top: -25rem;
        height: 19rem;
    }
}

@media (min-width: 768px) {
    .principal_lateral_left {
        background-position: left top;
    }
    .principal_lateral_right {
        background-position: right top;
    }
    .principal_lateral_left,
    .principal_lateral_right,
    .principal_lateral_center {
        background-size: contain;
        display: block;
        width: 20%;
    }
    .content_principal_b {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 75%;
    }
    .banner_principal_b {
        width: 100%;
        height: 45rem;
        margin-top: 3rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .principal_lateral_center {
        background-image: url('../img/banner/parts/principal_lateral_center.webp');
        height: 21rem;
        width: 95%;
        display: block;
    }
    .principal_lateral_left_mov {
        display: none;
    }
}

@media (min-width: 920px) {
    .principal_lateral_left,
    .principal_lateral_right,
    .fondo_principal_b2 {
        background-size: cover;
        height: 40rem;
    }
    .principal_lateral_left,
    .principal_lateral_right {
        height: 32rem;
        width: 15rem;
    }
    .fondo_principal {
        background-size: cover;
        height: 24rem;
    }
    .fondo_principal_b2 {
        margin-top: -5rem;
        height: 19rem;
    }
}

@media (min-width: 1280px) {
    .banner_principal_b {
        margin-top: 15rem;
    }
    .fondo_principal {
        background-size: cover;
        height: 40rem;
        margin-top: -6rem;
    }
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
banner_principal_b
*/

@media (min-width: 480px) {}

@media (min-width: 768px) {}

@media (min-width: 920px) {}

@media (min-width: 1280px) {}

.content_section_title_b,
.content_section_title_b_1 {
    font-family: var(--fuenteTips);
    color: var(--CPrimario);
    text-align: center;
    text-transform: uppercase;
}

.content_section_title_b {
    font-family: var(--fuenteTips);
    text-shadow: 3px 3px 2px var(--C_02);
    font-weight: bold;
    font-size: 2.5rem;
    letter-spacing: 1rem;
}

.fondo_principal_b2 {
    /* background-image: url('../img/banner/parts/prncipal_b2.webp'); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 23rem;
}

.content_section a {
    margin-bottom: -14rem;
}


/*  */

.section_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 60%;
    width: 80%;
}

.section_descrip p {
    margin: 0 auto;
    color: var(--CBlanco);
    font-weight: bold;
    font-family: var(--fuenteTips);
    text-shadow: 1px 1px 1px var(--CPrimario);
    font-size: 2rem;
    line-height: 1rem;
}

.section_button {
    height: 14%;
    width: 100%;
    margin-bottom: 1rem;
    padding: .5rem;
}

.section__buton {
    height: 100%;
    width: 83%;
    background-color: var(--C_02);
    border-radius: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.section__buton p {
    margin: 0 auto;
    text-align: center;
    font-family: var(--fuenteTips);
    font-weight: bold;
    color: var(--CBlanco);
}


/*  */


/* ------------------------- */


/* Separador */


/* ------------------------- */

.separador {
    width: 100%;
    height: 40rem;
    background-image: url('../img/logo/group/_1/a_2.webp');
    background-position: center center;
    background-attachment: fixed;
    margin: 6rem auto;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.separador p {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-family: var(--fuenteTips);
    color: var(--CPrimario);
    padding: 10px;
    background-color: var(--CBlanco);
    font-weight: bold;
    text-align: center;
    border-radius: 2rem;
    box-shadow: 0rem 0rem 1rem var(--CNegro);
    height: 14rem;
    text-transform: uppercase;
}


/*----------------------------------------------------------------------------
separador
*/

@media (min-width: 480px) {}

@media (min-width: 768px) {}

@media (min-width: 920px) {
    .separador {
        width: 100%;
        height: 40rem;
        background-image: url('../img/logo/group/_1/a_2.webp');
        background-position: center center;
        background-attachment: fixed;
        margin: 6rem auto;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: contain;
    }
}

@media (min-width: 1280px) {
    .separador {
        width: 100%;
        height: 40rem;
        background-image: url('../img/logo/group/_1/a_2.webp');
        background-position: center center;
        background-attachment: fixed;
        margin: 6rem auto;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: contain;
    }
    .separador p {
        width: 43%;
        height: 9rem;
    }
}


/*  */


/*----------------------------------------------------------------------------
banner_section
*/

.banner_section {
    width: 100%;
    height: 50rem;
    margin-top: 5rem;
}

.content_section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60rem;
    margin-top: 0rem;
    width: 100%;
    border-bottom: .5rem solid var(--CPrimario);
    background: linear-gradient(to top, var(--gray-light), var(--CBlanco));
}

.producto_principal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {}

@media (min-width: 920px) {
    .banner_section {
        width: 100%;
        height: 30rem;
        margin-top: 0rem;
    }
    .producto_principal {
        width: 95%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .content_section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 30rem;
        margin-top: 0rem;
        width: 100%;
        border-bottom: .5rem solid var(--CPrimario);
        background: linear-gradient(to top, var(--gray-light), var(--CBlanco));
    }
}

@media (min-width: 1280px) {
    .producto_principal {
        width: 80%;
    }
}


/*  */


/* INDEX */


/* HEADER */

.menu {
    background-color: var(--C_01);
    width: 100%;
    top: 0;
    padding: 5px;
    z-index: 999;
    text-align: center;
    display: flex;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    flex-wrap: wrap;
}

.menu__enlace {
    margin: auto;
}

.menu__enlace a {
    width: 100%;
    display: inline-block;
    padding: 5px 1rem;
    font-size: 26px;
    background-color: var(--C_01);
    transition: .5s ease all;
    color: var(--CBlanco);
    text-decoration: none;
}

.nav_bar__option__link {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 100%;
}

.menu__enlace a:hover {
    transform: translateY(18px);
    background-color: var(--C_02);
}

.menu__logo,
.menu__logo_XL {
    cursor: pointer;
    margin-top: .5rem;
    background-image: url('../img/logo/logo_01.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 6rem;
    margin-bottom: 2rem;
}

.menu__logo_XL {
    display: none;
}

@media (min-width: 480px) {}

@media (min-width: 750px) {
    .nav_bar__option__link {
        align-items: center;
        justify-content: center;
    }
    .menu {
        justify-content: center;
    }
    .menu__logo {
        display: none;
    }
    /* .menu__logo{
            margin-top: 2rem;
            height: 10rem;
            flex-basis: 20rem;
            height: 10rem;
            flex-basis: 100%;
            margin-bottom: 0rem;
        } */
    .menu__logo_XL {
        display: block;
        margin-top: 1rem;
        height: 8rem;
        margin-bottom: 0rem;
        position: relative;
        z-index: 1;
        background-color: var(--CBlanco);
    }
}

@media (min-width: 900px) {
    .menu {
        justify-content: space-between;
        position: sticky;
        height: 7rem;
    }
    .menu__enlace {
        margin: 0;
    }
    .menu__enlace a {
        width: auto;
        padding: 5px 30px;
    }
    /* .menu__logo{
            flex-basis: 20rem;
            height: auto;
            margin:1rem;
        } */
}


/* HEADER */


/* FOOTER */

.footer {
    background-color: var(--C_05);
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    padding: 3rem 0rem 0rem 0rem;
    margin-top: 10rem;
    gap: 3rem;
    border-top: .3rem solid var(--CSecundario);
    z-index: 10;
}

.footer__options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    width: 70%;
    z-index: 99;
}

.Footer__options_section {}

.Footer__logo_right {
    background-image: url(../img/banner/parts/logo_right.webp);
    height: 100%;
    width: 60%;
    position: absolute;
    right: 0;
    bottom: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.Footer__logo_left {
    background-image: url(../img/banner/parts/logo_left.webp);
    height: 100%;
    width: 60%;
    position: absolute;
    left: 0;
    bottom: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.Footer__logo_center {
    background-image: url(../img/banner/parts/logo_center2.webp);
    height: 8rem;
    width: 100%;
    position: absolute;
    bottom: 44rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}

.Footer__options_section__title {
    height: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
}

.Footer__options_section__content {
    display: flex;
    flex-direction: column;
    height: 8rem;
    width: 100%;
    font-family: var(--fuenteTips);
    font-size: 1rem;
    text-align: center;
}

.Footer__options_section__content a {
    text-decoration: none;
    color: var(--CPrimario);
    margin: 0 auto;
    display: block;
    transition: all .3s linear;
}

.Footer__options_section__content a:visited {
    color: var(--CPrimario);
}

.Footer__options_section__content a:hover {
    color: var(--CBlanco);
    font-size: 1.1rem;
    text-shadow: 2px 2px 3px black;
}

.Footer__options_section__title_b {
    background-color: var(--CPrimario);
    width: 100%;
    color: var(--CBlanco);
    font-weight: bold;
    text-transform: uppercase;
    height: 4rem;
}

.footer__toUp {
    display: none;
    background: var(--C_02);
    font-size: 0px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    z-index: 9;
}

.footer__whatsapp {
    position: fixed;
    left: .5rem;
    bottom: 10rem;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    text-align: center;
    padding: 3px;
    background-image: url('../img/logo/WhatsApp.svg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer__whatsapp a {
    width: 100%;
    height: 100%;
}

.footer__whatsapp p {
    display: none;
    margin-top: 6rem;
    font-family: var(--fuenteTips);
    color: var(--CBlanco);
    font-size: 2rem;
    background-color: deepskyblue;
    border-radius: 10px 10px 0px 10px;
    width: 15rem;
    position: fixed;
    left: 1rem;
}

.footer__whatsapp:hover {
    width: 6rem;
    height: 6rem;
    bottom: 9.5rem;
}

.footer__whatsapp:hover p {
    display: block;
}

.footer p {
    margin: 0 auto;
}

@media (min-width: 480px) {
    .footer__options {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .footer__options {
        grid-template-columns: repeat(3, 1fr);
    }
    .Footer__logo_center {
        bottom: 18rem;
    }
}


/* FOOTER */


/* BANNER */

.banner {
    background-color: rgba(0, 0, 0, .7);
}


/* BANNER */

.entrada {
    height: 20rem;
    background-color: var(--C_05);
    margin: 5rem auto;
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/

.content_support {
    width: 90%;
    height: 100rem;
    border: .3rem solid var(--CGriss);
    box-shadow: 0rem 0rem 2rem var(--CNegro);
    margin: 0 auto;
    margin-top: 5rem;
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/


/* Nav Bar */

.nav__bar__menu {
    display: block;
    width: 100%;
    background: #ccc;
    top: 0;
    position: sticky;
    z-index: 99;
}

.nav__bar__menu .bt-menu {
    display: block;
    padding: 1rem;
    background: var(--C_01);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav__bar__menu span {
    float: right;
}

.nav_bar {
    width: 100%;
    position: fixed;
    margin: 0;
    height: 100%;
    background-color: var(--C_01);
    display: flex;
    left: -100%;
    border-right: 1px solid gray;
    background-color: white;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 999;
    overflow-y: scroll;
}

.nav_submenu_left,
.nav_submenu_right {
    display: none;
}

.nav_bar__find {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem;
}

.nav_bar__find input {
    width: 30rem;
    border: 2px solid var(--CPrimario);
    outline: none;
    line-height: 3rem;
}

.nav_bar__find input:hover {
    outline: none;
    border: 6px solid var(--C_02);
}

.nav_bar__find input:focus {
    outline: none;
    border: 6px solid var(--C_02);
}

.nav_bar__element {
    text-align: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem;
    font-size: 0;
    list-style-type: none;
}

.nav_bar__option {
    text-align: left;
    width: 100%;
    padding: 0rem 3rem;
}

.nav_bar__element_family a {
    text-decoration: none;
    font-size: 1.4rem;
}

.nav_bar__element_personal {
    display: flex;
    flex-direction: column;
    height: 8rem;
    margin: 2rem 0rem;
    width: 100%;
    font-family: var(--fuenteTips);
    font-size: 1rem;
}

.nav_bar__element_personal a {
    width: 70%;
    display: block;
    position: inherit !important;
}


/* .nav_bar ul {
    font-size: 0;
    list-style-type: none;
} */

.nav_bar__element_family {
    width: 100%;
    font-family: var(--fuenteTips);
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    display: inline-block;
    position: relative;
    border-top: 2px solid var(--CGriss);
}

.nav_bar #nav_bar__family {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_bar__option__space,
.nav_bar__option__footer {
    height: 3rem;
    background: var(--CGriss);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_bar_element_Dudas {
    height: 22rem !important;
}

.nav_bar_element_Contactanos a {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bolder;
    font-size: 1.3rem;
}

.nav_bar_element_Contactanos p {
    text-align: center;
    padding: 0rem 3rem;
    margin: 1rem 1rem 0rem 0rem;
}

.nav_bar__option__space p {
    color: black;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    font-family: var(--fuenteTips);
}

.nav_bar__option__footer {
    background-color: var(--C_01);
}

.nav_bar #nav_bar__family a {
    position: absolute;
    text-decoration: none;
    margin: auto;
    color: var(--CPrimario);
}

.nav_bar #nav_bar__family a:visited {
    color: var(--CPrimario);
}

.nav_bar_group {
    padding: 1rem 5rem;
    text-align: left;
    margin-left: -4rem;
    transition: all 2s linear;
    font-weight: bold;
    margin-left: 0.1rem;
    /* background-color: var(--C_03); */
}

.panel__group__option {
    transition: all 2s linear;
    padding: 0;
    display: none;
}

.show_elements {
    display: block !important;
    transition: all 2s linear;
}

.elemen__selected__family {
    background-color: var(--CPrimario) !important;
    color: var(--CBlanco) !important;
}


/* caja de grupos posicionada en familia */

.nav_bar ul li:hover ul li:hover span {
    background-color: #f03861;
}


/*---------------------------------------*/

@media (min-width: 479px) {}

@media (min-width: 768px) {
    .nav_bar {
        overflow: hidden;
        background: linear-gradient(to top, var(--C_01), var(--CBlanco));
        flex-direction: row;
        justify-content: space-between;
        top: 0;
        position: sticky;
        border-bottom: 1px solid var(--C_01);
    }
    .nav_bar #nav_bar__family {
        height: 5rem;
    }
    .nav_submenu_left,
    .nav_submenu_right {
        display: block;
        height: 5rem;
        width: 20rem;
        color: var(--CPrimario);
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: .3rem;
        cursor: pointer;
        font-family: var(--fuenteTips);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .submenu_left_max,
    .nav_bar__find_max {
        display: flex;
        position: fixed;
        top: 140px;
        justify-content: space-between;
        padding: 1rem 2rem;
        cursor: auto;
        flex-direction: column;
        align-items: end;
        transition: all .7s linear;
    }
    .nav_bar__find_max {
        right: -100%;
        width: 60rem;
        height: 13rem;
    }
    .left_max_espace {
        width: 100%;
        height: 3rem;
        background-color: var(--gray-light);
        padding: 5px;
    }
    .left_max_espace p {
        color: black;
        font-weight: bold;
        text-align: center;
        margin: 0 auto;
        text-shadow: 0px 2px 2px var(--C_02);
    }
    .submenu_left_max {
        left: -100%;
        width: 20%;
        height: 85%;
        border-right: .5rem solid var(--CPrimario);
        border-bottom: .5rem solid var(--CPrimario);
        background-color: white;
        padding: 0;
        justify-content: flex-start;
        gap: 1rem;
    }
    .submenu_left_max section {
        padding: 1rem;
    }
    .submenu_left_max section p {
        text-align: center;
        letter-spacing: 0;
        color: black;
    }
    .nav_bar__find_max div {
        border: .5rem solid var(--CPrimario);
        background-color: white;
        border-radius: 1rem;
        display: flex;
        flex-direction: column;
        align-items: inherit;
        border-style: outset;
        box-shadow: 0rem 1rem 3rem var(--C_01);
    }
    .nav_bar__find_max p {
        text-align: center;
    }
    .nav_bar__find_max form {
        width: 90%;
        height: 3rem;
        margin-bottom: 1rem;
    }
    .nav_bar__find_max form input {
        width: 70%;
        height: 3rem;
    }
    #nav_bar__find_max_close {
        cursor: pointer;
    }
    .nav_submenu_right:hover {
        font-weight: bold;
    }
    .nav_submenu_left:hover {
        font-weight: bold;
    }
    .nav_bar__element {
        flex-direction: row;
    }
    .panel__group__option {
        display: none;
    }
    .nav_bar_group {
        border-top: none;
        font-size: 1rem;
        padding: 1rem;
        transition: all .7s linear;
        display: block;
    }
    /* Display none */
    .nav_bar__find {
        margin: 0 auto;
        display: none;
    }
    .nav_bar__option__footer {
        display: none;
    }
    .nav_bar_element_Contactanos {
        display: none !important;
    }
    .nav_bar__option__space,
    .nav_bar__option__arrow {
        display: none;
    }
    .nav__bar__menu {
        display: none;
    }
    /* Display none */
    .nav_bar #nav_bar__family:hover a {
        color: var(--CBlanco);
    }
    .nav_bar #nav_bar__family a:hover {
        background-color: var(--CPrimario);
        color: var(--CBlanco);
    }
    /* caja de grupos posicionada en familia */
    .nav_bar__element_family {
        margin-right: 1rem;
        border: none;
    }
    .nav_bar #nav_bar__family {
        width: 10rem;
    }
    .nav_bar__element_family:hover .nav_bar_group:hover {
        width: 100%;
    }
    .nav_bar__element_family:hover .panel__group__option {
        display: block;
        width: 200px;
        position: fixed;
        display: block;
        background-color: var(--C_02);
        top: 14rem;
    }
    /* familia posicionada */
    .nav_bar__element_family:hover {
        cursor: pointer;
        background-color: var(--C_02);
        color: var(--CNegro);
        font-size: 1.1rem;
        width: 100%;
    }
    .nav_bar__element_family:hover a {
        color: var(--CBlanco);
    }
    /* familia posicionada */
    /* color de cajas de grupos seleccionando familia */
    .nav_bar__element_family:hover ul li {}
    .nav_bar__element_family:hover .nav_bar_group span {
        float: right;
        color: #f9f9f9;
        background-color: #f03861;
        background-color: var(--CPrimario);
        padding: 2px 5px;
        text-align: center;
        font-size: 0.8rem;
        border-radius: 3px;
        margin-top: .5rem;
    }
    .nav_bar__element_family:hover .nav_bar_group:hover {
        width: auto;
        background-color: var(--CBlanco);
    }
    .nnav_bar__element_family:hover .nav_bar_group:hover span {
        background-color: #ee204e;
    }
}

@media (min-width: 920px) {}

@media (min-width: 1280px) {}


/* Nav Bar */


/*----------------------------------------------------------------------------*/


/* principal_content */

.principal_content {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.principal_content__group {
    height: auto;
    position: sticky;
    padding: 0 2rem;
}

.principal_content__group p {
    font-size: 18px;
    color: var(--purple-dark);
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    z-index: 2;
    text-transform: uppercase;
    text-align: center;
    margin: 3rem 0rem -3rem 0rem;
}

.principal_content__group p::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    background: var(--CNegro);
    position: relative;
    top: -29px;
    z-index: 1;
}

.principal_content__Selected {
    width: 100%;
}

.principal_content__Selected label {
    display: block;
    cursor: pointer;
}

.principal_content__Selected label:hover {
    cursor: pointer;
    background-color: var(--C_02);
    padding: 0 1rem;
}

.principal_content__Selected span {
    float: right;
    color: #f9f9f9;
    background-color: #f03861;
    background-color: var(--CPrimario);
    padding: 2px 5px;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 3px;
    margin-top: .5rem;
}

.principal_content__group__articles {
    margin: 0 auto;
    width: 80%;
}

.principal_content__articles {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
    padding: 3rem 1rem;
    flex-direction: column;
}

@media (min-width: 479px) {
    .principal_content__articles {
        grid-template-columns: repeat(2, 1fr);
        padding: 2rem;
    }
}

@media (min-width: 550px) {
    .principal_content__articles {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .principal_content {
        flex-direction: row;
    }
    .principal_content__group {
        flex-basis: calc(20% - 1rem);
    }
    .principal_content__articles {
        gap: 2rem;
        flex-basis: calc(80% - 1rem);
    }
    .principal_content__articles {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 920px) {
    .principal_content {
        flex-direction: row;
    }
    .principal_content__group {
        flex-basis: calc(20% - 1rem);
    }
    .principal_content__articles {
        flex-basis: calc(80% - 1rem);
    }
    .principal_content__articles {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .principal_content__group {
        flex-basis: calc(15% - 1rem);
    }
    .principal_content__articles {
        flex-basis: calc(85% - 1rem);
    }
    .principal_content__articles {
        grid-template-columns: repeat(6, 1fr);
    }
}


/* principal_content */


/** Products **/

.product {
    background-color: var(--CBlanco);
    border: 2px solid #f5f5f5;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    padding-bottom: .5rem;
    /* grid-template-rows: 4fr 1.5fr 3fr 1fr; */
    /* display: flex;
    flex-wrap: wrap; */
    box-shadow: -0px -0px 0px 0px #FFF;
    transition: box-shadow 0.1s ease-in 0.1s;
    max-height: 60rem;
    min-height: 10rem;
}

.product:hover {
    padding: -1rem;
    box-shadow: -1px -1px 15px 0px var(--logo_3);
    -webkit-box-shadow: -1px -1px 15px 0px var(--logo_3);
    -moz-box-shadow: -1px -1px 15px 0px var(--logo_3);
}

.product:hover .product__imagen__div {
    padding: 0;
}

.product:hover .product__imagen {
    /* padding: 1rem; */
}

.product__imagen__div {
    border-radius: 1rem;
    grid-row: 2 / 4;
    transition: padding 0.1s ease-in 0.1s;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.product__imagen {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 95%;
    height: 95%;
}

.product__name {
    display: flex;
    align-items: center;
    grid-column: 1 / 4;
    justify-content: space-evenly;
    font-size: 2rem;
    margin: 0 auto;
    color: var(--CPrimario);
    font-family: var(--fuenteTips);
    width: 90%;
    padding: 5px;
    min-height: 20%;
    max-height: 7rem;
    overflow: auto;
    transition: font-weight 0.1s ease-in 0.1s;
    transition: text-shadow 0.5s ease-in 0.1s;
}

.product:hover .product__name {
    font-weight: bold;
    text-shadow: -2px 2px lightpink;
}

.product__price {
    margin: .5rem auto;
    grid-column: 2 / 4;
    /*  */
    margin: .5rem auto;
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    flex-direction: column;
    padding: 1rem;
}

.product__price p {
    font-size: 1.8rem;
    color: var(--CPrimario);
    font-family: var(--fuentePrincipal);
    font-weight: bold;
    margin: 0 auto;
}

.product__price p span {
    font-size: 1.5rem;
}

.product__name,
.product__price p {
    text-align: center;
    line-height: 1;
}

.product__price__Deisc {
    color: black;
    line-height: 3rem;
}

.product__price__Deisc_exist {
    color: #000;
    font-family: var(--fuenteTips);
}

.product__information {
    grid-column: 2 / 4;
    text-align: justify;
    color: var(--CNegro);
    padding: 0rem 1rem 0rem 1rem;
    font-family: var(--fuenteGeneral);
    font-size: smaller;
    line-height: 2rem;
    height: 8rem;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0 auto;
}

.product__information p {
    margin: 0 auto;
}

.P_EE {
    color: var(--logo_1);
}

.P_A {
    color: red;
}

.P_SP {
    color: black;
}

.product__information__sp {
    text-align: center;
    border-bottom: 1px solid lightgrey;
    /* display: table; */
}

.product__description {
    font-size: 1rem;
    overflow-y: scroll;
    margin: 1rem auto;
    width: 100%;
}

.product__information_promo {
    background-color: var(--CSecundario);
    border: 1px solid var(--C_05);
    position: relative;
    padding: 0rem 1rem;
    margin: 0rem 1rem;
    /* border-radius: 1rem; */
    height: fit-content;
}

.product__information_promo p {
    color: #FFF;
    border: 1px dashed #FFF;
    text-align: center;
}

@media (min-width: 479px) {
    .product {
        max-height: 40rem;
    }
}

@media (min-width: 768px) {
    .product__imagen__div {
        grid-row: 1 / 2;
        padding: .5rem;
        background-color: var(--gray-light);
        margin: .5rem;
        overflow: hidden;
        border-radius: .5rem;
        min-height: 15rem;
    }
    .product__imagen {
        border: 2px solid var(--gray-light);
        border-radius: .5rem;
        grid-row: 1 / 2;
        width: 100%;
        height: 100%;
        background-size: cover;
    }
    .product {
        grid-template-rows: 4fr 1.5fr 3fr 1fr;
        grid-template-columns: 1fr;
        /* max-height: 60rem; */
        min-height: 40rem;
    }
    .product__name {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .product__information {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
        height: max-content;
    }
    .product__price {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
}

@media (min-width: 920px) {}

@media (min-width: 1280px) {}


/** Products **/


/* ------------------------- */


/* Productos */


/* Best Sellers */

.best_sellers {
    margin-top: 10rem;
    width: 100%;
    /* background: linear-gradient(to top, var(--C_05), var(--CBlanco)); */
}

.best_sellers__Title {
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    margin: 0 auto;
    color: var(--CPrimario);
    font-family: var(--fuenteTips);
    width: 90%;
    overflow: auto;
}

.best_sellers__productos {
    /* margin-bottom: 4rem; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.product__imagen__best {
    height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.best_sellers__productos .titulo {
    width: 70%;
    font-size: 44px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 50px;
}

.best_sellers__productos .producto {
    position: relative;
    margin: 1rem 0rem 1rem 0rem;
    border: .3rem solid var(--logo_2);
    border-radius: .5rem;
    box-shadow: 0rem .5rem .5rem var(--gray-light);
    width: 20rem;
}

.best_sellers__productos .overlay {
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--purple-light);
    overflow: hidden;
    transition: .5s ease;
}

.best_sellers__productos .producto:hover .overlay {
    width: 100%;
    opacity: .6;
}

.best_sellers__productos .producto .overlay-texto {
    top: 50%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    color: var(--white);
    font-size: 18px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.best_sellers__productos .btn-productos {
    background-color: var(--purple-light);
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid transparent;
    transition: .3s ease;
}

.best_sellers__productos .btn-productos:hover {
    background-color: transparent;
    border: 2px solid var(--purple-light);
    color: var(--purple-light);
}

.best_sellers__productos_hide {
    display: none;
}

.best_sellers__products_article {}

@media (min-width: 479px) {
    .best_sellers__productos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .best_sellers__productos {
        grid-template-columns: repeat(3, 1fr);
    }
    .best_sellers__productos .producto {
        margin: 1rem;
    }
}

@media (min-width: 920px) {
    .best_sellers__productos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1280px) {
    .best_sellers__productos_hide {
        display: block;
    }
    .best_sellers__productos {
        grid-template-columns: repeat(8, 1fr);
        width: 100%;
        overflow-x: scroll;
    }
    .best_sellers {
        padding: 1rem 5rem 0rem 5rem;
        margin-bottom: 4rem;
    }
}


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/


/* article_main */

.article_main_lateral_right {
    display: none;
}

.article_main {
    display: flex;
    flex-direction: column;
}

.direction a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}

.direction a:hover {
    color: var(--C_02);
}

.direction a:visited {
    color: #000;
}

.article_main__article {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.article_main__article__picture {
    display: flex;
    flex-direction: column;
}

.article_main__article__picture__mini_picures {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: scroll;
    height: 10rem;
    align-items: normal;
    justify-content: space-evenly;
    margin: 1rem;
}

.mini_picures {
    margin: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}

.mini_picures:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.zoom_pictures {
    border: 10px solid var(--CGriss);
    box-shadow: 2px 10px 11px 8px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 2px 10px 11px 8px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 10px 11px 8px rgba(0, 0, 0, 0.25);
}

.article_main__article__picture__zoom {
    padding: 1rem;
}

.article_main__article__description {
    padding: 1rem;
}

.product__name__share {
    display: flex;
    justify-content: center;
    height: 5rem;
    align-items: center;
    gap: 4rem;
    margin: 2rem;
}

.product__name__title {
    display: none;
}

.article_main__article h2 {
    display: flex;
}

.article_main__article h2,
.product__name__title {
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    margin: 0 auto;
    color: var(--CPrimario);
    font-family: var(--fuenteTips);
    width: 90%;
    padding: 5px;
    overflow: auto;
}

.article__description_info {
    width: 100%;
    overflow-y: hidden;
    border-bottom: 1rem solid var(--CGriss);
    line-height: normal;
    overflow-y: scroll;
}

.article_main__article__description h2 {
    border-bottom: 1px dashed var(--CPrimario);
    line-height: 5rem;
}

.article__description_info_desc {
    padding: 1rem;
    text-align: center;
    font-family: var(--fuenteTips);
}

.article__description_info_descA {
    font-family: var(--fuenteTips);
    font-weight: bold;
}

.article__product__price {
    font-size: 3.2rem;
    text-align: center;
    color: var(--CPrimario);
    font-family: var(--fuenteTips);
    font-weight: bold;
    margin: 0 auto;
    text-shadow: 3px 2px 1px var(--CSecundario);
    padding: 0;
    letter-spacing: .5rem;
}

.article__description_price {
    border-bottom: 1rem solid var(--CGriss);
    font-family: var(--fuenteTips);
}

.article__description_price tbody {
    text-align: right;
}

.article__description_price td {
    width: 10rem;
}

.article__description_price .tdr {
    font-weight: bold;
    text-align: left;
    padding-left: 1rem;
}

.article__product__price span {
    font-size: 1.5rem;
}

.product__contact__social {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1rem;
}

.product__contact {
    border-bottom: 1rem solid var(--CGriss);
}

.product__contact p {
    font-family: var(--fuenteTips);
    font-weight: bold;
    text-align: center;
    text-shadow: 0rem 0rem 3px pink;
}

.icon-tabler-brand {
    stroke: var(--C_02);
    transition: stroke 0.1s ease-in 0.1s;
}

.icon-tabler-brand:hover {
    stroke: var(--CPrimario);
}

@media (min-width: 479px) {}

@media (min-width: 768px) {
    .article_main_lateral_right {
        background-image: url('../img/banner/parts/principal_lateral_right.webp');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        height: 23rem;
        height: 32rem;
        width: 15rem;
        display: block;
        position: absolute;
        right: 0px;
        margin-top: 7rem;
    }
    .product__name__share {
        display: flex;
        justify-content: center;
        height: 5rem;
        align-items: center;
        gap: 4rem;
        margin: 2rem;
    }
    .article__description_info_desc {
        text-align: justify;
    }
    .article_main__article__picture__zoom {
        flex-basis: calc(85% - 1rem);
        padding: 1rem;
    }
    .zoom_pictures {
        margin: 1rem;
    }
    .article_main__article {
        /* height: 80rem; */
        width: 100%;
        display: grid;
        grid-template-columns: 3fr 2.5fr 1.5fr;
        column-gap: 2rem;
    }
    .article_main__article__picture {
        flex-direction: row;
    }
    .article_main__article__picture__mini_picures {
        flex-basis: calc(10% - 1rem);
        display: flex;
        flex-direction: column;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 50rem;
        justify-items: center;
        align-items: center;
        padding: 0 0 0 1rem;
        margin-top: 1rem;
        margin-left: 3rem;
        justify-content: flex-start;
    }
}

@media (min-width: 920px) {
    .direction {
        margin-left: 5rem;
        margin-top: 5rem;
    }
}

@media (min-width: 1280px) {}


/* article_main */


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/


/* BANERS */


/* Family */

.bannerGroup,
.bannerFamily {
    overflow: hidden;
    height: 6rem;
    padding: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: 3px solid var(--C_05);
    box-shadow: 0px 9px 8px -4px var(--C_05);
    z-index: 99;
}

.bannerFamily__banner p {
    display: none;
}

.bannerFamily__banner {
    background-color: #fffFFFb4;
    width: 90%;
    margin: auto;
}

.bannerFamily__text {
    margin: 0;
    text-align: center;
    font-family: var(--fuenteTips);
    text-decoration: none;
    font-size: revert;
}

@media (min-width: 479px) {
    .bannerFamily {
        top: none;
    }
}

@media (min-width: 768px) {
    .bannerGroup,
    .bannerFamily {
        position: inherit;
    }
}

@media (min-width: 920px) {
    .bannerGroup,
    .bannerFamily {
        height: 20rem;
        padding: 5rem;
    }
}

@media (min-width: 1280px) {
    .bannerGroup,
    .bannerFamily {}
}


/* Family */


/* group */

.bannerGroup__banner {
    /* background-color: #fffFFFb4; */
    /* width: 90%; */
    margin: 0 auto;
}

.bannerGroup__banner h2 {
    text-shadow: -3px 2px var(--logo_2);
    font-size: larger;
}

.bannerGroup__banner p {
    border-bottom: 1px solid black;
    display: none;
}

.bannerGroup__text {
    margin: 0 auto;
    text-align: left;
    font-family: var(--fuenteTips);
    text-decoration: none;
    font-size: small;
}

@media (min-width: 479px) {}

@media (min-width: 768px) {
    .bannerGroup__banner h2 {
        font-size: xx-large;
    }
}

@media (min-width: 920px) {
    .bannerGroup__banner p {
        display: flex;
        width: 80%;
        text-align: justify;
        margin-left: 0;
    }
}

@media (min-width: 1280px) {}


/* group */


/* BANERS */


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/


/* FIND */

.find__article__title {
    border-bottom: 2px solid gray;
    padding: 1rem;
}

.find__article__title p {
    margin: 0 auto;
    font-family: var(--fuenteTips);
    padding-left: 6rem;
}

.find__article__title p span {
    font-weight: bold;
    color: var(--C_05);
    font-size: larger;
}

.find__article__not {
    padding: 20rem 0rem;
}

.find__article__not p {
    font-family: var(--fuenteTips);
    text-align: center;
}

.find__article__not p span {
    font-weight: bold;
    text-decoration: none;
    font-size: larger;
}

.find__article__not p span:visited {
    color: var(--C_05);
}

.icon-tabler-mood-sad {
    margin: 0 auto;
    padding-left: 0px;
    display: block;
}


/* FIND */


/*----------------------------------------------------------------------------*/


/* CATALOGS */

.principal_content__catalogs {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin: 0 auto;
    gap: 2rem;
    height: auto;
    display: grid;
    padding: 3rem 1rem;
    flex-direction: column;
}

.imagen__div__catalog {
    grid-row: 1 / 2;
    padding: .5rem;
    background-color: var(--logo_1);
    margin: 0rem;
    overflow: hidden;
    border-radius: .5rem;
    height: 20rem;
    transition: all 0.5s ease-in 0.1s;
}

.principal_content__group__catalogs {
    width: 100%;
    margin: 0rem 0rem 0rem 0rem;
}

.catalog__imagen {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    border: 2px solid var(--gray-light);
    border-radius: .5rem;
    background-size: cover;
}

@media (min-width: 479px) {}

@media (min-width: 768px) {
    .principal_content__catalogs {
        grid-template-columns: repeat(3, 1fr);
    }
    .imagen__div__catalog {
        margin: .5rem;
        height: 32rem;
    }
}

@media (min-width: 920px) {
    .principal_content__catalogs {
        grid-template-columns: repeat(3, 1fr);
    }
    .catalog__imagen {
        background-size: contain;
    }
}

@media (min-width: 1280px) {
    .principal_content__catalogs {
        grid-template-columns: repeat(4, 1fr);
    }
    .catalog {
        width: 25.4rem;
        border-radius: 1rem;
        height: 40rem;
    }
}

@media (min-width: 1580px) {
    .principal_content__catalogs {
        grid-template-columns: repeat(5, 1fr);
    }
}

.catalog p {
    color: black;
    transition: font-weight 0.1s ease-in 0.1s;
    transition: text-shadow 0.5s ease-in 0.1s;
}

.catalog:hover {
    /* box-shadow: 0rem 0rem 1rem var(--CPrimario); */
}

.catalog:hover .product__name {
    font-weight: bold;
    text-shadow: -2px 2px lightpink;
}

.catalog:hover .imagen__div__catalog {
    padding: 0rem;
    background-color: var(--gray-light);
}


/* CATALOGS */


/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
like_product
----------------------------------------------------------------------------*/

.like_product {
    padding: .5rem;
    border-top: 1rem solid var(--logo_2);
}

.product_comment_list {
    padding-top: 1rem;
    width: 100%;
    max-height: 150rem;
    overflow-y: scroll;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    justify-items: center;
}

.post_article_info {
    width: 100%;
    margin-top: 5rem;
}

.post_info {
    display: flex;
    margin-bottom: .5rem;
    flex-direction: column;
    align-items: center;
}

.post_label {
    flex: 0 0 3rem;
    text-align: right;
}

.post__field {
    flex: 1;
    border: 1px solid var(--logo_1);
    border-radius: 1rem;
    width: 85%;
}

.post_submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post_label_checkbox {
    height: 3rem;
}

@media (min-width: 480px) {}

@media (min-width: 768px) {
    .product_comment_list {
        width: 95%;
        overflow-y: scroll;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .post_info {
        display: flex;
        align-items: inherit;
        flex-direction: row;
        margin-bottom: .5rem;
        gap: 1rem;
    }
    .post_label {
        flex: 0 0 20rem;
        text-align: right;
    }
    .post_article_info {
        margin-top: 0rem;
        width: 90%;
        margin: 0 auto;
        border-radius: 2rem;
        padding: 2rem;
    }
}

@media (min-width: 920px) {}

@media (min-width: 1280px) {
    .like_product {
        padding: 3rem;
        display: flex;
        align-items: center;
        margin-bottom: -10rem;
    }
    .product_comment_list {
        width: 90%;
        height: 60rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .product_comment {
        width: 70%;
        height: 60rem;
    }
    .post_article_info {
        width: 30%;
        height: 45rem;
        margin: 0 auto;
        border-radius: 2rem;
        padding: 2rem;
        border: 1px solid var(--CPrimario);
    }
    .post_article_info h3 {
        margin-bottom: 2rem;
    }
    .post_info {
        display: flex;
        flex-direction: row;
        margin-bottom: .5rem;
        gap: 1rem;
    }
    .post_label {
        flex: 0 0 18rem;
        text-align: right;
    }
    .post__field {
        flex: 1;
        border: 1px solid var(--logo_1);
        border-radius: 1rem;
    }
    .post_submit {
        display: flex;
        justify-content: end;
        align-items: center;
        padding-top: 1rem;
    }
}

form input[type="submit"] {
    text-align: center;
    font-size: 20px;
}

input[type="radio"] {
    display: none;
    /*position: absolute;top: -1000em;*/
}

.post_cal {
    font-size: 3.5rem;
}

label {
    color: var(--CPrimario);
    margin-left: 0rem;
}

.clasificacion {
    direction: rtl;
    unicode-bidi: bidi-override;
    margin: 0 auto;
}

label:hover,
label:hover~label {
    color: orange;
    cursor: pointer;
}

input[type="radio"]:checked~label {
    color: orange;
}

.post__field--textarea {
    height: 10rem;
}

.post_label_center {
    align-items: center;
}

.post_submit_btn {
    width: 20rem;
    height: 5rem;
    cursor: pointer;
    background-color: var(--C_02);
    border: .5rem solid var(--C_02);
    border-radius: 1rem;
    font-family: var(--fuenteTips);
    color: var(--white);
    transition: all .3s linear;
}

.post_submit_btn:hover {
    background-color: var(--CPrimario);
    font-weight: bold;
}

.get_resp_correct {
    margin: 0 auto;
    width: 100%;
    background-color: var(--C_02);
    border-radius: 1rem;
    color: var(--CBlanco);
    font-family: var(--fuenteGeneral);
    border: .5rem solid var(--CSecundario);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 7rem;
    padding: 3rem;
    text-align: center;
    margin-top: 2rem;
}

.get_resp_correct p span {
    font-weight: bold;
    color: var(--CPrimario);
}


/* 
-
-
-
-
-
*/

.product_comment_list_item {
    border: 1px solid var(--C_01);
    border-radius: 1rem;
    list-style: none;
    width: 33rem;
    height: 19rem;
    padding: .3rem;
}

.comment_art_person {
    margin: 0 auto;
    font-size: 2rem;
    font-weight: bold;
    font-family: var(--fuenteTips);
    color: var(--CPrimario);
    text-align: center;
    letter-spacing: .5rem;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.comment_art_cal {
    color: orange;
    font-size: 3.5rem;
    text-align: center;
    margin: 0 auto;
    margin-top: -3rem;
}

.comment_art_comment {
    margin: 0 auto;
    margin-top: 0px;
    width: 95%;
    height: 8rem;
    overflow-y: scroll;
    text-align: justify;
    font-family: var(--fuenteTips);
    font-size: 1.3rem;
    margin-top: -1rem;
}

.comment_art_whens {
    text-align: end;
    color: var(--C_01);
    font-family: var(--fuenteTips);
    font-size: 1rem;
    margin: 0 auto;
    padding: 1rem 0rem;
}