:root {
  --color-blue: #1C9AE0;
  --color-violet: #6887F5;
}

html, body {
  background: #ffffff;
}

body {
}

.grecaptcha-badge {
  visibility: hidden;
}

ul {
  list-style-type: disc;
  list-style-position: inside;
}

.content p {
  /*font-size: 1.2rem;*/
}
.content p a {
  border-bottom: 1px dotted grey;
}
.content p a:hover {
  border-bottom: 1px solid black;
}

.hero.landing {
  background: var(--color-violet);
  background-image: url('/var/img/header-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.hero.landing .logo {
  max-width: 400px;
  margin-bottom: 2rem;
}
.hero.hola .hero-body {

}
.box2 {
  padding: 2rem;
  border: 2px solid var(--color-violet);
}
.hero.hola img {
  z-index: 5;
  position: relative;
  max-width: 650px;
  margin-bottom: 2.5rem;
}




.title.is-1,
.title.is-2,
.title.is-3,
.title.is-4,
.title.is-5 {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
}
.title.is-1 {
  font-size: 1.75rem;
  letter-spacing: 2px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.5rem !important;
}
.title.is-2 {
  font-size: 2.10rem;
  font-weight: 900;
  margin-bottom: 0.75rem !important;
}
.title.is-3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
}
.title.is-4 {
}
.title.is-5 {
  font-weight: 700;
  text-transform: none;
}

p {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}

a {
  color: #000;
}

.button {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-variation-settings: "wdth" 100;
  padding: 0 50px;
  border-radius: 13px;
  background: #4C70F1;
  color: white;
  border: 0;
}
.has-text-black {
  color: #1E1E1E;
}
.has-text-blue {
  color: var(--color-blue);
}


section.about {
  margin: 4rem 0;
}
section.form.is-primary {
  margin-bottom: 0;
}
.container.is-max-desktop {
  max-width: 600px;
}
.form .button {
  color: white;
  background: #4C70F1;
  text-transform: uppercase;
  padding-bottom: 0;
  border: 2px solid #4C70F1;
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}
.form .button:hover {
  background: white;
  border: 2px solid #4C70F1;
  color: #4C70F1;
}
.form .act {
  margin-top: 2rem;
  padding-bottom: 0rem;
  margin-bottom:0;
}

.form .input,
.form .textarea {

  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /*border: 1px solid #000;*/
  border: 0;
  color: #1E1E1E;

  /*
  border-radius: 0;
  background: #fff;
  border-top: 3px solid #BBC1C8;*/
      background: #E7E7E7;
    border-radius: 13px;
  box-shadow: 0px 3px 11px -5px rgba(0, 0, 0, 0.6) inset;
}
.form .input::placeholder,
.form .textarea::placeholder {
  color: rgba(37, 65, 41, 0.57);
  font-style: italic;
}

.is-primary.input:active,
.is-primary.input:focus,
.is-primary.textarea:active,
.is-primary.textarea:focus {
  box-shadow: 0px 3px 11px -5px rgba(0, 0, 0, 0.6) inset;
}

.anchor-point {
  margin-top: -10rem;
  padding-top: 10rem;
  /*padding-top: 10rem;*/
}


section.is-primary {
  margin: 2rem 0;
  padding: 2rem 0;
}
section.is-primary.is-green {
    background: #254129;
}
section.is-primary.is-green p,
section.is-primary.is-gree p.title,
section.is-primary.is-gree a,
section.is-primary.is-gree a:hover {
  color: white;
}

section.is-primary.is-grey {
  background: #EEEEEE;
}

section.about.is-primary {
  padding: 3rem 0;
}

.img-service {
  border-radius: 13px;
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}
.section.services .columns {
  margin-bottom: 2rem;
}
.section.why {
  background-color: #4C70F1;
  box-shadow: 0.305rem 0.405rem 1rem rgba(0, 0, 0, 0.06) !important;
}

.box {
    border: 1px solid var(--color-violet);
    border-radius: 13px;
    background: none;
    box-shadow: none;
    padding: 4rem;
}

@media screen and (min-width: 769px) {
  .is-flex-direction-row-reverse-desktop {
    flex-direction: row-reverse;
  }
}



.footer {
  background: var(--color-violet);
  background-image: url('/var/img/footer-flare.png');
  background-size: auto 165px;
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 2rem 2rem;
  color: white;
}
footer img {
  max-width: 225px;
  padding-top: 1rem;
  padding-bottom: 4rem;
}
footer p,
footer a,
footer a:hover {
  color: white;
  font-weight: 500;
  font-size: 12px;
}

@media screen and (min-width: 1408px) {
    .container:not(.is-max-desktop):not(.is-max-widescreen) {
        max-width: 1024px;
    }
}

@media screen and (min-width: 1216px) {
    .container:not(.is-max-desktop) {
        max-width: 1024px;
    }
}

@media screen and (min-width: 769px) {
  .container.is-narrow {
    width: 960px;
  }
}

@media screen and (max-width: 768px) {
  .hero.landing .logo {
    max-width: 250px;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
