/*
Theme Name:     lcm-hijo
Theme URI:      https://www.lcmtics.es
Author:         CLYMA INFORMÁTICA
Author URI:     https://www.lcmtics.es
Description:    Tema hijo de neve
Version:        1.1.4
Text Domain:    lcm-hijo
Template:       neve
*/
/*----------------- Empieza a añadir cambios aquí abajo -------------------------------*/
html{
font-size:16px!important;    
}
body > .wrapper:not(.et-fb-iframe-ancestor){
    overflow:unset!important;
}
#cmplz-documen{
  max-width:5000px!important;
}

#header-menu-sidebar-bg #mega-menu-wrap-primary #mega-menu-primary,#header-menu-sidebar-bg #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1017 ul{
display: flex!important;
  flex-direction: column!important;
}
#header-menu-sidebar-bg #mega-menu-wrap-primary #mega-menu-primary #mega-menu-item-1017 ul li{
	width:80%!important;
}
	header{
	z-index:999;
	opacity:0.9;
}
.hamburger-inner, .hamburger-box, .hamburger-inner:before, .hamburger-inner:after{
	width:35px!important;
}
.non-grid-content.alternative-layout-content{
  color:var(--nv-primary-accent)!important;
}
.non-grid-content.alternative-layout-content h2 a{
  color:var(--nv-secondary-accent)!important;
}
.aalternative-post.nv-ft-wrap{
	background-color:var(--nv-c-2)!important;
}
.blog{
		background-color:var(--custom-2)!important;
}
.wrapper{
    overflow: unset!important;
}
.ver{
    display:block;
}
.nover{
    display:none!important;
}
.movil{
display:none;
}

H1,H2,H3,H4,H5,H6,p{
    margin-bottom:5px!important;
}
.centro{
text-align:center;
}
.rayapunto{
display:flex;
	align-items:center;
padding-bottom:60px;	
	font-size:1.5rem;
	white-space: nowrap;
	z-index:2;

}
.raya{
	height:2px;
	width:50vw;
}
.punto{
	height:8px;
	width:8px;
	border-radius:50%;	
}
.rellenos{
	background-color:var(--nv-secondary-accent);
}
.rellenop{
	background-color:var(--nv-primary-accent);
}
.rellenoc2{
	background-color:var(--custom-2);
}
.rellenoc1{
	background-color:var(--custom-1);
}
.relleno2{
	background-color:var(--nv-c-2);
}
.relleno1{
	background-color:var(--nv-c-1);
}
.colorp{
	color:var(--nv-primary-accent);	
}
.colorc1{
	color:var(--custom-1);
}
.colorc2{
	color:var(--custom-2);
}
.color1{
	color:var(--nv-c-1);
}
.color2{
	color:var(--nv-c-2);
}
@media (min-width: 993x) and (max-width: 4992px){

}
@media (min-width: 748px) and (max-width: 992px){
html{
font-size:15px!important;    
}
}

@media (min-width: 20px) and (max-width: 747px){
html{
font-size:14px!important;    
}
.nomovil{
display:none;
}
.movil{
display:block;
}
	.rayapunto{

padding-bottom:10px;	
	font-size:1rem;

}
}