.cfserf {
	font-size: 16px !important;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zdsadr {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 0px;
}

@media (min-width:768px) {
	.zdsadr {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

.fsdf {
	display: grid !important;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

@media (min-width:992px) {
	.fsdf {
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}
}

.dfcgd {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000 !important;
}

.cgdr {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.4 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}

.xcgsd {
	word-break: break-all;
}

h1 {
	text-align: center !important;
	font-weight: bold !important;
	font-size: 30px !important;
	line-height: 1.3 !important;
	color: #000 !important;
	padding-bottom: 20px !important;
}

h2 {
	font-weight: bold !important;
	font-size: 26px !important;
	line-height: 1.3 !important;
}

h3 {
	font-weight: bold !important;
	font-size: 23px !important;
	line-height: 1.3 !important;
}

h4 {
	font-weight: bold !important;
	font-size: 20px !important;
	line-height: 1.3 !important;
}

p {
	font-size: 18px !important;
}

.xcgsd h2 {
	text-align: center !important;
	color: #000 !important;
}

.xcgsd h3 {
	text-align: center !important;
	color: #000 !important;
}

.xcgsd h4 {
	text-align: center !important;
	color: #000;
}

.xcgsd h5,
.xcgsd h6 {
	text-align: center !important;
	font-weight: bold !important;
	color: #000 !important;
}

.xcgsd li,
.xcgsd span,
.xcgsd a {
	color: #000 !important;
}

.xcgsd img {
	max-width: 100%;
	height: auto;
}

.xcgsd p {
	line-height: 1.6 !important;
	text-align: left !important;
	color: #000 !important;
}

.xcgsd table {
	word-break: break-all !important;
}

.xcgsd td {
	font-size: 16px !important;
	color: #000 !important;
}

.xcgsd li {
	font-size: 16px !important;
	text-align: left !important;
	color: #000 !important;
}

.password-protected-form-wrapper {
	max-width: 400px;
	/* Set a max width for the form */
	margin: 10% auto;
	/* Center the form horizontally */
	padding: 50px 20px;
	/* Add padding above and below */
	text-align: center;
	/* Center-align the text */
	/*border: 1px solid #ddd; /* Optional: Add a border */
	/*border-radius: 10px; /* Optional: Rounded corners */
	/*background-color: #f9f9f9; /* Optional: Light background color */
}

.password-protected-form-wrapper input[type="password"] {
	color: #000;
	/* Set text color to black */
}


.password-protected-form-wrapper input[type="password"],
.password-protected-form-wrapper input[type="submit"] {
	margin-top: 10px;
	/* Space between the message and input fields */
	width: 100%;
	/* Make inputs fill the form width */
	padding: 10px;
}



/* Logo */
#logo a {
	background-image:url('{$theme_path}/static/picture/shark.png');
	min-height: 0;
	height: 40px
}

* html #logo a {
	/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="{$theme_path}/static/picture/shark.png", sizingMethod="crop");
}

/* Backgrounds */
html {
	background-image: none;
	background-color: none
}

#logo {
	background-image: none;
	background-color: none
}

#container {
	background: #FFFFFF
}

.wufoo input.text,
.wufoo textarea.textarea {
	background: #FFFFFF url(https://netclick.mx/images/fieldbg.gif) repeat-x top
}

.wufoo .focused {
	background: #FFF7C0
}

.wufoo .instruct {
	background-color: #F5F5F5
}

/* Borders */
#container {
	border: 0 solid #cccccc
}

.wufoo .info {
	border-bottom: 1px dotted #CCCCCC
}

.wufoo .instruct {
	border: 1px solid #e6e6e6
}

/* Typography */
.wufoo .info h2 {
	font-size: 160%;
	font-family: inherit;
	color: #000000
}

.wufoo .info div {
	font-size: 95%;
	font-family: inherit;
	color: #444444
}

.wufoo .section h3 {
	font-size: 110%;
	font-family: inherit;
	background: #FFFFFF;
	color: #000000
}

.wufoo .section div {
	font-size: 85%;
	font-family: inherit;
	color: #444444
}

.wufoo label.desc,
.wufoo legend.desc {
	font-size: 95%;
	font-family: inherit;
	color: #444444
}

.wufoo li div,
.wufoo li div label,
.wufoo li span label {
	font-family: inherit;
	color: #444444
}

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo select.select,
.wufoo label.choice {
	font-size: 100%;
	font-family: inherit;
	color: #333333
}

.wufoo label.choice {
	color: #444444
}

.wufoo .instruct {
	font-size: 80%;
	font-family: inherit;
	color: #444444
}


/*Clean Styles*/
h1#logo,
header#header {
	display: none;
}

form.wufoo {
	margin: 0px;
	padding: 0px;
	width: 95%;
}

form li,
form li.buttons {
	padding: 10px;
}

body#public>#container {
	margin: 0 auto 0px auto;
	width: auto;
}

body#public {
	margin: 0px;
}

input.text,
input.search,
input.file,
textarea.textarea,
select.select,
input.text,
input.search,
textarea.textarea {
	border: 1px solid;
}

.safari input.btTxt {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wufoo li div,
.wufoo li div label,
.wufoo li span label {
	display: flex;
}

/*Styles | Personalizar los elementos*/
input#saveForm,
.wufoo input.text,
.wufoo textarea.textarea,
.wufoo select.select,
.wufoo label.choice,
.wufoo label.desc,
.wufoo legend.desc,
.likert caption {
	font-family: 'Urbanist', sans-serif;
	font-size: 14px !important;

}

.wufoo label.desc,
.wufoo legend.desc,
.likert caption {
	color: #f2f2f2 !important;
	font-size: 14px !important;
}



/* Button background color */
input#saveForm {
	background-color: #CC242C !important;
	border-radius: 25px !important;
	color: #FFFFFF;
	padding: 15px 40px;
	border: 2px solid #D6E6E3 !important;
}

input#saveForm:hover {
	background-color: #CC242C;
	opacity: 0.9;
	cursor: pointer;
}



.wufoo input.text,
.wufoo textarea.textarea,
.wufoo select.select,
.wufoo label.choice {
	background-color: #00000040;
	border-radius: 25px;
	padding: 10px 10px 10px 10px;
	color: #fff !important;
	border-width: 2px;
	border-color: #bababa;
}
}

div#container>.recaptcha-text {
	display: none !important;
	visibility: hidden !important;
}


/* Hide the reCAPTCHA disclaimer text */
.recaptcha-text {
	opacity: 0 !important;
	height: 0 !important;
}


span.symbol {
	font-size: 120%;
	line-height: 135%;
	padding: 0.45em 0 0 0;
}


/* More specific targeting for the First label below Field117 */
#Field117+label {
	color: #FFFFFF !important;
}

/* More specific targeting for the Last label below Field118 */
#Field118+label {
	color: #FFFFFF !important;
}


/* ### labels under the phone number fields */
#fo260li7 label[for="Field7"],
#fo260li7 label[for="Field7-1"],
#fo260li7 label[for="Field7-2"] {
	color: #FFFFFF !important;
	/* Change the color to white */
}



@import url('{$theme_path}/static/css/css.css');

header#header {
	display: none !important;
}

header#header {
	display: none !important;
}

/* Establecer el fondo transparente para el contenedor del formulario */
#container {
	background-color: transparent;
}

/* Establecer el color de texto en negro y fondo transparente para los campos de entrada */
input[type=text],
input[type=email],
select,
textarea {
	color: #fff;
	background-color: #303236 !important;
	font-family: 'Poppins', sans-serif;
}

/* Establecer el color de las etiquetas a blanco */
label.desc {
	color: white;
	font-family: 'Poppins', sans-serif;
}

/* Hacer que el botón tenga un fondo naranja y color de texto blanco */
input[type=submit] {
	background-color: orange;
	color: white;
	padding: 15px 40px;
	border-radius: 5px !important;
	border: none;
}

/* Establecer la fuente de todos los textos a Poppins */
body,
input,
select,
button {
	font-family: 'Poppins', sans-serif;
}

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo input.file,
.wufoo select.select,
.wufoo li .wufoo-dropdown span {
	font-style: normal;
	font-weight: normal;
	color: #ffffff !important;
	font-size: 100% !important;
	padding: 10px;
	font-family: 'Poppins', sans-serif !important;
}

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo input.file,
.wufoo select.select {
	border: 1px solid #0c369c;
	border-radius: 5px;
	padding: 15px 0px !important;
	font-family: 'Poppins', sans-serif;
}

.wufoo select.select,
.wufoo textarea.textarea {
	background-color: #303236 !important;
	border: 1px solid #0c369c !important;
	border-bottom: 1px solid #0c369c !important;
	border-right: 1px solid #0c369c !important;
	font-size: 100% !important;
	font-family: 'Poppins', sans-serif;
}

.wufoo label.desc,
.wufoo legend.desc,
.likert caption {
	font-size: 110% !important;
	font-style: normal !important;
	font-weight: normal !important;
	color: #ffffff !important;
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 5px !important;
}

.wufoo li {
	width: 100% !important;
	font-family: 'Poppins', sans-serif;
}

input.large,
select.large {
	width: 100% !important;
	display: initial;
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Poppins', sans-serif;
}



.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
	background-image: none !important;
}

@media screen and (max-height: 1024px) {

	.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
	.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
		background-image: none !important;
	}
}

@media screen and (max-height: 640px) {

	.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
	.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
		background-image: none !important;
	}
}