﻿* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*::after {
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
  border: none;
}

a:focus,
a:active {
  outline: none;
  border: none;
}

input,
button,
textarea {
  font-family: inherit;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

p {
  font-size: inherit;
  font-weight: inherit;
}

.display-none {
  display: none;
}

button {
  outline: none;
  border: none;
}

.header-2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

.descr {
  font-size: 21px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 26px;
  padding: 0 7%;
  text-align: justify;
  line-height: 1.618;
}

body {
  color: #848ca5;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

a {
  color: #848ca5;
}

.btn {
  margin: 0 auto;
  padding: 18px 32px;
  background-color: #286aff;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
  border-radius: 12px;
  border: 1px solid transparent;
}
.btn:hover {
  transition: all 0.3s ease;
  color: #fff;
  background-color: #286aff;
}
.btn:hover .icon {
  transition: all 0.3s ease;
  fill: #fff;
}

.icon {
  transition: all 0.3s ease;
  fill: #fff;
}

.main__title {
  padding: 0 10%;
}

.container {
  padding: 0 7%;
}
.container .btn {
  padding: 18px 32px;
  font-size: 25px;
  font-weight: 700;
}
.container .btn__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 85%;
}

.list-disc {
  list-style-type: disc;
  margin-left: 8%;
}
.list-disc .descr {
  padding: 0 0%;
}

.close {
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

.burger {
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.5s ease;
  cursor: pointer;
}

.close.active {
  opacity: 1;
  width: 22px;
  height: 18px;
  transition: all 0.5s ease;
}

.burger.active {
  opacity: 1;
  width: 22px;
  height: 18px;
  transition: all 0.5s ease;
}

.nav__mobile {
  display: none;
}

.burger__container {
  display: none;
}

.anim__show {
  transform: translate(0px, 10%);
  opacity: 0;
  transition: all 0.5s ease;
}

.anim__show.active,
.active .anim__show {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.5s ease;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 15px 0px #286aff;
  z-index: 10;
  font-weight: 700;
}
.header .btn__container {
  margin-top: 0;
}
.header .btn__container .btn {
  font-weight: 700;
  padding: 10px 15px;
  font-size: 16px;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .right .btn__container:nth-child(2) {
  margin-left: 8px;
}
.header .btn:nth-child(1) {
  min-width: 10vw;
  display: flex;
  justify-content: center;
  background-color: transparent;
  color: #848ca5;
  text-transform: uppercase;
}
.header .btn:nth-child(2) {
  display: flex;
  justify-content: center;
  background-color: #0abf28;
  text-transform: uppercase;
  color: #fff;
  min-width: 10vw;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f4f8ff;
  width: 100vw;
  padding: 25px 3%;
}
.header__container .center {
  width: 60vw;
}
.header__container .left {
  width: 30vw;
}

.nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nav__item {
  padding: 3px 8px;
  font-size: 17px;
  font-weight: 600;
}

.logo {
  height: auto;
  width: 150px;
}

.img {
  border-radius: 8px;
}

.main {
  padding: 30px 0;
  margin-top: 110px;
  text-align: center;
}

.main__title {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

.header-2 {
  margin-top: 24px;
}

.img {
  width: 85%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 24px;
}

.btn__container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.footer {
  padding: 50px;
}

.icon {
  width: 24px;
  height: 24px;
  padding-left: 8px;
}

.btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1px 8px;
}

.main__title {
  padding-bottom: 8px;
}

@media screen and (max-width: 1360px) {
  .container {
    padding: 0 4vw;
  }
  .img {
    width: 91%;
  }
  .descr {
    padding: 0 4%;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    padding: 0 1vw;
  }
  .img {
    width: 96%;
  }
  .descr {
    padding: 0 2%;
  }
  .list-disc {
    list-style-type: disc;
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .icon {
    width: 23px;
    height: 23px;
    padding-left: 8px;
    margin-top: 3px;
  }
  .main {
    padding: 0;
    margin-top: 120px;
  }
  .container .btn {
    padding: 10px 25px;
    font-size: 16px;
  }
  .img {
    width: 95%;
  }
  .logo {
    height: auto;
    width: 24vw;
  }
  .main__title {
    font-size: 32px;
    padding-top: 0;
  }
  .burger__container {
    display: flex;
    align-items: center;
    filter: invert(1);
    margin-top: 0;
    margin-right: 10px;
    position: relative;
    left: -15%;
  }
  .header__container {
    flex-direction: row;
    padding: 10px 3%;
  }
  .header__container .center {
    display: none;
  }
  .header__container .left .link {
    position: relative;
    right: -20%;
  }
  .nav__mobile {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;
    position: relative;
    z-index: 5;
    margin-top: -100vh;
  }
  .nav__mobile.active {
    opacity: 1;
    height: auto;
    width: auto;
    transition: margin 0.5s ease;
    margin-top: 0;
  }
  .nav__list {
    flex-direction: column;
    padding: 10px;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    background: #f4f8ff;
    position: relative;
    z-index: 20;
  }
  .nav__list .nav__item {
    margin-top: 10px;
    border-bottom: 1px solid #852322;
    width: 100%;
  }
  .nav__list .nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .left {
    display: flex;
    flex-direction: row-reverse;
    align-self: center;
    justify-content: center;
    width: 50%;
  }
  .header .icon {
    width: 16px;
    height: 16px;
    fill: #852322;
  }
  .header__container .right {
    margin-top: 0;
  }
  .btn {
    padding: 8px 12px;
  }
  .container {
    padding: 0 2%;
  }
  .header .btn__container .btn {
    font-weight: 700;
    padding: 10px 15px;
    font-size: 16px;
    min-width: 14vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .btn__container .btn:nth-child(2) {
    min-width: 13vw;
  }
}
@media screen and (max-width: 550px) {
  .header__container .left .link {
    position: relative;
    right: 0%;
  }
  .burger__container {
    left: 0%;
    position: relative;
  }
  .header .btn__container .btn {
    font-size: 15px;
    padding: 7px;
    min-width: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .btn__container .btn:nth-child(2) {
    min-width: 18vw;
    padding: 7px;
  }
  .header-2 {
    font-size: 30px;
  }
  .header .left {
    justify-content: space-around;
  }
  .logo {
    height: auto;
    width: 34vw;
  }
  .main__title {
    font-size: 26px;
  }
  .container .btn {
    font-size: 16px;
    padding: 10px 25px;
  }
  .icon {
    width: 17px;
    height: 17px;
    padding-left: 4px;
    margin-top: 2px;
  }
}
.baixar-none {
  display: none;
}/*# sourceMappingURL=style.css.map */