/*
Theme Name: Arnau Codina
Theme URI: https://wpastra.com/
Template: astra
Author: Madvelous
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.7.1.1719821269
Updated: 2024-07-01 10:07:49

*/
#ast-scroll-top{
	display:none !important;
}


.elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
	color: transparent !important;
}

#btn-pdf.focus, #btn-pdf:hover, #btn-pdf:visited{
	color:#fff !important;
}

@media (min-width: 767px) {
	html, body {
		overflow: hidden !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
}


.hidden {
	display: none;
}

#ac_lateral_panel {
	position: absolute;
    width: 100%;
    top: 0;
    right: 0;
	backdrop-filter: blur(30px) !important; /* Menor blur en pantallas pequeñas */
	-webkit-backdrop-filter: blur(30px) !important; /* Soporte para navegadores WebKit */
}

html, body {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

.ac_menu_opened {
	overflow: auto;
	height: auto;
}

#ac_menu_icon svg {
    transform: rotate(0);
    transition: transform 0.5s ease;
}

#ac_menu_icon.rotate svg {
    transform: rotate(45deg);
    transition: transform 0.5s ease;
}

@media only screen and (max-width: 600px) {
	#ac_lateral_panel {
		backdrop-filter: blur(20px) !important; /* Menor blur en pantallas pequeñas */
		-webkit-backdrop-filter: blur(20px) !important; /* Soporte para navegadores WebKit */
	}
}

.underline-effect::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: black;
	transform: scaleX(0);
	transform-origin: bottom right;
    background-color: white; /* Cambiado a blanco */
	transition: transform 0.25s ease-out;
}

.underline-effect:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

/*Formulari*/
.wpcf7-form {
	margin-top:40px !important;
    width: 100%;
    max-width: 900px;
    background-color: transparent; /* Fondo del formulario */
    padding: 20px;
    margin: 0 auto; /* Centramos el formulario */
}

.wpcf7 .form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.wpcf7 .form-group {
    width: 48%;
}

.wpcf7 .form-group.full-width {
    width: 100%;
}

.wpcf7 .form-group input,
.wpcf7 .form-group textarea {
	font-family: 'Arnau';
    width: 100%;
    background-color: transparent; /* Fondo de los inputs */
    border: none;
    border-bottom: 1px solid white;
	border-radius:0px;
    padding: 10px;
    color: white !important; /* Color del texto al escribir */
    font-size: 16px;
    box-sizing: border-box;
	outline: none !important; /* Quitar la línea azul al enfocar */

}

.wpcf7 .form-group input::placeholder,
.wpcf7 .form-group textarea::placeholder {
    color: #cccccc; /* Color del placeholder */
}

.wpcf7 .form-group textarea {
    height: 150px; /* Altura del textarea */
	resize: none !important;
}

.wpcf7 .form-group.boton {
	margin-top:50px !important;
	width:23% !important;
	margin: 0 auto !important;
}

.wpcf7 .form-group input:focus,
.wpcf7 .form-group textarea:focus {
    outline: none !important;
    border-bottom-color: transparent; /* Color del borde inferior al enfocar */
}

.wpcf7 form.invalid .wpcf7-response-output{
	border-color: transparent !important;
	color:#DC2626 !important;
}

