@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham"), url("../font/GothamMedium.woff") format("woff");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: bold;
  src: local("Gotham"), url("../font/GothamBold.woff") format("woff");
}

@font-face {
  font-family: "Gotham";
  font-style: normal;
  font-weight: 300;
  src: local("Gotham"), url("../font/GothamLight.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham";
}

p,
span {
  font-family: "Gotham";
}

html {
  font-size: 16px;
}

@media (max-width: 1440px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 300px) {
  html {
    font-size: 8px;
  }
}

@media (max-width: 490px) {
  html {
    font-size: 7px;
  }
}

.logo {
  padding: 25px;
  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;
  background-color: #1f93d2;
}

picture {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: block;
}

picture img {
  display: block;
}

picture source {
  display: block;
  height: 0;
}

h1 {
  line-height: 1.3;
}

section {
  position: relative;
}

.text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .text {
    display: none;
  }
}

.title {
  top: 0%;
  left: 0;
  position: absolute;
}

.intro .title {
  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;
  width: 100%;
  height: 100%;
}

.intro .title img {
  margin-bottom: 0.99rem;
  width: 40%;
}

.intro .title h2 {
  font-size: 2.7rem;
  font-weight: 300;
}

@media (max-width: 768px) {
  .intro .title h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 476px) {
  .intro .title h2 {
    font-size: 1.5rem;
  }
}

.square {
  width: 100%;
  padding: 25px 0;
  background-color: #1f93d2;
}

.square h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
}

.square p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 476px) {
  .square h2 {
    font-size: 1.7rem;
  }
  .square p {
    font-size: 1rem;
  }
}

.text-mobile {
  display: none;
  position: absolute;
}

@media (max-width: 768px) {
  .text-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.right-up-text .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 83%;
  width: 50%;
  top: 0;
  right: 0;
}

.right-up-text .text h2 {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
}

.right-up-text .text h2 small {
  font-size: 1.1rem;
}

.right-up-text .text img {
  height: 35%;
  margin-right: 5%;
}

.right-up-text .text-mobile {
  width: 100%;
  bottom: 0;
  right: 0;
  height: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right-up-text .text-mobile img {
  width: 50%;
  margin-bottom: 5%;
}

.right-up-text .text-mobile h2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

.up-text .text {
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.up-text .text h2 {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.2;
}

.up-text .text h2 small {
  font-size: 1.1rem;
}

.up-text .text img {
  margin-top: 20px;
  width: 40%;
}

.up-text .text-mobile {
  padding-top: 20px;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.up-text .text-mobile img {
  width: 50%;
  margin-top: 5%;
}

.up-text .text-mobile h2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

.left-text .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}

.left-text .text h2 {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: right;
  line-height: 1.2;
}

.left-text .text h2 small {
  font-size: 1.1rem;
}

.left-text .text img {
  height: 35%;
  margin-left: 5%;
}

.left-text .text-mobile {
  width: 100%;
  bottom: 0;
  right: 0;
  height: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-text .text-mobile img {
  width: 50%;
  margin-bottom: 5%;
}

.left-text .text-mobile h2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 450px) {
  .left-text .text-mobile h2 {
    font-size: 2.2rem;
  }
}

.right-text .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
}

.right-text .text h2 {
  font-size: 2.1rem;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
}

.right-text .text h2 small {
  font-size: 1.1rem;
}

.right-text .text img {
  height: 35%;
  margin-right: 5%;
}

.right-text .text-mobile {
  width: 100%;
  bottom: 0;
  right: 0;
  height: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.right-text .text-mobile img {
  width: 50%;
  margin-bottom: 5%;
}

.right-text .text-mobile h2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 450px) {
  .right-text .text-mobile h2 {
    font-size: 2.2rem;
  }
}

.garantia {
  padding: 30px 60px;
  background-color: #232d47;
}

.garantia p {
  color: #fff;
  font-size: 1.2rem;
}
/*# sourceMappingURL=style.css.map */