@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: Brushability Sans;
    src: local(./resources/font/Brushability-Sans.otf);
}
.recursos {
    color: #f6276e #0b66ba #fad94c
    }

body {
    display: flex;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    margin: 0;
    min-height: 100vh;
}

ul {
    list-style-type: none;
    padding: 0 30px 0 0;
    display: flex;
    gap: 24px;
  }
  
  a {
    text-decoration: none;
    color: #000;
  }

  .container-1 {
    background-image: url(./resources/img/banneryellow3.jpg);
    background-color: gray;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header {
    display: flex;
    height: 70px;
    font-weight: 500;
    justify-content: space-evenly;
    padding: 0 16px 0 16px;
}

.h-left, .h-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.h-left {
    justify-content: flex-start;
    flex-shrink: 0;
}

.h-right {
    justify-content: flex-end;
}

.logo {
    height: 50px;
}

.logo-name, .logo-name-2 {
    font-size: 20px;
    font-family: Brushability Sans;
    font-weight: 900;
    display: flex;
}

.soualuno, .cadastrese {
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 8px 20px;
    border: none;

}

.soualuno {
    background: white;
    color:#0b66ba;
}

.cadastrese {
    background: #0b66ba;
    color: white;
    border-color: #0b66ba;
}

.banner {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    height: 700px;
}

.box-1 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    padding: 16px;
}

.title-1 {
    font-family: 'Brushability Sans';
    font-size: 24px;
    font-weight: 400;
    margin-left: 8px;
}

.title-2 {
    font-family: 'Brushability Sans';
    font-size: 90px;
    font-weight: 900;
    margin-top: -40px;
    color: #f6276e;
}

.box-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #000;
    color:#fad94c;
    width: 218px;
    padding: 32px 32px;
    margin-top: 45px;
}

.title-3 {
    font-family: 'Brushability Sans';
    font-weight: 200;
    font-size: 24px;
    margin-top: 0;
}

.text-1 {
    font-weight: 600;
    font-size: 12px;
    color: white;
    margin-top: 0;
}

.price-1 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 0;
}

.price-2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 35px;
}

.cta-1 {
    width: 190px;
    margin-top: -20px;
    font-size: 16px;
    padding: 10px 0;
    background: #f6276e;
    color: white;
    font-family: 'Brushability Sans';
    font-weight: 900;
    border: none;
}

.container-2 {
    display: flex;
    justify-content: center;
}

.image-1 {
    width: 700px;
    margin-top: -250px;
}

.container-3, .container-4, .container-5, .container-6, .container-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.container-3, .container-5, .container-6, .container-7 {
    margin-top: 30px;
}

.container-4 {
    background-color: #fad94c;
    height: 450px;
}

.box-3 {
    display: flex;
    flex-direction: column;
    width: 1000px;
}

h1 {
    font-family: 'Brushability Sans';
    color: #0b66ba;
    text-align: center;
}

.line {
    text-align: center;
    font-size: 4px;
    line-height: 3px;
    background-color: #f6276e;
    color: transparent;
    width: 300px;
    align-self: center;
}

h3 {
    text-align: center;
    margin-bottom: 30px;
}

.box-4, .box-6, .box-9, .box-10 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.box-4 {
    width: 900px;
}

.box-4-1, .box-6-1, .box-9-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.icon-1 {
    width: 64px;
    height: 64px;
}

.icon-desc {
    text-align: center;
}

.box-7 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.card-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #f6276e;
    width: 300px;
    height: 250px;
    padding: 50px;
}

h2 {
    text-align: center;
    color: white;
    font-family: 'Brushability Sans';
    font-size: 30px;
    margin-top: 0;
}

.text-2 {
    font-size: 12px;
    color: white;
    margin-top: 0;
}

.price-3 {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
}

.price-4 {
    font-size: 26px;
    color: white;
    margin-top: 0;
    font-weight: 700;
}

.cta-2 { 
    width: 230px;
    padding: 10px 0;
    font-size: 20px;
    background-color: #fad94c;
    font-family: 'Brushability Sans';
    font-weight: 900;
    color: #f6276e;
    border: none;
}

.card-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 260px;
    height: 180px;
    padding: 70px 40px;
    background-color: #0b66ba;
}

.text-3 {
    font-size: 10px;
    color: white;
    margin-top: 0;
}

.price-5 {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
}

.price-6 {
    font-size: 26px;
    color: white;
    margin-top: 0;
    font-weight: 700;
}

.cta-3 { 
    width: 200px;
    padding: 10px 0;
    font-size: 20px;
    background-color: #fad94c;
    font-family: 'Brushability Sans';
    font-weight: 900;
    color: #0b66ba;
    border: none;
}

.text-4 {
    font-family: 'Brushability Sans';
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 0;
    color: gray ;
}

.text-5 {
    font-weight: 600;
    margin-top: 0;
}

.container-7 {
    background-color: #fad94c;
    height: 750px;
    margin-bottom: 0;
}

.box-10 {
    margin-top: 0;
}

.box-10-1 {
    display: flex;
    flex-direction: column;
    width: 400px;
    padding: 15px 50px;
}

.box-10-2 {
    display: flex;
}

.text-6 {
    font-size: 13px;
    color: #f6276e;
    text-align: justify;
    font-weight: 600;
}

.text-7 {
    font-family: 'Brushability Sans';
    font-weight: 400;
}

.text-8 {
    font-family: 'Brushability Sans';
    font-weight: 600;
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #000;
    height: 120px;
}

.box-11 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.box-12 {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.logo-name-2 {
    color: white;
    padding-left: 20px;
}

.signature {
    color: white;
    font-size: 10px;
}

.heart {
    color: red;
}