/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.elementor-slideshow__title,
.elementor-slideshow__description {
    visibility: hidden;
}

.space-contact {
    margin-top: 20px!important;
}

.jet-filter-label {
	 display: inline-flex;
    align-items: center;
    vertical-align: middle;
    gap: 6px;
}

.icono-label-filter {
	height: 20px; display: inline-block;
}

/* Contenedor ficha */
.distintivo-ficha {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* Imagen ficha */
.distintivo-img-ficha {
    height: 2.5em!important;
	width: auto;
    margin-right: 10px;
    border-radius: 4px;
}

/* Texto normal */
.distintivo-normal {
    font-size: 12px;
    color: #333;
}

/* Imagen normal */
.distintivo-img-normal {
    height: 30px!important;
	width: auto;
    vertical-align: middle;
    margin-left: 5px;
}

/* Estilo para eco (mezcla de colores en fondo) */
.bg-eco {
    font-weight: bold !important;           /* Texto en negrita */
    display: inline-block;                  /* Permite aplicar padding y tamaño */
    padding: 2px 6px;                       /* Espaciado interno */
    border-radius: 4px;                     /* Bordes redondeados */
    background: linear-gradient(
        to right,
        #a8e6cf 50%,                        /* Verde claro mitad izquierda */
        #b3e5fc 50%                         /* Azul claro mitad derecha */
    );
    color: #000;                            /* Texto en negro */
}

/* Estilo para clase O (fondo azul oscuro) */
.bg-o {
    font-weight: bold !important;           /* Texto en negrita */
    background-color: #15709D !important;   /* Fondo azul */
    display: inline-block;                  /* Ajuste al contenido */
    color: white !important;                /* Texto blanco */
    padding: 2px 6px;                       /* Espaciado interno */
    border-radius: 4px;                     /* Bordes redondeados */
}

/* Estilo para clase C (fondo verde) */
.bg-c {
    font-weight: bold !important;           /* Texto en negrita */
    background-color: #73B645 !important;   /* Fondo verde */
    display: inline-block;                  /* Ajuste al contenido */
    padding: 2px 6px;                       /* Espaciado interno */
    border-radius: 4px;                     /* Bordes redondeados */
}

/* Estilo para clase B (fondo amarillo) */
.bg-b {
    font-weight: bold !important;           /* Texto en negrita */
    background-color: #FEEF1C !important;   /* Fondo amarillo */
    display: inline-block;                  /* Ajuste al contenido */
    padding: 2px 6px;                       /* Espaciado interno */
    border-radius: 4px;                     /* Bordes redondeados */
}