
.depicter-216-display .depicter-backdrop{
	background-color:rgba(0, 0, 0, 0.3);
}
.depicter-216-element-4 *{
	box-sizing:border-box !important;
}
.depicter-revert .depicter-216-element-3{
	font-size:20px;
	color:#FFF;
	font-family:"Lato";
	font-style:italic;
	font-weight:700;
	line-height:120%;
	background-color:transparent;
}
.depicter-revert .depicter-216-element-2{
	font-size:34px;
	color:#FFF;
	font-family:"Lato";
	font-weight:700;
	line-height:120%;
	background-color:transparent;
}
.depicter-revert .depicter-216-section-1 .depicter-section-background{
	background-image:linear-gradient(135.6deg, #2B0F41 4%, #1C092A 61%, #942424 100%);
}

/***** Mobile *****/
@media screen and (max-width: 767px){

.depicter-revert .depicter-216-element-4-frame{
	mix-blend-mode:normal;
}

}
/*** Custom styles ***/
/* --- Ajustes responsive del Fluent Form con ID=1 --- */
.fluentform_wrapper_1 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Inputs y textarea fluidos */
.fluentform_wrapper_1 input[type="text"],
.fluentform_wrapper_1 input[type="email"],
.fluentform_wrapper_1 input[type="tel"],
.fluentform_wrapper_1 input[type="url"],
.fluentform_wrapper_1 input[type="number"],
.fluentform_wrapper_1 select,
.fluentform_wrapper_1 textarea {
 width: 100% !important;
  max-width: 100% !important;

  border-radius: 8px !important;       /* Borde redondeado completo */
    padding: 6px 7px !important;       /* Espacio interno */
    box-sizing: border-box !important;
    overflow: visible !important;  
}

/* Botón enviar adaptado */
.fluentform_wrapper_1 .ff-btn {
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 10px;
}




/* Ajustar inputs y textarea para que tengan la misma altura en todos los navegadores */
.fluentform_wrapper_1 input[type="text"],
.fluentform_wrapper_1 input[type="email"],
.fluentform_wrapper_1 input[type="tel"],
.fluentform_wrapper_1 input[type="url"],
.fluentform_wrapper_1 input[type="number"],
.fluentform_wrapper_1 select,
.fluentform_wrapper_1 textarea {
  line-height: 1.4 !important;
  padding: 6px 7px !important;
  border-radius: 6px !important;
  font-size: 15px !important;
  box-sizing: border-box;
  display: block;
}

/* Labels en blanco y con separación consistente */
.fluentform_wrapper_1 label {
  color: #fff !important;
  margin-bottom: 6px !important;
  display: block;
}
.fluentform_wrapper_1 .ff-btn {
    padding: 10px 12px !important; /* altura y ancho interno */
    font-size: 16px !important;   /* tamaño del texto */
    font-weight: 600 !important;  /* texto más marcado */
    border-radius: 6px !important; /* esquinas redondeadas */
  }
/* Botón FluentForm más grueso en móvil */
@media (max-width: 600px) {
  .fluentform_wrapper_1 .ff-btn {
    padding: 10px 12px !important; /* altura y ancho interno */
    font-size: 16px !important;   /* tamaño del texto */
    font-weight: 600 !important;  /* texto más marcado */
    border-radius: 6px !important; /* esquinas redondeadas */
  }
}

