@font-face {
    font-family: 'bebas_bold';
    src: url('../assets/fonts/bebas/BebasNeueBold.otf') format('opentype');
}

@font-face {
    font-family: 'bebas_regular';
    src: url('../assets/fonts/bebas/BebasNeue-Regular.otf') format('otf');
}

@font-face {
    font-family: 'bebas_book';
    src: url('../assets/fonts/bebas/BebasNeueBook.otf') format('otf');
}

@font-face {
    font-family: 'bebas_light';
    src: url('../assets/fonts/bebas/BebasNeueLight.otf') format('otf');
}

@font-face {
    font-family: 'bebas_thin';
    src: url('../assets/fonts/bebas/BebasNeueThin.otf') format('otf');
}

@font-face {
    font-family: 'cooper_medium';
    src: url('../assets/fonts/cooper/CooperHewitt-Medium.otf') format('otf');
}

@font-face {
    font-family: 'cooper_bold';
    src: url('../assets/fonts/cooper/CooperHewitt-Bold.otf') format('otf');
}

@font-face {
    font-family: 'cooper_book';
    src: url('../assets/fonts/cooper/CooperHewitt-Book.otf') format('otf');
}

@font-face {
    font-family: 'cooper_light';
    src: url('../assets/fonts/cooper/CooperHewitt-Light.otf') format('otf');
}

@font-face {
    font-family: 'cooper_thin';
    src: url('../assets/fonts/cooper/CooperHewitt-Thin.otf') format('otf');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

header {
    width: 100%;
    height: 15vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-image: url(../assets/sección_1/fondo_head.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: sticky;
    z-index: 99999;
    top: 0;
}

.logotipo_ferresfuerzo {
    margin-top: 95px;
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.acciones {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    font-family: 'cooper_light', sans-serif;
    color: white;
}

.acciones a {
    font-size: 22px;
    color: white;
    text-decoration: none;
    font-family: 'cooper_light', sans-serif;
}

.redes {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.redes a img {
    width: 28px;
    height: 28px;
}

.div_logo_truper {
    font-family: 'cooper_light', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.div_logo_truper h3 {
    font-size: 22px;
}

.logotipo_truper {
    width: 200px;
    height: 3vh;
}

/*Baner principal*/
.banner {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: row;
    background-image: url(../assets/sección_1/back.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* justify-content: space-between; */
}

.btn_lineas_p_banner {
    width: 200px;
    height: 250px;
    margin-top: 62vh;
    margin-left: 11vw;
    position: absolute;
}

.btn_lineas_p_banner {
    width: max-content;
    height: max-content;
    font-family: 'cooper_medium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #e27726;
    text-decoration: none;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.btn_lineas_p_banner img {
    width: 16px;
    height: 16px;
}

.banner h1 {
    font-family: 'bebas_bold', sans-serif;
    text-transform: uppercase;
    width: max-content;
    height: max-content;
    font-size: 70px;
    color: white;
    text-transform: uppercase;
    margin-top: 40vh;
    margin-left: 11vw;
    background-image: url(../assets/sección_1/img_1.png);
}

.banner h1 span {
    color: #e27726;
}


.imagen_ilustracion_ferretero {
    width: 700px;
    height: 650px;
    margin-top: 20vh;
    position: absolute;
    right: 0;
}

.separacion_banner {
    width: 100vw;
    height: 10vh;
}

/*Baner marcas*/
.seccion_marcas {
    width: 100vw;
    height: 30vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../assets/seccion_2/fondo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    gap: 50px;
}

.seccion_marcas h1 {
    width: max-content;
    font-size: 40px;
    font-family: 'bebas_bold', sans-serif;
    color: white;
    background-color: #233e6f;
}

.marcas {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.marcas img {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.imagen_taladro {
    /* display: none; */
    position: absolute;
    width: 450px;
    height: auto;
    margin-top: 70px;
    right: 0;
}

/*Section categorias*/

/* CONTENEDOR GENERAL */
.categorias_slider {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* TRACK */
.categorias {
    display: flex;
    transition: transform 0.4s ease;
    width: 100%;
}

/* CADA ITEM (5 visibles) */
.categoria {
    flex: 0 0 20%;
    /* 100% / 5 = 20% */
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* BOTONES */
.slider_btn {
    position: absolute;
    border: none;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.slider_btn img {
    width: 50px;
    height: 50px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}


/* ESTILOS DE CATEGORÍAS */

.section_categorias {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url(../assets/seccion_3/fondo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px;
}

.section_categorias .titulo {
    width: 100%;
    height: auto;
    padding: 30px 15vw;
}

.titulo h1 {
    font-family: 'bebas_bold', sans-serif;
    font-size: 60px;
    color: #575858;
}

.categorias {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-evenly;
    padding: 20px 20px;
}

.categorias .categoria {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.categorias .categoria img {
    width: 100px;
    height: 100px;
}

.categorias .categoria h2 {
    text-align: center;
    font-family: 'cooper_medium', sans-serif;
    font-size: 22px;
    color: #575858;
}

/*Section de trayectoria*/
.section_trayectoria {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    background-color: white;
    padding: 5vw 5vh;
}

.container_img {
    width: 50%;
}

.section_trayectoria .imagen_trayectoria {
    width: 700px;
    height: auto;
}

.container_info {
    width: 50%;
}

.texto {
    width: 600px;
}

.texto h1 {
    font-family: 'bebas_bold', sans-serif;
    font-size: 50px;
    color: #575858;
    margin-bottom: 30px;
}

.texto h1 span {
    padding: 3px;
    color: #ffffff;
    background-color: #4b82c6;
}

.texto p {
    text-align: justify;
    font-family: 'cooper_medium', sans-serif;
    font-size: 18px;
    color: #575858;
    margin-bottom: 30px;
}

.texto a {
    width: max-content;
    font-family: 'cooper_medium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #4b82c6;
    text-decoration: none;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.texto a img {
    width: 16px;
    height: 16px;
}

/*Section banner info*/

.section_baner_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url(../assets/seccion_5/fondo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px;
}

.columnas_info {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 40px 20px;
}

.columna {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.columna img {
    width: 100px;
    height: 100px;
}

.columna h2 {
    width: 300px;
    text-align: center;
    font-family: 'cooper_medium', sans-serif;
    font-size: 22px;
    color: #e27726;
}

.columna p {
    width: 350px;
    text-align: center;
    font-family: 'cooper_medium', sans-serif;
    font-size: 18px;
    color: #575858;
}

/*Seccion banner info sucursal*/

.section_banner_sucursal {
    width: 100%;
    height: 55vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-image: url(../assets/seccion_6/fondo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 10px;
}

.section_banner_sucursal .container_info_banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-evenly;
}

.container_info_sucursal {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 15px;
    padding-left: 0;
}

.container_info_sucursal h1 {
    font-family: 'bebas_bold', sans-serif;
    font-size: 60px;
    color: #ffffff;
}

.container_info_sucursal p {
    width: 700px;
    text-align: start;
    font-family: 'cooper_medium', sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.container_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.container_btn a {
    width: max-content;
    font-family: 'cooper_medium', sans-serif;
    font-size: 18px;
    color: #ffffff;
    background-color: #e27726;
    text-decoration: none;
    padding: 10px 12px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    z-index: 1;
}

.imagen_sucursal1 {
    position: absolute;
    left: 0;
    width: 300px;
    height: auto;
}

.imagen_sucursal2 {
    position: absolute;
    right: 0;
    margin-top: -15vh;
    width: 400px;
    height: auto;
    z-index: 0;
    margin-right: 50px;
}

/*Footer*/
footer {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../assets/pie/fondo_pie.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.img_footer {
    width: 350px;
    height: 350px;
    object-fit: contain;
    margin-top: -80px;
}

.div_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 20px;
}

.columna_suscursales {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.columna_suscursales h1 {
    font-family: 'bebas_bold', sans-serif;
    font-size: 20px;
    color: #e27726;
}

.container_info_columna_sucursal {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.container_info_columna_sucursal img {
    width: 34px;
    height: 34px;
}

.container_info_columna_sucursal h2 {
    font-family: 'cooper_medium', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

.container_info_columna_sucursal p {
    font-family: 'cooper_medium', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

/*Columna contacto*/

.columna_contacto {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.columna_contacto h1 {
    font-family: 'bebas_bold', sans-serif;
    font-size: 20px;
    color: #e27726;
}

.container_info_columna_contacto {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.container_info_columna_contacto img {
    width: 34px;
    height: 34px;
}

.container_info_columna_contacto h2 {
    font-family: 'cooper_medium', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

.container_info_columna_contacto h3 {
    font-family: 'cooper_medium', sans-serif;
    font-size: 20px;
    color: #ffffff;
}

.container_info_columna_contacto p {
    font-family: 'cooper_medium', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.correo {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.redes_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.redes_footer a img {
    width: 24px;
    height: 24px;
}

/*Columna menu*/
.columna_menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.columna_menu h1 {
    font-family: 'bebas_bold', sans-serif;
    font-size: 20px;
    color: #e27726;
}

.container_info_columna_menu {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 10px;
}

.container_info_columna_menu a {
    font-family: 'cooper_medium', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.container_info_columna_menu a img {
    width: 16px;
    height: 16px;
}

.fin {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: 'cooper_medium', sans-serif;
    font-size: 14px;
    color: #ffffff;
    border-top: #ffffff 1px solid;
    padding: 50px 12px;
}

@media screen and (max-width: 1366px) {

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    /*header*/

    .logotipo_ferresfuerzo {
        margin-top: 95px;
        width: 200px;
        height: 200px;
        object-fit: contain;
    }

    .div_logo_truper h3 {
        font-size: 16px;
    }

    .logotipo_truper {
        width: 80px;
        height: 10vh;
    }

    /*Baner principal*/

    .imagen_ilustracion {
        width: 150px;
        height: 200px;
        margin-top: 62vh;
        margin-left: 11vw;
    }

    .banner h1 {
        font-family: 'bebas_bold', sans-serif;
        font-size: 40px;
        color: white;
        text-transform: uppercase;
        margin-top: 30vh;
    }

    .imagen_ilustracion_ferretero {
        width: 400px;
        height: 400px;
        margin-top: 25vh;
        position: absolute;
        right: 0;
    }

    /*Baner marcas*/


    .marcas img {
        width: 140px;
        height: 30px;
    }

    .imagen_taladro {
        /* display: none; */
        position: absolute;
        width: 250px;
        height: auto;
        margin-top: 70px;
        right: 0;
    }


    /*Section categorias*/


    .titulo h1 {
        font-family: 'bebas_bold', sans-serif;
        font-size: 50px;
        color: #575858;
    }

    .categorias .categoria img {
        width: 80px;
        height: 80px;
    }


    /*Section de trayectoria*/

    .section_trayectoria .imagen_trayectoria {
        width: 500px;
        height: auto;
    }

    .texto {
        width: 500px;
    }

    .texto h1 {
        font-family: 'bebas_bold', sans-serif;
        font-size: 40px;
        color: #575858;
        margin-bottom: 30px;
    }

    .texto p {
        text-align: justify;
        font-family: 'cooper_medium', sans-serif;
        font-size: 16px;
        color: #575858;
        margin-bottom: 30px;
    }

    /*Section banner info*/

    .columna img {
        width: 80px;
        height: 80px;
    }

    .columna h2 {
        width: 250px;
        text-align: center;
        font-family: 'cooper_medium', sans-serif;
        font-size: 22px;
        color: #e27726;
    }

    .columna p {
        width: 300px;
        text-align: center;
        font-family: 'cooper_medium', sans-serif;
        font-size: 18px;
        color: #575858;
    }

    /*Seccion banner info sucursal*/

    .container_info_sucursal {
        padding-left: 100px;
    }

    .container_info_sucursal h1 {
        font-family: 'bebas_bold', sans-serif;
        font-size: 50px;
        color: #ffffff;
    }

    .container_info_sucursal p {
        width: 600px;
        text-align: start;
        font-family: 'cooper_medium', sans-serif;
        font-size: 18px;
        color: #ffffff;
    }

    .imagen_sucursal1 {
        position: absolute;
        left: 0;
        width: 200px;
        height: auto;
    }

    .imagen_sucursal2 {
        position: absolute;
        right: 0;
        margin-top: -150px;
        width: 300px;
        height: auto;
        z-index: 0;
        margin-right: 50px;
    }

}

@media screen and (max-width: 768px) {

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        overflow-x: hidden;
    }

    /*header*/

    .logotipo_ferresfuerzo {
        margin-top: 0px;
        width: 150px;
        height: 200px;
        object-fit: contain;
    }

    /* Ocultar menú normal */

    .div_logo_truper {
        display: none;
    }

    .acciones {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: rgba(64, 109, 192, 0.95);
        width: 200px;
        padding: 20px;
        border-radius: 8px;
    }

    /* Mostrar menú cuando esté activo */
    .acciones.active {
        display: flex;
    }

    /* Botón hamburguesa */
    .hamburguesa {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 22px;
        cursor: pointer;
        margin-left: auto;
    }

    .hamburguesa span {
        display: block;
        height: 3px;
        background: white;
        border-radius: 2px;
    }

    /* Ajustes header */
    header {
        padding: 0px 20px;
    }


    /*Baner principal*/

    .banner {
        width: 100%;
        height: 60vh;
        display: flex;
        flex-direction: column;
        background-size: auto;
        background-image: url(../assets/sección_1/back2.png);
    }

    .imagen_ilustracion {
        display: none;
    }

    .banner h1 {
        width: 80%;
        font-family: 'bebas_bold', sans-serif;
        font-size: 25px;
        color: white;
        text-transform: uppercase;
        margin-top: 10vh;
        margin-left: 40px;
        padding: 10px;
    }

    /* .banner h1 > br {
        display: none;
    } */

    .btn_lineas_p_banner {
        width: 200px;
        height: max-content;
        margin-top: 25vh;
        margin-left: 11vw;
        position: absolute;
    }

    .btn_lineas_p_banner {
        width: max-content;
        height: max-content;
        font-family: 'cooper_medium', sans-serif;
        font-size: 16px;
        color: #ffffff;
        background-color: #e27726;
        text-decoration: none;
        padding: 10px 12px;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }


    .imagen_ilustracion_ferretero {
        width: 320px;
        height: 290px;
        margin-top: 35vh;
        position: absolute;
        right: 0;
    }

    /*Baner marcas*/

    .seccion_marcas {
        width: 100vw;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/seccion_2/fondo.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        gap: 50px;
        overflow-x: hidden;
        padding: 20px 20px;
    }

    .seccion_marcas h1 {
        width: max-content;
        font-size: 20px;
        font-family: 'bebas_bold', sans-serif;
        color: white;
        background-color: #233e6f;
    }

    .marcas {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .marcas img {
        width: 160px;
        height: 45px;
    }

    .imagen_taladro {
        display: none;
    }

    /*Section categorias*/

    .section_categorias {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-image: url(../assets/seccion_3/fondo.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10px 10px;
    }

    .section_categorias .titulo {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }

    .titulo h1 {
        font-family: 'bebas_bold', sans-serif;
        font-size: 40px;
        color: #575858;
    }

    /* CADA ITEM (5 visibles) */
    .categoria {
        flex: 0 0 10%;
        /* 100% / 5 = 20% */
        min-width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .categorias {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 50px;
        flex-wrap: nowrap;
        justify-content: space-between;
        padding: 20px 20px;
    }

    .categorias .categoria img {
        width: 80px;
        height: 80px;
    }

    .categorias .categoria h2 {
        text-align: center;
        font-family: 'cooper_medium', sans-serif;
        font-size: 20px;
        color: #575858;
    }

    /*Section de trayectoria*/
    .section_trayectoria {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: white;
        padding: 0 0;
    }

    .section_trayectoria .imagen_trayectoria {
        width: 400px;
        height: auto;
    }

    .container_img {
        width: 100%;
    }

    .container_info {
        width: 100%;
    }

    .texto {
        width: 100%;
        padding: 20px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /*Section banner info*/
    .section_baner_info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background-image: url(../assets/seccion_5/fondo.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 10px;
    }

    .columnas_info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        padding: 20px 20px;
        gap: 20px;
    }

    /*Seccion banner info sucursal*/
    .section_banner_sucursal {
        width: 100%;
        height: 55vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        background-image: url(../assets/seccion_6/fondo.png);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 10px 10px;
    }

    .section_banner_sucursal .container_info_banner {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: space-evenly;
    }

    .container_info_sucursal {
        padding-left: 50px;
    }

    .container_info_sucursal h1 {
        font-family: 'bebas_bold', sans-serif;
        font-size: 40px;
        color: #ffffff;
    }

    .container_info_sucursal p {
        width: 100%;
        text-align: start;
        font-family: 'cooper_medium', sans-serif;
        font-size: 18px;
        color: #ffffff;
    }

    .container_btn {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 15px;
    }

    .imagen_sucursal1 {
        position: absolute;
        left: 0;
        width: 100px;
        height: auto;
        margin-top: 350px;
    }

    .imagen_sucursal2 {
        position: absolute;
        right: 0;
        margin-top: -400px;
        width: 200px;
        height: auto;
        z-index: 0;
        margin-right: 0;
    }

    /*Footer*/
    footer {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: url(../assets/pie/fondo_pie.svg);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 50px;
    }

    .img_footer {
        width: 250px;
        height: 250px;
        object-fit: contain;
        margin-top: -80px;
    }

    .div_container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-evenly;
        gap: 20px;
        padding: 20px 20px;
    }

    .columna_menu {
        display: none;
    }
}