@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

*{margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Google Sans Flex",sans-serif;}

main{
    background-color: #E3ECF5;
    width:100%;
    padding: 10vh 6vw;
    padding-top: 20vh;
}

h1{
    color:#051127;
    font-size: 2.8vw;
    font-weight: 700;
    width:40%;
    line-height: 40px;
    margin-bottom: 2%;
}

main h2{
   color:#071b4194; 
   font-weight: 300;
   font-size: 1.4vw;
   width: 55%;
}

.imagem{
    width:50%;
    padding:5.5%
}

.imagem img{
    width:100%;
    border-radius:3%;
}

.textos{
    width: 50%;
    display: flex;
    flex-direction: column;
}

.textos h3{
    font-size: 1.3vw;
    padding: 2vh 0;;
}

.textos p{
    font-size: 1.2vw;
}

.textos ul{
    display: flex;
    flex-direction: column;
    font-size: 0.8vw;
}

.textos li{
    display: flex;
    gap:1%;
    align-items: center;
}

#Secao2 svg{
    color:#1b5289;
    background-color: #F7FBFD;
}

.pt1, .pt2, .pt3{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pt2 .textos{
  justify-content: end; 
  padding-left: 10vw;
}

h2{
    font-size: 2vw;
    font-weight: 800;
    color: #051127;
}

 h3{
    color: #051127a3;
    font-weight: 200;
    font-size: 1.1vw;
    width: 80%;
    margin:2% 0;
}

#Secao2 h3{
    margin-top: -0.2%;
}

#Secao3{
    background-color: #08173F;
    color: #F7FBFD;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8vh 2vw;
}

#Secao3 h2, #Secao3 h3, #Secao3 p{
    color: #F7FBFD;
    text-align: center;
    line-height: 2vh;
}

#Secao3 h3{
    color: #f7fbfdca;
    font-weight: 400;
}

#Secao3 button:hover{
    background-color: #3c80c4;
}

@media(max-width:781px){
    h1{
        font-size: 4vw;
        width: 50%;
    }

    main h2{
      font-size: 2vw;   
    }

    .textos h2{
        font-size: 3vw;
    }

    .textos h3{
        font-size: 2vw;
    }
    .textos p{
        font-size: 1.4vw;
    }
   #Secao3 h2{
    font-size: 3vw;
   } 
   #Secao3 h3{
    font-size: 1.8vw;
    margin: 4vh 0;
   }
}

@media(max-width:701px){
    main{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    h1, main h2{
        width: 80%;
    }
}

@media(max-width:551px){
    main h2{
       font-size: 2.4vw;
    }
}

@media(max-width:501px){

    h1{
        width: 100%;
        text-align: center;
        font-size: 5vw;
    }

    main h2{
        width: 100%;
        text-align: center;
    }

   .pt1, .pt2, .pt3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
   }

   .pt2{
    margin:0;
    padding: 0;
   }

   .pt2 li{
    margin: 0;
    padding: 0;
    width: 100%;
   }

   .pt2 .imagem{
    order:-1;
   }

   .textos{
    width:100%;
    padding:4% 8%;
   }

   .imagem{
    width: 80%;
   }

   .textos h2{
    text-align: center;
    font-size: 4vw;
    width: 100%;
   }

   .textos h3{
    width: 100%;
    text-align: center;
   }

   .textos p{
    font-size: 2vw;
   }

    #Secao3 h2{
    font-size: 5vw;
   } 
   #Secao3 h3{
    font-size: 2.5vw;
    margin: 4vh 0;
   }

   .pt3 .textos{
    padding-bottom: 10%;
   }
}

@media(max-width:451px){
    main h2{
        font-size: 3vw;
    }
}

@media(max-width:401px){
    main h2{
        font-size: 3vw;
    }
#Secao2 p, #Secao2 h3{
    font-size: 3vw;
}

.textos{
    padding-top: 0;
}

#Secao2 h2{
    font-size: 5vw;
    margin-bottom: 2vh;
}

    .pt1 h3, .pt2 h3, .pt3 h3{
        font-size: 2.5vw;
    }

    .esq p{
        text-align: center;
    }
}