/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729591510
Updated: 2024-10-22 12:05:10

*/
a.joinchat__powered {
    display: none;
}
/* HEADER */

.icono-bars .elementor-icon-wrapper {
	max-height: 32px;
}

.nav-movil .sub-menu li a {
	font-size: 0.95rem !important;
}

/* FOOTER */

.rrss-footer .elementor-icon-list-items li:nth-of-type(2) a {
	background-color: #FFF;
	padding: 4px;
	width: 26px !important;
	justify-content: flex-start !important;
	border-radius: 50%;
	transition: 0.3s all ease;
}

.rrss-footer svg.e-fab-instagram {
	margin: 0 !important;
	fill: #00BBBB !important;
	width: 18px !important;
	height: 18px !important;
}

.rrss-footer .elementor-icon-list-items li:nth-of-type(2) a:hover {
	background-color: #022A52;
	transition: 0.3s all ease;
}

span.salto {
    display: block !important;
    padding-bottom: 7.5px;
}

span.espacio {
	display: inline-block;
	width: 10px;
}

.sweb365 a {
	font-weight: 600;
	color: #FFF;
	transition: 0.3s all ease;
}

.sweb365 a:hover {
	color: #022A52;
	transition: 0.3s all ease;
}

.volver-arriba {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all ease;
}

.volver-arriba a {
	padding: 10px;
	background-color: #FFF;
    border: 1px solid #DEDFE0 !important;
    border-radius: 5px;
}

.volver-arriba.mostrar {
	opacity: 1;
	visibility: visible;
	bottom: 20px !important;
	transition: 0.3s all ease;
}

/* 404 */

.fondo-404:before {
	background: linear-gradient(157.5deg, rgba(2,42,82,1) 0%, rgba(2,42,82,0.83) 33%, rgba(2,42,82,0.5) 67%, rgba(2,42,82,0) 100%) !important;
}

/* INICIO */

.contenedor-impar,
.contenedor-par,
.contenedor-impar:hover,
.contenedor-par:hover, .contenedor-par a .elementor-button-text, .contenedor-impar a .elementor-button-text {
	transition: 0.3s all ease;
}

.contenedor-impar:hover {
	background-color: #00BBBB !important;
}

.contenedor-par:hover {
	background-color: #022A52 !important;
}
.contenedor-par:hover a .elementor-button-text {
	color: #022A52 !important;
}
.contenedor-impar:hover a .elementor-button-text {
	color: #00BBBB !important;
}
.contenedor-impar a:hover .elementor-button-text, .contenedor-par a:hover .elementor-button-text {
	color: #fff !important;
}


/* CONTACTO */

.enlace-contacto a {
	transition: 0.3s all ease;
}

.enlace-contacto a:hover {
	color: #00BBBB !important;
	transition: 0.3s all ease;
}

.form-contacto .elementor-field-type-acceptance a {
	color: #022A52;
	font-weight: 600;
	transition: 0.3s all ease;
}

.form-contacto .elementor-field-type-acceptance a:hover {
	color: #00BBBB;
	transition: 0.3s all ease;
}

.form-contacto .elementor-field-type-submit {
	width: fit-content !important;
}

/* CATÁLOGO */

/* .contenedor-catalogo:hover .elementor-element:before {
	transition: 0.5s all ease;
	opacity: 0.6 !important;
} */

.contenedor-catalogo.prueba:hover .imagen-gama {
	transition: 0.5s all ease;
	opacity: 0 !important;
}

.contenedor-catalogo.prueba .imagen-gama,
.contenedor-catalogo .nombre-gama .elementor-widget-container,
.contenedor-catalogo .nombre-gama .elementor-widget-container h3 {
	transition: 0.5s all ease;
}

.contenedor-catalogo:hover .nombre-gama .elementor-widget-container {
	transition: 0.5s all ease;
	background-color: #FFFA !important;
}

/* .contenedor-catalogo:hover .nombre-gama .elementor-widget-container {
	transition: 0.5s all ease;
	background-color: #FFF0 !important;
}

.contenedor-catalogo:hover .nombre-gama .elementor-widget-container h3 {
	transition: 0.5s all ease;
	color: #FFF !important;
} */

/* BLOG Y ARTÍCULOS */

.contenedor-loop-item {
	background-position: top left;
    background-repeat: no-repeat;
    background-size: 300px auto;
}

/* RESPONSIVE */

.icono-bars .elementor-icon-wrapper {
	max-height: 28px;
}

@media (max-width: 767px) {
	.lista-direccion .elementor-icon-list-items a span {
		text-align: center;
	}
}

/* SEO */

.fuerte {
	display: inline;
	font-family: "Urbanist", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.5em;
	color: #505260;
}

.fuerte.destacado {
	font-size: 1.1rem;
	font-weight: 600;
}
p, a {
    background-color: #72727201;
	width: fit-content;
}