/* @override 
	https://webs.communikt.net/emerald/wp-content/themes/emerald/style.css?* */

/*
 Theme Name:   EMERALD
 Theme URI:    https://bricksbuilder.io/
 Description:  Theme Emerald
 Author:       Albert Calzada
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.22
 Text Domain:  bricks
*/



/* colores

negro: #1D1D1B
rojo: #E63645
violeta: #AE2D85
azul: #0088BD
mostaza: #D0A902
verde: #8DC4B3
naranja: #EC6947

 */


:where(p) {
  margin: 0 0 0.8em;
}
.brx-body {
	/*min-height: 100dvh;*/
}

:where(p:last-child) {
  margin-bottom: 0;
}

#wp-admin-bar-editor_mode {
	display: none !important;
}

.subratllat_fi {
	text-decoration-line: underline;
text-decoration-thickness: 0.9px;
text-underline-offset: 5px;
}
.subratllat_fi2 {
	text-decoration-line: underline;
text-decoration-thickness: 1.25px;
text-underline-offset: 3px;
}

* {
	text-decoration-thickness: 0.8px !important;
	text-underline-offset: 3px;
}

/* header web */
.__menu_header nav li:hover a, .__menu_footer nav li:hover a, .__menu_header nav li.current-menu-item a {
	text-decoration: underline;
}



header.x-header_sticky.x-header_sticky-active .logo_header_noSticky {
	opacity: 0;
}

header.x-header_sticky.x-header_sticky-active .logo_header_sticky{
	opacity: 1;
}

strong, b{
	font-weight: 600;
}



/* seccion video */

/* video background css */

.video-bg__media {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  
}
.video-bg__media video {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  max-width: none;
}
@supports (object-fit: cover) {
  .video-bg__media video {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@supports (object-fit: cover) and (-ms-ime-align: auto) {
  .video-bg__media video {
    height: auto;
    width: auto;
  }
}
.video-bg__media img {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .video-bg__media video {
    visibility: hidden;
  }
  .video-bg__media img {
    display: block;
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}


.video-bg__media:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background-color: rgba(0, 0, 0, 0.31);*/
	z-index: 12;
}

.l_wrap_cabecera_video .video-bg__media:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.31);
	z-index: 12;
}







/* FORM CONTACTO */
.gform_required_legend {
	display: none;
}
/* deshabilitar chrome estils formularis */


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 0px white inset !important;
	box-shadow: none !important;
	outline: none !important;
	
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
 -webkit-box-shadow: 0 0 0 0px white inset !important;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: none !important;
  outline: none !important;
  
}
:focus, :focus-visible{
   -webkit-box-shadow: 0 0 0 0px white inset !important;
	box-shadow: none !important;
	outline: none !important;
	border-color: #000 !important;

}

.gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
    /*line-height: 1 !important;*/

}
/*.form_inserta input, .form_inserta textarea {
		border-color: #000000 !important;
	border-width: 0.5px;
	border-radius: 0 !important;
	background-color: rgba(221, 221, 221, 0) !important;
	font-size: 20px !important;
	font-weight: 300 !important;
}*/
.form_inserta div.gform_fields input, .form_inserta div.gform_fields textarea, .form_inserta div.gform_fields select {
	
border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color: #fff;
/*font-weight: 600;*/
letter-spacing: 0.2px;
border-color: var(--bricks-color-rusbmo) !important;
color: #000;
font-size: 16px;
}
 .form_inserta div.gform_fields textarea {
 	height: 100px;
 }
.form_inserta .ginput_container_fileupload input {
width: 100% !important;
}

.form_inserta label.gform-field-label.gform-field-label--type-sub {
	font-size: 15px !important;
	display: none;
}
.form_inserta input::-webkit-input-placeholder { /* Edge */
color: #000;
  	font-weight: 400 !important;
	font-style: normal !important;
	opacity: 1 !important;font-size: 15px;
}

.form_inserta input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
  
  	font-weight: 400 !important;
	font-style: normal !important;
	opacity: 1 !important;font-size: 15px;
}

.form_inserta input::placeholder, .form_inserta textarea::placeholder{
color: #000;
  
  	font-weight: 400 !important;
	font-style: normal !important;
	opacity: 1 !important;
	font-size: 15px;
}

 .gfield_consent_description {
	border: none !important;
	padding: 0 !important;
	 color: #000000 !important;	
  	font-weight: normal !important;
	font-style: normal !important;
  margin-top: 0 !important;
  overflow: visible !important;
  margin-bottom: 24px !important;
  font-weight: 300 !important;
  letter-spacing: 0;
  min-height: auto !important;
  height: auto !important;
  max-height: inherit !important;
  font-size: 11px !important;
  line-height: 1.4em !important; 
 } 
 .gfield_consent_description a:hover {
 	text-decoration: underline;
 }
.camp_protecciodadesform span.gfield_required.gfield_required_text {
	display: none;
}

.camp_protecciodadesform  div.ginput_container.ginput_container_consent {
	margin-top: 20px;
	font-weight: normal !important;
	font-style: normal !important;
	display: flex;
	/*align-items: baseline;*/
}
.camp_protecciodadesform input {
	margin-bottom: 0;
	margin-top: 1px;
}
.camp_protecciodadesform div.ginput_container_consent input + label:hover {
	cursor: pointer;
}
.camp_protecciodadesform div.ginput_container_consent label {
	letter-spacing: 0;
	margin-left: 5px;
	font-size: 14px !important;
	color: #000;
}
fieldset.gfield--type-consent div.ginput_container.ginput_container_consent:hover, fieldset.gf_campo_check_newsletter .gchoice:hover {
	cursor: pointer;
}
.form_inserta label.gfield_label.gform-field-label {
	color:  var(--bricks-color-rusbmo);
	text-transform: uppercase;
	font-size: 17px;
}
.form_inserta  legend.gfield_label.gform-field-label.gfield_label_before_complex {
	text-transform: uppercase;	font-size: 17px;
}
fieldset.gfield--type-consent div.ginput_container.ginput_container_consent label  {
		letter-spacing: 0;
	margin-left: 5px;
	font-size: 14px !important;
	color: #000;

}
fieldset.gf_campo_check_newsletter .gchoice label {
	letter-spacing: 0;
	margin-left: 5px;
	font-size: 16px !important;
	color: #000;
}
fieldset.gfield--type-consent div.ginput_container.ginput_container_consent label a {
	text-decoration: underline;
}
.gfield_required.gfield_required_asterisk {
	
	display: none !important;
}

.gform-theme--framework input[type="checkbox"]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before { 
color: var(--kt-color-verde) !important;

}


input.gform_button.button {
font-size: 20px !important;
color: #fff !important;
border: none !important;
/*min-height: 33px !important;*/
padding: 16px 2em !important;
text-transform: uppercase !important;
letter-spacing: 0px;
background-color:var(--bricks-color-unyumm) !important;
/*font-weight: 600 !important;*/
line-height: 1em;
border-radius: 20px !important;
}
.form_inserta_socio input.gform_next_button:hover, input.gform_button.button:hover {
	cursor: pointer;
	color:  #fff  !important;
	background-color: var(--bricks-color-vmtjbr) !important;
	
}

.form_inserta_socio .gf_page_steps {
	justify-content: center;
}
.form_inserta_socio .titulo_inside_form_socio {
	justify-content: center;
	text-align: center;
	font-weight: 400;
	color: #000;
	font-size: 18px;
}
.form_inserta_socio .titulo_inside_form_socio b {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 20px;
}
.gform-theme--framework .gf_step_active .gf_step_number {
	background-color: #357da8;
	color: #fff !important;
	/*border-color: #fff !important;*/
}
.gform-theme--framework .gf_step_number {
	border-color: #357da8 !important;
	color: #000 !important;
}


.lista-ul-sin-iconos ul li {
	margin-bottom: 15px;
}
.lista-ul-sin-iconos ul li::marker {
	font-size:  15px;
}

/* responsive */
@media (min-width: 1600px) {
}

@media (max-width: 1180px) {
	

}

@media (max-width: 968px) {


}
@media (max-width: 478px) {

 
	
}
