html{
    scroll-behavior: smooth;
}
body{
  font-family: Montserrat, Arial, sans-serif;
  background-color: white;
  

}
header{
     background-color: white;
    color: black;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 3px 3px 12px #aaaa;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
header h1 a{
    margin: 25px;
    transition: 0.31s;
    list-style: none;
    text-decoration: none;
    color: black
}

header h1 span{
    color: rgb(223, 49, 49);
    transition: 0.31s;
}

header h1 a:hover{
    cursor: pointer;
    color: rgb(223, 49, 49);
   
}

header h1 a:hover span{
    color: black;
    
}
header img{
    height: 60px;
    width: 80px;
    position: relative;
    top: 5px;
}
header nav ul{
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
header nav ul li a{
    color: rgb(0, 0, 0);
    list-style: none;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    top: 25px;
    font-size: 19px;
}
header nav ul li a:hover{
    color: rgb(223, 49, 49);

}
main{

    
}
main img{
    width: 1400px;
    height: 200px;
   margin: 20px auto;
    display: block;
    margin-top: 100px;
   
}
.cartao{
    background-color: rgb(223, 49, 49);
    width: 500px;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
   margin: 20px auto;
   margin-top: -10px;
   color: black;
   transition: 0.2s;

}
.cartao:hover{
    transform: scale(1.2);
    cursor: pointer;
}
.cartao1 h1 a{
    list-style: none;
    text-decoration: none;
    color: black;

}

#frase1{
    font-size: 27px;
    color: black;
    margin-top: -15px;
    text-align: center;
}
#frase1 span{
    color: rgb(223, 49, 49);
    
}
p{
    display: flex;
     justify-content: center;
}

.cards{
     display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card{
    background-color: #fff;
    width: 200px;
    height:330px;
    border-radius: 12px;
    box-shadow: 4px 4px 12px #aaaa;
   

}

.card img{
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 200px;
    position: relative;
    top: -100px;
    object-fit: cover;
}


.card h1{
    color: black;
    display: flex;
    font-size: 1.1rem;
    justify-content: center;
    position: relative;
    top: -115px;
}
#leon{
    position: relative;
    top: -125px;
    font-size: 1.1rem;
    padding: 10px;
}

#leon2{
    
    position: relative;
    top: -140px;
}
#leon3{
    position: relative;
    top: -149px;
}

#marina{
    position: relative;
    top: -125px;
    font-size: 1.1rem;
    padding: 10px;
}

#marina2{
    position: relative;
    top: -140px;
}
#marina3{
    position: relative;
    top: -149px;
}

.card h2{
    position: relative;
    left: 5px;
    top: -120px;
    font-size: .7rem;
    color: #aaaa;
}


.card span{
    font-size: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -125px;
}


/* ---------- */

.cards2{
    color: black;
     display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}
.card2{
    background-color: #fff;
    width: 200px;
    height:330px;
    border-radius: 12px;
    box-shadow: 4px 4px 12px #aaaa;
   

}

.card2 img{
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 200px;
    position: relative;
    top: -100px;
    object-fit: cover;
}


.card2 h1{
    display: flex;
    font-size: 1.1rem;
    justify-content: center;
    position: relative;
    top: -115px;
}
.card2 h2{
    position: relative;
    left: 5px;
    top: -120px;
    font-size: .7rem;
    color: #aaaa;
}


.card2 span{
    font-size: 10px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -125px;
    background-color: rgb(223, 49, 49);
    width: 80px;
    left: 50px;
    border-radius: 5px;
}

#frase2{
    color: black;
    font-size: 27px;
    margin-top: -15px;
     display: flex;
     justify-content: center;
}
#frase2 span{
    color: rgb(223, 49, 49);
    margin-left: 8px;
    
}



/* ----------------------------------------------- Cards dos planos --------------------------------------------------------- */
.planos{
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 30px;
}
.plano1{
  background-color: rgb(223, 49, 49);
  width: 340px;
  height: 600px;
  padding: 20px;
    border-radius: 15px;
    

}
.plano1 h1{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plano1 h2{
    font-size: 14px;
    color: white;
}
.plano1 h3{
    color: white;
}
.plano1 #planopreco{
    font-size: 27px;
    margin-top: -17px;
}
.plano1 #planoprecospan{
    font-size: 15px;
    margin: 10px;
    color: rgb(255, 255, 255);
}

.plano1 #planoprecomsg{
    margin-top: -20px;
    font-size: 13px;
}

.plano1 button{
    background-color: black;
    color: white;
    border-radius: 20px;
    width: 200px;
    height: 50px;
    font-weight: bold;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-left: 70px;
    transition: 0.3s;
}
.plano1 button:hover{
    cursor: pointer;
    background-color: white;
    color: rgb(223, 49, 49);
    transform: scale(1.3);
}

.plano2{
  background-color: rgb(41, 40, 40);
  width: 340px;
  height: 600px;
  padding: 20px;
    border-radius: 15px;
}
.plano2 h1{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.plano2 h2{
    font-size: 14px;
    color: white;
}
.plano2 h3{
    color: white;
}
.plano2 #planopreco{
    font-size: 27px;
    margin-top: -17px;
}
.plano2 #planoprecospan{
    font-size: 15px;
    margin: 10px;
    color: rgb(255, 255, 255);
}

.plano2 #planoprecomsg{
    margin-top: -20px;
    font-size: 13px;
}

.plano1 #b1, #b2, #b3, #b4, #b5, #b6{
    color: white;
    font-size: 14px;
}
.plano2 #b1, #b2, #b3, #b4, #b5, #b6{
    color: white;
    font-size: 14px;
}

.plano3 #b11, #b22, #b33, #b44, #b55, #b66{
    color: rgb(75, 75, 75);
    font-size: 14px;
}
.plano2 button{
    background-color: white;
    color: black;
    border-radius: 20px;
    width: 200px;
    height: 50px;
    font-weight: bold;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-left: 70px;
    transition: 0.3s;
}
.plano2 button:hover{
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: rgb(223, 49, 49);
    transform: scale(1.3);
}



.plano3{
  background-color: rgb(255, 255, 255);
  width: 340px;
  height: 600px;
  padding: 20px;
  border: 1px solid gray;
    border-radius: 15px;
    

}
.plano3 h1{
    color: rgb(75, 75, 75);
    display: flex;
    justify-content: center;
    align-items: center;
}
.plano3 h2{
    font-size: 14px;
    color: rgb(75, 75, 75);
}
.plano3 h3{
    color: rgb(75, 75, 75);
}
.plano3 #planopreco{
    font-size: 27px;
    margin-top: -17px;
}
.plano3 #planoprecospan{
    font-size: 15px;
    margin: 10px;
    color: rgb(75, 75, 75);
}

.plano3 #planoprecomsg{
    margin-top: -20px;
    font-size: 13px;
}


.plano3 button{
    background-color: rgb(223, 49, 49);
    color: rgb(255, 255, 255);
    border-radius: 20px;
    width: 200px;
    height: 50px;
    font-weight: bold;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
    margin-left: 70px;
    transition: 0.3s;
}
.plano3 button:hover{
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    color: white;
    transform: scale(1.3);
}







footer {
  background: rgb(223, 49, 49);
  padding: 12px;
  margin-top: 100px;
  margin: -8px;
}

footer p {
  color: #ffffff;
  text-align: center;
}
hr {
  width: 80%;
  max-width: 300px;
  margin: 50px auto;
  border: none;
  height: 1px;
  background: #929090;
}



/* RESPONSIVO */
@media (max-width: 768px) {
  
 header{
  width: 101%;
  margin-left: -9px;
}

header img{
    left: -100px;
}

nav ul li a{
    left: -100px;
    
}

main #banner{
    width: 100%;;
}

.planos {
        flex-direction: column;
        align-items: center;
    }

}



@media(max-width: 480px){


.cartao{
    width: 80%;
}

    #frase1{
        font-size: 20px; 
        margin-left: -1px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; 
        white-space: nowrap; 
    }

    #frase1 span{
        margin-left: 5px;
    }

    #frase2{
        font-size: 20px; 
        margin-left: -1px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap; 
        white-space: nowrap; 
    }

    #frase1 span{
        margin-left: 5px;
    }

     header{
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    header img{
        position: static;
        width: 60px;
        height: 60px;
    }

    header h1{
        margin: 0;
        text-align: center;
    }

    header nav ul{
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        gap: 15px;
    }

    header nav ul li a{
        position: static;
        font-size: 16px;
    }

main #banner{
    position: relative;
    width: 90%;
    left: 10px;
}


.planos {
        flex-direction: column;
        
        align-items: center;
    }


}

@media(max-width: 390px){
   header{
  width: 101%;
  margin-left: -9px;
}


header img{
    left: -100px;
}

nav ul li a{
    left: -100px;
    
}

main #banner{
    width: 100%;;
}


.planos {
        flex-direction: column;
        align-items: center;
    }



}

@media(max-width: 440px){
   header{
  width: 101%;
  margin-left: -9px;
}

header img{
    left: -100px;
}

nav ul li a{
    left: -100px;
    
}

main #banner{
    width: 95%;
    left: 0px;
}
#frase1{
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.planos {
        flex-direction: column;
        align-items: center;
    }

}

@media(max-width: 420px){
  header{
  width: 101%;
  margin-left: -9px;
}

header img{
    left: -100px;
}

nav ul li a{
    left: -100px;
    
}

main #banner{
    width: 95%;;
}
#frase1{
    font-size: 17px;
}
.cartao{
    width: 85%;
}

.planos {
        flex-direction: column;
        align-items: center;
    }

}

@media(max-width: 400px){
  header{
  width: 101%;
  margin-left: -9px;
}

header img{
    left: -100px;
}

nav ul li a{
    left: -100px;
    
}

main #banner{
    width: 95%;;
}

.planos {
        flex-direction: column;
        align-items: center;
    }

}
