.elementor-12877 .elementor-element.elementor-element-74ad67c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-12877 .elementor-element.elementor-element-5a5bb37{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-12877 .elementor-element.elementor-element-15521bf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12877 .elementor-element.elementor-element-a5db37d .premium-dual-header-first-header span{display:inline;}.elementor-12877 .elementor-element.elementor-element-a5db37d .elementor-widget-container{text-align:center;}.elementor-12877 .elementor-element.elementor-element-a5db37d .premium-dual-header-first-span{font-family:"Montserrat", Sans-serif;font-size:36px;font-weight:600;color:#000000;}.elementor-12877 .elementor-element.elementor-element-a5db37d .premium-dual-header-second-header{font-family:"Montserrat", Sans-serif;font-weight:600;color:var( --e-global-color-980b27c );}.elementor-12877 .elementor-element.elementor-element-eac478b{--divider-border-style:solid;--divider-color:#DDAA33;--divider-border-width:2px;}.elementor-12877 .elementor-element.elementor-element-eac478b .elementor-divider-separator{width:50%;margin:0 auto;margin-center:0;}.elementor-12877 .elementor-element.elementor-element-eac478b .elementor-divider{text-align:center;padding-block-start:15px;padding-block-end:15px;}.elementor-12877 .elementor-element.elementor-element-db504af{width:100%;max-width:100%;}.elementor-12877 .elementor-element.elementor-element-ae5dc62{width:var( --container-widget-width, 85% );max-width:85%;--container-widget-width:85%;--container-widget-flex-grow:0;}.elementor-12877 .elementor-element.elementor-element-ae5dc62.elementor-element{--align-self:flex-end;}@media(min-width:768px){.elementor-12877 .elementor-element.elementor-element-74ad67c{--content-width:1600px;}}/* Start custom CSS for shortcode, class: .elementor-element-ae5dc62 *//* Tipografía general del formulario */
body .wpcf7-form,
body .wpcf7-form input,
body .wpcf7-form textarea,
body .wpcf7-form label {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  color: #333 !important;
}
body .wpcf7 {
  padding: 0px 20px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
}

/* Estilo de los campos de entrada */
body .wpcf7-form input,
body .wpcf7-form textarea {
 max-width: 1000px;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: border-color 0.3s ease;
  background-color: #fff;
}

/* Color al enfocar el input */
body .wpcf7-form input:focus,
body .wpcf7-form textarea:focus {
  border-color: #e6a700;
  outline: none;
}

/* Estilo de las etiquetas */
body .wpcf7-form label {
  color: #555;
  margin-bottom: 6px;
  display: block;
  font-size: 15px;
}

/* Estilo del botón */
body .wpcf7-form .wpcf7-submit {
  background-color: #DDAA33 !important;
  color: black !important;
  padding: 12px 30px !important;
  border: none !important;
  border-radius: 40px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
  margin-top: 10px !important;
}

/* Hover del botón */
body .wpcf7-form .wpcf7-submit:hover {
  background-color: #AB8635 !important;
  color: black !important;
}

.wpcf7-response-output {
  display: none !important;
}

/* Estilo del input de archivo */
.cv-upload-wrapper input[type="file"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/* Estilo visual del label para simular el botón */
.cv-upload-label {
  display: inline-block;
  padding: 12px 20px;
  background-color: #f1f1f1;
  border: 1px dashed #aaa;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  position: relative;
  z-index: 1;
}

/* Mostrar el nombre del archivo */
.cv-file-name {
  display: block;
  margin-top: 8px;
  font-style: italic;
  font-size: 14px;
  color: #555;
}/* End custom CSS */