* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    text-decoration: none;
  }
  
html {
    scroll-behavior: smooth;
  }
body{
    background-color: #062241;
}

.box1{
    background-color: rgba(0, 0, 0, 0.2);     /* #01415b */
    border-radius: 10px;
    margin: 50px auto;
    padding:30px ;
    text-align: center;
}
.box2{
    background-color: rgba(0, 0, 0, 0.2);     /* #01415b */
    margin-top: 50px;
    display: flex;
    justify-content:start;
    gap: 3%;
    flex-wrap: wrap;
}
.box-img{
    width: 37%;
    min-height: 400px;
    background-image: url(../imagens/img01.jpg);
    background-size: cover;
    background-position: center;
    background-color: linear rgba(0, 0, 0, 0.2);
}
.box-img1{
    width: 37%;
    min-height: 400px;
    background-image: url(../imagens/img02.jpg);
    background-size: cover;
    background-position: center;
    background-color: linear rgba(0, 0, 0, 0.2);
}
.box-img2{
    width: 37%;
    min-height: 400px;
    background-image: url(../imagens/img03.jpg);
    background-size: cover;
    background-position: center;
    background-color: linear rgba(0, 0, 0, 0.2);
}
.box-img3{
    width: 37%;
    min-height: 400px;
    background-image: url(../imagens/img04.jpg);
    background-size: cover;
    background-position: center;
    background-color: linear rgba(0, 0, 0, 0.2);
}
.box-img4{
    width: 37%;
    min-height: 400px;
    background-image: url(../imagens/img06.jpg);
    background-size: cover;
    background-position: center;
    background-color: linear rgba(0, 0, 0, 0.2);
}
.box-img5{
    width: 37%;
    min-height: 400px;
    background-image: url(../imagens/img05.jpg);
    background-size: cover;
    background-position: center;
    background-color: linear rgba(0, 0, 0, 0.2);
}
.box-txt{
    width: 60%;
    min-width: 400px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.box-txt i{
    font-size: 60px;
    color: #09AFF4;
}

.row1{
    display: flex;
    width: 100%;
    justify-content:start;
    align-items: center;
    flex-wrap: nowrap;
}
.col1{
    width:105px;
}
.col2{
    width:auto;
}

.row-bonus{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.col-bonus{
    width: 48%;
    background-color: #01415b;
    padding: 15px;
    margin-top: 15px;
}

.box3{
    background-color: rgba(0, 0, 0, 0.2);     /* #01415b */
    margin-top: 50px;
    padding: 30px;
    text-align: center;
}
.row-pq{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
}
.col-pq{
    width: 30%;
    background-color: #01415b;
    padding: 15px;
    margin-top: 15px;
}
.col-pq i{
    font-size: 40px;
    color: #09AFF4;
}

.row-valor{
    text-align: center;
    margin-top: 20px;
}

.row-resultado{
    display: flex;
    width: 100%;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: solid 5px #01415b;
}
.resultado1{
    width:50%;
    min-width: 400px;
}
.resultado2{
    width:50%;
    min-width: 400px;
}

.col-garanta1{
    width: 90%;
    border-left: solid 20px #01415b;
    margin-top: 20px;
    padding-left: 20px;
}
.col-garanta2{
    width: 90%;
    border-left: solid 20px #01415b;
    margin-top: 20px;
    margin-left: 15px;
    padding-left: 20px;
}
.col-garanta3{
    width: 90%;
    border-left: solid 20px #01415b;
    margin-top: 20px;
    margin-left: 30px;
    padding-left: 20px;
}

.box-button{
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 990px) {
    .box2 {justify-content: center;}
    .box-img {width: 100%;}
    .box-img1 {width: 100%;}
    .box-img2 {width: 100%;}
    .box-img3 {width: 100%;}
    .box-img4 {width: 100%;}
    .box-img5 {width: 100%;}
    .box-txt {width: 100%; text-align: center;}
    .col-bonus{width: 100%;}
    .col-pq{width: 100%;}
    .row-resultado{border-bottom: 0px;}
}

  /* textos */
.line{
    text-decoration: line-through solid 2px red;
}
.title-g{
    font-size: 60px;
    font-weight: 600;
  }
.title-m{
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
  }
.title-p{
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
  }
.text-m{
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
  }
.text-g{
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
  }
  /* textos fim */
  /* colors */
  .white{
    color: #FFF;
  }
  .wblue1{
    color: #09AFF4;
  }
  .wblue2{
    color: #062241;
  }
  .wblue3 {
    color: rgba(1, 65, 91, 1);     /* #01415b */
  }
  .wblue4 {
    color: rgba(83, 132, 157, 1);   /* #53849d */
  }
  .wb-blue1{
    background-color: #09AFF4;
    padding-top: 10px;
  }
  .wb-blue2{
    background-color: #062241;
    padding-top: 10px;
    border: 5px solid  rgba(0, 0, 0, 0.2);
  }
  .wb-blue3 {
    background-color: rgba(1, 65, 91, 1);     /* #01415b */
    padding-top: 10px;
  }
  .wb-blue4 {
    background-color: rgba(83, 132, 157, 1);   /* #53849d */
    padding-top: 10px;
  }
  .wb-blue5 {
    background-color: rgba(0, 0, 0, 0.2);     /* #01415b */
    margin-top: 50px;
  }
  /* colors */
/* botões */
.btn-blue{
    background-color: #09AFF4;
    border: solid 2px #09AFF4;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
}

.btn-blue:hover{
    background-color:#062241;
    border: solid 2px #062241;
    transform: translate(1.1);
    transition:ease 0.5s;
}
.btn-blue-outline {
  border: solid 2px #09AFF4;
  color: #09AFF4;
  background-color: #060922;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
}

.btn-blue-outline:hover {
  background-color: #09AFF4;
  color: white;
  transform: translate(1.1);
  transition:ease 0.5s;
}

/* Define a animação de scale */
@keyframes scale-animation {
  0%, 100% {
    transform: scale(1); /* Tamanho original */
  }
  50% {
    transform: scale(1.1); /* Tamanho aumentado */
  }
}

/* Aplica a animação ao ícone */
.animated-icon {
  display: inline-block; /* Garante que a transformação funcione */
  animation: scale-animation 1.5s infinite; /* 1.5 segundos de duração, repetindo infinitamente */
  transition: transform 0.3s ease-in-out; /* Suavidade adicional */
}
/* botões */

.form-contato{
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.form-row{
  width: 100%;
  display: flex;
  justify-content:space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form-col{
  width: 48%;
  font-size: 16px;
  color: #FFF;
  margin-top: 20px;
}

.form-col2{
  width: 100%;
  font-size: 16px;
  color: #FFF;
  margin-top: 20px;
}

.form-row input {
  font-size: 16px;
  color: #FFF;
  background-color: #062241;
  border: solid 1px #09AFF4;
  border-radius: 5px;
  width: 100%;
  padding: 5px;
  margin: 10px 0px;
  box-sizing: border-box;
}
.form-row ::placeholder {
  font-size: 16px;
  color:#09AFF4;
}

input:focus {
  border: solid 1px #FFF;
  outline: none;
}

.footer-copy{
  width: 100%;
  height: auto;
}

.footer-copy p{
  color: white;
  display: block;
  padding: 20px 10px;
  font-size: 12px;
  text-align: center;
}