/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/*
    Add your custom styles here
*/

.btn-header .elementor-button-content-wrapper {
	height: 41px;
}
.btn-header .elementor-button-text {
	flex-grow: initial;
}
.btn-header .elementor-widget-button:nth-child(2) img {
	filter: invert(55%) sepia(90%) saturate(372%) hue-rotate(26deg) brightness(96%) contrast(92%);
}
.btn-header .elementor-widget-button img {
	display: flex;
    justify-content: end;
	margin-right: 0;
    margin-left: auto;
}
.btn-header .elementor-button-icon svg {
	width: 30px;
}

.d-color span {
	color: var( --e-global-color-primary );
}

.btn-imagenes .elementor-button-content-wrapper {
	flex-direction: column;
}
.btn-imagenes .elementor-button-icon {
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var( --e-global-color-primary );
}

.noticia .elementor-cta__bg-overlay {
	margin: 30px;
}
.noticia .elementor-cta__button {
	padding: 0;
	font-size: 20px !important;
}

.carrusel-pic img {
	height: 320px;
	width: 100%;
	object-fit: cover;
}

.titulo-pic {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.galeria-pic img {
	height: 500px;
	width: 100%;
	object-fit: contain;
}

.cuadro-contacto .elementor-icon-box-icon {
	margin-top: 5px;
}

.grecaptcha-badge { 
    visibility: hidden;
}
.cuadro-contacto .elementor-icon-box-title {
	margin: 0 !important;
}

.categorias-blog h5 {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-size: var( --e-global-typography-accent-font-size );
    font-weight: var( --e-global-typography-accent-font-weight );
}
.categorias-blog ul {
	list-style: none;
	padding: 0;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.categorias-blog .cat-item {
	border-bottom: 1px solid var( --e-global-color-1e00e26 );
}

.contenido-blog {
	width: calc(100% - 80px) !important;
}

.marquee-container ul {
	padding: 0;
	list-style: none;
}
.marquee-container .marquee {
	--gap: 100px;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
}
.marquee-container .marquee__content {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	gap: var(--gap);
	animation: marquee 25s linear infinite;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.home-hero {
	height: calc(100vh - 191px) !important;
}

.tab-archivos .elementor-tab-content.elementor-active {
	display: flex !important;
	flex-direction: column;
	gap: 15px;
}
.archivo {
	border-radius: 100px;
    display: flex;
    border: 1px solid var(--e-global-color-e553240);
    justify-content: space-between;
    align-items: center;
	background-color: #fff;
	transition: background .3s ease;
	width: 100%;
}
.archivo:hover {
	background-color: var(--e-global-color-e553240);
	transition: background .3s ease;
}
.archivo p {
	margin: 0 20px;
	font-size: 20px;
}
.archivo:hover p {
	color: var(--e-global-color-accent);
}
.archivo p span {
	font-size: 14px;
	width: 90px;
	display: inline-flex;
}
.archivo button {
	border: none !important;
}
.tab-archivos .elementor-tab-desktop-title {
	padding: 0 !important;
	padding-bottom. 5px !important;
	width: 200px;
	border-bottom: 1px solid var(--e-global-color-secondary) !important;
	text-align: center;
	margin: 0 10px;
}
.tab-archivos .elementor-tab-desktop-title.elementor-active, .tab-archivos .elementor-tab-desktop-title:hover {
	border-bottom: 1px solid var(--e-global-color-primary) !important;
	color: var(--e-global-color-primary);
}

.btn-toggle .elementor-tab-title {
	background-color: var( --e-global-color-1e00e26 );
    color: #fff;
	text-align: center;
}
.btn-toggle .elementor-tab-title:hover, .btn-toggle .elementor-tab-title.elementor-active {
	background-color: var( --e-global-color-primary );
	color: #fff;
}
.btn-toggle .elementor-tab-content p {
	margin: 0;
}
.btn-toggle .elementor-tab-content a {
	line-height: 24px;
	padding: 20px 10px;
	display: block;
	color: #fff;
	text-align: center;
}
.btn-toggle .elementor-tab-content a:hover, .btn-toggle .elementor-tab-content a:focus, .btn-toggle .elementor-tab-content a:active {
	background-color: var( --e-global-color-primary );
	color: #fff;
}

.menu-movil .elementor-menu-toggle {
	padding: 0;
	background-color: transparent;
}

.elementor-widget-icon .elementor-icon-wrapper {
	display: flex;
}

.quehacer-entrada .elementor-flip-box__button {
	display: none;
}

.btn-que-hacer {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.btn-que-hacer a {
	min-width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	padding: 5px;
	color: #fff;
	background-color: var(--e-global-color-e553240);
	transition: background .3s ease;
}
.btn-que-hacer a:hover, .btn-que-hacer a:focus {
	color: #fff;
	background-color: var(--e-global-color-primary);
	transition: background .3s ease;
}

.quehacer-entrada .elementor-flip-box__front {
	background-size: cover;
	background-position: center center;
	background-image: none;
}

.cmplz-soft-cookiewall {
	z-index: 99999 !important;
}

.page-id-1268 main h1,
.page-id-1268 main h2,
.page-id-1268 main h3, 
.page-id-1270 main h1, 
.page-id-1270 main h2,
.page-id-1270 main h3,
.page-id-1269 main h1,
.page-id-1269 main h2, 
.page-id-1269 main h3 {
	color: var(--e-global-color-primary) !important;
}

#cmplz-document {
	max-width: 100% !important;
}

@media(max-width: 768px) {
	.tab-archivos .elementor-tab-content {
		display: flex !important;
	}
}