@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900&display=swap");

#navbarNav {
  font-size: 0.8em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.exchange-logo {
  width: 180px;
}
.bg-verde {
  color: #ffffff;
  background: #9cc324;
  min-height: 500;
}
.exchange-title {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #1f2749;
}
.exchange-text {
  font-family: "Lato", sans-serif;
  font-size: 25px;
  line-height: 30px;
}
.politicas {
  transition: all 0.3s ease;
  text-decoration: none;
}
.politicas:hover {
  transition: all 0.3s ease;
  color: #1f2749;
}
.btn-campus {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-decoration: none;
  outline: none;
  padding: 15px 20px;
  border-radius: 5px;
  color: #ffffff;
  background: #1f2749;
  border: 2px solid #1f2749;
  transition: all 0.3s ease;
}
.btn-campus:hover {
  transition: all 0.3s ease;
  color: #1f2749;
  background: none;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
/* `xm` applies to x-small devices (portrait phones, less than 414px) */
@media (max-width: 414.98px) {
}
/* `xxm` applies to x-small devices (portrait phones, less than 375) */
@media (max-width: 375.98px) {
  .bg-verde {
    color: #ffffff;
    background: #9cc324;
    
  }
  .exchange-logo {
    width: 120px;
  }
  .exchange-title {
    font-size: 30px;
    font-weight: 600;
  }
  .exchange-text {
    font-size: 22px;
    line-height: 30px;
  }
  .btn-campus {
    font-size: 16px;
    padding: 8px 15px;
    border-radius: 5px;
  }
 
  .form-row{
      overflow: hidden;
      width: 100%;
  }
}
