.elementor-13453 .elementor-element.elementor-element-4d3fc8f{--display:flex;--min-height:157px;--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;--justify-content:center;}.elementor-13453 .elementor-element.elementor-element-4d3fc8f:not(.elementor-motion-effects-element-type-background), .elementor-13453 .elementor-element.elementor-element-4d3fc8f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00428E;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13453 .elementor-element.elementor-element-41d9d72 img{width:75%;}.elementor-13453 .elementor-element.elementor-element-9bb93ac{--display:flex;--min-height:5px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13453 .elementor-element.elementor-element-9bb93ac:not(.elementor-motion-effects-element-type-background), .elementor-13453 .elementor-element.elementor-element-9bb93ac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8CCBDE;}.elementor-13453 .elementor-element.elementor-element-f7f67a7{--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-13453 .elementor-element.elementor-element-f7f67a7:not(.elementor-motion-effects-element-type-background), .elementor-13453 .elementor-element.elementor-element-f7f67a7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00428E;}.elementor-13453 .elementor-element.elementor-element-d0f4963{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 25px) 0px;}#elementor-popup-modal-13453{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-13453 .dialog-message{width:28.4rem;height:auto;}#elementor-popup-modal-13453 .dialog-close-button{display:flex;}#elementor-popup-modal-13453 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-13453 .elementor-element.elementor-element-4d3fc8f{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13453 .elementor-element.elementor-element-f7f67a7{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}#elementor-popup-modal-13453 .dialog-message{width:86vw;}#elementor-popup-modal-13453{justify-content:center;}}/* Start custom CSS for image, class: .elementor-element-41d9d72 */.img-datazo {
    animation: tadaDatazo 1.5s infinite;
    display: inline-block;
}

@keyframes tadaDatazo {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d0f4963 *//* =========================
   RESET REAL DE ESPACIADOS
   ========================= */
.cf-container,
.cf-container *{
  box-sizing:border-box;
}

.cf-container{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;              /* este será el único espacio */
}

/* Mata padding/margin/altura del wrapper (culpable del “margen”) */
.cf-container > div,
.cf-container .cf-col-12{
  margin:0 !important;
  padding:0 !important;
  height:auto !important;
  min-height:0 !important;
  line-height:normal !important;
}

/* CF7 suele envolver en <p> y/o meter <br> */
.wpcf7 form p,
.wpcf7-form p{
  margin:0 !important;
  padding:0 !important;
}

.wpcf7 br{
  display:none !important;
}

/* Wrappers internos */
.cf-container .wpcf7-form-control-wrap{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}

/* =========================
   ESTILO CAMPOS
   ========================= */
.cf-container input[type="text"],
.cf-container input[type="email"],
.cf-container input[type="tel"],
.cf-container select{
  width:100% !important;
  height:46px !important;
  margin:0 !important;            /* por si el theme mete margin */
  padding:0 14px !important;
  border-radius:6px !important;
  border:1px solid #e2e6ea !important;
  background:#f8f9fb !important;
  font-size:14px !important;
  color:#1c1c1c !important;
  outline:none !important;
  transition:all .25s ease;
}

.cf-container input:focus,
.cf-container select:focus{
  background:#fff !important;
  border-color:#1f4aa8 !important;
  box-shadow:0 0 0 2px rgba(31,74,168,.12) !important;
}

/* Select con flecha */
.cf-container select{
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%239aa0a6' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:right 14px center !important;
  background-size:14px !important;
}

/* BOTÓN = MISMO TAMAÑO QUE LOS CAMPOS */
.cf-container .submit{
  width:100% !important;          /* mismo ancho que inputs */
  height:46px !important;         /* igual que inputs */
  padding:0 14px !important;      /* mismo padding horizontal */
  border-radius:6px !important;  /* mismo radio */
  margin-top:0 !important;        /* sin espacio extra */
  
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  background:#8CCBDE !important;
  color:#00428E !important;
  font-size:16px !important;
  font-weight:600 !important;
  border:0 !important;
  cursor:pointer !important;
}

/* Hover consistente */
.cf-container .submit:hover{
  background:#5eb4ce !important;
  transform:none !important; /* evita que “salte” */
  box-shadow:0 6px 14px rgba(31,74,168,.25);
}/* End custom CSS */
/* Start custom CSS */.elementor-popup-modal .dialog-message {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.elementor-popup-modal .dialog-widget-content {
    width: 455px !important;
    max-width: 90vw !important;
    margin: auto !important;
    overflow: hidden !important;
}
.elementor-popup-modal .dialog-widget-content {
    width: 455px !important;
    max-width: 90vw !important;
    margin: auto !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background-color: transparent !important;
}/* End custom CSS */