section.banner-header .carousel-caption {
  position: absolute;
  top: 50px;
  right: 2%;
  /* bottom: 1.25rem; */
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

section.banner-header .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 7.5rem;
}

section.banner-header .carousel-inner .carousel-item .carousel-caption p {
  font-size: 2em;
  text-align: initial;
  margin-left: 23%;
  font-weight: 600;
}

section.banner-header .carousel-inner .carousel-item .carousel-caption small {
  color: #000;
}

section.banner-main .bg-red {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  /* width: 100%; */
}

section.banner-main .bg-red p img {
  /*height: 470px;*/
  width: 100%!important;
}

section.banner-main .bg-red p {
  font-size: 1.4rem;
  text-align: initial;
  font-weight: 600;
  /*margin: auto 0 auto 30px;
  padding: 0px 0px 7% 0px;*/
  margin: auto 0 auto 0;
  padding: 0px 0px 0px 0px;
}

section.banner-main .bg-red {
  /*background: #c90c0f;*/
}

section.banner-main .bg-black {
  /*background-color: #1d1d1b;*/
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
}

section.banner-main .bg-black .sobre p {
  font-size: 20px;
  text-align: initial;
  font-weight: 600;
  line-height: 33px;
  margin: 0 auto;
  padding: 0 0 0 0;
  /*padding: 0 0 20px 0;*/
}


section.banner-main .bg-black .sobre p:first-child img {
  /*margin-right: 30px;*/
  /*height: 470px;*/
  width: 100%!important;
}

section.banner-main h2 {
  font-size: 2.5rem;
  color: #000;
}

section.clientes {
  background-color: #c90c0f;
}

section.clientes .carousel-caption {
  position: static;
}

section.clientes .carousel-item p {
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  font-weight: 600;
}

section.clientes svg {
  color: #fff;
}

section.local .bg-red {
  background-color: #c90c0f;
}

section.local .bg-red p {
  color: #f5f5f5;
  font-size: 1.5em;
  text-align: initial;
  font-weight: 600;
  margin: auto 10%;
}

section.local .bg-red svg {
  color: #fff;
}

section.local .bg-red button.btn {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  width: 40%;
  height: auto;
}

section.local .bg-red button.btn:hover {
  border: 2px solid #000;
}

section.local iframe {
  width: 100%;
}

@media (max-width: 1400px) {
  section.banner-header {
    margin-top: 50px;
  }

  section.banner-header .carousel-caption {
    top: 5px;
  }
}

@media (max-width: 1200px) {
  section.banner-header {
    margin-top: 70px;
  }

  section.banner-header .carousel-caption {
    top: -30px;
  }

  section.banner-main .bg-black .sobre p {
    line-height: 23px;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 6.5rem;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption p {
    font-size: 1.4em;
  }

  section.banner-main .bg-black p {
    font-size: 1.1em;
    line-height: 23px;
    margin: auto 0;
  }
}

@media (max-width: 992px) {
  section.banner-header .carousel-caption {
    top: 14px;
    left: 20%;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 3.5rem;
    text-align: start;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption p {
    font-size: 1.2em;
    margin-left: -15%;
    text-align: initial;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption small {
    color: #000;
  }

  section.banner-main .bg-red .sobre p:first-child {
    font-size: 0em;
    line-height: 0px;
    margin-bottom: 15px;
    padding: 0 0 0 0;
  }

  section.banner-main .bg-red p {
    font-size: 1.1rem;
    text-align: left;
    margin-left: 0;
    padding: 0px 20px 15px 20px;
  }

  section.banner-main .bg-black .sobre p {
    font-size: 1.1em;
    text-align: justify;
    line-height: 25px;
    padding: 0px 20px 15px 20px;
    margin: auto;
}

  section.banner-main .bg-black .sobre p:first-child {
    font-size: 0em;
    line-height: 0px;
    /*margin-bottom: 15px;*/
    margin-bottom: 0;
    padding: 0;
  }

  section.banner-main .bg-black .sobre p:first-child img{
    width: 100% !important;
    float: none !important;
  }

  section.banner-main .bg-red .sobre p:first-child img{

    width: 100% !important;
    float: none !important;
  }


  section.banner-main h2 {
    font-size: 2rem;
  }

  section.clientes {
    background-color: #c90c0f;
  }

  section.clientes .carousel-item p {
    font-size: 1.3em;
    text-align: center;
    font-weight: 600;
  }

  section.local .bg-red p {
    font-size: 1.1em;
  }


  section.local .bg-red button.btn {
    width: 45%;
  }

  section.local .bg-red {

    height: 400px;
  }

  section.local iframe {
    width: 100%;
    height: 100%;
  }

  section.banner-main .bg-red p img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767.8px) {
  section.banner-header .carousel-caption {
    top: 1px;
    left: 16%;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 3.5rem;
    text-align: start;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption p {
    font-size: 1.2em;
    margin-left: -2%;
    text-align: initial;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption small {
    color: #000;
  }

  section.banner-main .card .card-body {
    background-color: #c90c0f;
  }

  section.banner-main .card .card-text {
    color: #fff;
    background-color: #c90c0f;
  }

  section.banner-main .bg-black p {
    font-size: 1.1em;
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
    padding: 0px 0px 15px 0px;
}

  section.banner-main h2 {
    font-size: 2rem;
  }


  section.clientes {
    background-color: #c90c0f;
  }

  section.clientes .carousel-item p {
    font-size: 1.3em;
    text-align: center;
    font-weight: 600;
  }

  section.clientes .carousel-item i {
    color: #fff;
    background-color: #fff;
  }

  section.banner-main .bg-red p img {
    width: 100%;
  }

  section.local .bg-red {
    height: 310px;
  }
}

@media (max-width: 575px) {
  section.banner-header .carousel-caption {
    top: -11px;
    left: 14%;
  }

  section.banner-main .bg-black .sobre p:first-child img {
    margin-right: auto;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 2.5rem;
    text-align: start;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption p {
    font-size: 0.8em;
    margin-left: 3%;
    text-align: justify;
  }

  section.banner-header .carousel-inner .carousel-item .carousel-caption small {
    color: #000;
  }

  section.banner-main .bg-red p {
    font-size: 1em;
    text-align: justify;
  }

  section.banner-main .bg-black p {
      font-size: 0.9em;
      text-align: justify;
      line-height: 20px;
      margin-left: 0;
  }

  section.banner-main .bg-black {
    /*background-color: #1d1d1b;*/
    color: #fff;
    font-weight: 600;
    display: block;
    align-items: center;
  }

  section.banner-main h2 {
    font-size: 1.5rem;
  }

  section.clientes {
    background-color: #c90c0f;
  }

  section.clientes .carousel-item p {
    font-size: 18px;
    text-align: justify;
    font-weight: 600;
  }

  section.local iframe {
    width: 100%;
    height: 100%;
  }
  section.banner-main .bg-black .sobre p {
    font-size: 1em;
    padding-bottom: 20px;
}
}