/*
Theme Name: ONLINE VALLES
Template: hello-elementor

*/


/* Theme admin customization starts here
-------------------------------------------------------------- */
.sbi_notice,
.trp-notice.error,
.sbi_notice.sbi_review_notice_step,
.trp-notice.trp-narrow.notice.notice-info,
.trp-notice.trp-narrow {
	display: none;
}

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



/* Theme customization starts here
-------------------------------------------------------------- */
body {
	overflow-x: hidden;
}
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
    margin-top: 2em; /* Margen por defecto */
    margin-bottom: 0.5em;
}




.post-content ul,
.post-content ol {
	margin-bottom: 2em; 
}

.post-content .wp-block-image,
.post-content .wp-block-embed,
.post-content .wp-block-table {
	margin: 2em auto;
}

.post-content a {
	text-decoration: underline !important;
}




.encima {
	position: relative;
	z-index: 10;
}

.overflow-x-h,
.econ.overflow-x-h {
	overflow-x: hidden !important;
}

.relative {
	position: relative;
}

b, strong {
	font-weight: bold !important;
}

.align-top {
	margin-bottom: auto !important;
}
.align-right {
	margin-left: auto !important;
}
.align-bottom {
	margin-top: auto !important;
}
.align-left {
	margin-right: auto !important;
}






/* elementor */
.boton-100 .elementor-button-link {
	width: 100%;
}

.boton-100 .elementor-button-content-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}





/* formulari */
.hola {
	text-align: center;
	font-size: 14px;
}
@media (min-width: 1024px) {
	.hola {
		
		font-size: 18px;
	}
}

.drets {
	text-align: center;
	font-size: 10px;
	line-height: 1.1;
}
.drets label {
	line-height: 1.1;
	display: flex;
	align-items: center;
	gap: 10px;
}

.drets .wpcf7-list-item {
	margin: 0;
	width: 100%;
}

.drets .wpcf7-list-item-label {
	width: calc(100% - 30px);
	text-align: left;
}


.wpcf7-acceptance [type=checkbox] {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #1e1e1c;
    background: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;

}

.wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='0 0 24 24' width='20' fill='%23000000'%3E%3Cpath d='M0 0h24v24H0V0z' fill='none'/%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
}



.formulari .wpcf7-not-valid-tip {
    display: none !important;
}






.subscriute p {
	display: flex;
	justify-content: center;
}
.subscriute .label {
	display: none;
}
.subscriute input[type=email] {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #111;
	background-color: transparent;
	line-height: 1;
	padding: 8px 10px;
}

.subscriute input[type=email].wpcf7-not-valid {
	border-bottom: 1px solid red;
}

.subscriute [type=submit] {
	border-radius: 20px;
	border-color: #111;
	color: #111;
	background-color: transparent;
	text-transform: none;
	line-height: 1;
	padding: 8px 14px;
	font-size: 15px;
}
.subscriute [type=submit]:hover, .subscriute [type=submit]:focus {
	border-color: #111;
	color: #fff;
	background-color: #111;
}


.subscriute .wpcf7-spinner {
	display: none;
}




.formulari a {
	color:#000;
}
.formulari a:hover {
	color:#222;
}
.formulari .form-group {
	display: flex;
	align-items: center;
}
.formulari .form-group .label {
	display: block;
	white-space: nowrap;
	margin-right: 8px;
	font-size: 18px;

}

.formulari .form-group .wpcf7-form-control {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #111;
	background-color: transparent;
	padding: 4px 8px;
}

.formulari .form-textarea  {
	width: 100%;
}

.formulari .form-textarea .wpcf7-form-control-wrap {
	display: block;
	margin-top: 8px;
}
.formulari.contacte .label  {
	font-size: 18px;
	padding: 4px 8px;
	display: block;
}


.formulari .wpcf7-textarea {
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border: 1px solid #111;
	background-color: transparent;
}

.formulari .wpcf7-form-control-wrap {
	width: 100%;
}

.formulari .enviar {
	text-align: center;
}

.formulari .enviar .wpcf7-submit {
border-radius: 50px;
background-color: transparent;
color: #111;
padding: 8px 32px;
text-transform: uppercase;
border: 1px solid #111;
margin-top: 20px;

}

.formulari .enviar .wpcf7-spinner {
	display: none;
}






/* ow-carousel */
.blog-slider {
	visibility: hidden; 
	display: none;
	overflow-x: hidden !important;
	
}
.owl-carousel {
    visibility: hidden; 
	
}
.blog-slider .owl-carousel.owl-loaded {
    visibility: visible;
	display: block;
	
}
.owl-carousel .type-post {
	width: 100%;
	height: 100%;
    display: flex;
}
.owl-carousel .owl-dots {
	min-width: 120px;
	height: 30px;
	position: relative;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
	padding: 0;
	border: 0;
	background: transparent;
	display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
	width: 24px;
	height: 4px;
	margin-left: 2px;
	background: #ccc;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: var(--e-global-color-primary);
}



.owl-carousel .owl-nav {
	position: relative;
    bottom: 0px;
    right: 0;
    left: auto;
    width: 70px;
    display: flex;
    justify-content: space-between;
    z-index: 888;
    margin-left: auto;
    margin-top: 20px;
}


.owl-carousel .owl-nav .ibq-owl-prev,
.owl-carousel .owl-nav .ibq-owl-next {
	padding: 0;
	margin: 0;
	background: transparent;
	display: flex;
	padding: 8px;
	background-color: var(--e-global-color-primary);
	fill: #fff;
	border-radius: 0;
}

.owl-carousel .owl-nav .ibq-owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .ibq-owl-next {
	right: 0;
}

.owl-carousel .owl-nav .ibq-owl-prev svg,
.owl-carousel .owl-nav .ibq-owl-next svg {
	width: 14px;
	height: 14px;
}

.blog-slider .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.slider-3-col .owl-carousel .owl-item{opacity:.3;}
.slider-3-col .owl-carousel .owl-item.active{opacity:1;}

.blog-slider .elementor-loop-container {
	display: block !important;
}

.blog-slider .elementor-loop-container .owl-carousel .owl-stage,
.blog-slider .elementor-loop-container .owl-carousel .owl-item {
	display: flex;
}






.galeria .elementor-widget-image img {
	aspect-ratio: 3 / 2;
}


.hide-text .elementor-button-text {
	display: none;
}

.elementor-kit-6 a.skip-link {
	color: #000;
}