/*
Theme Name: Hello Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema hijo de Hello Elementor
Author: Tu Nombre
Author URI: https://tusitio.com/
Template: hello-elementor
Version: 1.0.0
*/

.elementor-nav-menu .menu-item:hover>.sub-menu,
.elementor-nav-menu .menu-item.focus>.sub-menu,
.elementor-nav-menu .menu-item.active>.sub-menu {
	display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		width: auto;
		padding: 10px 30px;
		border-radius: 0 0 10px 10px;
		gap: 10px;
		min-width: 600px;
}

.sub-menu .menu-col-1 {
	grid-column: 1;
	width: auto !important;
}

.sub-menu .menu-col-2 {
	grid-column: 2;
	width: auto !important;
}

.sub-menu .menu-col-3 {
	grid-column: 3;
	width: auto !important;
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
	display: none;
}

/* Breadcrumb */
#breadcrumbs .next-arrow {
    width: 29px;
	margin-top: -15px;
	margin-bottom: -17px;
}
#breadcrumbs span {
	font-weight: bold;
}
.wp-singular #breadcrumbs .next-arrow {
	/*margin-bottom: -21px;*/
}
.brec_last, .brec_last a {
	color: var( --e-global-color-8d79036 ) !important;
}

/* Buscador */
.is-search-submit {
	float: left;
}
.is-form-id-2267 .is-search-icon {
	padding-top: 0 !important;
}
.is-search-icon svg {
	width: 35px;
}

/* Paginacion */
.page-numbers {
	font-weight: 400;
	padding-right: 14px;
	font-size: 16px;
	display: inline-block;
	text-align: center;
	min-width: 41px;
}
.page-numbers.current {
	color: white !important;
	background: #478729;
	padding: 9px 9px 8px;
	border-radius: 11px;
}
.page-numbers.dots {
	color: #478729;
}
.elementor-pagination {
	padding-right: 7% !important;
}

/* Paginas internas */
.tchile-acc-header {
	margin-bottom: -18px;
}
.tchile-acc-header.active {
	margin-bottom: 0px;
}
.tchile-acc-content {
	margin-bottom: 18px;
}

/* Formularios de contacto */
.wpcf7-submit {
	background-color: #478729 !important;
}
.wpcf7-spinner.hide {
	display: none !important;
}

/* Codigo para spinners */
/*<div id="spinner-div">
        <div id="loading"></div>
        <div class="spinner-text"></div>
</div> */
#spinner-div {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(6, 6, 6, 0.8);
	z-index: 99999;
}
#loading {
	top: 45%;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 4px solid rgba(255, 255, 255, .3);
	border-top-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s infinite;
	-webkit-animation: spin 1s infinite;
}
.spinner-text {
	top: 55%;
	position: absolute;
	color: white;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	width: 75%;
}

/* Tablas */
.elementor-element table tbody > tr:nth-child(1) > td, table tbody > tr:nth-child(2n+1) > th {
	background-color: #f1f8ea;
}
.elementor-element table.tablepress tbody > tr:nth-child(1) > td, table tbody > tr:nth-child(2n+1) > th {
	background-color: white;
}

.elementor-nav-menu--dropdown[aria-hidden="true"] {
	pointer-events: none !important;
  }
  


@media screen and (max-width: 1024px) {
	.nav-movil {
		background-color: #468728 !important;
	}
}

@media screen and (max-width: 767px) {

.elementor-nav-menu .menu-item:hover>.sub-menu,
.elementor-nav-menu .menu-item.focus>.sub-menu,
.elementor-nav-menu .menu-item.active>.sub-menu {
		grid-template-columns: repeat(1, 1fr);
}
    .sub-menu .menu-col-1 {
		grid-column: 1;
		width: 100%;
	}
	
	.sub-menu .menu-col-2 {
		grid-column: 1;
		width: 100%;
	}
	
	.sub-menu .menu-col-3 {
		grid-column: 1;
		width: 100%;
	}
}