/* Clases Menu */

.menu {
    width: 100%;
    position: absolute;
    padding-top: 5%;
    padding-left: 2%;
    padding-right: 2%;
    background-color: hsla(0, 0%, 9%, 0.98);
    height: calc(100vh - 92px);
    color: white;
    overflow-y: auto;
    z-index: 9;
    padding-bottom: 10px;
}

.menu li {
    color: #ffffff;
}

.menu li a {
    color: #ccc;
}

@media screen and (min-width: 1200px) {
    .menu {
        overflow: hidden;
    }

    .menu li a {
        color: #ccc;
        position: relative;
        overflow: hidden;
        display: inline-block;
        text-decoration: none;
        padding-bottom: 3px;
    }

    .menu li a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: left 0.5s;
    }

    .menu li a:hover::after {
        left: 0;
    }
}

.contenedor-contacto {
    -ms-flex-order: 2;
    order: 2;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    width: 40% !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media screen and (max-width: 1200px) {
    .contenedor-contacto {
        width: 100% !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

.menu-botones {
    height: 28px;
    margin-bottom: 10px;
}

.menu-contacto {
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #76797e;
    height: 90%;
    border-left: 0.1px solid #76797e;
}

@media screen and (max-width: 1200px) {
    .menu-contacto {
        border-left: none;
        border-top: 1px solid #dee2e6 !important;
        justify-content: start !important;
        padding-left: 10px;
    }
}

.menu-contacto li {
    color: #76797e;
    background-color: transparent;
}

.menu-contacto button {
    background-color: transparent;
}

.menu-categorias {
    padding: 0px 2%;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .boton-proteccion {
        margin-top: 20px;
        padding: 7px 20px;
    }
}

.boton-proteccion {
    background-color: white;
    color: #1b2fe0;
    font-size: 0.9em;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 25px 10px;
    margin: 5px 0 0 0;
    -webkit-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.boton-proteccion:hover {
    background-color: #1b2fe0;
    transition: 200ms;
    color: white;
}

.boton-proteccion:hover a {
    color: #ffffff !important;
}

.x28-social-media-icons-menu {
    background-color: transparent;
    margin: 4px 16px 0 16px;
    padding: 0;
}

.x28-social-media-icons-menu svg {
    width: 24px;
    color: #76797e;
    background-color: transparent;
}

.x28-social-media-icons-menu svg:hover {
    color: #ffffff;
}

.w-33 {
    width: 33.33%;
}

.dg-fadeInUpCol1 {
    animation-duration: 0.5s !important;
    animation-name: fadeInUp;
}
.dg-fadeInUpCol2 {
    animation-duration: 0.6s !important;
    animation-name: fadeInUp;
}
.dg-fadeInUpCol3 {
    animation-duration: 0.7s !important;
    animation-name: fadeInUp;
}

/* Clases para Menu accordion */

.button-acc-menu {
    background-color: transparent;
    border: none;
    font-size: 24px;
    font-weight: 400;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
}
.button-acc-menu:hover {
    background-color: transparent;
}

.flecha-acc {
    width: 25px;
    transition: 0.6s;
}

.rotate-90 {
    transform: rotate(90deg);
}

.link-acc-menu {
    color: white;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding-left: 8px;
    font-size: 16px;
}

.dg-anim-growOutUp {
    max-height: 0;
    transition: max-height 0.65s ease-out;
    overflow: hidden;
    z-index: 9;
}

.dg-anim-growInDown {
    max-height: 30rem;
    overflow: hidden;
    transition: max-height 0.7s ease-in;
    z-index: 9;
}
