/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


body{
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size:18px; 
	color:var(--e-global-color-text);
	padding: 0;
	margin: 0;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
.bodyer{
	background: url(https://espejosymanijas.com/wp-content/uploads/2025/10/bg-bodyer1.png);
}
.pe-list ul li::marker{
	color: var(--e-global-color-bd06c7f);
	font-size: 1.5em !important;
}
.pe-list ul li{
	margin-bottom: 20px;
}
.ca-css strong{
	font-weight: 800;	
}

ul.menu_aside{
    display: flex;
    flex-direction: column;  
    align-content: flex-start;  
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
.menu_aside ul {display:none;}
.menu_aside {
    display: flex;
    flex-direction: column;
    /*float: left;*/
    list-style: none;
    text-align: center;
}
ul.menu_aside > li{
    border-bottom: dashed 2px rgba(255,255,255,0.5);    
}
.menu_aside > li > a {
    font-family: var(---e-global-typography-primary-font-family);
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;    
}
.menu_aside > li > a {
    font-size: 20px;
    padding: 18px 25px;
}
.menu_aside {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    outline: none;	
}
.menu_aside ul.sub-menu {
    padding: 0;    
}
.menu_aside ul.sub-menu li{
    list-style: none;   
    border-bottom: dashed 2px rgba(255,255,255,0.5);   
}
.menu_aside ul.sub-menu a {
    color: #fff;
    font-size: 19px;
    padding: 20px 30px;
    display: block;    
}
.menu_aside ul.sub-menu a:hover {
    color: var(--e-global-color-accent);  
}
.menu_aside ul.sub-menu li:last-child{border:none}
.menu_aside > li:hover > a, .menu_aside> li.current-menu-item > a {	
    color: var(--e-global-color-accent);  
      
}

h1.parent-cat-title{
	color: var(--e-global-color-bd06c7f);
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 26px;
	font-weight: 300;
	padding: 0;
	margin: 0 0 10px 0;
}

.cat-btn{
	display: block;
	padding: 15px 20px;
	background: #FFF;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
}


.producto{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	background: #fff;
}

.txt-prod{
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%);
}

.btn-wsp{
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	width: 250px;
	height: 125px;
}

.footer{
    background: linear-gradient(to right,  rgba(3,2,43,1) 30%,rgba(0,81,186,1) 100%);
}
.fcol{
	border-right: dashed 2px rgba(255,255,255,0.5)
}





/***
* class: .headereffects
*/
header.headereffects {    
	--header-height: 90px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background: linear-gradient(to bottom,  rgba(1,45,99,1) 0%,rgba(255,255,255,0) 100%);
    /*backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);*/
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
	padding: 20px 0 0 0;
}

/***
* Sticky header activated
*/
header.headereffects.elementor-sticky--effects {
	background: rgba(1,45,99,0.8);	
	backdrop-filter: saturate(150%) blur(20px);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
	padding: 7px 0 7px 0;
}
header.headereffects > .e-con-inner{
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.headereffects.elementor-sticky--effects > .e-con-inner {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.headereffects {
		--header-height: 70px;
	}	
}


header.headereffects .logo img {
	transition: width var(--transition);
}
header.headereffects.elementor-sticky--effects .logo img {
	width: 35%;   
}



/* Small devices  */
@media only screen and (min-width: 300px) {	
	.aside{
		width: 100%;
		background: #012D63;
	}
	.main{
		width: 100%;
	}
	.section{	
		border-left: none;	
		padding-right: 0;
		z-index: 1;		
	}
	.section-inner{
		background: #fff;
		box-shadow: none;
	}
	.title_aside1{
		width: 100%;
		background: #012D63;
		border-right: 8px solid var(--e-global-color-accent);
		padding: 30px;
	}
	.title_aside2{
		width: 100%;
		background: #012D63;
		border-right: 8px solid var(--e-global-color-bd06c7f);
		padding: 30px;
	}	
}
/* Tablet */
@media only screen and (min-width: 768px) {		
	.aside{
		width: 40%;
		background: #012D63;
	}
	.main{
		width: 60%;
	}
	.archive_aside{
		width: 100%;
	}
	.archive_main{
		width: 100%;
	}
	.title_aside1{
		width: 50%;
		background: #012D63;
		border-right: 8px solid var(--e-global-color-accent);
		padding: 30px;
	}
	.title_aside2{
		width: 50%;
		background: #012D63;
		border-right: 8px solid var(--e-global-color-bd06c7f);
		padding: 30px;
	}
}
/* Laptop */
@media only screen and (min-width: 1366px) {
	:root{
		--aside-wd: 25%;
		--main-wd: 75%;
	}
	.banner{
		margin-top: -220px;
		border-bottom: solid 9px var(--e-global-color-bd06c7f);
	}
	.aside{
		width: 25%;
		background: #012D63;
	}
	.main{
		width: 75%;
	}
	.archive_aside{	}
	.archive_main{	}
	.title_aside1{
		width: 25%;
		background: #012D63;
		border-right: 8px solid var(--e-global-color-accent);		
		padding: 40px 30px 30px 30px;
	}
	.title_aside2{
		width: 25%;
		background: #012D63;
		border-right: 8px solid var(--e-global-color-bd06c7f);		
		padding: 40px 30px 30px 30px;
	}	
	.section{	
		border-left: 90px solid var(--e-global-color-primary);	
		padding-right: 90px;
		z-index: 1;		
	}
	.section-inner{
		background: #fff;
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
		border-radius: 0 15px 15px 0;
	}
	.personaje{
		position: absolute;
		right: 20px;
		top: -220px;
		z-index: 1;
	}
}
/* desktop */
@media only screen and (min-width: 1400px) {
	
}











/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--e-global-color-accent) #E5E5E5;
  }
  
  /* Works on Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }
  
  *::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: var(--e-global-color-accent);
    border-radius: 20px;
    border: 3px solid #E5E5E5;
  }
