@import url(https://db.onlinewebfonts.com/c/4283a0381049b5cd561db660fa06f002?family=Gotham+SSm+Bold);

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }


    .logo_div {
        position: relative;
    }
    
    .logo_1 {
        filter: brightness(0) invert(1);
        height: auto; /* Ajusta según sea necesario */
    }

.fondo_menu {
    display: none;
}
header {
    height: 97px;
    width: 100%;   
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
}



.logo_div {
    display: flex;
    padding-left: 55px;
    /*border: 1px solid black;*/
    height: 100%;
}

    .logo_div img {
        height: 60px;
        margin-top: 27px;
        margin-right: 3px;
    }


    .logo_div .logo {
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 3PX;
        font-size: 13px;
        font-weight: 700;
        margin-top: 52.5px;
    }



.header_right {
    padding-right: 33px;
    display: flex;
    float: right;
    height: 100%;
    /*background-color: blue;*/
    right: 0;
}



.hero {
    transform: translateY(97px);
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 150px;
}

.hero_right {
    display: flex;
    transform: translateY(-10px) translateX(10px);
    height: 82vh;
    width: 50%;
}
.hero_left {
    background-color: white;
    height: 100%;
    width: 50%;
    /*border: 1px solid black;*/
    display: flex;
    padding-left: 110px;
}
    .hero_content {
        height: fit-content;
        margin-top: 135px;
    }

        .tittle_page {
            font-size: 52px;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-weight: 800;
            line-height:110%;
        }
        .text_page {
            margin-top: 25px;
            color: #878787;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
            font-size: 17px;
            font-weight: 500;
            line-height: 160%;
        }
        .tittle_page_movile {
            display: none;
        }

    .header_right img {
        margin-top: 55px;
        margin-left: 32px;
        height: 27px;
        width: 30px;
    }

    .header_right .all_categories {
        margin-top: 56px;
        height: 27px;
        font-size: 19.5px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        border-right: 1px solid black;
        padding-right: 32px;
    }
        .all_categories p {
            display: flex;
            transform: translateY(5px);
            cursor: pointer;
            transition: .3s;
        }

        .all_categories p:hover {
            color: rgb(243, 108, 41);
        }


#boton_hero {
    margin-top: 25px;
    height: 45px;
    width: 140px;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid orangered;
    font-size: 17px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    transition: .2s;
    cursor: pointer;
}
#boton_hero:hover {
    background-color: orangered;
    color: white;
}



.fondo_menu {
    transition: .5s;
    background-color: transparent;
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 9999;
    z-index: 0;

}
.menu {
    right: -285px;
    transition: .5s;
    height: 100vh;
    width: 285px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    z-index: 99999999;
    border-left: 2px solid #E3E3E3;
}





/* ------ Contenido Menú ------ */

.menu_top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px 30px ;
    margin-bottom: 5px;
}
    .menu_top img {
        height: 25px;
    }

.menu_content {
    display: flex;
    flex-direction: column;
    padding-LEFT: 30PX;
}
    .menu_content a {
        text-decoration: none;
        color: black;
        font-size: 22.5px;
        margin-bottom: 17.5px;
        font-weight: 600;
        transition: .25s;
        font-family: Arial, Helvetica, sans-serif;
    }
    .menu_content a:hover {
        color: orangered;
    }

.submenu_content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding-LEFT: 30PX;
    position: relative;
}
    .submenu_content a {
        text-decoration: none;
        color: #999999;
        font-size: 16px;
        margin-bottom: 12.5px;
        font-weight: 600;
        transition: .25s;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: .5px;
    }
    .submenu_content a:hover {
        color: orangered;
    }

    .linea {
        position: absolute;
        background-color: orangered;
        height: 2.5px;
        width: 90%;
        margin-left: 5%;
        display: flex;
        bottom: 0;
        margin-bottom: 70px;
    }




    /* Versión responsive */

@media only screen and (max-width: 767px) {

    header {
        /* background-color: aqua; */
        height: 70px;
       
    }

    .hero_right {
        display: none;
    }
    
    

    .logo_div {
        display: flex;
        padding-left: 30px;
        /*border: 1px solid black;*/
        height: 100%;
        /* background-color: rgb(0, 151, 75); */
    }
        .logo_div img {
            height: 40px;
            margin-top: 25px;
            margin-right: 3px;
        }
        .logo_div .logo {
            display: none;
        }


    .all_categories {
        transform: translateY(-25px);
    }
    .all_categories p {
        display: none;
    }
    #ico_menu {
        transform: translateY(-25px);
    }

    .fa-bars:before, .fa-navicon:before {
        display: flex;
        transform: translateY(-25px);
    }



    .hero_left {
        padding-left: 20px;
        width: 100%;
    }
    .hero_content {
        margin-top: 60px;
    }


     .tittle_page {
        margin-top: 10px;
        font-size: 22px;
     }
     .tittle_page {
        display:  none;
     }
     .tittle_page_movile {
        display: flex;
     }

     .text_page {
        margin-top: 10px;
        line-height: 20px;
     }


     #boton_hero {
        width: 120px;
        height: 40px;
        letter-spacing: .5px;
     } 

    
}