/* 
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
*/
.azul {
    background: linear-gradient(#d7ebe8, #d7ebe8);
    background-size: 100% 12px, 0 2px;
    background-position: 100% 85%, 2px 100%;
    background-repeat: no-repeat;
}
.verde {
    background: linear-gradient(#cfe7ca, #cfe7ca);
    background-size: 100% 12px, 0 2px;
    background-position: 100% 85%, 2px 100%;
    background-repeat: no-repeat;
}
.amarillo {
    background: linear-gradient(#fce2b2, #fce2b2);
    background-size: 100% 12px, 0 2px;
    background-position: 100% 85%, 2px 100%;
    background-repeat: no-repeat;
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between !important;
}
.swiper-slide {
    background: #fdfaf6;
}
.stars {
    padding-bottom: 10px;
}
.header.elementor-sticky--effects {
    backdrop-filter: blur(10px);
    background: rgb(255 255 255 / 0.8);
    transition: all 400ms ease;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.header.elementor-sticky--effects nav > ul.elementor-nav-menu > li.menu-item > a {
    color: #000 !important;
}
.header.elementor-sticky--effects nav > ul.elementor-nav-menu > li.menu-item > a .sub-arrow {
    fill: #000 !important;
}
.header.elementor-sticky--effects .e--pointer-underline .elementor-item::after {
    background: black !important;
}
.header.elementor-sticky--effects .logo img {
    width: 130px;
    transition: all 300ms ease;
}
.logo img {
    transition: all 300ms ease;
}
.header .e--pointer-underline .elementor-item:after {
    background-color: #ffffff;
    height: 2px;
    width: 40%;
    z-index: 2;
}
.info-contacto h3.elementor-icon-box-title {
    margin-top: 0;
}
.elementor-field-type-text input {
    height: 50px;
}
textarea#form-field-message {
    height: 150px;
}
.img-product {
    filter: brightness(0.95);
}
#faqs-custom .accordion-header {
    border: 1px solid #d5d8dc;
    padding: 20px 30px;
    border-radius: 100px;
}
.custom-accordion {
    gap: 10px !important;
    display: flex;
    flex-direction: column;
}
#faqs-custom .accordion-content {
    padding: 5px 30px;
}
#faqs-custom .e-closed,
#faqs-custom .e-opened {
    height: 40px !important;
    width: auto;
}
#faqs-custom .accordion-header {
    justify-content: space-between !important;
    display: flex;
    align-content: center;
    padding: 10px 10px 10px 20px;
}
#faqs-custom .e-n-accordion-item-title-header {
    align-content: center;
}
.p-custom p {
    margin-top: 0px !important;
}
.beneficios-ficha .elementor-icon {
    background: #1d9b90;
    padding: 12px;
    border-radius: 15px;
}
.beneficios-ficha .elementor-widget-icon-box {
    min-height: 368px;
}
nav.breadcrumb-tax {
    font-size: 15px;
}
.branding-footer {
    display: none !important;
}
canvas.mapboxgl-canvas {
    padding-left: 50px !important;
}
.descubre .elementor-icon {
    background: #ffd383;
    padding: 12px;
    border-radius: 15px;
}

.categorias-producto,
.subcategorias {
    list-style: none;
    padding: 0;
    margin: 0;
}
.categoria-header {
    margin-bottom: 10px;
    background: #f2f8f9;
    padding: 10px 20px;
    border-radius: 20px;
}
.categoria-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: default;
}
.nombre-categoria {
    font-weight: 400;
}
.toggle-subcategorias {
    cursor: pointer;
    font-weight: 300;
    user-select: none;
    margin-left: 8px;
    color: #1d9b90;
    font-size: 30px;
}
.subcategorias {
    list-style: none;
    padding: 0px 20px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}
.subcategorias a {
    margin-bottom: 7px;
    display: inline-block;
}
.subcategorias a,
.categoria-header a {
    color: black !important;
}
.subcategorias a:hover,
.categoria-header a:hover {
    color: #1d9b90 !important;
}
.e-search-form .e-search-submit {
    cursor: pointer;
}
.categoria-hija:last-child {
    margin-bottom: 10px !important;
}
.sub-menu.elementor-nav-menu--dropdown {
    min-width: 180px !important;
}
.resenas-img svg {
    height: auto !important;
}
.steps .elementor-icon-box-title {
    margin-top: 5px;
}
.single-post h3,
.single-post h4,
.relacionados .elementor-post__title a {
    color: #000 !important;
}
.single-post img {
    border-radius: 10px;
}

.single-post h2 {
    color: #1d9b90;
}

/** ESPACIO SUPERIOR EN BOTONES DE PAGINACIÓN DE PÁGINA BLOG **/
.elementor-pagination {
    margin-top: 20px !important;
}

/* BOTON DE LEER MAS | POST RELACIONADO | CAMBIO DE BOTONES ANTERIOR - SIGUIENTE DEBAJO DE POST*/
.elementor-post__read-more,
.post-navigation__prev--label,
.post-navigation__next--label {
    align-self: flex-start;
    font-size: 12px;
    font-weight: 700;
    color: #01968c !important;
    font-family: "Montserrat", Sans-serif !important;
    text-decoration: none !important;
}
