/* --------------------------------------------------------------------------
   File: style.css
   Theme Name: Hello Elementor Cuzgow
   Template:   hello-elementor
   Theme URI:  https://github.com/cuzgow/hello-elementor-cuzgow
   Author:     Cuzgow
   Author URI: https://cuzgow.com/
   Description: Main stylesheet for the Hello Elementor Cuzgow child theme,
                containing all core styles and layout rules.
   Version:     1.1.0
   Requires at least: 6.0
   Tested up to:      6.5
   Requires PHP:      8.1
   License:     GNU General Public License v3 or later
   License URI: https://www.gnu.org/licenses/gpl-3.0.html
   Text Domain: hello-elementor-cuzgow
------------------------------------------------------------------------- */

/* Headings
------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: 													var(--brand-color);
	line-height: 										var(--line-height-condensed);
	margin: 												0;
	font-stretch: 									var(--font-stretch-condensed);
	font-family: 										var(--font-family-headings);
	font-weight:                    var(--font-weight-bold);
	clear: 													both;
	max-width: 											var(--heading-width);
	text-wrap: balance;
}

h1 {
	font-size: 											4.78rem;
	font-size: 											var(--font-size-h1);
}
h2{
	font-size: 											3.98rem;
	font-size: 											var(--font-size-h2);
}
h3{
	font-size: 											3.32rem;
	font-size: 											var(--font-size-h3);
}
h4{
	font-size: 											2.76rem;
	font-size: 											var(--font-size-h4);
}
h5{
	font-size: 											2.3rem;
	font-size: 											var(--font-size-h5);
}
h6{
	font-size: 											1.92rem;
	font-size: 											var(--font-size-h6);
}

/* Blockquote
------------------------------------------------------------------------ 
Layout    - Blockquote
						- p
							- span
*/

blockquote {
	background-color:							var(--color-sat-8);													
	border-inline-start: 					2em solid var(--color-light-3);
	padding: 											1em;
	border-radius: 								.5em;
	color: 												var(--text-white);	
	max-width: 										80vw;
	font-weight: 									var(--font-weight-bold);
	text-wrap: 										var(--text-wrap);
}

blockquote::before {
	content: 										  "\275D";
	font-size: 										3em;
	padding-inline-end: 					5px;
	vertical-align: 							bottom;
	color: 												currentColor;
}


blockquote::after {
	content: 											"\275e";
	font-size: 										3em;
	padding-left: 								5px;
	vertical-align: 							text-top;
	color: 												currentColor;
	margin-left: 									80%;
}


blockquote > p{
	margin: 											0;
	padding: 											0;
	display: 											inline;
	font-size: 										.9em;
}

blockquote > p span{
	font-weight: 									var(--font-weight-bold);
	font-size: 										1.15em;
	display: 											block;
	line-height: 									var(--line-height-condensed);
	margin: 											1em;
}

blockquote cite{
	display: 												inline-block;
	font-style: 										italic;
}

blockquote:not(.blockquote-sin-fondo){
	text-shadow: 									var(--text-shadow);
}

@media only screen and (max-width: 801px){
	blockquote{
		max-width: 								100%;
		padding: 									0 1em;
	}
}

/* Other blockquote block without bg color
------------------------------------------------------------ 
Layout    - Blockquote --- .blockquote-sin-fondo
						- p
							- span
*/
.blockquote-sin-fondo{
	color: 												var(--brand-color);
	background-color: 						transparent;
	box-shadow: 									none;
	border:												none;
	text-align: 									left;
}			

.blockquote-sin-fondo > p{
	font-size: 										1.2em;
	margin-left: 									1em;
	margin-bottom: 								1em;
}

.blockquote-sin-fondo::after,
.blockquote-sin-fondo::before{
	font-size: 										3em;
}

/* Media and objects
----------------------------------------------- */
video, audio, progress, canvas {
	display: 										inline-block;
}

audio:not([controls]){
	display:										none;
	height:											0;
}

embed,
iframe,
object,
video {
	max-width: 									100%;
}

img {
	max-width: 									100%;
	height: 										auto;
}

picture {
	max-width: 									100%;
	height: 										auto;
	text-align: 								center;
	margin: 										0 auto;
}

figure {
	margin: 										0 auto;
	margin-bottom: 							max(5%, 40px);
	max-width: 									60vw;
}

figcaption {
	line-height:								var(--line-height-condensed);
	margin-top: 								1em;
	color: 											var(--brand-color);
	font-family: 								var(--font-family-headings);
	font-size: 									1.2em;
	font-size: 									var(--font-size-sub);
	font-weight: 								var(--font-weight-bold);
	text-align: 								center;
}

@media only screen and (max-width: 801px){
	figure{
		max-width: 								100%;
	}
}

/* Lists 
------------------------------------------------------------------------ */
ul, 
ol, 
dl{
	margin: 												0 0 1.5em;
	padding-inline-start: 						0;
}

ul, ol {													
	list-style-type: 								none;
}

li {															
	list-style-type: 								none;
	padding: 												0 0 1.5em;
	max-width: 											var(--p-width);
	line-height: 										var(--line-height-condensed);
}

/* No se puede usar en el style sheet porque rompe el layout del editor de elementor
	* Se soluciona con las claves de abajo
*/ 
li::before{
	font-size: 											1.5em;
	content: 												"\00B7";
	color:	 												var(--brand-color);
	font-weight: 										var(--font-weight-bold);
	padding-right: 									0.3em;
	vertical-align: 								sub;
}

/* Para solucionar lo de arriba de li::before */
.elementor-editor-element-settings.elementor-editor-container-settings li::before,
.elementor-editor-element-settings.elementor-editor-widget-settings li::before {
	content:												"";
	padding: 												0;
}

/* */

dt{
	font-weight: 										var(--font-weight-bold);
	color: 													var(--color-sat-6);   
	margin-block-end: 							1.5em;
}

dd {
	padding: 												1.5em;
	margin: 												0 0 1.5em 3em;
	max-width: 											85vw;
	text-align: 										justify;
	text-align-last: 								left;
/*	overflow-wrap: 									break-word;
	word-wrap: 											break-word;
	word-break: 										break-word;
	-webkit-hyphens: 								auto;
	-ms-hyphens: 										auto;
	hyphens: 												auto;*/
	border-radius: 									.5em;
	box-shadow: 										10px -10px 14px var(--color-light-2),
																	-10px 10px 14px var(--color-light-3);
	-webkit-box-shadow: 						10px -10px 14px var(--color-light-2),
																	-10px 10px 14px var(--color-light-3);
}

@media only screen and (max-width: 1024px) {
	dd {
		max-width: 										100%;
		margin: 											0 0 1.5em 1.5em;
		padding: 											1em;
	}
}

/* horizontal line
------------------------------------------------------------------------ */
hr {
	box-sizing: 									content-box; 
	height: 											0; 
	overflow: 										visible;
	border-width: 								0;
	border-collapse: 							collapse;
	border-top: 									3px solid currentColor;
	color: 												var(--color-sat-8);
	clear: 												both;
	margin: 											1em 0;
}

/* Details 
------------------------------------------------------------------------ */
/* Adaptado a elementor
details{
	display: 												block;
	margin-block-end: 							1.5em;
	overflow-x: 										hidden;
	overflow-y: 										hidden;
	overflow: 											hidden;
}*/
summary::-webkit-details-marker {    
	display: 												none;
}

/* Adaptado a elementor
summary{
	list-style: 										none;
}
*/

/* Adaptado a elementor
details > summary{
	display: 												block;
	position: 											relative;
	max-width: 											60vw;
	padding: 												1.5em;
	overflow: 											hidden;
	outline: 												none;
	z-index: 												10;
	text-shadow: 										var(--text-shadow);
	border-radius: 									.5em;
	background-color: 							var(--brand-color);
	margin-block-end: 							1em;
	cursor: 												pointer; 
	-webkit-user-select:						none;	
	-moz-user-select:								none;
	-ms-user-select:								none;
	user-select: 										none; 
	color:													var(--text-white);
	font-weight: 										var(--font-weight-bold);
}
*/

/* Adaptado a elementor
details:nth-of-type(odd)> summary{
	background: 										var(--color-sat-10);
	color: 													var(--text-white);
}

details:nth-of-type(even) > summary{
	background: 										var(--brand-color);
	color: 													var(--text-white);
}
*/
details + details > summary{
	margin-block-start: 						0;
}

/* Adaptado a elementor
details > summary::before{
	content: 												"×";
	color: 													currentColor;
	font-size: 											1.5em;
	position: 											absolute;
	transform: 											rotate(-45deg);
	top: 														20%;
	right: 													6%;
	transition: 										0.2s transform ease-in;
	font-weight: 										var(--font-weight-bold);
}

details[open] > summary:before {
	transform: 											rotate(90deg);
	transition: 										transform ease-in-out 1s;
}

*/

/*
details > summary > h3,
details > summary > h4{
	margin: 												0;
	padding: 												0;
}
*/
/*
details[open] > *:not(summary) { 
	color: 													var(--text-dark); 
}

details > *:not(summary) {
	z-index: 												1;
	color: 													transparent;
	overflow: 											hidden;
	animation: 											details-animation 1s ease-in;
	max-width: 											100%;
}*/

/* Adaptado a elementor
@-webkit-keyframes details-animation {
	0% {
		opacity: 										0;
		-webkit-transform: 					translateY(-100%);
		transform: 									translateY(-100%);
	}
	100%{
		opacity: 										1;
		-webkit-transform: 					translateY(0%);
		transform: 									translateY(0%);
	}
}

@keyframes details-animations {
	0% {
		opacity: 										0;
		-webkit-transform: 					translateY(-100%);
		transform: 									translateY(-100%);
	}
	100%{
		opacity: 										1;
		-webkit-transform: 					translateY(0%);
		transform: 									translateY(0%);
}
}

@media only screen and (max-width: 801px){
	details > summary {
		max-width: 									90%;
	}	
	details > summary::before{
		top: 												20%;
		right: 											10%;
	}
}
*/

/* oto model de Details con ul list*/
/*details ul > li::before{
	content: 											"\2023";
	color: 												var(--brand-color);
	vertical-align: 							sub;
	font-weight: 									var(--font-weight-bold);
	font-size: 										2em;
	padding-right: 								.3em;
}*/

/* Address
------------------------------------------------------------------------ */
address {
	text-align: 									right;
	/*width: 												min(500px, 80vw);*/
	/*margin: 											0 auto;*/
	margin-block-end: 							max(5%, 20px);
	font-size: 										1.4rem;
	font-size: 										var(--font-size-sub);
	overflow-wrap: 								break-word;
	word-break: 									break-word;
	font-weight: 									var(--font-weight-bold);
	line-height: 									var(--line-height-condensed);
}

address a::after{
	content: 											"";
}

address a[href^="tel"]::after{
	content: 											"";
}

address > p {
	margin-block-end: 						.3em;
}

/* Specials font types
------------------------------------------------------------------------ */
dfn,
cite,
em,
i {
	font-style: 										italic;
}

code,
kbd,
samp {
	font-family: 										var(--font-family); 
	font-size: 											var(--font-size-sub);
}

b,
strong {
	font-weight: 										var(--font-weight-bold);
}

pre {
	font-family: 										var(--font-family);
	font-size: 											1.5em;
	font-size: 											var(--font-size-p);
	white-space: 										pre;
	overflow-x: 										auto;
}

abbr[title] {
border-bottom: 										none;
text-decoration: 									underline; 
text-decoration-style: 						dotted; 
letter-spacing: 									0.1em;
}

small {
	font-size: 											.8em;
}

sub,
sup {
	font-size: 											.6em;
	line-height:										0;
	position: 											relative;
	vertical-align:									baseline;
}


sub {
	bottom: 												-0.25em;
}

sup {
	top: 														-0.5em;
}


/* END ELEMENTS
------------------------------------------------------------------------
------------------------------------------------------------------------ */
/* LAYOUT
------------------------------------------------------------------------ 
------------------------------------------------------------------------ */
/* Bloque para SITE CONTENT revisar*** esto es antiguo
Layout 	- .site-main --> div
					- .content-area	--> div
						- .site-main --> main
							- article
								- .entry-content --> div
*/
.site-main,
main {
	clear: 																				both;
	z-index: 																			999;
	margin: 																			0 auto;
	padding-inline: 															10vw;
	padding-block-end: 														max(3%, 30px);
	/*padding-block-start: 													max(1%, 10px);*/
	/*position: relative; si queremos utilizar sidebar area) 
	*/
}

@media only screen and (max-width: 1024px){
	.site-main,
	main{
		padding-inline: 													8vw;
	}
}


@media only screen and (max-width: 600px){
	.site-main,
	main{
		padding-inline: 													min(1.6rem, 5vw);
	}
}



/*.Breadcrumbs (Breadcrumbs) Importado de CSS de Cuzgow Revisar ****
------------------------------------------------------------------------ */
.breadcrumb {
	font-size: 																		1.4rem;	
	font-size: 																		var(--font-size-sub);
	margin-bottom: 																max(1%, 15px);
	text-align: 																	left;
}

.breadcrumb a{
	border: 																			none;
}

.breadcrumb a::after,
.breadcrumb a::before{
	content: 																			"";
}

/* END LAYOUT
------------------------------------------------------------------------
------------------------------------------------------------------------ */
/* Block for name branding
------------------------------------------------------------------------ */ 
/*Layout - p
				- span (.branding)
*/
.branding {
	color: 										var(--brand-color);
	font-size: 								1.07em;
	letter-spacing: 					var(--letter-spacing-expanded);
	padding-inline: 					0.15em;
	font-variant-caps: 				var(--font-variant-caps-small);
	font-weight: 							var(--font-weight-bold);
} 

/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
	*/
	::-webkit-file-upload-button {
	-webkit-appearance: 												button; /* 1 */
	font: 																			inherit; /* 2 */
}
/* for animations to apply in future */
/* @media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
} https://www.joshwcomeau.com/animation/css-transitions/ */

/* CTA AND FORMS BUTTONS
------------------------------------------------------------------------ 
------------------------------------------------------------------------ */
/* Button keyboard key color brand
-------------------------------------- 
Layout:   a --- .cta
						a::fater --- .cta::after 
*/
a.cta {
	position: 								relative;
	display: 									block;
	color: 										var(--text-white);
	text-shadow: 							0 0 1px rgba(0, 0, 0, 0.4), 
														0 1px 2px rgba( 0 0 0 / 0.4);
	font-stretch: 						var(--font-stretch-normal);
	letter-spacing: 					var(--letter-spacing-expanded);
	font-family: 							var(--font-family-headings);
	font-size: 								1.92rem;
	font-size: 								var(--font-size-h6);
	font-variant-caps: 				var(--font-variant-caps-small);
	padding: 									1.2em 1em;
	border: 									1px solid transparent;
	cursor: 									pointer;
	-webkit-transform: 				translateZ(0);
	transform: 								translateZ(0);
	-ms-touch-action: 				manipulation;
	touch-action: 						manipulation;
	-webkit-user-select: 			none;
	-moz-user-select: 				none;
	-ms-user-select: 					none;
	user-select: 							none;
	margin: 									2em auto;
	width: 										min(300px, 60vw);
	text-align: 							center;
	z-index: 									99;
}

a.cta::after {
	content: 										"";
	position: 									absolute;
	left: 											-1px;
	right: 											-1px;
	top: 												-5px;
	bottom:											-2px;
	z-index: 										-1;
	background-clip: 						padding-box;
	background-color: 					var(--brand-color);
	border: 										4px solid var(--color-light-6);
	border-radius: 							.5em;
	-webkit-box-shadow: 				inset 1px 1px 1px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%)), 
															inset -8px -14px 4px -2px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%));
	box-shadow: 								inset 1px 1px 1px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%)), 
															inset -8px -14px 4px -2px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%));
	-webkit-transform: 					translateY(6px);
	-ms-transform: 							translateY(6px);
	transform: 									translateY(6px);  
}

/* reset de hover and focus for a tag */
a.cta:hover,
a.cta:focus{
	-webkit-transform: 				none;
	-ms-transform:						none;
	transform: 								none;
	-webkit-box-shadow: 			none; 
	box-shadow: 							none;
	padding: 									1.2em;
}	

a.cta:hover::after{
	-webkit-box-shadow: 			none; 
	box-shadow: 							none;
}

a.cta:focus{
	outline: 									1px solid var(--color-sat-3);
	color: 										var(--text-white);
	background-color:		 			inherit;
}	

a.cta:focus::after{
	-webkit-box-shadow: 			none; 
	box-shadow:	 							none;
}


a.cta:active {
	outline: 									none;
}

a.cta:active::after {
	-webkit-box-shadow: 			none; 
	box-shadow:								none;
	outline: 									4px solid hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%)),
}

/* End cta button */
/* Button keyboard key color light 
---------------------------------------------- 
Layout:   a --- .cta.light
						a::fater --- .cta-light::after 
*/

a.cta.light{
	color:											var(--text-white);
											
}

a.cta.light::after{
	-webkit-box-shadow: 				inset 1px 1px 1px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%)), 
															inset -8px -14px 4px -2px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%));
	box-shadow: 								inset 1px 1px 1px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%)), 
															inset -8px -14px 4px -2px hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%));
	background-color: 					var(--color-sat-12);
	border: 										4px solid var(--color-light-1);		
}

a.cta.light:hover::after{
	-webkit-box-shadow: 				none; 
	box-shadow: 								none;
}

a.cta.light:focus::after{
	-webkit-box-shadow: 				none; 
	box-shadow:	 								none;
}

a.cta.light:active::after {
	-webkit-box-shadow: 				none; 
	box-shadow:									none;
	outline: 										4px solid hsl(var(--brand-hue), var(--brand-saturation), calc(var(--brand-lightness) - 32%)),
}
/* End cta light button */
/* Regular button and button html tag
------------------------------------- 
Layout   a --- .button
or       button ---
*/
a.button,
button,
.button {
	display: 													block;
	color: 														var(--text-white);
	padding: 													1em;
	font-size: 												1.92rem;
	font-size: 												var(--font-size-h6);
	font-stretch: 										var(--font-stretch-normal);
	font-variant-caps: 								var(--font-variant-caps-small);
	letter-spacing: 									var(--letter-spacing-expanded);
	border: 													1px solid transparent;
	width: 														min(300px, 60vw);
	text-align: 											center; 
	background: 											linear-gradient(135deg, var(--brand-color), var(--color-light-8));
	border-radius: 										0.18em;
	transition: 											transform .3s ease-in;
	margin-bottom: 										max(5%, 30px);
}

a.button:hover,
.button:hover,
button:hover{
	transform: 												translateX(5px) scale(1.12);
	transition: 											transform .3s ease-in-out;
}

a.button:focus
.button:focus,
button:focus{
	outline:													none;
	color: 														var(--text-white);
	background-color: 								inherit;
}	

a.button:active,
.button:active
button:active {
	outline: 													none;
}

/*
a.button::after{
	content: 													"";
}*/

button{
	-webkit-appearance: 						 	button;
}
	
@media only screen and (max-width: 801px){
	a.button
	.button,
	button {
		-webkit-transition:			 	none;
		-o-transition: 					 	none;
		transition: 							none;
	}

	a.button:hover,
	a.button:focus,
	a.button:active,
	.button:hover,
	.button:focus,
	.button:active,
	button:hover,
	button:focus,
	button:active{
		-webkit-transition:			 	none;
		-o-transition: 					 	none;
		transition: 							none;
	}
}

/* End regular button */
/* Another type of button
------------------------------------- 
Layout a ---- .button.thin
*/
.button.thin,
a.button.thin{
	display: 													block;
	color: 														var(--text-white);
	padding: 													.5em;
	font-size: 												1.7rem;
	font-size: 												var(--font-size-p);
	font-stretch: 										var(--font-stretch-normal);
	font-variant-caps: 								var(--font-variant-caps-small);
	letter-spacing: 									var(--letter-spacing-expanded);
	border: 													1px solid transparent;
	width: 														min(400px, 80vw);
	text-align: 											center; 
	background: 											linear-gradient(135deg, var(--brand-color), var(--color-light-8));
	border-radius: 										0.18em;
	transition: 											transform .3s ease-in;
	margin-bottom: 										max(5%, 30px);
}

a.button.thin:hover,
.button.thin:hover{
	transform: 												translateX(5px) scale(1.12);
	transition: 											transform .3s ease-in-out;
}

a.button.thin:focus
.button.thin:focus{
	outline:													1px solid var(--color-sat-10);
	color: 														var(--text-white);
	background-color: 								inherit;
}	

a.button.thin:active,
.button.thin:active{
	outline: 													none;
}

/*
a.button-thin::after{
	content: 													"";
}*/
	
@media only screen and (max-width: 801px){
	a.button.thin,
	.button.thin{
		-webkit-transition:			 	none;
		-o-transition: 					 	none;
		transition: 							none;
	}

	a.button.thing:hover,
	a.button.thin:focus,
	a.button.thin:active,
	.button.thin:hover,
	.button.thin:focus,
	.button.thin:active{
		-webkit-transition:			 	none;
		-o-transition: 					 	none;
		transition: 							none;
	}
}



/* Reseat standard form (revisar)
-------------------------------------  */
input[type=button],
input[type=submit]{
	display: 													block;
	color: 														var(--text-white);
	padding: 													1em;
	font-size: 												1.92rem;
	font-size: 												var(--font-size-h6);
	font-stretch: 										var(--font-stretch-normal);
	font-variant-caps: 								var(--font-variant-caps-small);
	letter-spacing: 									var(--letter-spacing-expanded);
	border: 													1px solid transparent;
	width: 														min(300px, 60vw);
	text-align: 											center; 
	background: 											linear-gradient(135deg, var(--brand-color), var(--color-light-8));
	border-radius: 										0.18em;
	transition: 											transform .3s ease-in;
	margin-bottom: 										max(5%, 30px);
}

[type=button],
[type=reset],
[type=submit] {
	width: 														auto;
	-webkit-appearance: 							button;
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
	width: 														100%;
	border: 													dotted 1px var(--brand-color);
	border-radius: 										.3em;
	padding: 													0.5rem 1rem;
	transition: 											all 0.2s;
	-webkit-transition: 							all .2s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
	border-color: 										var(--color-sat-8);
}

[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
	cursor:													 	pointer;
}

input,
optgroup,
select,
textarea {
	font-family: 											inherit; 
	font-size: 												1rem; 
	line-height: 											var(--line-height-normal); 
	margin: 													0; 
}

textarea {
	overflow: 												auto;
	resize: 													vertical;
}

label {
	display: 													inline-block;
	line-height: 											1;
	vertical-align: 									middle;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: 													auto;
}	

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: 										none;
	padding: 													0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 													1px dotted ButtonText;
}

legend {
	box-sizing: 											border-box; 
	color: 														inherit; 
	display: 													table; 
	max-width: 												100%; 
	padding: 													0; 
	white-space: 											normal; 
}

progress {
	vertical-align: 									baseline;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

[type=search] {
	-webkit-appearance: 							textfield; 
	outline-offset: 									-2px; 
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: 							none;
}

::-webkit-file-upload-button {
	-webkit-appearance: 							button; 
	font: 														inherit; 
}

select {
	display: block;
}

@media only screen and (max-width: 801px){
	input[type=button],
	input[type=submit] {
		-webkit-transition:			 	none;
		-o-transition: 					 	none;
		transition: 							none;
	}
	
	input[type=button]:hover,
	input[type=button]:focus
	input[type=button]:active,
	input[type=submit]:hover,
	input[type=submit]:focus,
	input[type=submit]:active{
		-webkit-transition:			 	none;
		-o-transition: 					 	none;
		transition: 							none;
	}
}

/* END standard form 
-------------------------------------  */
/* Reset Gravity Forms  
------------------------------------------------------------------------ */
/** .reset_cuzgow_wrapper es la que clase que añadimos en Gravity para poder 
	* sobreescribir  nuestro código.
	* Elementor lo renderiza como un div. 
*/ 

.reset_cuzgow_wrapper{
	max-width: 																	60vw;
}

@media only screen and (max-width: 802px){
	.reset_cuzgow_wrapper{
		max-width: 																90vw;
	}
}

 
.reset_cuzgow_wrapper .gform_description,
.reset_cuzgow_wrapper .gform_required_legend{
	display: 																		none;
	visibility: 																hidden;
}

.reset_cuzgow_wrapper.gravity-theme .gfield_label{
	color: 																			var(--brand-color);
	font-weight: 																var(--font-weight-regular);
	font-family: 																var(--font-family-headings);
	font-size: 																	var(--font-size-h6);
	margin-block-end: 													0;
}


.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gfield_required{
	color: var(--color-light-10);
	font-size: var(--font-size-sub);
	padding-inline-start: 0.125em;
}



.reset_cuzgow_wrapper .gform-field-label.gform-field-label--type-inline.gfield_consent_label{
	font-size: 																	var(--font-size-sub); 
	vertical-align: 														super;
	color: 																			var(--color-light-10);
}
/* Checkbox
------------------------ */
.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .ginput_container.ginput_container_consent input[type=checkbox]{
	width: 																			2em;
	height: 																		2em;
}
/* Description 
------------------------- */
.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gfield_description{
	font-size: 																	var(--font-size-sub);
	padding-inline: 														1em;
	letter-spacing: 														var(--letter-spacing-regular);
	line-height: 																var(--line-height-normal);
	font-family: 																var(--font-family);
}

/* Errors
-------------------------- */
.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gform_validation_errors{
	background: 															var(--color-light-1);
  border-radius: 														.5em;
  border: 																	1.5px dotted var(--color-sat-12);
  box-shadow: 															14px 14px 28px rgba(0, 0, 0, .1), 
																						-14px -14px 28px rgba(0, 0, 0, .1);
  margin-block-end: 												1.5em;
  padding: 																	1em;
  position: 																relative;
  width: 																		100%;
	font-size: 																var(--font-size-sub);
}

.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gform_validation_errors > h2{
	font-size: 																	var(--font-size-sub);
	color: 																			var(--text-dark);
	font-weight:  															var(--font-weight-bold);
	font-variant-caps: 													var(--font-variant-caps-small);
	line-height: 																var(--line-height-normal);
	margin-block-end: 													1em;
}

.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gform_validation_errors > ol > li{
	color: 																			var(--text-dark);
	list-style-type: 														inherit !important;
	padding-block-end: 													.5em;
	margin-block-end: 													0;
	max-width: 																	100%;
}

.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gform_validation_errors > ol a{
	color: 																			var(--text-dark);
	font-size: 																	var(--font-size-sub);
	font-weight: 																var(--font-weight-regular);
  font-variant-caps: 													var(--font-variant-caps-small);
}

.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon{
	display: 																		flex;
	align-items: 																flex-start;	
	font-size: 																	4em;
	height: 																		0; 
	position: 																	absolute;
	top: 																				-1em;
	left: 																			0;
	color: 																			var(--brand-color);
	filter: 																		drop-shadow(1px 1px 0px var(--color-sat-12));
}

.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gfield_validation_message, 
.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .validation_message {
	background: 																var(--color-light-1);
	padding: 																		.8em;
	border-color: 															var(--color-light-11);
	border-radius: 															.3em;
	color: 																			var(--brand-color);
}

/* Footer
----------------------------------- */
.gform_wrapper.gravity-theme.reset_cuzgow_wrapper .gform_footer input
.gform_wrapper.gravity-theme.reset_cuzgow_wrapper .gform_footer input{
	-webkit-transition: 												all .2s ease-in;
	-o-transition: 															all .2s ease-in;
	transition: 																all .2s ease-in;
}

.gform_wrapper.gravity-theme.reset_cuzgow_wrapper .gform_footer input:hover,
.gform_wrapper.gravity-theme.reset_cuzgow_wrapper .gform_footer input:focus{
	-webkit-transform: 													scale(1.10);
	-ms-transform: 															scale(1.10);
	transform: 																	scale(1.10);
	-webkit-transition: 												all .2s ease-in-out;
	-o-transition: 															all .2s ease-in-out;
	transition: 																all .2s ease-in-out;
}

.gform_wrapper.gravity-theme.reset_cuzgow_wrapper.gform_wrapper.gravity-theme #field_submit, 
.gform_wrapper.gravity-theme.reset_cuzgow_wrapper.gform_wrapper.gravity-theme .gform_footer{
	justify-content: center;
}

/* End Forms
------------------------------------------------------------------------
------------------------------------------------------------------------ */
/* Hoja de estilos importado de theme.css 
------------------------------------------------------------------------
------------------------------------------------------------------------ */
/* Clases de wordpress 
-------------------------------------------  */

.alignright {
	float: 																				right;
	margin-left: 																	1rem;
}

.alignleft {
	float: 																				left;
	margin-right: 																1rem;
}

.aligncenter {
	clear: 																				both;
	display: 																			block;
	margin-left: 																	auto;
	margin-right: 																auto;
}

.alignwide {
	margin-left: 																	-80px;
	margin-right: 																-80px;
}

/* este código para copiar en el editor de elementor para full width
------------------------------------------------------------------------ */
.alignfull {
	width: 																				100vw;
	max-width: 																		100vw;
	margin-inline-start: 													calc(50% - 50vw);
	margin-inline-end: 														calc(50% - 50vw);
	margin-block-end: 														max(10%, 80px);
	overflow: 																		hidden;
	overflow-x: 																	hidden;
	overflow-y: 																	hidden;
	padding-block-end: 														max(7%, 50px);
	padding-inline: 															10vw;
	padding-top: 																	max(7%, 50px);
}

@media only screen and (max-width: 1024px){
	.alignfull{
		padding-inline: 													8vw;
	}
}


@media only screen and (max-width: 600px){
	.alignfull{
		padding-inline: 													min(1.6rem, 5vw);
	}
}


.alignfull img {
	width: 																				100vw;
}

.wp-caption {
	margin-block-end: 														1.25rem;
	max-width: 																		100%;
}

.wp-caption.alignleft {
	margin: 																			5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 																			5px 0 20px 20px;
}

.wp-caption img {
	display: 																			block;
	margin-inline-start: 													auto;
	margin-inline-end: 														auto;
}

.wp-caption-text {
	margin: 																			0;
}

.gallery-caption {
	display: 																			block;
	font-size: 																		0.8125rem;
	line-height: 																	1.5;
	margin: 																			0;
	padding: 																			0.75rem;
}

.pagination {
	margin: 																			20px auto;
}

.sticky {
	position: 																		relative;
	display: 																			block;
}

.bypostauthor {
	font-size: 																		inherit;
}

.hide {
	display: 																			none !important;
}

.post-password-form p {
	width: 																				100%;
	display: 																			flex;
	align-items: 																	flex-end;
}

.post-password-form [type=submit] {
	margin-inline-start: 													3px;
}

/**
	* Post item in archive pages
	*/
.post .entry-title a {
	text-decoration: 															none;
}

.post .wp-post-image {
	width: 																				100%;
	max-height: 																	500px;
	object-fit: 																	cover;
}

@media (max-width: 991px) {
	.post .wp-post-image {
		max-height: 																400px;
	}
}

@media (max-width: 575px) {
	.post .wp-post-image {
		max-height: 																300px;
	}
}

/* More link
---------------------------------------------- */
.more-link {
	display: 																			inline-block;
	margin-top: 																	10px;
}

/* END reset wordpress classes 
------------------------------------------------ */

/* TABLES (revisar)
Reset and normalize
-------------------------------------------------- */
table {
	background-color: transparent;
	width: 100%;
	margin-block-end: 15px;
	font-size: 0.9em;
	border-spacing: 0;
	border-collapse: collapse;
}

table th,
table td {
	padding: 15px;
	line-height: 1.5;
	vertical-align: top;
	border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
	font-weight: bold;
}

table thead th,
table tfoot th {
	font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
	border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
	table table {
		font-size: 0.8em;
	}
	table table th,
	table table td {
		padding: 7px;
		line-height: 1.3;
	}
	table table th {
		font-weight: 400;
	}
}

/* End Tables
------------------------------------------- */
/* UTILITY STYLES (revisar)
------------------------------------------- */
.screen-reader-text {
	clip: 													rect(1px, 1px, 1px, 1px);
	height:													1px;
	overflow: 											hidden;
	position: 											absolute !important;
	width: 													1px;
	word-wrap: 											normal !important; /* Many screen reader and browser 
																	combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: 						#eeeeee;
	clip: 												auto !important;
	clip-path: 										none;
	color: 											#333333;
	display: 											block;
	font-size: 										1rem;
	height: 											auto;
	left: 												5px;
	line-height: 									normal;
	padding: 											15px 23px 14px;
	text-decoration: 							none;
	top: 													5px;
	width: 												auto;
	z-index: 											100000; /* Above WP toolbar. */
}

/* END Utilities
--------------------------------------- */
/* PRINT
------------------------------------------ */
@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important; /* Black prints faster */
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: "";
	}

	pre {
		white-space: pre-wrap !important;
	}
	
	pre,
	blockquote {
		break-inside: avoid;
		border: 1px solid #cccccc;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		break-after: avoid;
	}
}

/* End print
---------------------------------- */
/* End Import from parent theme
------------------------------------------------------------------------
------------------------------------------------------------------------ */
