/*
 Theme Name: Hello Child
 Description: Tema child para personalizar Hello Elementor.
 Author: Poncho Vera
 Author URI: https://www.ponchovera.com
 Template: hello-elementor
 Version: 1.0
*/
.elementor-sub-item{
	font-size:12px!Important;
	padding-left:70px!Important;
}
/*@media only screen and (max-width: 600px) {
		.e-fas-plus{
		color:#000000!Important;
		margin-left:90px;
	}
}
@media only screen and (min-width: 1200px) {
		.e-fas-plus{
		color:#000000!Important;
		margin-left:150px;
	}
}*/

.fondo-gris-translucido {
  background-color: rgba(128, 128, 128, 0.5); /* Gris con 50% de opacidad */
}
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display)
;
    border-bottom: solid 1px #7D1E1B;
}
/* Enlaces no activos solo en el menú específico */
.custom-menu li a {
    color: #282828 !important; /* Color para los enlaces no activos */
    text-decoration: none; /* Elimina el subrayado */
    transition: color 0.3s ease; /* Animación suave en el cambio de color */
    font-weight: normal; /* Peso del texto no activo */
}

/* Enlace activo solo en el menú específico */
.custom-menu .menu-item-1.active a,
.custom-menu .menu-item-2.active a,
.custom-menu .menu-item-3.active a,
.custom-menu .menu-item-4.active a {
    color: #7D1E1B !important; /* Color para el enlace activo */
    font-weight: bold; /* Hace que el enlace activo sea más destacado */
    text-decoration: underline; /* Subraya el enlace activo */
}

/* Hover solo en el menú específico */
.custom-menu li a:hover {
    color: #B22220 !important; /* Color más claro al pasar el mouse */
}

/* Márgenes arriba y abajo de 80px, izquierda y derecha de 0 */
.updown80 {
    margin: 80px 0!Important;
}
[class*="bdt-position-center-left"], [class*="bdt-position-center-right"], .bdt-position-center-vertical {
    top: calc(34.5% - var(--bdt-position-margin-offset))!Important;
    --bdt-position-translate-y: -50%;
    transform: translate(0, var(--bdt-position-translate-y));
}