/*
Theme Name: theme01-V3-child
Theme URI: https://mediapanel.app/
Template: theme01-V3
Author: Media Panel - Developments and Systems
Author URI: https://mediapanel.app/
Description: Funciones adicionales para theme01-V3
Version: 7.0.6
Updated: 2025-04-09 18:41:14

*/

@media (max-width: 600px) { /* Aplica la regla en pantallas menores o iguales a 600px */
    div.custom-menu-link {
        display: none;
    }
    .footer-bottom #dark-mode-toggle {
	display:none;
    }
    #dark-mode-toggle {
    border-radius: 50%;
    }
    #slide-out {
    z-index: 11111;
    }
    #installModal {
    position: fixed;
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%);
    width: 90% !important;
    height: 100% !important;
    justify-content: center !important;
    align-items: flex-start !important;
    }
}


.footer-bottom #playmenu {
   display:none;
}
span .namewidget {
    height: 21px;
}
.top-nav .social-icons {
    display: flex;
    justify-content: space-between;
}
.container .custom-menu-link {
    margin-left: 5px;
    margin-right: -5px;
    height: 28px;
}
.container div.custom-menu-link > a {
    padding-right: 10px;
}
div.custom-menu-link {
    display: flex;
}
div.custom-menu-link > a {
    background: #0098fe;
    padding: 0 10px 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
div.custom-menu-link > a, div.custom-menu-link > a, div.custom-menu-link > a {
    background: #d72924;
}
div.custom-menu-link i {
    background: rgba(0,0,0,.25);
    margin-right: 10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
div.custom-menu-link:not(.aft-custom-fa-icon) i {
    font-size: 0;
    position: relative;
}
.container div.custom-menu-link i {
    height: 100%;
    width: 49px;
    line-height: 49px;
    margin-right: 15px;
}
.custom-menu-link:not(.aft-custom-fa-icon) i::after, .custom-menu-link:not(.aft-custom-fa-icon) i::before {
    content: "";
    position: absolute;
    border: 3px solid #ffffff;
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50% , -50%);
    animation: aft-ripple 2.6s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.custom-menu-link:not(.aft-custom-fa-icon) i::after, .custom-menu-link:not(.aft-custom-fa-icon) i::after {
    content: "";
    animation-delay: -1.3s;
}
@keyframes aft-ripple{
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 38px;
        height: 38px;
        opacity: 0;
    }
}
@-moz-keyframes aft-ripple{
    0% {
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        width: 38px;
        height: 38px;
        opacity: 0;
    }
}
#playmenu {
    cursor: pointer;
    text-transform: uppercase;
    margin: 0;
    margin-top: -2px;
    /* animation: latido 1s infinite alternate; */ /* Agregamos la animación de latido */
}

@keyframes latido {
    0% {
        transform: scale(1); /* Escala normal */
    }
    100% {
        transform: scale(1.1); /* Escala aumentada */
    }
}
#main-nav ul > li.menu-item-has-children:hover > a:after,
#main-nav ul > li.mega-menu:hover > a:after {
    border-color: transparent transparent #000;
}

.top-nav .social-icons {
	margin-right: 5px;
}
#m22 {
    padding-bottom: 12px;
}
#m11 {
    margin-left: 18px;
}
.widget-movil{
    margin-top: 30px;
    margin-bottom: -15px;
}
.attachment-tie-medium {
    WIDTH: 100% !important;
    HEIGHT: 135PX !important;
}
@media only screen and (max-width: 500px) {
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth, .recent-box .recent-item, .scroll-box .scroll-item, #related_posts .related-item, .full-width #related_posts .related-item, .review-box, .google-map, .masonry-grid .item-list {
    float: none!important;
    margin-right: 0!important;
    margin-left: 0!important;
    width: 100%!important;
    height: auto!important;
}
.attachment-tie-medium {
    WIDTH: 100% !important;
    HEIGHT: 200px !important;
}
.group_items-box {
    width: 100% !important;
    height: 230px !important;
}
.tie-hide,
.lazy-enabled #main-content .post-thumbnail,
.lazy-enabled #theme-footer div.post-thumbnail,
.lazy-enabled #main-content img,
.lazy-enabled #featured-posts {
	opacity: 1;
}
a.random-article, a.tie-cart {
    margin-top: -12px !important;
}
}

