/* 
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
*/


/*------------------------------------------------*/
/*---------------- [GENERAL] -----------------*/
/*------------------------------------------------*/
@media (min-width:1025px){
	html *{
		    scroll-margin-top: 150px;
	}
}

/*------------------------------------------------*/
/*---------------- [TIPOGRAFÍAS] -----------------*/
/*------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
}


/*------------------------------------------------*/
/*------------------ [HEADER] --------------------*/
/*------------------------------------------------*/
  .sec-header.elementor-sticky.elementor-sticky--effects.elementor-sticky--active .header-desktop .elementor-widget-theme-site-logo.elementor-widget-image img {
      max-width: 120px;
  }

  .sec-header.elementor-sticky.elementor-sticky--effects.elementor-sticky--active .header-desktop .elementor-widget-theme-site-logo.elementor-widget-image > .elementor-widget-container {
      margin: -50px 0 -40px 0 !important;
  }

  .sec-header.elementor-sticky.elementor-sticky--effects.elementor-sticky--active  > .e-con-inner {
      padding-top: 40px;
  }
header .elementor-nav-menu--dropdown a.elementor-item-active {
    font-weight: 600 !important;
}
/*------------------------------------------------*/
/*------------------ [FOOTER] --------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*---------------- [FORMULARIOS] -----------------*/
/*------------------------------------------------*/
/*--- Estructura ---*/
.row_inputs {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
}

.col_inputs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    padding: 0;
    border: unset;
}


.col_inputs > label {
    display: block
}

/*--- Campos ---*/
.wpcf7-form span.etiqueta {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
    font-size: 0.8rem;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
}

.wpcf7-not-valid-tip {
    font-size: 0.85rem;
    background-color: #fff;
    padding: 5px;
    margin-top: 5px;
    line-height: 140%;
    font-weight: 600;
}

.wpcf7 input[type="file"] {
    display: block;
    width: 100%;
}

.wpcf7 .wpcf7-submit {
    white-space: normal;
}

/*--- Form blanco ---*/
.form-blanco .wpcf7-form span.etiqueta {
    color: #fff;
}

.form-blanco .wpcf7-list-item label,
.form-blanco .wpcf7-list-item label a {
    color: #fff;
}

.form-blanco input[type="submit"] {
    background-color: #fff;
    color: var(--e-global-color-accent);
}

/*------------------------------------------------*/
/*---------------- [COOKIES] -----------------*/
/*------------------------------------------------*/
#cmplz-manage-consent .cmplz-manage-consent {
    font-weight: bold;
    font-size: 1rem;
}

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

#cmplz-document p,
#cmplz-document li,
#cmplz-document td {
    font-size: 1rem;
}



/*------------------------------------------------*/
/*------------------[LEGALES]---------------------*/
/*------------------------------------------------*/
.legal h2 {
    font-size: 1.5rem !important;
    margin-bottom: 8px;
    margin-top: 16px;
}


/*------------------------------------------------*/
/*------------------[BLOG]-------------------*/
/*------------------------------------------------*/
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h1,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h2,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h3,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h4,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h5,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h6 {
    margin-bottom: 8px;
    margin-top: 20px;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h1,
.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h2 {
    font-size: 1.75rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h3 {
    font-size: 1.55rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h4 {
    font-size: 1.35rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h5 {
    font-size: 1.125rem;
}

.wp-singular.post-template-default.single.single-post .elementor-widget-theme-post-content h6 {
    font-size: 1.1rem;
}

/*------------------------------------------------*/
/*--------------------[HOME]----------------------*/
/*------------------------------------------------*/
.bg-multi::before {
    mix-blend-mode: hard-light;
}

.grecaptcha-badge {
    visibility: hidden !important;
}
