/* 
MOBILE  640px
TABLET  768px
HD      1280px
FULL HD 1920px
2K      2880px
*/


/*//////////////////////////////////////////////////////////////////////////////////*/

:root {
    /* Colores principales */
    --CPrimario_01: #F6650C;
    --CPrimario_02: #000;
    --CPrimario_03: #FFF;
    --CPrimario_04: #2D2B2A;
    --CPrimario_05: #565250;
    /* barra nav */
    --CBarra01: #fdfefe;
    --CBarra02: #f8c471;
    /* IMG - WEBP */
    --BGLogoWhite: URL('../IMG/logo/logo_01.png');
    --BGLogoBlack: URL('../IMG/logo/logo_02.png');
    /* Banner */
    --BGBannerNav: URL('../IMG/BANNER/b_01.webp');
    --BGBannerNav_catalog: URL('../IMG/BANNER/b_02.webp');
    --BGBannerFamily: URL('../IMG/BANNER/b_03.webp');
    --BGBannerMostSale: URL('../IMG/BANNER/b_04.webp');
    /* Banner Catallog*/
    --BGBannerViern: URL('../IMG/BANNER/b_05.webp');
    --BGBannerMier: URL('../IMG/BANNER/b_06.webp');
    --BGBannerDom: URL('../IMG/BANNER/b_07.webp');
    /* Banner Catallog Viernes*/
    --BGBannerViern_img_01: URL('../IMG/BANNER/ban_01/logo.webp');
    --BGBannerViern_img_02: URL('../IMG/BANNER/ban_01/desc.webp');
    /* Banner Catallog Miercoles*/
    --BGBannerMier_img_01: URL('../IMG/BANNER/ban_03/logo.webp');
    --BGBannerMier_img_02: URL('../IMG/BANNER/ban_03/desc.webp');
    /* Banner Catallog Domingo*/
    --BGBannerDoming_img_01: URL('../IMG/BANNER/ban_02/logo.webp');
    --BGBannerDoming_img_02: URL('../IMG/BANNER/ban_02/desc.webp');
    /* fotter */
    --BGBannerFotter: URL('../IMG/BANNER/b_08.webp');
}


/* font-family: 'Montserrat', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');

/*//////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////  U T I L I T Y  /////////////////////////////*


/* tittle basic General */

.tittle_basic_A {
    color: var(--CPrimario_01);
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
}


/* basic document */

.document_basic {
    height: auto;
    background: var(--CBarra01);
    margin: 5rem;
}

.document_basic p {
    text-align: justify;
}


/* logo index  */

.href_index {
    cursor: pointer;
}


/* GENERAL */

html {
    box-sizing: border-box;
    font-size: 62.5%;
    /* 1 REM  = 10px */
    min-height: 100%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

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

body {
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
}


/* GENERAL */

.tittle_A {
    color: var(--CBarra01);
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
}

.btn_oficial {
    background-color: var(--CPrimario_01);
    border-radius: 4rem;
    display: block;
    height: 4rem;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: box-shadow 0.3s ease-in-out;
    transition: font-weight 0.3s ease-in-out;
    transition: background-color 0.8s ease-in-out;
}

.btn_oficial:hover {
    box-shadow: 0rem 0rem 1.5rem var(--CPrimario_02);
    font-weight: 900;
    background-color: var(--CPrimario_03);
}

.btn_oficial a {
    font-size: 1rem;
    color: var(--CPrimario_03);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.8s ease-in-out;
    transition: letter-spacing 0.8s ease-in-out;
}

.btn_oficial:hover a {
    color: var(--CPrimario_02);
    letter-spacing: .3rem;
}


/* BANNER CATALOG */

.banner_BI {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    box-shadow: inset 0rem 0rem 25rem 0rem var(--CPrimario_02);
}


/* Titulo */

.title_oficial {
    width: 100%;
    color: var(--CPrimario_03);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
}

.Color_O {
    color: var(--CPrimario_03);
}


/*////////////////////////////  H E A D E R  /////////////////////////////*


/*BANNER MOVILE STYLE*/

.header_top-movile {
    position: sticky;
    top: 0;
    z-index: 9999;
    visibility: visible;
    height: 5rem;
    width: 100%;
    background-image: var(--BGBannerNav);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
}

.header_top-movile .htm-logo {
    background-image: var(--BGLogoWhite);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 5rem;
}

#btn_banner-sales {
    margin: 2rem auto;
    width: 15rem;
}

.htm-menu,
.htm-find {
    display: flex;
    justify-content: flex-end;
    margin: 0 2rem;
}

.htm-menu {
    justify-content: flex-start;
}

.header_top {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: var(--BGBannerNav);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.header_top .element_banner_logo {
    background-image: var(--BGLogoWhite);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 10rem;
}

.header_top .element_banner_items {
    display: grid;
}

.header_top .element_banner_items .element_banner_session {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    align-items: center;
}

.header_top .element_banner_items .element_banner_session a,
.header_top .element_banner_items .element_banner_session p {
    color: var(--CPrimario_03);
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3rem;
}

.header_top .element_banner_items .element_banner_session p {
    color: var(--CPrimario_01);
    cursor: none;
}

.element_banner_menu {
    z-index: 1000;
    margin: 0rem auto;
}

.element_banner_menu ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.element_banner_menu ul li a {
    color: var(--CPrimario_03);
    text-transform: uppercase;
    display: flex;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    height: 6rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.element_banner_menu ul li a:hover {
    transition: color 0.5s ease;
    color: var(--CPrimario_01);
}

.element_banner_menu ul li a span {
    margin-right: 1rem;
}


/*BANNER TABLET STYLE*/

@media (min-width:768px) {
    .header_top-movile {
        display: none;
    }
    .header_top {
        visibility: visible;
        position: sticky;
        top: 0;
        width: 100%;
        height: 10rem;
        display: grid;
        align-items: flex-start;
        grid-template-columns: 20rem 1fr;
    }
    .header_top .menu_bar {
        display: none;
    }
    .element_banner_menu ul {
        list-style: none;
        display: flex;
        justify-content: center;
        flex-direction: row;
        position: relative;
        padding: 0;
        margin: 0 auto;
    }
    .element_banner_menu ul li {
        display: inline-block;
        justify-content: center;
        flex-direction: row;
        position: relative;
    }
    .header_top .element_banner_logo {
        height: 7rem;
    }
    .header_top .element_banner_items .element_banner_session {
        justify-content: end;
        margin-right: 2rem;
    }
    .element_banner_items .element_banner_menu {
        display: grid;
    }
    .element_banner_menu ul li a {
        color: var(--CPrimario_03);
        display: block;
        padding: 2rem;
        width: 100%;
        padding: 0;
        height: auto;
        font-weight: lighter;
    }
}


/*BANNER HD STYLE*/

@media (min-width:1280px) {
    .header_top {
        height: 7rem;
    }
    .element_banner_session {
        display: grid;
        grid-auto-flow: column;
        justify-content: end;
        gap: 1rem;
        align-items: center;
        margin-right: 2rem;
    }
    .element_banner_session a,
    .element_banner_session p {
        color: var(--CPrimario_03);
        font-weight: bold;
        text-decoration: none;
        cursor: pointer;
        font-size: 1rem;
    }
    .element_banner_session p {
        color: var(--CPrimario_01);
        cursor: none;
    }
    .element_banner_menu {
        z-index: 1000;
        margin: 0rem auto;
    }
    .element_banner_menu ul {
        list-style: none;
        display: flex;
        justify-content: left;
        flex-direction: row;
        position: relative;
        padding: 0;
        gap: 1rem;
        text-align: center;
    }
    .element_banner_menu ul li {
        display: inline-block;
        justify-content: center;
        flex-direction: row;
        position: relative;
    }
    .element_banner_menu ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .element_banner_menu ul li a:hover {
        transition: color 0.5s ease;
        color: var(--CPrimario_01);
    }
    .element_banner_menu ul li a span {
        margin-right: 1rem;
    }
}


/*BANNER FULL HD STYLE*/

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


/*BANNER 2k STYLE*/

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


/*////////////////////////////  H E A D E R  /////////////////////////////*/


/*////////////////////////////  B A N N E R C A T A L L O G   /////////////////////////////*/


/* Utility First */

.banner_BI {
    height: 58rem;
    margin: 0 auto;
}

.Banner_Sales {
    height: 100%;
}

.mySlides {
    box-sizing: border-box;
    padding: 4rem 6rem;
}

.tittle_A {
    color: var(--CPrimario_01);
    font-weight: 900;
    font-size: 4rem;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_BI .banner_img_container {
    display: flex;
    flex-direction: column;
}

.banner_BI .banner_img_container .banner_img_container_img {
    width: 100%;
    height: 23rem;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner_BI .banner_p {
    color: var(--CPrimario_03);
    width: 100%;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 0rem;
    margin: 0rem;
}


/*TABLET STYLE*/

@media (min-width:768px) {
    .banner_BI {
        height: 40rem;
    }
    .tittle_A {
        align-items: flex-start;
    }
    #btn_banner-sales {
        margin: 2rem 0 auto;
        width: 15rem;
    }
    .banner_BI .banner_img_container {
        flex-direction: row;
    }
    .banner_BI .banner_img_container .banner_img_container_img {
        height: 30rem;
    }
}


/* HD STYLE*/

@media (min-width: 1280px) {
    .tittle_A {
        font-size: 5rem;
    }
}


/* slide catalog */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.mySlides {
    display: none;
}

.b_dot {
    height: 1.5rem;
    width: 1.5rem;
    margin: 0rem 1rem;
    background-color: var(--CPrimario_04);
    border-radius: 50%;
    display: inline-block;
    transition: all 0.6s ease;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.b_dot:hover {
    background-color: var(--CPrimario_03);
}

.active {
    background-color: var(--CPrimario_01);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.banner_dot {
    text-align: center;
    margin-top: -3rem;
    height: 3rem;
}

.banner_next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.banner_prev:hover,
.banner_next:hover {
    background-color: var(--CPrimario_01);
}

.banner_prev,
.banner_next {
    cursor: pointer;
    position: absolute;
    top: 27rem;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: var(--CPrimario_03);
    font-weight: bold;
    font-size: 1.8rem;
    transition: all 0.6s ease-in-out;
    border-radius: 0 3px 3px 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*

/* slide catalog */


/*B A N N E R   S A L E S   FULL HD STYLE*/

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


/*B A N N E R   S A L E S   2k STYLE*/

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


/*////////////////////////////  B A N N E R C A T A L L O G   /////////////////////////////*/


/*////////////////////////////  B A N N E R   M O S T   S A L L I N G    /////////////////////////////*/

#banner_mostSalling {
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-image: var(--BGBannerMostSale);
}

.ms_arrow {
    display: none;
}

#ms_tittle {
    display: flex;
    flex-direction: column;
    margin: 5rem;
    justify-content: center;
    line-height: 6rem;
}

.ms_img_article {
    margin-top: -2rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    transition: all 3.5s ease-in-out;
}

#ms_gridArticle {
    display: grid;
    grid-template-rows: repeat(5, 45rem);
    gap: 5rem;
    height: 100%;
    width: 90%;
    margin: auto;
    justify-items: center;
    align-items: center;
    overflow: auto;
    box-sizing: border-box;
    padding: 2rem 5rem;
}

.article_sales {
    width: 100%;
    height: 43rem;
    background-color: var(--CPrimario_03);
    transition: all 1s cubic-bezier(.68, -0.55, .27, 1.55);
}

.article_sales:hover {
    box-shadow: 0rem 0rem 4rem 0rem var(--CPrimario_01);
    background-color: var(--CPrimario_02);
}

.ms_btnTop {
    margin: auto;
    margin-top: -2rem;
    width: 15rem;
    position: relative;
    z-index: 999;
}

.ms_btnTop a {
    font-size: 2rem;
    font-family: 'Montserrat', sans-serif;
}

.article_sales .ms_bg_color {
    width: 100%;
    height: 100%;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.45);
    text-transform: uppercase;
    text-align: center;
    opacity: .0;
    color: var(--CPrimario_03);
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: grid;
    align-content: space-around;
    transition: all .5s ease-in-out;
}

.article_sales .ms_bg_color:hover {
    opacity: 1;
}

.article_sales .ms_bg_color .ms_title_Mark {
    font-size: 2.5rem;
    text-decoration: none;
    font-weight: bold;
    margin: 0 auto;
    color: var(--CPrimario_01);
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.article_sales .ms_bg_color .ms_title_Mark:hover {
    font-size: 2.6rem;
    text-shadow: white 0rem 0rem 1rem;
}

.article_sales .ms_bg_color .ms_p_descrip {
    margin: 2rem auto;
    font-size: 1rem;
    line-height: 1.5rem;
}

.article_sales .ms_bg_color .ms_p_sku {
    font-weight: bold;
    margin: 0 auto;
}

.ms_item_family {
    position: relative;
    bottom: 0rem;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: end;
    cursor: pointer;
}

.ms_item_family img {
    width: 30%;
}

.ms_item_family p {
    font-size: 1rem;
    width: 40%;
}

@media (min-width:768px) {
    .ms_arrow {
        display: block;
    }
}

@media (min-width: 1280px) {
    #banner_mostSalling {
        background-image: var(--BGBannerMostSale);
        height: 45rem;
        display: flex;
        flex-direction: row;
        padding: 1rem;
        box-sizing: border-box;
        align-items: center;
    }
    #ms_tittle {
        width: 30rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        line-height: 6rem;
    }
    #ms_tittle p {
        margin-top: -3rem;
    }
    #btn_mostSalling {
        width: 12rem;
    }
    #ms_gridArticle {
        display: grid;
        grid-template-columns: repeat(5, 28rem);
        grid-template-rows: repeat(1, auto);
        height: 45rem;
        width: 95%;
        margin: auto;
        padding: 1.5rem;
        justify-items: center;
        align-items: center;
        overflow: auto;
        box-sizing: border-box;
    }
    .ms_img_article {
        margin-top: -2rem;
        background-position: center center;
        background-size: contain;
        background-repeat: repeat-x;
        height: 100%;
        width: 100%;
        transition: all 3.5s ease-in-out;
    }
    .article_sales {
        width: 20rem;
        height: 30rem;
        background-color: var(--CPrimario_03);
        transition: all 1s cubic-bezier(.68, -0.55, .27, 1.55);
    }
    .article_sales:hover {
        box-shadow: 0rem 0rem 4rem 0rem var(--CPrimario_01);
        width: 21rem;
        height: 31rem;
        background-color: var(--CPrimario_02);
    }
    .ms_btnTop {
        margin-top: -2rem;
        margin-left: -5rem;
        width: 15rem;
        position: relative;
        z-index: 999;
    }
    .ms_btnTop a {
        font-size: 2rem;
        font-family: 'Montserrat', sans-serif;
    }
    .article_sales .ms_bg_color {
        width: 100%;
        height: 100%;
        padding: 2rem;
        background-color: rgba(0, 0, 0, 0.45);
        text-transform: uppercase;
        text-align: center;
        opacity: .0;
        color: var(--CPrimario_03);
        font-family: 'Montserrat', sans-serif;
        overflow: hidden;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        display: grid;
        align-content: center;
        transition: all .5s ease-in-out;
    }
    .article_sales .ms_bg_color:hover {
        opacity: 1;
    }
    .article_sales .ms_bg_color .ms_title_Mark {
        font-size: 2.5rem;
        text-decoration: none;
        font-weight: bold;
        margin: 0 auto;
        color: var(--CPrimario_01);
        transition: all .5s ease-in-out;
        cursor: pointer;
    }
    .article_sales .ms_bg_color .ms_title_Mark:hover {
        font-size: 2.6rem;
        text-shadow: white 0rem 0rem 1rem;
    }
    .article_sales .ms_bg_color .ms_p_descrip {
        margin: 2rem auto;
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .article_sales .ms_bg_color .ms_p_sku {
        font-weight: bold;
        margin: 0 auto;
    }
    .ms_item_family {
        position: relative;
        bottom: 0rem;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: end;
        cursor: pointer;
    }
    .ms_item_family img {
        width: 30%;
    }
    .ms_item_family p {
        font-size: 1rem;
        width: 40%;
    }
}


/*  FULL HD STYLE*/

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


/* 2k STYLE*/

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


/*////////////////////////////  N E E W S L A T T E R   /////////////////////////////*/

.banner_newletter {
    width: 100%;
    background-color: var(--CPrimario_02);
    box-sizing: border-box;
    padding: 3rem;
    margin: 2rem 0rem;
}

.banner_newletter h3,
.banner_newletter p {
    width: 100%;
    color: var(--CPrimario_03);
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0;
}

.banner_newletter h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
    line-height: 3rem;
}

.banner_newletter p {
    font-size: 2rem;
    margin: 2rem 0rem;
}

#form_newletter fieldset {
    border: 1rem solid var(--CPrimario_02);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#lbl_nl_email {
    font-family: 'Montserrat', sans-serif;
    color: var(--CPrimario_03);
    text-transform: uppercase;
}

#inp_nl_email {
    height: 5rem;
    background-color: var(--CPrimario_03);
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .5rem;
    transition: border 0.8s ease-in-out;
    padding-left: 2rem;
    width: 100%;
}

#inp_nl_email:hover {
    border: .3rem solid #F6650C;
}

#inp_nl_submit {
    margin: 3rem 0 0 0;
    width: 20rem;
    border: none;
    color: var(--CPrimario_03);
}

.banner_newletter .reserved {
    font-size: 1.2rem;
    color: var(--CPrimario_03);
    margin: 0 auto;
}

.banner_newletter .reserved a {
    color: var(--CPrimario_03);
    text-decoration: underline;
}

@media (min-width:768px) {
    .banner_newletter {
        width: 100%;
        background-color: var(--CPrimario_02);
        box-sizing: border-box;
        padding: 3rem;
    }
    .banner_newletter h3,
    .banner_newletter p {
        width: 100%;
        color: var(--CPrimario_03);
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        margin: 0;
    }
    .banner_newletter h3 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 3rem;
        line-height: 3rem;
    }
    .banner_newletter p {
        font-size: 2rem;
        margin: 1.5rem;
    }
    #form_newletter fieldset {
        border: 1rem solid var(--CPrimario_02);
        display: grid;
        padding: 0rem 6rem;
    }
    #lbl_nl_email {
        font-family: 'Montserrat', sans-serif;
        color: var(--CPrimario_03);
        text-transform: uppercase;
    }
    #inp_nl_email {
        height: 5rem;
        background-color: var(--CPrimario_03);
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: .5rem;
        transition: border 0.8s ease-in-out;
        padding-left: 2rem;
    }
    #inp_nl_email:hover {
        border: .3rem solid #F6650C;
    }
    #inp_nl_submit {
        margin: 3rem 0 0 0;
        width: 20rem;
        border: none;
        color: var(--CPrimario_03);
    }
}

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

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

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


/*////////////////////////////  F O O T E R  /////////////////////////////*/

.footer {
    position: inherit;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: var(--CPrimario_02);
    display: flex;
    flex-direction: column;
    background-image: var(--BGBannerFotter);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer .footer_banner_out {
    display: grid;
    width: 100%;
    justify-content: center;
    justify-items: center;
    grid-template-rows: auto;
}

.footer .footer_banner_out .footer_logo {
    background-image: var(--BGLogoWhite);
    width: 30rem;
    height: 15rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .footer_banner_out .footer_banner_in {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

.footer .footer_banner_out .footer_banner_in section {
    display: flex;
    flex-direction: column;
    margin: 1rem 0rem;
    width: 100%;
}

.footer_banner_in .footer_separation {
    width: 100%;
    height: .2rem;
    margin-bottom: .2rem;
    background-color: var(--CPrimario_03);
}

.footer_reserved {
    background-color: var(--CPrimario_05);
    display: flex;
    align-items: center;
}

.footer_reserved p {
    color: var(--CPrimario_03);
    width: auto;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    margin: 1rem auto;
}

.footer_banner_social {
    margin-bottom: 2rem;
}

.footer_title_content,
.footer_item_content,
.footer_banner_social p {
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    transition: all .3s ease-in-out;
}

.footer_item_content:hover {
    color: var(--CPrimario_01);
}

.footer_title_content,
.footer_banner_social p {
    color: var(--CPrimario_01);
    font-size: 1.2rem;
    width: 100%;
    text-align: center;
}

.footer_item_content {
    color: var(--CPrimario_03);
}

.footer_social {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.f_s_social {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--CPrimario_03);
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.f_s_social:hover {
    background-color: var(--CPrimario_01);
}

@media (min-width:768px) {
    .footer {
        height: auto;
        visibility: visible;
        background-position: center center;
        background-size: cover;
        position: inherit;
        background-image: var(--BGBannerNav);
    }
    .footer .footer_banner_out .footer_banner_in {
        flex-direction: row;
    }
    .footer_banner_social {
        margin-bottom: 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer_banner_in .footer_separation {
        display: none;
    }
}

@media (min-width:1280px) {
    .footer .footer_banner_out .footer_logo {
        background-image: var(--BGLogoWhite);
        width: 30rem;
        height: 15rem;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .footer .footer_banner_out {
        display: grid;
        width: 100%;
        justify-content: space-around;
        justify-items: stretch;
        grid-template-columns: 2fr 8fr 2fr;
        grid-template-rows: auto;
    }
    .footer .footer_banner_out .footer_banner_in {
        display: flex;
        justify-content: space-around;
    }
    .footer .footer_banner_out .footer_banner_in section {
        display: flex;
        flex-direction: column;
        margin: 1rem 0rem;
    }
}


/* FULL HD STYLE*/

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


/* 2k STYLE*/

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


/*////////////////////////////  F O O T E R  /////////////////////////////*/

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

.icon-tabler-arrow-big-left {
    stroke: var(--CPrimario_03);
    transition: all .3s cubic-bezier(.68, -0.55, .27, 1.55);
    cursor: pointer;
}

.icon-tabler-arrow-big-left:hover {
    stroke: var(--CPrimario_01);
}

.icon-tabler-arrow-big-right {
    stroke: var(--CPrimario_03);
    transition: all .3s cubic-bezier(.68, -0.55, .27, 1.55);
    cursor: pointer;
}

.icon-tabler-arrow-big-right:hover {
    stroke: var(--CPrimario_01);
}


/* banner_record */

.br_title {
    color: var(--CPrimario_03);
    font-size: 3rem;
    margin: 0;
    text-align: left;
    letter-spacing: 0rem;
    text-transform: uppercase;
    line-height: 4rem;
    margin: 1rem 0rem 0rem 2rem;
}

#btn_customer,
#btn_record,
#btn_skills {
    width: 10rem;
    margin: 1rem 2rem;
}

#btn_record,
#btn_skills {
    background-color: var(--CPrimario_02);
}


/* banner_record */

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

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

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

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