@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
html, body {
  font-family: Nunito;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.header {
  margin: 0;
  background-color: #ffffff;
  max-height: 82px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 26px 0px;
  opacity: 0.95;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  position: fixed;
  top: 0;
}

.header-brand {
  cursor: pointer;
  max-width: 134.3px;
  max-height: 42.7px;
}

.header-button {
  border-radius: 25px;
  border: transparent;
  background-color: #00e66e;
  outline: none;
  cursor: pointer;
  width: 235px;
  height: 37px;
  color: #ffffff;
  font-family: Nunito;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.top-image {
  display: flex;
  justify-content: center;
  background-image: url("https://image.relacionamentosicredi.com.br/lib/fe5915707c610c7b751d/m/2/cef6e0b6-8623-4d7f-aaef-f4a6a1ecd4f3.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 221px;
  margin-top: 95px;
}

.card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
}

.card-session {
  margin-top: -90px;
  width: 900px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.card {
  width: 404px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #6e00e6;
  margin-top: 40px;
  padding: 20px;
}

.card-content {
  width: 404px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 29px;
  background-color: #ffffff;
}

.lower-card-session {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  height: 134px;
}

.card-image {
  background-size: cover;
  width: 100%;
}

.card-date {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 10px;
}

.card-text {
  height: 103px;
  font-size: 25px;
  text-align: left;
  font-weight: 600;
}

.card-button {
  color: #ffff;
  background-color: blueviolet;
  border: none;
  padding: 7px;
  margin-top: -15px;
  width: 141px;
  border-radius: 25px;
  font-size: 17px;
  cursor: pointer;
  font-family: 'Nunito', regular;
}

.font-s22 {
    font-size: 22px;
}

.font-s20 {
    font-size: 20px;
}

.mail-form {
  height: 209px;
  background-color: #78f5be;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding-top: 20px;
}

.mail-text {
  font-size: 19px;
  font-weight: bold;
  color: #6e00e6;
  padding: 20px;
}

.input-container {
  position: relative;
}

.message {
  position: absolute;
  top: 30%;
  left: 2%;
}

.submit {
  position: absolute;
  top: 30%;
  right: 2%;
  background-color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}

.mail-input {
  width: 659px;
  height: 48px;
  object-fit: contain;
  border-radius: 24px;
  background-color: #ffffff;
  border: none;
  outline: none;
  padding-left: 50px;
  padding-right: 50px;
  color: #6e00e6;
  font-size: 15px;
  font-family: 'Nunito', regular;
}

::placeholder {
  color: #6e00e6;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6e00e6;
}

::-ms-input-placeholder {
  color: #6e00e6;
}

.footer {
  background-color: #6e00e6;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.social-media {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 10px;
}

@media only screen and (max-width: 895px) {
  .card-session {
    justify-content: center;
  }
  .mail-input {
    width: 310px;
    height: 48px;
  }
  .card-text {
    height: auto;
    padding-bottom: 1em; 
  }
  .logo-brand {
   max-width: 400px;
    max-height: 221px;
  }  
}
  
@media only screen and (max-width: 660px) {
  .logo-brand {
    max-width: 210px;
    max-height: 170px;
  }
}

@media only screen 
 and (max-device-width:480px), 
only screen and (-webkit-max-device-pixel-ratio: 1.5) { 
  .header-button{
    font-size: 12px;
  }
  .card-text {
    height: auto;
    padding-bottom: 1em; 
  }
}

@media only screen and (max-width: 450px) {
  .card-session {
    justify-content: center;
  }
  .mail-input {
    width: 200px;
    height: 48px;
  }
  .card {
    width: 344px;
  }
  .header-button{
    width: 155px;
    font: 14px;
  }
  .card-text {
    height: auto;
    padding-bottom: 1em; 
  }
}

@media only screen and (max-width: 320px) {
  .card {
    width: 300px;
  }
  .card-date {
    height: 30px;
  }
  .card-text {
    height: 90px;
  }
  .mail-form {
    height: 200px;
  }
  .card-text {
    height: auto;
    padding-bottom: 1em; 
  }
} 

