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

.elementor-widget-button .elementor-button-icon svg {
    height: auto;
    width: 1.3em;
}

.elementor-button-content-wrapper:hover .elementor-button-icon {
    right: -4px;
}

.elementor-button-content-wrapper .elementor-button-icon {
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    right: 0;
}
/*------------------------------------------------*/
/*---------------- [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] --------------------*/
/*------------------------------------------------*/

/*------------------------------------------------*/
/*------------------ [FOOTER] --------------------*/
/*------------------------------------------------*/
@media (max-width:1024px){
	footer .elementor-widget-nav-menu .elementor-item {
  justify-content: center;
}
footer .elementor-widget-nav-menu li {
	width: 100%;
}
}

/*------------------------------------------------*/
/*---------------- [FORMULARIOS] -----------------*/
/*------------------------------------------------*/
/*--- Estructura ---*/
.row_inputs {
    margin-bottom: 0.6rem;
    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: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
}

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

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

.wpcf7-not-valid-tip {
    font-size: 0.85rem;
}

.wpcf7-not-valid-tip {
    background-color: #fff;
    padding: 0 0.5rem;
    margin-top: 5px;
}

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

/*------------------------------------------------*/
/*---------------- [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;
}

/*------------------------------------------------*/
/*--------------------[POST]----------------------*/
/*------------------------------------------------*/
body.single-post .elementor-posts-container.elementor-posts.elementor-posts--skin-classic.elementor-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 16px;
}
body.single-post  .elementor-posts .elementor-post a{
	border: 1px solid var(--e-global-color-primary);
	padding: 2px 4px !important;
}

body.single-post  .elementor-posts--skin-classic .elementor-post {
	overflow: unset;
}