.elementor-kit-7{--e-global-color-primary:#54A3FF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#241F2D;--e-global-color-accent:#0E5281;--e-global-color-13c23ac:#18BE35;--e-global-color-11bf08a:#AAAABC;--e-global-color-ca2f0aa:#54A3FF;--e-global-typography-primary-font-family:"Russo One";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Saira";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Saira";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Russo One";--e-global-typography-accent-font-weight:500;font-family:"Saira", Sans-serif;font-size:18px;font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:bounce;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:transparent;font-family:"Russo One", Sans-serif;font-size:18px;font-weight:500;color:var( --e-global-color-secondary );background-image:linear-gradient(180deg, var( --e-global-color-accent ) 0%, var( --e-global-color-13c23ac ) 100%);border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-secondary );border-radius:10px 10px 10px 10px;padding:20px 30px 20px 30px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-text ) 0%, var( --e-global-color-text ) 100%);}.elementor-kit-7 e-page-transition{background-color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}
header,.site-header, footer{
    display: none;
}
.elementor-heading-title strong{
    color: var(--e-global-color-accent);
}
.elementor-button{
    animation: pulse-blue 3s infinite;
}
@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
    }

    55% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
#banner-form .formulario {
  text-align: center
}

#banner-form .formulario .titulo,
#banner-form .profile-info span strong {
  color: var(--color2);
  font-weight: 900
}

#banner-form {
  z-index: 9;
  position: relative;
  border-radius: 20px;
  padding: 10px;
  margin-top: 10px;
}

#banner-form .formulario .titulo {
  font-size: 16px !important
}

#banner-form .formulario .texto {
  font-size: 14px !important
}

#banner-form .input-contenedor {
  display: flex;
  justify-content: center
}

#banner-form .input-contenedor .input-g {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 5px
}

#banner-form .input-contenedor .input-g2 {
  flex-direction: row;
  justify-content: space-evenly;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 5px
}

#banner-form .input-contenedor .input-g3 {
  display: flex;
  flex-direction: row;
  padding: 5px;
  width: 100%;
  margin-bottom: 20px;
  align-items: center
}

#banner-form .input-contenedor .input-g3 label {
  width: 90%;
  font-size: 14px !important
}

#banner-form .formulario .texto strong,
#banner-form .input-contenedor .input-g3 label strong {
  color: var(--color2)
}

#banner-form .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center
}

#banner-form .profile-image {
  position: relative;
  height: 100px;
  width: 100px;
  margin-right: 20px
}

#banner-form .profile-info span {
  display: block;
  font-size: 16px;
  color: #000
}

#banner-form img {
  border-radius: 100px
}

#banner-form .circle {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 15px;
  width: 15px;
  border-radius: 100px;
  background: var(--color1)
}

#banner-form .formulario .titulo {
  margin: 0
}

#banner-form .formulario input,
#banner-form .formulario select {
  border-radius: 10px !important;
  padding: 10px 10px 10px 20px;
  background: #f2f2f2;
  border: 2px solid var(--color2);
  height: auto !important;
  display: block !important;
  line-height: normal !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: 14px !important
}

input[type=checkbox] {
  border-radius: 100px !important
}

#banner-form .formulario input[type=checkbox] {
  width: 10% !important;
  height: 20px !important
}

#banner-form .formulario input::placeholder {
  color: #000
}

#banner-form .respuestaformulario {
  background: #000;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  margin: 10px 0;
  display: none;
  font-weight: 900
}

#banner-form .fail {
  display: block;
  background: #f36e59
}

#banner-form .send {
  display: block;
  background: var(--azulmedio)
}

@media (max-width:991px) {

  #banner-form .formulario a,
  #banner-form .input-g2 {
    display: block !important
  }

  #banner-form .input-contenedor {
    display: flex;
    flex-direction: column
  }

  #banner-form .input-contenedor .input-g2 {
    width: 100%
  }
}/* End custom CSS */