
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
}

.eyebrow{
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #67697A;
  letter-spacing: 0.18em;
}

.hero-container h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: #393B47 !important;
  margin-bottom: 16px;
  margin-top: 8px !important;
}

.hero-container h2 {
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 110%;
  color: #67697A;
  text-align: left;
}

/*h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #393B47;
}*/

 
.button {
  border-radius: 500px;
 cursor: pointer;
 font-family: 'Nunito Sans';
 font-style: normal;
 font-weight: 700;
 outline: none;
 text-align: center;
 transition: background-color 0.1s ease-out;
 font-size: 20px;
 padding: 0 24px;
 padding-top: 16px;
 background-color: #0E248F;
 padding-bottom: 16px;
 color: white;
 text-decoration-line: none;
  border: 0;
}

.button:hover {
    background-color: #0025e0;
    text-decoration: none;
}

.hero {
  background:#EBECF5;

}

.text-banner {
  max-width: 43%; !important}


.img-banner {
height: 480px;
}

.hero-container {
  display: flex;
     width: 1200px !important;
     margin: 0 auto;
     gap: 48px;
     align-items: center;
}


.hero_img_mobile {
     display: none;
}

   .img-banner {
   display: flex;
   justify-content: flex-end;
}
 

.img-banner img {
width: 100%;
display: flex;
   }

.text-banner {
  text-align: left;

}



/* RESPONSIVIDADE */

@media (min-width:769px) and (max-width: 1076px) {
  .hero-container {
    padding-left: 40px;
  }
}


   /* TABLET */
   @media (max-width: 768px) {
 
h1 {
      text-align: center;
     font-size: 32px;
     }

.hero-container h2 {
    font-size: 16px;
    text-align: center;
}  

.hero {
      width: 100%;
      max-width: 100%;
      padding-top: 60px;
    }

  
.hero-container {
      max-width: 100% !important;
      justify-content: center;
      padding: 0 16px;
    }

    
.hero_img_mobile {
         display: flex;
         justify-content: center;
         margin: 0 auto;
       }
     
.hero_img_mobile img{     
     max-width:100%;
}
 
.img-banner {
         display: none;
         text-align: center;
         height: auto;
       }


.text-banner {
    text-align: center;  
    margin-bottom: 16px;
}


   }




 /* MOBILE */
  
 
@media (max-width: 480px) {
 
  h1 {
    max-width: 100%;
  }


.text-banner {
  max-width: 100%; !important}

.img-banner {
height: auto;
}
  
.hero_img_mobile {
         display: flex;
       }
 
.img-banner {
         display: none;
         text-align: center;
         height: auto;
       }
 
 

 
.container {
         display: flex;
         width: 100% !important;
         margin: 0 auto;
         gap: 16px; 
         flex-direction: column;
     }
 
.hero_img_mobile {
         display: flex;
         width: 100%;
         margin-top: 0;
     }
 
 
 
.button {
font-size: 16px;
  width: 100%;
}
  
   }