.elementor-11576 .elementor-element.elementor-element-7fe886b{--display:flex;--min-height:851px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:05em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;}.elementor-11576 .elementor-element.elementor-element-7fe886b:not(.elementor-motion-effects-element-type-background), .elementor-11576 .elementor-element.elementor-element-7fe886b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://julietadelrio.org.mx/wp-content/uploads/2025/05/fondo-1.svg");background-position:top center;background-size:cover;}.elementor-11576 .elementor-element.elementor-element-78b6d8d{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11576 .elementor-element.elementor-element-0a6edca{text-align:center;}.elementor-11576 .elementor-element.elementor-element-0a6edca .elementor-heading-title{font-family:"Inter", Sans-serif;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11576 .elementor-element.elementor-element-2d83178 > .elementor-widget-container{margin:2em 0em 0em 0em;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11576 .elementor-element.elementor-element-78b6d8d{--width:70%;}}@media(min-width:1540px){.elementor-11576 .elementor-element.elementor-element-7fe886b{--min-height:821px;}}@media(max-width:767px){.elementor-11576 .elementor-element.elementor-element-7fe886b{--min-height:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-2d83178 */.contact-columns {
  display: flex;
  gap: 20px; /* Espacio entre columnas */
  flex-wrap: wrap;
  margin-bottom:10px;
}

.contact-columns .column {
  flex: 1;
  min-width: 45%;
}

@media only screen and (max-width: 600px){
    .content-column{
        padding: 0!important;
        margin-bottom:0;
    }
    .one-half{
        
    }
    .contact-columns {
        flex-direction: column;
        gap: 5px
      }
    .contact-columns .column {
      min-width: 100%;
    }
 }
 @media only screen and (min-width: 1540px){
    #nombre, #apellido,#email,#telefono,#comentarios{
        font-size: 18px;
    }
 }
::placeholder { 
    color: #7A7A7A; 
    opacity: 0.9;
    
}
#nombre,#apellido,#email,#telefono{
    font-family: inter;
    font-weight: 400;
    background-color: #F0F0F0;
    color: black;
    border: none;
    border-radius: 10px;
    padding: 12px;
}
#comentarios{
    font-family: inter;
    font-weight: 400;
    background-color: #F0F0F0; 
    color: black;
    border: none;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 20px;
}
.boton-enviar{
    align-items: center;
}
#enviar{
    font-weight: 500;
    background-color: black;
    color: #FFFFFF;
    border-radius: 20px;
    border: none;
    padding: 5px 30px 5px 30px;
    text-align: center;
}
#enviar:hover{
    background-color: #FFFFFF;
    color: black;
    border: 1px solid;
    border-color: black;
}
.wpcf7-spinner{
    display: none !important;
}

.wpcf7-response-output {
  border: 2px solid transparent;
  padding: 15px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
}/* End custom CSS */