@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Iansui&family=Lora:wght@400;700&display=swap');

body {
  font-family: 'Lora', serif;
  background-color: #0361AB;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lora', serif;
  color: #ffffff;
}

h2 {
  font-size: 2rem;
}

ul{
    list-style-type: none;
}

#navbarNav li{
    margin: 0 15px;
}

.main-hero {
  background-size: cover;
  background-position: center;
  background-image: url('../img/Desktop - 10 (3).png');
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-hero h1{
  font-size: 3rem;
}

.main-hero h2{
  text-align: center;
  font-size: 2rem;
  margin-left: 2rem;
}

.btn-custom {
  border: 6px groove #ffffff;
  background-color: transparent;
  padding: 15px;
  border-radius: 20px;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0px 0px 6px #000000;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  margin-left: 8rem;
}
#sobre .btn-custom {
  border: 6px groove #ffffff;
  background-color: transparent;
  padding: 15px;
  border-radius: 20px;
  font-family: 'DM Sans', sans-serif;
  box-shadow: 0px 0px 6px #000000;
  transition: all 0.3s ease-in-out;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  margin-left: -1px;
}

.btn-custom:hover {
  box-shadow: 0px 0px 16px #000000;
  background-color: rgba(255, 255, 255, 0.2);
  color: #000000;
}
#sobre .btn-custom:hover {
  box-shadow: 0px 0px 16px #000000;
  background-color: rgba(255, 255, 255, 0.2);
  color: #000000;
}

section#sobre{
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(3,97,171,1) 100%);
    color: #000;
    padding-top: 10rem;
}

#sobre p,
#sobre li {
  color: #000000;
  font-family: 'DM Sans', sans-serif;
  line-height: 1.6;
}


.divisao{
    border-top: 5px groove #fff;
    margin-top: 20px;
    margin-bottom: 30px;
}

a.arroba{
    color: #000;
}

#servicos{
  background-image: url(../img/fundoServiços.png);
  background-size: cover;
}

#servicos h2{
  margin-top: 3rem;
  font-size: 50px;
}

#servicos .ajusteServicos{
  margin-left: 45rem;
}

#servicos li {
  /* font-weight: bold; */
  font-family: 'DM Sans', sans-serif;
  padding: 5px;
}

.imgNaneServicos{
  height: 1100px;
  margin-bottom: -4.5rem;
  margin-left: -15rem;
}

footer a {
  color: #47afff;
  text-decoration: none;
}

footer h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #ffffff;
}

footer h6 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

footer ul li {
  padding: 0.25rem 0;
}

footer ul li a{
  color: #fff;
}

img.img-fluid {
  border-radius: 8px;
}

.checkIcon {
  width: 30px;
  margin-right: 10px;
}

/* Cor branca para o ícone hamburguer do Bootstrap */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* RESPONSIVO */


@media (max-width: 1024px) {
  .main-hero {
    text-align: center;
  }

  .main-hero h1,
  .main-hero h2 {
    font-size: 1.8rem;
  }

  #sobre h2,
  #servicos h2,
  #feedbacks h2 {
    font-size: 1.75rem;
  }

  .carousel-inner img {
    max-width: 33%;
    margin-bottom: 1rem;
  }
}


/* Extra pequeno (até 320px) – tipo JioPhone 2 */
@media (max-width: 320.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  p{
    font-size: 0.8rem;
  }

  nav a img{
    display: none;
  }

  nav a.logo-escrito{
    font-size: 0.5rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.5rem;
  }

  .main-hero h1{
    margin-left: 7%;
    font-size: 1.2rem;
  }

  .main-hero h2 {
    font-size: 1rem;
    margin-left: 1%;
  }

  .main-hero .btn-custom{
    margin-left: 1vw;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.7rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  #servicos{
    background-position: right;
  }

  #servicos .ajusteServicos{
    margin-left: 0rem;
  }

  #servicos li{
    font-size: 0.9rem;
  }

  footer h2 {
    font-size: 1.3rem;
  }

  footer h6 {
    font-size: 1rem;
  }
}

/* Pequeno (321px a 480px) */
@media (min-width: 321px) and (max-width: 480.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  nav a img{
    display: none;
  }

  nav a.logo-escrito{
    font-size: 0.7rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.7rem;
  }

  .main-hero h1, .main-hero h2{
    min-width: 250px;
  }

  .main-hero h2{
    font-size: 1.1rem;
    margin-left: 3%;
  }

  .main-hero .btn-custom{
    margin-left: 12vw;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.75rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
  }

  #servicos{
    background-position: right;
  }

  #servicos .ajusteServicos{
    margin-left: 0rem;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  footer img.logoFooter{
    display: none;
  }

  footer h2 {
    font-size: 1.3rem;
  }

  footer h6 {
    font-size: 1rem;
  }
}
@media (min-width: 340px) and (max-width: 358.9px) {
  .main-hero h2{
    font-size: 1.2rem;
    margin-left: 3%;
  }

  .main-hero .btn-custom{
    margin-left: 15%;
  }
}

@media (min-width: 359px) and (max-width: 369.9px) {
  .main-hero h1{
    margin-left: 5%;
  }

  .main-hero h2{
    font-size: 1.3em;
    margin-left: 0%;
  }

  .main-hero .btn-custom{
    margin-left: 17%;
  }
}
@media (min-width: 370px) and (max-width: 400.9px) {
  .main-hero h1{
    margin-left: 3%;
  }

  .main-hero h2{
    font-size: 1.4em;
    margin-left: 0%;
  }

  .main-hero .btn-custom{
    margin-left: 19%;
  }
}

@media (min-width: 401px) and (max-width: 429.9px) {
 nav a.logo-escrito{
    font-size: 1rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }

  .main-hero h1{
    margin-left: 4%;
  }

  .main-hero h2{
    font-size: 1.5rem;
    margin-left: -2%;
  }

  .main-hero .btn-custom{
    margin-left: 22%;
  }
}

@media (min-width: 430px) and (max-width: 459.9px) {
 nav a.logo-escrito{
    font-size: 1rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }

  .main-hero h1{
    margin-left: 7%;
  }

  .main-hero h2{
    font-size: 1.6rem;
    margin-left: 1%;
  }

  .main-hero .btn-custom{
    margin-left: 22%;
  }
}
@media (min-width: 444px) and (max-width: 459.9px) {
  .main-hero h1{
    margin-left: 8%;
  }

  .main-hero h2{
    font-size: 1.6rem;
    margin-left: 1%;
  }
}
@media (min-width: 460px) and (max-width: 480.9px) {
 nav a.logo-escrito{
    font-size: 1rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }

  .main-hero h1{
    margin-left: 10%;
  }

  .main-hero h2{
    font-size: 1.5rem;
  }

  .main-hero .btn-custom{
    margin-left: 26%;
  }
}

/* Médio (481px a 767px) */
@media (min-width: 481px) and (max-width: 767.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  nav a img{
    display: none;
  }

  nav a.logo-escrito{
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }

  .main-hero h1, .main-hero h2{
    min-width: 250px;
  }

  .main-hero h1{
    margin-left: 12%;
  }

  .main-hero h2{
    font-size: 1.5rem;
    margin-left: 5%;
  }

  .main-hero .btn-custom{
    margin-left: 27%;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.75rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
  }

  #servicos{
    background-position: right;
  }

  #servicos .ajusteServicos{
    margin-left: 0rem;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  footer img.logoFooter{
    display: none;
  }

  footer h2 {
    font-size: 1.3rem;
  }

  footer h6 {
    font-size: 1rem;
  }

}

@media (min-width: 510px) and (max-width: 540.9px) {
 nav a.logo-escrito{
    font-size: 1.3rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }

  .main-hero h1{
    margin-left: 16%;
  }

  .main-hero h2{
    margin-left: 8%;
  }

  .main-hero .btn-custom{
    margin-left: 28%;
  }
}

@media (min-width: 541px) and (max-width: 559.9px) {
  .main-hero h1{
    margin-left: 16%;
  }
  .main-hero h2{
    margin-left: 9%;
    max-width: 450px;
  }

  .main-hero .btn-custom{
    margin-left: 30%;
  }
}

@media (min-width: 560px) and (max-width: 589.9px) {
  .main-hero h1{
    margin-left: 17%;
  }
  .main-hero h2{
    margin-left: 12%;
    max-width: 450px;
  }

  .main-hero .btn-custom{
    margin-left: 30%;
  }
}

@media (min-width: 590px) and (max-width: 767.9px) {
  .main-hero h1{
    margin-left: 17%;
  }
  .main-hero h2{
    margin-left: 10%;
    max-width: 450px;
  }

  .main-hero .btn-custom{
    margin-left: 31%;
  }

}

/* Grande (768px a 1024px – tablets) */
@media (min-width: 768px) and (max-width: 991.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  nav a.logo-escrito{
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }


  .main-hero h1, .main-hero h2{
    min-width: 450px;
  }

  .main-hero h1{
    margin-left: -5rem;
  }

  .main-hero h2{
    margin-left: -5rem;
    font-size: 1.3rem;
  }

  .main-hero .btn-custom{
    margin-left: 10%;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.75rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
  }

  .imgQuemSou{
    height: 700px;
  }

  #servicos{
    background-position: right;
  }

  #servicos .ajusteServicos{
    margin-left: 0rem;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  footer h2 {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  footer h6 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1024.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  nav a.logo-escrito{
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }


  .main-hero h1, .main-hero h2{
    min-width: 550px;
    margin-left: -20%;
  }

  .main-hero .btn-custom{
    margin-left: 17%;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.75rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .imgQuemSou{
    margin-bottom: -41.5%;
  }

  #servicos{
    background-position: 65%;
  }

  #servicos .ajusteServicos{
    margin-left: 15rem;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  footer h2 {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  footer h6 {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) and (max-width: 1199.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  nav a.logo-escrito{
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 0.9rem;
  }


  .main-hero h1, .main-hero h2{
    min-width: 550px;
  }

  .main-hero h1{
    margin-left: -3rem;
    font-size: 2.5rem;
  }
  .main-hero h2{
    margin-left: -5rem;
    max-width: 450px;
  }

  .main-hero .btn-custom{
    margin-left: 22%;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.75rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .imgQuemSou{
    margin-bottom: -39.8%;
  }

  #servicos{
    background-position: 65%;
  }

  #servicos .ajusteServicos{
    margin-left: 15rem;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  footer h2 {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  footer h6 {
    font-size: 1rem;
  }
}

@media (min-width: 1200px) and (max-width: 1799.9px) {
  h1, h2 {
    font-size: 1.4rem;
  }

  nav a.logo-escrito{
    font-size: 1.2rem;
    margin-left: 1rem;
  }

  #navbarNav ul li a{
    font-size: 1rem;
  }


  .main-hero h1, .main-hero h2{
    min-width: 550px;
  }

  .main-hero h1{
    margin-left: -3rem;
    font-size: 2.5rem;
  }
  .main-hero h2{
    margin-left: -5rem;
    max-width: 450px;
  }

  .main-hero .btn-custom{
    margin-left: 18%;
  }

  .btn-custom, #sobre .btn-custom {
    border: 2px groove #fff;
    font-size: 0.75rem;
    padding: 8.2px;
  }

  #sobre{
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .imgQuemSou{
    margin-bottom: -6.5%;
  }

  #servicos{
    background-position: 65%;
  }

  #servicos .ajusteServicos{
    margin-left: 25rem;
  }

  .checkIcon {
    width: 20px;
    margin-right: 5px;
  }

  footer h2 {
    margin-bottom: 3rem;
  }

  footer h6 {
    font-size: 1rem;
  }
}
@media (min-width: 1350px) and (max-width: 1499.9px) {
  .main-hero .btn-custom{
    margin-left: 15%;
  }

  #servicos .ajusteServicos{
    margin-left: 32rem;
  }
}
@media (min-width: 1400px) and (max-width: 1799.9px) {
  .main-hero .btn-custom{
    margin-left: 13%;
  }

  .imgQuemSou{
    margin-bottom: -5.6%;
  }

  #servicos .ajusteServicos{
    margin-left: 35rem;
  }
}
@media (min-width: 1700px) and (max-width: 1799.9px) {
  #servicos .ajusteServicos{
    margin-left: 40rem;
  }
}