/* CSS ORIGINAL del header/footer de ozado, extraído (scopeado por ID). NO editar a mano. */
:root{ --danger:#ff0047; --theme-color-1:#ff0047; }


/* ===== desde custom.css ===== */
#header-top {
    background: #4d4f53;
    color: white;
}
#header-top .redes-contact{
	display: flex;
    justify-content: space-between;
}
#header-top ul{
	display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
#header-top a {
    color: white;
}
#header-top p {
    margin-bottom: 0;
    color: #b3b3b3;
    font-size: 13px;
}
#header-top img {
    width: 1.4rem;
    margin: -4px 0 0 3px;
}
#header-top .goog-te-gadget-simple img {
    filter: invert(0);
    background-repeat: no-repeat;
    margin: 0 0 -1px 0;
}
#header-top .widget {
    margin: 0;
}
#header-top .fwt-1 ul,
#header-top .fwt-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
#header-top ul li {
    margin-right: 1rem;
	color: #b3b3b3;
}
#header-top .fwt-1 ul li:last-child,
#header-top .fwt-2 ul li:last-child {
    margin-right: 0px;
}
#menu-menu-top{
	display: flex;
	list-style: none;
	margin: 0px;
	justify-content: center;
}
#menu-menu-top li:nth-child(1) a:before {
	 -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/singer-top.svg);  
}
#menu-menu-top li:nth-child(2) a:before {
	 -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/nosotros.svg);  
}
#menu-menu-top li:nth-child(3) a:before {
	 -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/blog-top.svg);  
}
#menu-menu-top li:nth-child(4) a:before {
	 -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/contacto.svg);  
}
#masthead {
	box-shadow: 0 0 9px 3px #00000030;
    background: white;
}
#masthead .grid-items{
	display: grid;	
	align-items: center;
	gap: 1rem;
    grid-template-columns: 1fr 320px 1fr;
}
#masthead .grid-items ul li a{
	transition: none !important;
	color: black;
    font-size: 16px;
    text-decoration: none;
}
#masthead .grid-items ul li a:hover{
	border-bottom: 2px solid var(--danger);
    padding-bottom: 8px;
}
#masthead .grid-items ul ul li a:hover{
	border-bottom: 0;
	font-weight: 500;
    padding-bottom: 0;
}
#masthead .grid-items ul ul li a{
	
}
#masthead .grid-items .widget{
	margin: 0;
}
#masthead .grid-items ul{
	display: flex;
	padding: 0px;
	gap: 1rem;
	margin: 0;
	list-style: none;
}
#masthead .grid-items ul img{
    opacity: .3;
}
#masthead .grid-items .menu-left ul{
	justify-content: start;
}
#masthead .grid-items .menu-right ul{
	justify-content: end;
}
#masthead .grid-items .logo a{
	width: max-content;
	max-width: 320px;
}
#header-search #masthead {
    background: transparent;
}
#masthead a {
    color: #999999;
}
#masthead .main-navigation {
    
}
#masthead .main-navigation ul {
	width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: left;
    gap: 25px;
}
#masthead .main-navigation ul li {
    
}
#masthead .main-navigation ul li a {
    font-weight: 400;
    transition: .3s ease;
    display: block;
    padding: 10px 0;
}
#masthead .main-navigation ul ul.sub-menu {
    display: none;
    text-align: left;
    position: absolute;
    background: white;
    border: 1px solid #eee;
    border-top: 5px solid var(--theme-color-1);
    width: auto;
    padding: 10px 16px 10px 10px;
    z-index: 9999;
}
#masthead .main-navigation ul ul.sub-menu li {
    display: block;
    border-bottom: 1px solid #eee;
	white-space: nowrap;
}
#masthead .main-navigation ul ul.sub-menu li:last-child {
    border-bottom: 0px;
}
#masthead .main-navigation ul ul.sub-menu li a:before {
    background-image: url(/wp-content/themes/ozado/img/menu/arrow-submenu.svg);
    background-size: 26px;
    margin-right: 8px;
}
#masthead .main-navigation ul li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
	transition: 0.2s ease;
    text-decoration: none;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
	background-color: #DA2E59;
    margin: 0 5px -5px 0;
    
}
#masthead .main-navigation ul li:nth-child(1) a:before {
	 -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/productos.svg);
    
}
#masthead .main-navigation ul li:nth-child(2) a:before {
	 -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/video.svg);
    
}
#masthead .main-navigation ul li:nth-child(3) a:before {
	-webkit-mask-image: url(/wp-content/themes/ozado/img/menu/academia.svg);
    
}
#masthead .main-navigation ul li:nth-child(4) a:before {
	-webkit-mask-image: url(/wp-content/themes/ozado/img/menu/maps.svg);
   
}
#masthead .main-navigation ul li:nth-child(5) a:before {
	background-image: url(/wp-content/themes/ozado/img/menu/servicio.svg);
	background-repeat: no-repeat;
    background-color: #65000000 !important;
    
}
#masthead .main-navigation ul li:nth-child(6) a:before {
    -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/soporte-2.svg);
}
#masthead .main-navigation ul li:nth-child(7) a:before {
    background-image: url(/wp-content/themes/ozado/img/menu/blog.svg);
}
#masthead .main-navigation ul li:nth-child(8) a:before {
    -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/contacto.svg);
}
#masthead .main-navigation ul li:nth-child(9) a:before {
    -webkit-mask-image: url(/wp-content/themes/ozado/img/menu/home.svg);
}
#masthead .main-navigation ul li.current-menu-item a:hover {
    color: white;
}
#masthead .main-navigation ul li a:hover{
    color: #ff0047;
}
#masthead .btn-menu {
    border: 0;
    outline: 0;
    background: transparent;
}
#masthead .btn-menu .widget {
    margin: 0;
}
#masthead .btn-menu p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
}
#masthead .btn-menu img {
    width: 40px;
    margin-bottom: 5px;
    filter: invert(28%) sepia(65%) saturate(2331%) hue-rotate(323deg) brightness(87%) contrast(96%);
}
#masthead #menu-filtro-box {
    position: absolute;
    margin-left: -35px;
    z-index: 9;
    background: white;
    max-height: 450px;
    overflow: auto;
    width: 260px;
    -webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.6);
    box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.6);
}
#masthead #menu-filtro-box .widget {
    margin: 0;
}
#masthead #menu-filtro-box section {
    padding: 0;
}
#masthead #menu-filtro-box .widget-title {
    font-size: 1.2rem;
    text-align: center;
    background: var(--theme-color-1);
    color: white;
    padding: .5rem;
    font-weight: 400;
    margin-bottom: 0;
}
#masthead #menu-filtro-box .woof_sid_widget {
    padding: 1rem;
}
#masthead #menu-filtro-box .woof_sid_widget .woof_submit_search_form_container {
    text-align: center;
}
#masthead #menu-filtro-box .woof_sid_widget .woof_submit_search_form {
    float: none !important;
    padding: 5px 1rem;
    background: var(--theme-color-1);
    color: white;
    border-radius: 5px;
    transition: .3s ease;
}
#masthead #menu-filtro-box .woof_sid_widget .woof_submit_search_form:hover {
    background: var(--theme-color-2);
}
#masthead #menu-filtro-box .chosen-container {
    min-width: 100%;
}
#masthead #menu-contacto-box {
    position: absolute;
    z-index: 9;
    background: white;
    max-height: 450px;
    overflow: auto;
    width: 260px;
    margin-left: -60px;
    -webkit-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.6);
    box-shadow: 5px 5px 15px -6px rgba(0,0,0,0.6);
}
#masthead #menu-contacto-box .widget {
    margin: 0;
}
#masthead #menu-contacto-box .widget-title {
    font-size: 1.2rem;
    text-align: center;
    background: var(--theme-color-1);
    color: white;
    padding: .5rem;
    font-weight: 400;
    margin-bottom: 0;
}
#masthead #menu-contacto-box .textwidget {
    padding: 1rem;
}
#masthead #menu-contacto-box .widget_black_studio_tinymce .textwidget p {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
#masthead #menu-contacto-box .widget_black_studio_tinymce .textwidget p:last-child {
    margin-bottom: 5px;
}
#masthead #menu-contacto-box .widget_black_studio_tinymce .textwidget p img {
    margin-right: 10px;
}
#masthead #menu-contacto-box .widget_text .textwidget {
    padding: 0;
}
#masthead #menu-contacto-box .widget_text p {
    text-align: center;
}
#masthead #menu-contacto-box .widget_text a {
    padding: 10px 1rem;
    background: var(--theme-color-1);
    color: white;
    border-radius: 5px;
    transition: .3s ease;
    line-height: 3;
}
#masthead #menu-contacto-box .widget_text a:hover {
    background: var(--theme-color-2);
}
#header-search .widget,
#header-search p {
    margin-bottom: 0;
}
#header-search p a {
    color: white;
    background: var(--theme-color-1);
    padding: 8px 1rem;
    border-radius: 10px;
    transition: .3s ease;
}
#header-search p a:hover {
    background: #00bb2d;
}
#footer-info {
    background: #777;
}
#footer-info .widget {
    margin: 0;
}
#footer-info p,
#footer-info a {
    color: white;
    margin-bottom: 0;
}
#footer-info .fi-1,
#footer-info .fi-2,
#footer-info .fi-3,
#footer-info .fi-4,
#footer-info .fi-5,
#footer-info .fi-6 {
    padding: 10px;
}
#footer-info .fi-1 {background-color: #C1272D;}
#footer-info .fi-2 {background-color: #8C6239;}
#footer-info .fi-3 {background-color: #F15A24;}
#footer-info .fi-4 {background-color: #42210B;}
#footer-info .fi-5 {background-color: #FF7300;}
#footer-info .fi-6 {background-color: #8CC63F;}
#footer-widgets {
	background: #232627;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
#footer-widgets .widget {
    margin: 0;
}
#footer-widgets p {
    color: #979797;
}
#footer-widgets .textwidget p:last-child {
    margin-bottom: 0;
}
#footer-widgets a:hover {
    color: var(--theme-color-1);
}
#footer-widgets .widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: white;
    text-align: center;
    font-weight: 300;
}
#footer-widgets ul.menu,
#footer-widgets ul.product-categories {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: 200px;
    overflow: auto;
}
#footer-widgets ul .children{
	padding: 0;
}
#footer-widgets ul.menu::-webkit-scrollbar,
#footer-widgets ul.product-categories::-webkit-scrollbar {
    width: 10px;
}
#footer-widgets ul.menu::-webkit-scrollbar-track,
#footer-widgets ul.product-categories::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 10px;
}
#footer-widgets ul.menu::-webkit-scrollbar-thumb,
#footer-widgets ul.product-categories::-webkit-scrollbar-thumb {
    background: var(--theme-color-1);
    border-radius: 10px;
}
#footer-widgets ul.menu::-webkit-scrollbar-thumb:hover,
#footer-widgets ul.product-categories::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color-2);
}
#footer-widgets ul.menu li,
#footer-widgets ul.product-categories li {
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    margin-bottom: 7px;
}
#footer-widgets ul.menu li:last-child,
#footer-widgets ul.product-categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
#footer-widgets ul.menu li a,
#footer-widgets ul.product-categories li a {
    display: block;
    color: #979797;
}
#footer-widgets ul.menu li a:hover,
#footer-widgets ul.product-categories li a:hover {
    color: var(--theme-color-1);
}
#footer-widgets2 {
    background: #4d4f53;
}
#footer-widgets2 .widget {
    margin: 0;
}
#footer-widgets2 p {
    color: white;
    margin-bottom: 0;
}
#footer-widgets2 p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}
#footer-widgets2 p a {
    color: white;
}
#footer-widgets2 p a:hover {
    color: var(--theme-color-1);
}
#colophon {
    background: rgb(45 50 61 / 90%);
}
#colophon .site-info a,
#colophon .site-info {
    color: #dddddd;
}
#colophon .site-info a:hover {
    color: var(--theme-color-1);
}
#fixed-rs {
    position: fixed;
    bottom: 5rem;
    right: 10px;
    z-index: 999;
}
#fixed-rs p {
    padding: 10px;
    border-radius: 50%;
    transition: .3s ease;
}
#fixed-rs p:hover {
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.5);
}
#fixed-rs img {
    filter: invert(1);
    transition: .3s ease;
    animation: bounce-buttons-rs 1.5s infinite cubic-bezier(0.4, 0, 1, 1);
}
#fixed-rs .fb {
    background-color: #3b5998;
}
#fixed-rs .msg {
    background: rgba(0,119,255,1);
    background: -moz-linear-gradient(45deg, rgba(0,119,255,1) 0%, rgba(0,200,255,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,119,255,1)), color-stop(100%, rgba(0,200,255,1)));
    background: -webkit-linear-gradient(45deg, rgba(0,119,255,1) 0%, rgba(0,200,255,1) 100%);
    background: -o-linear-gradient(45deg, rgba(0,119,255,1) 0%, rgba(0,200,255,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(0,119,255,1) 0%, rgba(0,200,255,1) 100%);
    background: linear-gradient(45deg, rgba(0,119,255,1) 0%, rgba(0,200,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0077ff', endColorstr='#00c8ff', GradientType=1 );
}
#fixed-rs .wsp {
    background-color: #25d366;
}
#fixed-rs .tit {
    background-color: black;
}
#fixed-rs .ig{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
#fixed-rs .yt{
	background: red; 
}
#header-search {
	padding: 1.5rem 0;
}
#header-search .probox:hover{
	border: 2px solid var(--danger);
}
#header-search .content{
	display: grid;
    grid-template-columns: 1fr 120px;
    gap: 1rem;
}
#header-search .content .ofertas-button{
	background: var(--danger);
    text-align: center;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
#header-search .content .ofertas-button img{
	margin: auto;
}
#masthead .modal-xl-search-menu .asl_w {
    background: white;
    border-radius: 10px;
}
#masthead .header-mobile{
	display: none !important;
}
.menu-fixed-lateral {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    z-index: 999;
    transform: translatex(-100%);
    transition: all .3s ease;
    background: var(--dark);
}
.menu-fixed-lateral.active {
    transform: translatex(0);
}
.menu-fixed-lateral .widget {
    display: grid;
    place-content: center;
    height: 100%;
}
.menu-fixed-lateral .widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-fixed-lateral .widget ul li a{
	color: white;
    margin-bottom: 12px;
    display: block;
}
.maquinas-fixed-lateral {
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    z-index: 999;
    transform: translatex(100%);
    transition: all .3s ease;
    background: var(--gray);
}
.maquinas-fixed-lateral.active {
    transform: translatex(0);
}
.maquinas-fixed-lateral .widget {
    display: grid;
    place-content: center;
    height: 100%;
}
.maquinas-fixed-lateral .widget ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.maquinas-fixed-lateral .widget ul li a{
	color: white;
	margin-bottom: 12px;
    display: block;
}
@media (max-width: 1199.98px) {
#masthead .grid-items{
		grid-template-columns: 1fr 250px 1fr;
	}
#masthead .grid-items .logo a{
		width: 250px;
	}
#masthead .grid-items ul li a{
		font-size: 15px;
	}
#masthead .grid-items ul{
		gap: 13px;
	}

}
@media (max-width: 991.98px) {
#masthead .grid-items{
		display: none;
	}
#masthead .header-mobile{
		display: grid !important;
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 1rem;
	}
#masthead .header-mobile .botones-mobile{
		display: grid;
		align-items: center;
		gap: 1rem;
		grid-template-columns: 1fr 1fr;
	}
#masthead .header-mobile .botones-mobile img{
		 border-left: 1px solid #ddd;
		padding-left: 10px;
		width: 40px;
		height: 36px;
		object-fit: contain;
		cursor: pointer;
	}

}
@media (max-width: 767.98px) {
#header-top{
		display: none !important;
	}

}
@media (max-width: 575.98px) {
#header-search .content{
		grid-template-columns: 1fr auto;
		gap: 10px;
	}
#header-search .content .ofertas-button img{
		display: none;
	}
#header-search .content .ofertas-button{
		width: max-content;
		padding: 11px;
		margin: auto;
		gap: 7px;
	}

}

/* ===== desde mobile.css ===== */
@media (max-width: 575.98px) {
#header-top .row {
        align-items: center;
    }
#header-top .fwt-2 {
        padding-left: 0;
    }
#header-top .fwt-2 ul li {
        margin-right: 10px;
        font-size: 0;
    }
#header-top img {
        width: 2rem;
        margin: 0;
    }
#colophon {
        /*margin-bottom: 4.8rem;*/
    }

}
@media (min-width: 576px) and (max-width: 767.98px) {
#footer-info p,
    #footer-info p span {
        font-size: 10px !important;
        text-align: center;
    }
#footer-info img {
        width: 25px;
        margin: 3px auto 0 0px;
    }
#footer-info .fi-6 img {margin: 3px auto 0 auto;}

}
@media (max-width: 767.98px) {
#header-top .row {
        justify-content: space-between;
    }
#masthead .btn-menu p {
        font-size: 0;
    }
#masthead .btn-menu img {
        margin-bottom: 0;
    }

}
@media (min-width: 768px) and (max-width: 991.98px) {
#footer-info p {
        text-align: center;
    }
#footer-info img {
        float: none;
        display: block;
        margin: auto;
    }
#footer-widgets .fw-2 {
        border-left: 1px solid #ffffff1f;
    }
#footer-widgets .fw-3 {
        border-right: 1px solid #ffffff1f;
    }
#footer-widgets .fw-4 {
    }

}
@media (min-width: 992px) and (max-width: 1199.98px) {
#footer-info p {
        text-align: center;
    }
#footer-info img {
        float: none;
        display: block;
        margin: auto;
    }
#footer-widgets .fw-2 {
        border-left: 1px solid #ffffff1f;
        border-right: 1px solid #ffffff1f;
    }
#footer-widgets .fw-3 {
        border-right: 1px solid #ffffff1f;
    }

}
@media (min-width: 1200px) and (max-width: 1499px) {
#footer-widgets .fw-2 {
        border-left: 1px solid #ffffff1f;
        border-right: 1px solid #ffffff1f;
    }
#footer-widgets .fw-3 {
        border-right: 1px solid #ffffff1f;
    }

}

/* ===== desde resolucion.css ===== */
@media (min-width: 1500px) {
#footer-widgets .fw-2 {
        border-left: 1px solid #ffffff1f;
        border-right: 1px solid #ffffff1f;
    }
#footer-widgets .fw-3 {
        border-right: 1px solid #ffffff1f;
    }

}

/* ===== desde woo-custom.css ===== */
aside.widget-area section.widget_nav_menu {
    position: relative;
}
aside.widget-area section.widget_nav_menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
aside.widget-area section.widget_nav_menu ul li {
    border-bottom: 1px solid #eee;
    line-height: 3;
}
aside.widget-area section.widget_nav_menu ul li a {
    color: var(--theme-color-2);
    font-size: 1rem;
    transition: .3s ease;
    font-weight: 500;
}
aside.widget-area section.widget_nav_menu ul li.cat-hover span  {
    float: right;
    height: auto;
    font-size: 1rem;
}
aside.widget-area section.widget_nav_menu ul ul.sub-menu li a {
    font-weight: 500;
    font-size: 14px;
}
aside.widget-area section.widget_nav_menu ul li a:hover {
    color: var(--theme-color-1);
}
.grid-items section.widget_nav_menu ul ul.sub-menu{
	display: none !important;
    position: absolute;
    background: #fcfcfc;
    z-index: 999;
    gap: 6px !important;
    left: 0;
    border: 0 !important;
    width: max-content;
    padding: 1rem 2rem 1rem 1rem !important;
    box-shadow: 3px 1px 5px 4px #00000015;
    margin-top: 8px !important;
}
section.widget_nav_menu ul ul.sub-menu.active{
	display: grid !important;
}
section.widget_nav_menu ul ul.sub-menu li:hover a{
	color: var(--danger) !important;
}
section.widget_nav_menu ul ul.sub-menu::-webkit-scrollbar {
  width: 10px;
}
section.widget_nav_menu ul ul.sub-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
section.widget_nav_menu ul ul.sub-menu::-webkit-scrollbar-thumb {
  background: var(--theme-color-2); 
}
section.widget_nav_menu ul ul.sub-menu::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color-1); 
}
