/*-----Reset do Documento-----*/
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
  list-style-type: none;
  font-family: 'Roboto';
}
html,
body {
  height: 100%;
}
/*--------------------*/
/*-----Classes Gerais-----*/
.clear {
  clear: both;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2%;
}
.titulo {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.titulo h2 {
  display: inline-block;
  font-size: 30px;
  color: #962e79;
  text-transform: uppercase;
  background: white;
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.titulo .line {
  width: calc(100% - 20px);
  height: 4px;
  position: absolute;
  left: 10px;
  top: calc(50% - 2px);
  background: #962e79;
  z-index: 0;
  border-radius: 2px;
}
/*--------------------*/
/*-----Imports-----*/
section.one {
  width: 100%;
  background-image: url('../media/bg/bgar2.jpg');
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
}
section.one .container {
  height: 100vh;
}
section.one .container header {
  height: 52px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 5;
}
section.one .container header .box {
  max-width: 1024px;
  margin: 0 auto;
}
section.one .container header .box .logo {
  background-image: url('../media/logo/logo.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
  width: 110px;
  float: right;
  opacity: 0;
  transition: 0.3s;
  margin-right: 2%;
}
section.one .container header .box nav.desktop {
  float: left;
}
section.one .container header .box nav.desktop li {
  display: inline-block;
  padding: 0 15px;
}
section.one .container header .box nav.desktop li a {
  display: block;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.3s;
}
section.one .container header .box nav.desktop li a:hover {
  font-weight: 500;
}
section.one .container header .box nav.mobile {
  display: none;
  margin-left: 2%;
}
section.one .container header .box nav.mobile i {
  display: block;
  line-height: 50px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}
section.one .container header .box nav.mobile ul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100vh;
  background: #3d405a;
  padding: 20px 1%;
}
section.one .container header .box nav.mobile ul i {
  padding: 0 20px;
}
section.one .container header .box nav.mobile ul li {
  padding: 5px 0;
}
section.one .container header .box nav.mobile ul li a {
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  color: white;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
section.one .container header.scroll {
  background: #64437f;
  border-bottom: 2px solid #3d405a;
}
section.one .container header.scroll .box .logo {
  opacity: 1;
}
section.one .container header.scroll .box nav.desktop li a {
  height: 50px;
  line-height: 50px;
}
section.one .container .content {
  width: 100%;
  height: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.one .container .content .logo {
  width: 500px;
}
section.one .container .content .logo img {
  width: 100%;
}
section.one .container .content .servicos {
  width: calc(100% - 500px);
  padding-left: 2%;
  padding-top: 80px;
  text-align: center;
}
section.one .container .content .servicos p {
  font-size: 30px;
  color: white;
  padding: 7px 0;
  font-weight: 300;
}
section.one .container .content .servicos a {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin-top: 7px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #962e79;
  border-radius: 20px;
}
section.one .container .content .servicos a b {
  font-weight: inherit;
  display: none;
}
section.one .container .content .servicos a:hover {
  background: #64437f;
}
section.one > i {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 50px;
  cursor: pointer;
  color: white;
}
section.two {
  padding-top: 50px;
}
section.two .container {
  padding: 30px 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.two .container .box {
  width: calc(100% / 3);
  padding: 20px;
}
section.two .container .box .wraper {
  border: 1px solid #3d405a;
  background: #f0f0f0;
  border-radius: 20px;
  overflow: hidden;
}
section.two .container .box .wraper .img {
  width: 100%;
  padding-top: 75%;
  background-position: center;
  background-size: cover;
}
section.two .container .box .wraper .conteudo {
  width: 100%;
  text-align: center;
  padding: 15px 10px 20px 10px;
  border-top: 1px solid #3d405a;
}
section.two .container .box .wraper .conteudo h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #64437f;
  font-weight: 500;
}
section.two .container .box .wraper .conteudo .topicos p {
  margin-top: 10px;
  font-size: 18px;
}
section.three {
  padding-top: 50px;
}
section.three .container {
  text-align: center;
}
section.three .container .box {
  padding: 30px 0;
}
section.three .container .box h2 {
  font-size: 42px;
  color: #64437f;
  font-weight: 500;
}
section.three .container .box a {
  width: 100%;
  display: block;
  font-size: 54px;
  font-weight: 700;
  color: #64437f;
  margin-top: 10px;
}
section.three .container .box a i {
  color: #34af23;
}
section.three .container .box a:hover {
  color: #962e79;
  text-decoration: underline dotted #962e79;
}
section.three .container form {
  padding: 30px 50px;
  background: #962e79;
  border: 1px solid #3d405a;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
section.three .container form h2 {
  font-size: 22px;
  color: white;
  font-weight: 500;
}
section.three .container form input,
section.three .container form textarea {
  display: block;
  margin: 15px auto;
  width: 100%;
  height: 40px;
  border: 1px solid #3d405a;
  border-radius: 10px;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
}
section.three .container form input::placeholder,
section.three .container form textarea::placeholder {
  font-style: italic;
}
section.three .container form input[type=submit],
section.three .container form textarea[type=submit] {
  width: 150px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
  background: #3d405a;
  border: none;
  cursor: pointer;
}
section.three .container form input[type=submit]:hover,
section.three .container form textarea[type=submit]:hover {
  background: #64437f;
}
section.three .container form textarea {
  height: 200px;
  padding: 10px;
  resize: none;
  overflow: hidden;
}
footer {
  padding: 50px 0;
  background: #64437f;
  border-top: 2px solid #3d405a;
}
footer .container {
  max-width: 960px;
  display: flex;
  align-items: center;
}
footer .container .box {
  width: 50%;
  text-align: center;
}
footer .container .box img {
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
footer .container .box p {
  display: inline-block;
  max-width: 250px;
  font-size: 20px;
  color: white;
  font-weight: 300;
}
footer .container .box p a {
  color: inherit;
  font-weight: 500;
}
footer .container .box p a:hover {
  text-decoration: underline dotted white;
}
/*--------------------*/
.cta-float {
  position: fixed;
  right: 2%;
  bottom: 2%;
  display: flex;
  gap: 10px;
  z-index: 9999;
  background: #962e79;
  border-radius: 14px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  font-size: 32px;
}
.cta-float .btn-primary,
.cta-float .btn-secondary {
  padding: 10px 14px;
  border-radius: 14px;
  color: white;
}
.cta-float .btn-primary:hover,
.cta-float .btn-secondary:hover {
  background: #64437f;
}
@media (max-width: 600px) {
  .cta-float {
    width: calc(80%);
    justify-content: space-between;
  }
}
/*-----Responsivo-----*/
@media screen and (max-width: 830px) {
  section.one .container .content .logo {
    width: calc(100% - 300px);
  }
  section.one .container .content .servicos {
    width: 250px;
  }
  section.two .container .box {
    width: 50%;
  }
  section.two .container .box .wraper {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  section.one {
    background-image: url('../media/bg/bgar2_mobile.jpg');
  }
  section.one .container {
    position: relative;
  }
  section.one .container header .box .logo {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  section.one .container header .box nav.desktop {
    display: none;
  }
  section.one .container header .box nav.mobile {
    display: block;
  }
  section.one .container .content {
    height: auto;
    align-items: flex-start;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.one .container .content .logo {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 2%;
  }
  section.one .container .content .servicos {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  section.one .container .content .servicos p {
    display: none;
  }
  section.one .container .content .servicos a {
    width: 200px;
  }
  section.one .container .content .servicos a span {
    display: none;
  }
  section.one .container .content .servicos a b {
    display: inline;
  }
  section.one > i {
    bottom: 20px;
    font-size: 40px;
  }
  footer {
    padding: 30px 0;
  }
  footer .container {
    flex-direction: column-reverse;
  }
  footer .container .box {
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 579px) {
  section.two .container .box {
    padding: 10px 2%;
    width: 100%;
  }
  section.two .container .box .wraper {
    max-width: 280px;
  }
  section.three .container .box h2 {
    font-size: 20px;
  }
  section.three .container .box a {
    font-size: 18px;
    margin-top: 10px;
  }
  section.three .container form {
    padding: 20px 35px;
  }
  section.three .container form h2 {
    font-size: 20px;
    color: white;
    font-weight: 500;
  }
}
@media screen and (max-width: 450px) {
  .titulo h2 {
    font-size: 24px;
    padding: 0 10px;
  }
  .titulo .line {
    width: calc(100% - 20px);
    height: 4px;
    position: absolute;
    left: 10px;
    top: calc(50% - 2px);
    background: #962e79;
    z-index: 0;
    border-radius: 2px;
  }
  section.one .container header {
    height: 37px;
  }
  section.one .container header .box .logo {
    height: 35px;
    width: 80px;
    float: right;
    opacity: 0;
    transition: 0.3s;
    margin-right: 2%;
  }
  section.one .container header .box nav.mobile i {
    line-height: 35px;
    font-size: 24px;
  }
  section.one .container header .box nav.mobile ul li a {
    font-size: 16px;
  }
  section.one .container .content .servicos {
    padding-top: 20px;
  }
  section.one .container .content .servicos a {
    font-size: 16px;
    width: 150px;
    height: 35px;
    line-height: 35px;
  }
  section.one > i {
    bottom: 15px;
    font-size: 30px;
  }
  section.two {
    padding-top: 30px;
  }
  section.two .container {
    padding: 10px 2%;
  }
  section.two .container .box .wraper .conteudo {
    padding: 10px 7px 15px 7px;
  }
  section.two .container .box .wraper .conteudo h2 {
    margin-bottom: 7px;
    font-size: 20px;
  }
  section.two .container .box .wraper .conteudo .topicos p {
    margin-top: 5px;
    font-size: 16px;
  }
  section.three {
    padding: 30px 0;
  }
  section.three .container .box {
    padding: 10px 0;
  }
  section.three .container .box h2 {
    font-size: 18px;
    padding: 0 5%;
  }
  section.three .container .box a {
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
  }
  section.three .container form {
    padding: 20px 5%;
  }
  section.three .container form h2 {
    font-size: 18px;
  }
  section.three .container form input,
  section.three .container form textarea {
    display: block;
    margin: 10px auto;
    height: 35px;
  }
  section.three .container form input[type=submit],
  section.three .container form textarea[type=submit] {
    width: 110px;
    font-size: 18px;
  }
  section.three .container form textarea {
    height: 175px;
  }
  footer {
    padding: 20px 2%;
  }
  footer .container .box p {
    font-size: 18px;
  }
}
