@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
}

.container {
  width: 90%;
  margin: auto;
}

.container .logo a {
  font-family: "Space Grotesk", sans-serif;
  color: #112063;
  font-size: 0.8rem;
  font-weight: bold;
  color: #545454;
}

.container .logo a span {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  font-size: 1.8rem;
  color: #112063;
  margin-right: 0.5rem;
  letter-spacing: -2px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.header {
  background-color: #e4f5ff;
}

.header .container {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: animateNav 1s ease-in forwards;
          animation: animateNav 1s ease-in forwards;
}

.header .container .right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .container .right_side button {
  padding: 0.8rem 1rem;
  background-color: #112063;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "karla", sans-serif;
  border: 2px solid #112063;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.header .container .right_side button:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 5px 5px 10px #ccd4f5;
          box-shadow: 5px 5px 10px #ccd4f5;
}

.header .container .right_side button a {
  color: white;
  font-weight: bold;
  font-size: 1rem;
}

.hero {
  height: 520px;
  background-color: #e4f5ff;
}

.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 130%;
  -webkit-animation: animateHero 1s ease-in forwards;
          animation: animateHero 1s ease-in forwards;
  padding-top: 3rem;
  position: relative;
}

@media screen and (min-width: 700px) {
  .hero .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 0rem;
  }
}

.hero .container .hero_content {
  font-family: "Space Grotesk", sans-serif;
  height: 50%;
  margin-bottom: 4rem;
}

@media screen and (min-width: 700px) {
  .hero .container .hero_content {
    width: 50%;
    padding-top: 5rem;
    margin: 0;
  }
}

.hero .container .hero_content h4 {
  color: #747474;
  padding: 1rem 0;
}

@media screen and (min-width: 700px) {
  .hero .container .hero_content h4 {
    font-size: 1.2rem;
  }
}

.hero .container .hero_content h1 {
  color: #112063;
  font-size: 3rem;
  font-weight: 700;
  line-height: 0.9;
}

@media screen and (min-width: 700px) {
  .hero .container .hero_content h1 {
    font-size: 5rem;
  }
}

.hero .container .form {
  padding: 1.5rem;
  background-color: white;
  -webkit-box-shadow: 5px 5px 36px rgba(37, 53, 120, 0.06);
          box-shadow: 5px 5px 36px rgba(37, 53, 120, 0.06);
  border-radius: 20px;
  position: absolute;
  top: 21rem;
  left: 0;
  right: 0;
}

@media screen and (min-width: 700px) {
  .hero .container .form {
    margin-top: 2rem;
    padding: 2rem;
    width: 45%;
    top: 0;
    left: 55%;
    right: 0;
  }
}

.hero .container .form h1 {
  font-family: karla, sans-serif;
  color: #112063;
  margin-bottom: 2rem;
}

.hero .container .form div {
  width: 100%;
  margin: 1rem 0;
  font-family: karla, sans-serif;
}

.hero .container .form div label {
  padding: 1rem 0;
  font-weight: bold;
  color: #8b8b8b;
}

.hero .container .form div label span {
  color: #fb5859;
}

.hero .container .form div input,
.hero .container .form div textarea {
  width: 100%;
  outline: none;
  text-indent: 1rem;
  padding: 0.7rem 0;
  margin: 0.8rem 0;
  border: 1.8px solid rgba(37, 53, 120, 0.22);
  border-radius: 8px;
}

.hero .container .form div input:focus,
.hero .container .form div textarea:focus {
  border-color: #0089e4;
}

@media screen and (min-width: 700px) {
  .hero .container .form div input,
  .hero .container .form div textarea {
    padding: 0.8rem 0;
    margin: 1rem 0 0 0;
    font-size: 1rem;
  }
}

.hero .container .form div textarea {
  min-height: 100px;
  resize: none;
}

.hero .container .form div button {
  padding: 1.2rem 1.5rem;
  background-color: #00a3ff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
}

.hero .container .form div button svg {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.hero .container .form div button:hover {
  -webkit-box-shadow: 0px 2px 5px #a1c0fa;
          box-shadow: 0px 2px 5px #a1c0fa;
}

#success_message {
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #272727a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
}

#success_message div {
  position: absolute;
  top: 48rem;
  width: 80%;
  height: 200px;
  border-radius: 15px;
  background-color: #e4f5ff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Dosis", sans-serif;
}

@media screen and (min-width: 700px) {
  #success_message div {
    width: 350px;
    top: 25rem;
  }
}

#success_message div svg {
  font-size: 3rem;
}

#success_message div h1 {
  color: #112063;
}

#success_message div h4 {
  font-weight: lighter;
  color: #747474;
}

#success_message div button {
  padding: 0.8rem 2rem;
  background-color: #1c8bf3;
  margin-top: 1rem;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
}

#success_message.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.info .container {
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: karla, sans-serif;
  height: 50%;
}

@media screen and (min-width: 700px) {
  .info .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 17rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.info .container div {
  width: 100%;
  margin: 2rem 0;
  padding: 1.5em 1rem;
  -webkit-box-shadow: 0px 2px 20px rgba(37, 53, 120, 0.09);
          box-shadow: 0px 2px 20px rgba(37, 53, 120, 0.09);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #253578;
}

@media screen and (min-width: 700px) {
  .info .container div {
    width: 32%;
  }
}

.info .container div img {
  margin-right: 0.5rem;
}

.footer {
  height: 750px;
  padding: 4rem 0 2rem 0;
  font-family: "Karla", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (min-width: 700px) {
  .footer {
    height: 650px;
    padding: 3rem 0 2rem 0;
  }
}

.footer .footerDotes {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 80px;
}

@media screen and (min-width: 700px) {
  .footer .footerDotes {
    width: 100px;
    right: 3rem;
    top: 0;
  }
}

.footer .container {
  height: 100%;
  background-color: #e4f5ff;
  border-radius: 20px;
  padding: 3rem 0;
  position: relative;
}

@media screen and (min-width: 700px) {
  .footer .container {
    height: 80%;
    margin-bottom: 0;
  }
}

.footer .container .header {
  text-align: center;
}

.footer .container .header h5 {
  color: #747474;
}

@media screen and (min-width: 800px) {
  .footer .container .header h5 {
    font-size: 1.2rem;
  }
}

.footer .container .header h1 {
  color: #112063;
  font-size: 40px;
  padding: 1rem 0;
}

@media screen and (min-width: 800px) {
  .footer .container .header h1 {
    font-size: 3rem;
  }
}

.footer .container .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2rem 0 3rem 0;
}

.footer .container .email svg {
  font-size: 2.2rem;
  margin-right: 0.9rem;
}

.footer .container .email p {
  color: #9c9ca1;
}

@media screen and (min-width: 700px) {
  .footer .container .email p {
    margin: 0;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .footer .container .navContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
  }
}

.footer .container .navContainer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 700px) {
  .footer .container .navContainer .logo {
    padding: 0;
  }
}

.footer .container .navContainer .footerNav {
  font-family: "Karla", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2rem;
}

@media screen and (min-width: 700px) {
  .footer .container .navContainer .footerNav {
    margin-top: 0rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer .container .navContainer .footerNav a {
  color: #112063;
  font-weight: 700;
  font-size: 16px;
  margin: 1rem 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (min-width: 700px) {
  .footer .container .navContainer .footerNav a {
    margin: 0 1rem;
  }
}

.footer .container .navContainer .footerNav a:hover {
  color: #34a1cd;
}

.footer .rights {
  font-size: 0.9rem;
  text-align: center;
  margin: 1rem 0 0 0;
  color: #79797c;
}

@-webkit-keyframes animateNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes animateNav {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes animateHero {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes animateHero {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/*# sourceMappingURL=style.css.map */