* {
  /*margin: 0;*/
  font-family: 'Lato', sans-serif;

}

body{
  background-image: url('./assets/bg-fiscal.png');
}
h1{ font-size: 4em; }
.main-text{ font-size: 20px }

.header{
  background-image: url("./assets/header-fiscal.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*min-height: 894px;*/
  /*min-width:50%;*/
}

ul > li > p { width: 150px; margin-bottom: 0px }

.text-gray{ color: #908e7d }
.text-blue{ color: #93deec }
.text-dark-blue{ color: #009cc2 }
.call-link { font-size: 22px; font-weight: 900 }
.btn-blue{
  background-color: #009cc2;
  border: 1px solid #009cc2;
  border-radius: 20px;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
}
.btn-blue:hover{
  background-color: #1393b4;
  color: white;
}
.featured { font-size: 1.2em }
.form { background-color: #009cc2; border-radius: 10px; }
/*Form HubSpot*/
.signup-form form {
  margin: 30px 30px 0 30px;
}

/* overrite embbed form style */
.signup-form form fieldset {
  max-width: none;
}

.signup-form div {
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
}

.signup-form div ul {
  display: block;
  font-size: 0.8em;
  list-style: none;
  float: left;
  padding-left: 10px;
  color: #ff6565;
}

.signup-form div > label {
  font-size: 0.9em;
  margin-left: 10px;
  font-weight: 700;
  color: #fafafa;
  margin-bottom: 2px;
}

.signup-form div > input {
  padding-left: 10px;
  border-radius: 4px;
  background: #e6e3e3;
  border: none;
  height: 35px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
}

.signup-form div > input::placeholder {
  font-size: 1.1em;
}

.signup-form div > select {
  padding-left: 10px;
  border-radius: 4px;
  background: #e6e3e3;
  border: none;
  height: 35px;
  margin-top: 2px;
  width: 100%;
}

.signup-form input[type="submit"] {
  text-transform: uppercase;
  margin-top: 22px;
  height: 52px;
  border: 1px solid #fafafa;
  background-color: transparent;
  border-radius: 28px;
  font-size: 1em;
  color: #fafafa;
  font-weight: 700;
  padding: 0 22px;
  cursor: pointer;
  transition: background-color .1s ease-in;
}

.signup-form input[type="submit"]:hover {
  background-color: #1393b4;
}

.box {
  background-image: url('./assets/box.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.profile {
  border-radius: 50%;
  margin-left: 40px;
  margin-right: 70px;
  float: left;
}

.schedule { height: 500px; display: flex; justify-content: space-between; }
.event {
  border: none;
  border-radius: 0px;
  background-color: #dcdacd;
  color: #4a443f;
  height: auto;
  max-height: 470px;
  transition: ease-in-out .6s;
  overflow: hidden;
  margin: 0 10px;
}

.event-hover{
  background-color: #edece3;
}

.description{
  display: none;
}

.footer{
  background: url(./assets/footer.png);
  background-size: cover;
  height: 567px;
  background-position: center center;
  color: #fff;
  padding: 210px 0 0 0;
  font-size: 20px;
}

.footer__info {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.footer h3 {
  text-transform: uppercase;
  color: #ed9c2e;
  font-weight: 900;
  font-size: 30px;
  margin-right: 30px;
}
.footer img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 30px;
}
.footer .cta {
  border-radius: 25px;
  background: #ed9c2e;
  color: #fff;
  border: 0;
  padding: 4px 40px;
  margin: 0 auto;
  display: block;
  height: 35px;
  width: 200px;
  font-size: 16px;
}
.footer hr {
    border-top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 40px;
}

/* Styles for small devices */
@media (max-width: 576px){


  header, section h1, section h3, section p { text-align: center }
  section ul { display: inline-flex }
  section ul > li{ display: inline-block; text-align: center; font-size: 12px }
  section ul > li > img { height: 50px; margin-bottom: 10px; }

  /*.wrap-events { justify-content: unset!important; display: inline-block !important; }*/

  h1{ font-size: 2.5em; }
  h3{ font-size: 20px; }
  .main-text{ font-size: 16px }

  .box { text-align: center; background-color: #e7e6de;  }
  .profile { width: 172px; margin: 50px 0 50px 0; float: none; }

  .schedule { height: auto; }
  .event { margin: 10px 0; }

  .list-inline-item:not(:last-child) { margin-right: 1.5rem; }
  section .col-sm-12 { padding: 0  }

  .signup-form div > input { width: 100%; }

  .call-link { font-size: 12px; padding: 20px 0; }

  .footer {
    padding-top: 120px;
  }
  .footer__info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
  }
  .footer__info h3 {
    margin-right: 0;
    margin-top: 20px;
  }
  .footer__info img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}