@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
}

.caja_drop_menu_pro_v1 {
    position: relative;
    display: inline-block;
}

hr {
    opacity: 1;
}

a {
    text-decoration: none;
}

.drop_menu_pro_v1 {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 250px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0;
    margin: 0;
    list-style: none;
    top: 19px;
    right: -25px;
    padding-top: 10px;
    padding-bottom: 15px;
}

    .drop_menu_pro_v1 li a {
        display: block;
        padding: 10px 15px;
        color: black;
        text-decoration: none;
        font-size: 13px;
    }

        .drop_menu_pro_v1 li a:hover {
            background-color: #eee;
        }

/* Mostrar el menú al hacer hover sobre la caja */
.caja_drop_menu_pro_v1:hover .drop_menu_pro_v1 {
    display: block;
}






nav {
    position: fixed;
    z-index: 9999999;
    width: 100%;
    background: #e7e7e7;
}

    nav .wrapper_menu {
        position: relative;
        max-width: 100%;
        padding: 0px 30px;
        height: 47px;
        line-height: normal;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-left: 0px;
    }

.wrapper_menu .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper_menu .nav-links {
    display: inline-flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    position: relative;
}


.nav-links li {
    list-style: none;
}

    .nav-links li a:not(.titulo_enlace) {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        padding: 9px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links li a:hover {
        background: #3A3B3C;
    }

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 250px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.2s ease;
    top: 32px;
    opacity: 1;
    visibility: visible;
}

.nav-links li:hover > .item_menu_v2 {
    background: #242526;
    color: #ffffff;
}


.nav-links .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 30px;
    font-weight: 400;
    border-radius: 0px;
    font-size: 14px;
}

.mega-box {
    position: absolute;
    left: -30px;
    min-width: 787px;
    max-width: 100%;
    /*width: 100%;*/
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

    .mega-box.grande_menu {
        min-width: 1038px;
    }

    .mega-box .content {
        background: #242526;
        padding: 25px 18px;
        padding-top: 0px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    }

        .mega-box .content .row_menu {
            width: calc(25% - 30px);
            line-height: 45px;
        }

        .mega-box .content.tres_fila .row_menu {
            width: calc(30% - 0px);
        }

        .mega-box .content .columna__menu_1 {
            width: calc(29% + 0px);
        }


        .mega-box .content .columna__menu_2 {
            width: calc(34% + 0px);
        }

        .mega-box .content .columna__menu_3 {
            width: calc(34% + 0px);
        }


.content .row_menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row_menu header {
    color: #f2f2f2;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid red;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: normal;
    text-wrap-style: balance;
}

.titulo_enlace {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #f2f2f2;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 1px solid red;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: normal;
    text-wrap-style: balance;
    border-radius: 5px 5px 0px 0px;
}

    .titulo_enlace.texto_largo {
        font-size: 14px;
    }


.margen_menu_v1_top_2 {
    margin-top: 10px;
}


.content .row_menu .mega-links {
    margin-left: -20px;
    /*border-left: 1px solid rgba(255, 255, 255, 0.09);*/
    padding-left: 0px;
}

.row_menu .mega-links li {
    padding: 0 20px;
    padding-right: 0px;
}

    .row_menu .mega-links li a {
        padding: 0px;
        padding: 6px 20px;
        color: #d9d9d9;
        font-size: 14px;
        display: block;
        line-height: normal;
    }

        .row_menu .mega-links li a:hover {
            color: #f2f2f2;
        }

.wrapper_menu .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

    .wrapper_menu .btn:active {
        color: #f2f2f2;
    }

.btn_item_menu_v3 {
    color: #000000;
    font-size: 30px;
    cursor: pointer;
    display: none;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.separador_linea_menu {
    width: 2px;
    height: 25px;
    background: #cacaca;
    margin: 0 10px;
}

.caja_separadora_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.wrapper_menu .btn.close-btn {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 38px;
}


.nav-links li a.item_menu_v2 {
    font-size: 14px;
    line-height: normal;
    padding: 13px 15px;
    color: #282828;
    border-radius: 0px;
    font-family: 'OpticSans';
}

.contenido_base {
    background: rgb(99, 98, 98);
    margin-top: 117px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.caja_top_menu {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 48px;
    display: flex;
    justify-content: space-between;
    background-color: white;
    width: 100%;
    align-items: center;
}

.icono_en_menu_v1 {
    display: flex;
    gap: 5px;
    align-items: center;
}

.texto_top_menu {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.logo_canon__v1 {
    width: 160px;
    border: none;
}

.caja_lado_busqueda_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


.logo_empresa_socialmente_canon__v1 {
    width: 100px;
}

.contenido_v1_base {
    margin-top: 117px;
}

@media screen and (max-width: 1060px) {
    .contenido_v1_base {
        margin-top: 58px;
    }

    .caja_top_menu {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 14px;
    }

    .caja_lado_busqueda_menu {
        display: none;
    }

    .contenido_base {
        margin-top: 56px;
    }

    .btn_item_menu_v3 {
        display: block;
    }

    .caja_separadora_menu {
        display: none;
    }

    nav .wrapper_menu {
        padding: 0px 15px;
        height: 0px;
    }

    .wrapper_menu .btn {
        display: block;
    }

    .wrapper_menu .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 4px;
        line-height: 50px;
        overflow-y: scroll;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        align-content: flex-start;
    }

    .nav-links .drop-menu li:first-child a {
        margin-top: 10px;
    }


    /* custom scroll bar */
    .wrapper_menu::-webkit-scrollbar {
        width: 10px;
    }

    .wrapper_menu::-webkit-scrollbar-track {
        background: #242526;
    }

    .wrapper_menu::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn_item_menu_v3.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn_item_menu_v3.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

        .nav-links li a {
            padding: 5px 5px;
            display: block;
            font-size: 16px;
        }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        padding: 0;
    }

    .mega-box {
        min-width: unset;
        padding-right: 0px !important;
    }

        .mega-box.grande_menu {
            min-width: unset;
        }

    #showDrop:checked ~ .drop-menu, #showMega:checked ~ .mega-box {
        max-height: 100%;
    }

    #drop_02:checked ~ .drop-menu,
    #menu_2:checked ~ .mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: flex;
        color: #f2f2f2;
        font-size: 16px;
        font-weight: 500;
        padding-left: 10px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
        line-height: normal;
        padding: 9px 15px;
        align-items: center;
        gap: 17px;
    }

    .nav-links li a.item_menu_v2 {
        font-size: 16px;
        color: white;
    }


    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .nav-links .drop-menu li a {
        border-radius: 5px;
        font-size: 14px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 2px 0px 0 0px;
        }

            .mega-box .content .row_menu {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255, 255, 255, 0.08);
            }

                .mega-box .content .row_menu:nth-child(1),
                .mega-box .content .row_menu:nth-child(2) {
                    border-top: 0px;
                }

    .content .row_menu .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }


    .row_menu .mega-links li {
        margin: 0;
    }

    .content .row_menu header {
        font-size: 19px;
    }

    .titulo_enlace {
        font-size: 19px;
    }

    .mega-box .content.tres_fila .row_menu {
        width: 100%;
    }
}

nav input {
    display: none;
}


.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.activo_menu_v1 {
    visibility: visible !important;
    opacity: 1 !important;
}

@media only screen and (min-width : 1000px) and (max-width : 1400px) {

    .row_menu .mega-links li a {
        font-size: 12px;
    }

    .titulo_enlace {
        font-size: 15px;
    }

    .margen_menu_v1_top_2 {
        margin-top: 5px;
    }
}

@media only screen and (min-width : 1000px) and (max-width : 1300px) {

    .row_menu .mega-links li a {
        font-size: 11px;
    }

    .titulo_enlace {
        font-size: 13px;
    }
}


@media only screen and (min-width :1600px) {
    .mega-box .content .columna__menu_1 {
        width: calc(25% + 0px);
    }

    .mega-box .content .columna__menu_2 {
        width: calc(38% + 0px);
    }

    .mega-box .content .columna__menu_3 {
        width: calc(34% + 0px);
    }
}
