/* CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-family: "Baloo 2", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 20px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  body {
    padding-top: 70px;
    padding-bottom: 70px;
    height: 100%;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

input, textarea {
  border: none;
  outline: none;
}

/* Remove default focus styles */
*:focus {
  outline: none;
}

/* Remove tap highlight on mobile */
* {
  -webkit-tap-highlight-color: transparent;
}

.details1 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1600px) {
  .details1 {
    max-width: 35%;
  }
}
@media (max-width: 1440px) {
  .details1 {
    max-width: 20%;
  }
}

.details2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1600px) {
  .details2 {
    max-width: 35%;
  }
}
@media (max-width: 1440px) {
  .details2 {
    max-width: 30%;
  }
}
.content {
  padding: 20px 0 20px 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 1200px) {
  .content {
    padding: 20px 0 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.logo {
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
}

.text1 {
  font-size: 46px;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .text1 {
    font-size: 32px;
    line-height: 38px;
  }
}

.text2 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 35px;
  line-height: 38px;
  display: block;
}
@media (min-width: 768px) {
  .text2 {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
}
.text2 strong {
  font-weight: 600;
  color: #1F609D;
}
@media (max-width: 1200px) {
  .text2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.redes {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 55px;
}
@media (max-width: 1200px) {
  .redes {
    margin-top: 30px;
  }
}/*# sourceMappingURL=style.css.map */