.elementor-581 .elementor-element.elementor-element-b836c9d{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--gap:0px;--background-transition:0.3s;--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;}.elementor-581 .elementor-element.elementor-element-4e10e25{--min-height:450px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-581 .elementor-element.elementor-element-4e10e25:not(.elementor-motion-effects-element-type-background), .elementor-581 .elementor-element.elementor-element-4e10e25 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://fcctp.usmp.edu.pe/tesoreria/wp-content/uploads/2026/02/postula-image.png");background-position:center center;background-size:cover;}.elementor-581 .elementor-element.elementor-element-4e10e25, .elementor-581 .elementor-element.elementor-element-4e10e25::before{--border-transition:0.3s;}.elementor-581 .elementor-element.elementor-element-55a8c57{--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--justify-content:center;--background-transition:0.3s;}#elementor-popup-modal-581 .dialog-message{width:820px;height:auto;}#elementor-popup-modal-581{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-581 .dialog-close-button{display:flex;}#elementor-popup-modal-581 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-581 .elementor-element.elementor-element-4e10e25{--width:33.3333%;}.elementor-581 .elementor-element.elementor-element-55a8c57{--width:66.6666%;}}/* Start custom CSS for shortcode, class: .elementor-element-b2b7452 */#responsive-form-new .etiketa_oculta {
	display:none;
}
/* Contenedor principal del formulario */
#responsive-form-new {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  background: transparent;
}
#responsive-form-new p {
    margin: 0;
}

/* Clearfix para limpiar floats */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Filas del formulario */
#responsive-form-new .form-row {
  display: flex !important;
  gap: 15px;
  margin-bottom: 1px;
  flex-wrap: wrap;
}

/* Columna completa (full width) */
#responsive-form-new .column-full {
  width: 100%;
  flex: 1 1 100%;
  margin-bottom: 0;
}
#responsive-form-new .column-full.carreras {
	margin-bottom:15px;
}

/* Columnas de 50/50 */
#responsive-form-new .column-half {
  width: calc(50% - 7.5px);
  flex: 1 1 calc(50% - 7.5px);
  display: block !important;
}

/* Estilos para todos los campos de entrada */
#responsive-form-new input[type="text"],
#responsive-form-new input[type="email"],
#responsive-form-new input[type="tel"],
#responsive-form-new input[type="number"],
#responsive-form-new select,
#responsive-form-new textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ACACAC;
  border-radius: 5px;
  background-color: white;
  box-sizing: border-box;
  font-size: 13px;
  font-family: inherit;
  outline: none;
  transition: box-shadow 0.3s ease;
  margin-bottom: 5px;
}

/* Placeholder styles */
#responsive-form-new input::placeholder {
  color: #999;
  font-size: 13px;
}

/* Efecto de enfoque */
#responsive-form-new input[type="text"]:focus,
#responsive-form-new input[type="email"]:focus,
#responsive-form-new input[type="tel"]:focus,
#responsive-form-new input[type="number"]:focus,
#responsive-form-new select:focus,
#responsive-form-new textarea:focus {
  box-shadow: 0 0 0 2px rgba(74, 144, 226, 0.3);
}

/* Estilos para etiquetas */
#responsive-form-new label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

/* Estilos para radio buttons */
#responsive-form-new .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 5px;
}

#responsive-form-new .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

#responsive-form-new .wpcf7-list-item input[type="radio"] {
  width: auto;
  margin: 0;
  padding: 0;
  background: white;
  border-radius: 50%;
}

#responsive-form-new .wpcf7-list-item label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    line-height: normal;
}

/* Estilos para select */
#responsive-form-new select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}

/* Estilos para checkbox de términos */
#responsive-form-new .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

#responsive-form-new .wpcf7-acceptance input[type="checkbox"] {
  width: auto;
  margin: 0;
  padding: 0;
  background: white;
  border-radius: 3px;
}

#responsive-form-new .terminos {
  font-size: 13px;
  color: #333;
  cursor: pointer;
}

/* Estilos para el botón de envío */
#responsive-form-new .btnform,
#responsive-form-new input[type="submit"] {
  width: 100%;
  padding: 8px 20px;
   /* background-color: transparent;
    
    background-image: linear-gradient(90deg, #8A38F5 0%, #F55151 100%);*/
	background:#bd1714;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}
.elementor-widget-smartslider input[type="submit"] {
	max-width:175px;
	line-height: 1.5;
}
.elementor-widget-smartslider #responsive-form-new {
  padding: 0 !important;
}

#responsive-form-new .btnform:hover,
#responsive-form-new input[type="submit"]:hover {
  /*background-image: linear-gradient(90deg, #F55151 0%, #8A38F5 100%);*/
	background: #2c2c2c;
}

/* Responsive para móviles */
@media (max-width: 768px) {
  #responsive-form-new .form-row {
    flex-direction: column;
    gap: 10px;
  }
  
  #responsive-form-new .column-half {
    width: 100%;
    flex: 1 1 100%;
  }
  
  #responsive-form-new .wpcf7-radio {
    flex-direction: column;
    gap: 8px;
  }
  
  #responsive-form-new {
    padding: 15px;
  }
}

/* Mensajes de error y éxito de Contact Form 7 */
#responsive-form-new .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

#responsive-form-new .wpcf7-validation-errors {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  color: #721c24;
}

#responsive-form-new .wpcf7-mail-sent-ok {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  color: #155724;
}
#responsive-form-new span.wpcf7-list-item-label {
    font-size: 12px !important;
    line-height: 1em;
}
.elementor-widget-smartslider span.wpcf7-list-item-label {
	margin-left:5px !important;
}
#responsive-form-new .wpcf7-response-output {
    font-size: 12px;
    margin: 0 !important;
}/* End custom CSS */