* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
}


body {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  margin: auto;
  background-color: #ffffff;
}

.header {
  background-color: #fafafa;
  margin-bottom: 100px;
}

.menu-open-close-mobile{
  display: none;
}
.container {
  padding: 20px;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.container__logo img {
  width: 150px;

}

.container__menu__mobile {
  display: none;
}

.container__list {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  gap: 32px;
  align-items: center;
}

.container__item a {
  text-decoration: none;
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container__item a:hover {
  color: #ff5f09;
  color: #0066cc;
}

.container__btn {
  background-color: #ff5f09;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
}

.container__item .active {
  color: #ff5f09;
}

.container__btn:hover {
  animation: pulse 1s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.main {
  max-width: 100vw;
  margin: 0 auto;
}

.hero {
  width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1.5fr;
}

.hero h1 {
  color: #003366;
  font-size: 45px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin-bottom: 21px;
}

.hero p {
  font-family: "Poppins", sans-serif;
  margin-bottom: 45px;
  font-size: 24px;
  color: #666666;
}

.hero__img img {
  width: 400px;
  margin-left: 100px;
}

.hero__btn {
  width: 234px;
  padding: 15px;
  background-color: #ff5f09;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
}

.hero__btn:hover {
  animation: pulse 1s infinite;
}

.solution {
  margin-top: 50px;
  text-align: center;
}
.solution h1 {
  font-size: 24px;
  color: #003366;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.solution p {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  color: #003366;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 24px;
}

.separate {
  margin: auto;
  width: 100px;
  height: 2px;
  background-color: #ff5f09;
}

.solution__cards {
  background-color: #0066cc;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  padding: 80px;
  justify-content: center;
  
}

.solution__item {
  background-color: white;
  width: 250px;
  border: solid 1px black;
  border-radius: 10px;
  box-shadow: 0px 0px 5px black;
  margin-bottom: 30px;
  transition: transform 0.5s ease;
}

.solution__item:hover{
  transform: scale(1.1);
  
}
.credito-veiculo {
  width: 250px;
  height: 200px;
  background-image: url(../assets/image/Credito\ Com\ Garantia\ de\ Veiculos.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.credito-imovel {
  width: 250px;
  height: 200px;
  background-image: url(../assets/image/credito\ com\ garantia\ de\ imovel.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.consorcio {
  width: 250px;
  height: 200px;
  background-image: url(../assets/image/Consorcio.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.financiamento {
  width: 250px;
  height: 200px;
  background-image: url(../assets/image/Financiamento.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.capital-giro {
  width: 250px;
  height: 200px;
  background-image: url(../assets/image/Capital\ De\ Giro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.solution__item--text {
  padding: 0 20px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: rgb(94, 90, 90);
  font-size: 13px;
  margin-left: 10px;
}

.solution__item--text h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 10px;
  color: rgb(49, 49, 49);
}

.solution__btn {
  width: 234px;
  padding: 10px;
  background-color: #ff5f09;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.btn-item {
  display: block;

  font-size: 12px;
  width: 100px;
}

.solution__btn:hover {
  animation: pulse 1s infinite;
}

.parter div {
  text-align: center;
  margin: 15px auto;
}

.parter div img {
  width: 200px;
  height: 200px;
}

.parter h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #003366;
  font-weight: 600;
  margin-top: 50px;
}

.parter__separate {
  width: 100px;
  height: 2px;
  background-color: #ff5f09;

  padding: 0;
}

.about {
  width: 1100px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 15fr 1fr;
  justify-content: space-between;
  gap: 32px;
}

.about__container {
  position: relative;
}

.about__separate {
  position: absolute;
  width: 24px;
  height: 5px;
  background-color: #ff5f09;
  transform: rotate(90deg);
  left: -20px;
  top: 11px;
}
.about__container span {
  font-weight: bold;
  color: rgb(36, 33, 33);
}

.about h2 {
  font-family: "Montserrat", sans-serif;
  color: #003366;
  font-size: 24px;
  font-weight: 600;
}

.about p {
  margin-top: 13px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
}

.about img {
  width: 500px;
  height: 320px;
  border-radius: 30px;
  box-shadow: 5px 0px 10px 0px #6f8091a8;
}
.about__block {
  width: 30px;
  height: 330px;
  background-color: #107fee;
}

.depoiments {
   width: 1100px;
   margin: auto;
  margin-top: 50px;
}

.depoiments h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  color: #003366;
  font-weight: 600;
  margin-bottom: 15px;
}

.depoiments__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  justify-content: space-between;
  margin-top: 50px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  color: #666666;
}

.depoiments__circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-bottom: 25px;
}

.man1 {
  width: 60px;
  height: 60px;
  background-image: url(../assets/image/Empresario.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 25px;
}

.man2 {
  width: 60px;
  height: 60px;
  background-image: url(../assets/image/Micro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 25px;
}

.teacher {
  width: 60px;
  height: 60px;
  background-image: url(../assets/image/Professor.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-bottom: 25px;
}

.depoiments__item {
  width: 302px;
  height: 245px;
  background-color: rgb(255, 255, 255);
  border-radius: 20px;
  line-height: 24px;
}

.contact { 
  width: 1100px;
  margin: auto;
  height: 100vh;
}

.contact h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #003366;
  font-size: 24px;
  margin-top: 100px;
  margin-bottom: 15px;
}

.contact__separate {
  width: 100px;
  height: 2px;
  background-color: #ff5f09;
  margin: auto;
}
.contact--small {
  width: 40px;
}

.contact__container {
  width: 100vw;
  display: flex;
  margin-top: 24px;
}

.contact__container img {
  width: 600px;
  height: 600px;
  border-top-left-radius:10px;
  border-bottom-left-radius: 10px;
}
.contact__form {
  
  height: 600px;
  background-color: #0066cc;
  border-top-right-radius:10px;
  border-bottom-right-radius: 10px;
}

.contact__form h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
}

.contact__form label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.contact__form input {
  width: 300px;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 10px;
}

.contact__form input::placeholder {
  font-family: "Montserrat", sans-serif;
}

.contact__form textarea {
  width: 300px;
  height: 150px;
  border-radius: 8px;
  padding: 10px;
}

.contact__btn {
  background-color: #ff5f09;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  width: 100px;
  margin-top: 10px;
}
.contact__form--container {
  width: 400px;
  padding-left: 40px;
}

.footer {
  padding-top: 50px;
  background-color: #fafafa
}

.footer__contact {
  display: flex;
  gap: 100px;
  margin-bottom: 30px;
  justify-content: center;
}

.footer__contact img {
  width: 200px;
}
.footer__menu h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: left;
  font-weight: 600;
}

.footer__menu .container__list {
  display: block;
  text-align: left;
  line-height: 45px;
}
.footer__information {
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: left;
  line-height: 35px;
}

.footer__information h3 {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  display: block;
  text-align: left;
  font-weight: 600;
}

.footer__contact_logo p {
  width: 200px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

.footer__social h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.footer__social_container {
  display: flex;
  gap: 10px;
}

.footer__social_container div {
  margin-top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
}
.instagram {
  background-image: url(../assets/image/logo_insta.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.linkedin {
  background-image: url(../assets/image/logo_link.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer__copyright {
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding-bottom: 20px;
}
