

main{
    background-color: #E3ECF5;
    width:100%;
    padding: 20vh 9vw;
}

h1{
    color:#0e1a31;
    font-size: 2.8vw;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 2%;
}

main h2{
   color:#0a47b794;
   text-transform: uppercase;
   font-weight: 600;
   font-size: 1vw;
   width: 55%;
   margin-bottom: 1%;
   padding-left:0.2vw;
}

#Principal{
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    box-sizing: border-box;
    background-color: #F7FBFD;
}

.imagem{
    width: 50%;
    display: flex;
    padding: 7%;
    display: flex;
}

.imagem img{
    border-radius: 2%;
    transform: translateX(6%);
}

.textos{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4%;
}

.destaque{
    font-weight: 800;
}

.textos p{
    color: #051127bb;
    font-size: 1vw;
    padding-right: 8%;
}

#Confianca{
    width: 100%;
    height: 50vh;
    background-color: #E3ECF5;
    padding: 0 160px;
}

#Confianca h2{
     width: 100%;
     height: auto;
    font-size: 36px;
    padding-top: 48px;
    display: flex;
    color: #051127;
    margin-bottom: 32px;
}

#Confianca .cards{
    display: flex;
    gap:24px;
    height: auto;
}

#Confianca .card{
    background-color: #F8FBFE;
    padding: 16px 24px;
    border-radius: 12px;
}

#Confianca svg{
    color:#286CAE;
    margin:8px 0 16px;  
}

#Confianca h3{
    margin-bottom: 12px;
    margin-top: 5%;
}

#Confianca p{
    margin-bottom: 12px;
    color: #05112790;
    font-size: 14px;
}


#Pronto{
    background-color: #F7FBFD;
    width: 100%;
    height: 40vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap:5%;
}

#Pronto h2{
    font-size: 2vw;
    font-weight: 700;
    margin-bottom: -2vh;
}

#Pronto h3{
    width:50%;
    font-weight: 500;
    font-size: 1vw;
    color: #051127c5;
}
#Pronto button{
    margin-top: 2vh;
}

@media(max-width:1083px){
    main h2{
    margin-top: 6vh;
    }

  .imagem, .textos{
    width: 55%;
  }

  .imagem img{
    width: 100%;
  }

  .textos{
    width: 45%;
  }

  #Pronto h3{
    font-size: 1.4vw;
  }
}

@media(max-width:1001px){
    .textos p{
        font-size: 1.4vw;
        text-align: justify;
    }


}

@media(max-width:917px){

    main{
        text-align: center;
        align-items: center;
    }

    h1{
        font-size: 4vw;
        margin: 0;
    }

    main h2{
        justify-self: center;
        margin:2vh 0;
        padding: 0;
        font-size: 2vw;
    }

    #Confianca{
        height: auto;
    }
    .cards .card{
        margin-bottom: 4vh;
    }
}

@media(max-width:891px){

    .cards{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
    .cards .card{
        width:80%;
    }
    #Confianca h2{
        text-align: center;
    }
}

@media(max-width:851px){
    #Principal{
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .imagem{
        width: 80%;
        padding: 4vh 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .imagem img{
        transform: translateX(0);
    }

    .textos{
        justify-content: center;
        width:100%;
        padding: 6vh 6vw;
    }

    .textos p{
        padding: 0;
    }
}

@media(max-width:793px){

    h1{
        font-size: 5vw;
    }

    main h2{
       margin-top: 8%; 
    }

    #Principal p{
        font-size: 2vw;
    }

    #Confianca {
    height: auto;
    }

   .cards{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 3vh;
   }

   #Pronto h2{
        font-size: 3vw;
    }

   #Pronto h3{
        font-size: 2vw;
    }
}

@media(max-width:701px){
    #Confianca{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding:0;
    }
    #Confianca h2{
        width: auto;
        padding: 4vh 4vw;
    }
    .cards{
        width: 100%;
    }
}

@media(max-width:451px){
    main h2{
        font-size: 3.5vw;
    }

    h1{
        font-size: 8vw;
        font-weight: 700;
    }

    #Principal p{
        font-size: 4vw;
    }
    
    #Pronto h2{
        font-size: 5vw;
    }
    
    #Pronto h3{
        font-size: 3.2vw;
        width: 85%;
    }
}