@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;0,600;0,700;0,800;0,900;1,300&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    /*background-color: #13ffd2;
background-image: linear-gradient(180deg, #04dbb4 0%, #18c7c2 68%, #034f42 100%);*/
    color: rgb(255, 255, 255) !important;
    background-color: black;
}

.banner {
    background-image: url(../assets/background.jpg);
    max-width: 100%;
    height: auto;
}

.banner2 {
    background-image: url(../assets/space.jpg);
    max-width: 100%;
    height: auto;
}

.intro h2{
    font-weight: 700;
}

.intro h5{
    font-weight: 100;
}

.intro h4{
    font-weight: 700;
}



.title{
    font-size: 50px;
    font-weight: 800;
}

.subtitle{
    font-size: 20px;
    font-weight: 500;
    animation: go-back 1s infinite alternate;
}

.lei{
    margin-top: 13px;
    font-size: 50%;
}

.btnaction a{
    width: 80%;
    background-color: #AA6D0C;
    background: linear-gradient(298deg, rgba(170,109,12,1) 8%, rgba(255,157,0,1) 50%, rgba(170,109,12,1) 96%);
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
	box-shadow: -3px 4px 0px 0px #ffffff;
}


.card{
    padding: 10px;
    background-color: #aa6e0c00;
    border: 5px solid  #AA6D0C;
    border-radius: 10px;
 }

 .card-title{
    font-weight: 700 !important;
 }

 .toolstext h5{
    margin-top: 5%;
    font-weight: 700;
 }

 .textli{
    width: 50% !important;
    text-align: justify;
    text-align: justify;
 }

 .tools{
    display: flex;
    align-items: center;
    justify-content: center;
 }

 li i{
    margin-right: 10px;
 }

 .promisse{
    margin-top: 3%;
    font-style: italic;
    line-height: 1.6;
    font-weight: 100;
    margin-bottom: 5%;
 }

 .foco h5{
    font-weight: 700;
 }

 .finish h5{
    font-weight: 700;
 }

 .marcatexto {
    text-decoration: underline #AA6D0C;
}

.comofunciona h2{
    font-weight: 700;
}

.finish h5{
    padding-bottom: 3%;
}

@media only screen and (max-width: 600px) {
    .btn-large {
        width: 90% !important;
    }

    .btnaction a{
        width: 80%;
        font-size: 120%;
    }

    .textsecond h2{
        font-size: 40px;
    }

    .inverter {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .title{
        font-size: 5vh !important;
    }

    .img{
        width: 100% !important;
    }

}

.pulse {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    display: table;
    margin-top: 10px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -webkit-filter: brightness(100%);
    }
    100% {
      -webkit-transform: scale(1.1);
      -webkit-filter: brightness(200%);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      filter: brightness(100%);
    }
    100% {
      transform: scale(1.1);
      filter: brightness(200%);
    }
  }
  

  .bio p{
    font-size: 20px;
  }