/* Por WEBSTOWER - CSS General */

.wpcf7 form.invalid .wpcf7-response-output {
	color	: white;
    margin	: 2em 0.5em 1em;
    padding	: 0.2em 1em;
    border	: 1px solid #00a0d2; /* Blue */
}

.wpcf7-not-valid {
	border: 2px solid red !important;
}

.wpcf7-spinner {
	margin	:0px;
}

.rowFormDonar {
	display	: flex;
}	

.form-group-2024-2 input[type=text]::placeholder, .form-group-2024-2 input[type=text]::-webkit-input-placeholder, .form-group-2024-2 input[type=email]::placeholder, .form-group-2024-2 input[type=email]::-webkit-input-placeholder, .form-group-2024-2 input[type=tel]::placeholder, .form-group-2024-2 input[type=tel]::-webkit-input-placeholder {
  color		: grey !important;
  opacity	: 1; /* Firefox */
}


.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
    display	: none !important; 
}

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

.wpcf7-form input[type="submit"]:disabled {
  /* Add your desired CSS styles here for the disabled state */
  opacity: 0.5; /* Example: make it semi-transparent */
  cursor: not-allowed; /* Example: change cursor to indicate it's not clickable */
  background-color: #ccc; /* Example: change background color */
  border-color: #999; /* Example: change border color */
}


/*************************************************
************ cf7 FORM DONAR - PASO #1 ************
*************************************************/


#mensaje-tarjeta {
	color		: white;
	font-weight	: 800;
	font-size	: 14px;
}


.form-group-2024 {
	margin-bottom: -10px;
}

.col2-2024-a p,  .col2-2024-b p {
	margin-bottom: 0px !important;
}

.form-group-2024 .col1-2024 {
	width		: 100%;
	display		: block;
	text-align	: left;
}


.form-group-2024 .col2-2024-a {
	width		: 40%;
	display		: block;
	text-align	: left;
	float		: left;
}


.form-group-2024 .col2-2024-b {
	width		: 58%;
	display		: block;
	margin-left : 6px;
}
	
	
.form-group-2024 input[name=other-howmuch] {
	display		: block;
	width		: 99.5%;
	margin-top	: 9px;
	color		: #000000;
	border-radius: 0px;
	background	: #ffffff;
	padding		: 22px 48px;
	background	: #fff;
	border		: 2px solid #00718F;
	font-size	: 12pt;
}


.togglebuttons {
	display: flex;
	justify-content: space-between;
}


.togglebuttons .wpcf7-list-item {
	margin: 0px 5px 0px 0px;
	width: 32%;
	display: inline-block;
}


.togglebuttons > span input {
	opacity: 0;
	position: absolute;
}

.togglebuttons label {
	display: block;
}
.togglebuttons > span .wpcf7-list-item-label {
	margin: 0px;
	cursor: pointer;
	display: block;
	color: #00718F;
	border-radius: 0px;
	background: #ffffff;
	text-align: center;
	padding: 28px 0px;
	background: #fff;
	border: 2px solid #00718F;
	font-weight: bold;
	font-size: 16pt;
}

.togglebuttons > span input:checked + .wpcf7-list-item-label {
  background: #00718F;
  border: 2px solid #00718F;
  color: #fff;
}

.form-group-2024 .wpcf7-select, .form-group-2024-2 .wpcf7-select {
	display: block;
	width: 100%;
	color: #000000;
	border-radius: 0px;
	background: #ffffff;
	padding: 12px 10px;
	background: #fff;
	border: 2px solid #00718F;
	font-size: 12pt;
}

.form-group-2024 input[name=cardnumber-cl1] {
  display: block;
  color: #000000;
  border-radius: 0px;
  background: #ffffff;
  padding: 22px 10px;
  background: #fff;
  border: 2px solid #00718F;
  font-size: 12pt;
  margin: 0px;
  font-style: none;
}

.form-group-2024 p {
  font-style: none;
}


.form-group-2024 .wpcf7-not-valid-tip {
	font-size: 0.8em;
}


.form-group-2024 input[type=submit] {
	margin: 10px;
	width: 170px;
	color: #fff;
	border-radius: 0px;
	background: #00718F;
	padding: 15px 38px;
	border: 2px solid #00718F;
	font-size: 12pt;
}


.form-group-2024 #mensaje-tarjeta {
	color: black;
	font-size: 0.8em;
	margin-top: 5px;
}


/*.form-group-2024 #boton-siguiente {
	margin-left:80px;
}*/




/*************************************************
************ cf7 FORM DONAR - PASO #2 ************
*************************************************/

.form-group-2024-2 #politica-privacidad {
	margin-top: 0px;
}

.form-group-2024 .col1-2024 {
	width: 100%;
}

.form-group-2024-2 .col2-2024-a, .form-group-2024-2 .col2-2024-b {
	margin-top: 25px;
	width: 49%;
	display: block;
	text-align: left;
	float:left;
}

.form-group-2024-2 .col2-2024-b {
	margin-left : 10px;
}

.form-group-2024-2 input[type=text], .form-group-2024-2 input[type=email], .form-group-2024-2 input[type=number], .form-group-2024-2 input[type=tel] {
  display: block;
  color: #000000;
  border-radius: 0px;
  background: #ffffff;
  padding: 23px 10px;
  background: #fff;
  border: 2px solid #00718F;
  font-size: 12pt;
  margin: 0px;
  font-style: none;
}


.form-group-2024-2 input[type=date] {
	display: block;
	color: #000000;
	border-radius: 0px;
	background: #ffffff;
	padding: 10px 10px;
	background: #fff;
	border: 2px solid #00718F;
	font-size: 12pt;
	margin: 0px;
	font-style: none;
}




.form-group-2024-2 .wpcf7-list-item {
	margin: 0px;
}

.form-group-2024-2 .wpcf7-list-item > label {
	color: white;
}

	
.col1-2024 input[type=submit] {
	margin-top: 10px;
	width: 200px;
	color: #fff;
	border-radius: 0px;
	background: #00718F;
	padding: 15px 38px;
	border: 1px solid #00718F;
	font-size: 12pt;
	font-weight: 600;
}


.col1-2024 .wpcf7-previous {
	margin-top: 10px;
	margin-right: 5px;
	width: 110px;
	color: #fff;
	border-radius: 7px;
	background: #00718F;
	padding: 14px 18px;
	border: 1px solid #00718F;
	font-size: 12pt;
}


.form-group-2024-2 #boton-recomendar {
  margin-top: 15px;
  width: 98%;
  color: #fff;
  border-radius: 0px;
  background: #00718F;
  padding: 15px 38px;
  border: 1px solid #00718F;
  font-size: 12pt;
}
.wpcf7-list-item-label {
	color: black;
}


.form-group-2024-2 #botones-finales {
	margin-top: 20px;
}

.form-group-2024-2 .wpcf7-not-valid-tip {
	font-size: 0.8em;
	margin-top: 5px;
}


.form-group-2024-2 #aceptacion {
	display: block;
	margin: 20px 0px 0px 0px;
}

.form-group-2024-2 #textos-descriptivos {
	text-align: center;
	color: #000;
	margin: 25px auto;
}


@media screen and (max-width: 941px){
	
	.form-group-2024-2 .col2-2024-a, .form-group-2024-2 .col2-2024-b {
		margin-top: 15px;
	}
	
	article .format-standard {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	.form-group-2024 > .col1-2024 {
		width: 100%;
		display: block;
		text-align: left;
		margin-top: 15px;
	}


	.form-group-2024 .col2-2024-a, .form-group-2024 .col2-2024-b {
		width: 50% !important;
		margin-top: 15px;
		display: block;
		text-align: left;
		float:left;
	}
	
	.form-group-2024 > .col2-2024-a, .form-group-2024 > .col2-2024-b {
		margin-top : 15px;
	}
	
	.form-group-2024 > .col2-2024-b {
		margin-left : 7px;
	}

	.form-group-2024 input[name=other-howmuch] {
		display: block;
		width: 100%;
		height: 50px;
		color: #000000;
		border-radius: 0px;
		background: #ffffff;
		padding: 10px 10px;
		background: #fff;
		border: 2px solid #00718F;
		font-size: 12pt;
	}
	
	
	
	.togglebuttons .wpcf7-list-item {
	  margin: 0 5px 0 0;
	  display: inline-block;
	}
	
	.togglebuttons > .last {
	  margin-right: 0px !important;
	}
	
	.togglebuttons > span input {
	  opacity: 0;
	  position: absolute;
	}
	
	.togglebuttons > span .wpcf7-list-item-label {
		margin: 0px;
		cursor: pointer;
		display: block;
		color: #00718F;
		border-radius: 0px;
		background: #ffffff;
		text-align: center;
		padding: 28px 0px;
		background: #fff;
		border: 2px solid #00718F;
		font-weight: bold;
		font-size: 12pt;
	}

	.togglebuttons > span input:checked + .wpcf7-list-item-label {
	  background: #00718F;
	  border: 1px solid #00718F;
	  color: #fff;
	}

	.form-group-2024-2 .wpcf7-select {
	  display: block;
	  width: 97%;
	  height: 50px !important;
	  color: #000000;
	  border-radius: 0px;
	  background: #ffffff;
	  padding: 15px 10px;
	  background: #fff;
	  box-shadow: 0 1px 1px rgba(0,0,0,.2);
	  border: 2px solid #00718F;
	  font-size: 9pt;
	}

	.form-group-2024 input[name=cardnumber-cl1] {
	  display: block;
	  width: 100%;
	  height: 50px;
	  color: #000000;
	  border-radius: 0px;
	  background: #ffffff;
	  padding: 12px 10px;
	  background: #fff;
	  box-shadow: 0 1px 1px rgba(0,0,0,.2);
	  border: 2px solid #00718F;
	  font-size: 8pt;
	  margin: 0px;
	  font-style: none;
	}

	

	.wpcf7 span.wpcf7-not-valid-tip{
		margin-bottom: 5px !important;
	}
	
	.form-group-2024 .wpcf7-not-valid-tip {
		font-size: 0.8em;
		margin-top: 5px;
	}


	.form-group-2024 input[type=submit] {
	
	}

	.form-group-2024 #mensaje-tarjeta {
		color: white;
		font-size: 0.8em;
		margin-top: 5px;
	}



	.form-group-2024-2 > .col2-2024-a, .form-group-2024-2 > .col2-2024-b {
		width: 49% !important;
		display: none;
		text-align: left;
		float:left;
	}

	.wpcf7-list-item > label {
		display: block !important;
		
	}
	
	.form-group-2024-2 input[type=text], .form-group-2024-2 input[type=email], .form-group-2024-2 input[type=number], .form-group-2024-2 input[type=tel], .form-group-2024-2 input[type=date] {
	  display: block;
	  width: 96%;
	  height: 50px;
	  color: #000000;
	  border-radius: 0px;
	  background: #ffffff;
	  padding: 12px 10px;
	  background: #fff;
	  box-shadow: 0 1px 1px rgba(0,0,0,.2);
	  border: 2px solid #00718F;
	  font-size: 12pt;
	  margin: 0px;
	  font-style: none;
	}
		
	

	.form-group-2024-2 #botones-finales {
		text-align: left !important;
		clear: both;
	}
	
	.form-group-2024-2 .wpcf7-list-item {
		margin: 0px;
	}

	.form-group-2024-2 .wpcf7-list-item > label {
		color: white;
	}

		
	.col1-2024 input[type=submit] {
	  width:150px;
	  margin-top: 10px;
	  /*margin-right: 0px;*/
	  color: #fff;
	  border-radius: 0px;
	  background: #00718F;
	  padding: 15px 28px;
	  border: 2px solid #00718F;
	  font-size: 12pt;
	}


	.form-group-2024-2 .wpcf7-previous {
		margin-top: 10px;
		margin-right: 5px;
	  width: 110px;
	  color: #fff;
	  border-radius: 0px;
	  background: none;
	  padding: 13px 9px;
	  border: 2px solid #fff;
	  font-size: 12pt;
	}


	.form-group-2024-2 #boton-recomendar {
	  margin-top: 15px;
	  width: 97%;
	  color: #fff;
	  border-radius: 0px;
	  background: #cc1959;
	  padding: 15px 38px;
	  border: 1px solid #cc1959;
	  font-size: 12pt;
	}
}