@media (max-width: 567px) {
  .logo img{
    width: 250px;
  }
  .banner {
    padding: 60px 20px;
  }
  .event-section {
    padding: 60px 20px;
  }
  .carlos-section img{
    margin-left: 0px;
    width: 150px;
  }
  .carlos-section p {
    width: 100%;
    margin-top: 30px;
  }
  .banner-form, .carlos-section .blue-btn {
  margin-top: 60px;
}
.banner-form .form-check-label-small {
  font-size: 14px;
}
.banner-form{
  padding: 30px;
}
.row-reverse{
  flex-direction: column-reverse;
}
.horario{
  padding-left: 0px;
  border-left: 0;
  margin-top: 30px;
}
.footer-content{
  display: block;
  text-align: center;
}
.footer-content ul {
  justify-content: center;
  padding: 0;
  margin-top: 10px;
}
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
  .logo img{
    width: 250px;
  }
  .banner {
    padding: 60px 20px;
  }
  .event-section {
    padding: 60px 20px;
  }
  .banner {
    padding: 60px 0 60px 0;
  }
  .carlos-section img{
    margin-left: 0px;
    width: 150px;
  }
  .carlos-section p {
    width: 100%;
    margin-top: 30px;
  }
  .banner-form, .carlos-section .blue-btn {
  margin-top: 60px;
}
.banner-form .form-check-label-small {
  font-size: 14px;
}
.banner-form{
  padding: 40px;
}
.row-reverse{
  flex-direction: column-reverse;
}
.horario{
  padding-left: 0px;
  border-left: 0;
  margin-top: 30px;
}
.footer-content{
  display: block;
  text-align: center;
}
.footer-content ul {
    justify-content: center;
  padding: 0;
  margin-top: 10px;
}
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .logo img{
    width: 250px;
  }
  .banner {
    padding: 60px 20px;
  }
  .event-section {
    padding: 60px 20px;
  }
  .banner {
    padding: 60px 0 60px 0;
  }
  .carlos-section img{
    margin-left: 0px;
    width: 150px;
  }
  .carlos-section p {
    width: 80%;
    margin-top: 30px;
  }
  .banner-form, .carlos-section .blue-btn {
  margin-top: 60px;
}
.banner-form .form-check-label-small {
  font-size: 14px;
}
.banner-form{
  padding: 40px;
}
.row-reverse{
  flex-direction: column-reverse;
}
.horario{
  padding-left: 0px;
  border-left: 0;
  margin-top: 30px;
}
.footer-content{
  display: block;
  text-align: center;
}
.footer-content ul {
    justify-content: center;
  padding: 0;
  margin-top: 10px;
}
}

@media only screen and (max-width: 990px) and (min-width: 769px) {
 
}

@media only screen and (max-width: 1024px) and (min-width: 991px) {
 
}