/* // Large devices (desktops, less than 1200px) 
  @media (max-width: 1199.98px) {*/

/* CAROUSEL */

section.carousel .carousel-inner .carousel-item .carousel-caption h1 {
  font-family: "Montserrat-light", sans-serif;
  font-size: 7vw;
  color: #fff;
  margin-bottom: 10%;
}

section.carousel .carousel-indicators button {
  border: 0px solid #fff;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

section.carousel .carousel-inner .carousel-item .carousel-caption button {
  font-size: 20px;
  font-family: "Montserrat-Semibold", sans-serif;
  color: #1c4d87;
  background-color: #fff;
  border: none;
  width: 223px;
  height: 62px;
  margin-bottom: 4%;
}

section.carousel .carousel-inner .carousel-item .carousel-caption button:hover {
  background-color: #18548d;
  color: #fff;
  transition: 0.5s;
}

/* SECTION SOBRE */

section.sobre {
  background-color: #f5f5f5;
}

section.sobre h1 {
  font-family: "Montserrat-Semibold", sans-serif;
  font-size: 48px;
  color: #004383;
  margin-bottom: 30px;
}

section.sobre h1 span {
  color: #93ae23;
}

section.sobre p {
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 20px;
}

section.sobre .card {
  background-color: #fff;
  border: 5px solid #93ae23;
  padding: 10px;
  width: 354px;
  height: 349px;
}

section.sobre .card .card-body {
  background-color: #004383;
  padding-top: 67px;
}

section.sobre .card .card-body img {
  display: block;
  margin: 0 auto;
}

section.sobre .card .card-body h3 {
  font-family: "Montserrat-Semibold", sans-serif;
  font-size: 20px;
  color: #fff;
  padding-top: 15px;
}

/* NOSSOS SERVIÇOS */

section.servicos {
  width: 100%;
}

section.servicos .titulo-pagina h2 {
  color: #004383;
  font-family: "Montserrat-Semibold", sans-serif;
  font-size: 48px;
}

section.servicos .card-slick .text-bg-dark {
  border: none;
  border-radius: 0;
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
}

section.servicos .card-slick .slick-prev {
  left: -40px;
  transform: rotate(180deg);
}

section.servicos .card-slick .slick-next {
  right: -40px;
}

section.servicos .card-slick .slick-prev,
section.servicos .card-slick .slick-next {
  background-image: url("/engequimica/assets/img/layout/seta-right.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 40px;
  width: 40px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 40px;
  color: #004383;
  content: "";
}

section.servicos .card-slick .slick-slide {
  margin: 0 5px;
}

section.servicos .slick-slide .card-img-overlay {
  transition: 1s;
  border-radius: 0;
  margin: 1.25rem
}

section.servicos .slick-slide .card-img-overlay h5 {
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 16px;
  position: relative;
  bottom: -85%;

}

section.servicos .slick-slide .card img {
  border-radius: 0;
  border-radius: 0%;
  filter: brightness(0.7);
}

section.servicos .slick-slide .card .card-img-overlay p.card-text,
section.servicos .slick-slide .card .card-img-overlay p{
  color: #000000;
  font-family: "Montserrat-Regular";
  font-size: 16px;
  margin-top: 2rem;
  opacity: 0;
  transition: 0.5s 0.2s;
  border-radius: 0px;
}

section.servicos .slick-slide .icone-seta img {
  opacity: 0;
}

section.servicos .slick-slide .card-img-overlay:hover {
  background-color: #fff;
}

section.servicos .slick-slide .card .card-img-overlay:hover h5 {
  color: #004383;
  bottom: 0%;
}

section.servicos .slick-slide .card .card-img-overlay:hover p.card-text {
  opacity: 1;
}

section.servicos .slick-slide .card .card-img-overlay:hover .icone-seta img {
  opacity: 1;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
}

section.servicos .slick-slide .card .card-img-overlay .slick-next .slick-arrow {
  position: absolute;
  color: blue;
  width: auto;
  background-color: #000000;
}

section.servicos .btn {
  background-color: #004383;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
  color: #ffffff;
  font-family: "Montserrat-Medium";
  font-size: 16px;
  height: 70px;
  margin: 30px 0 80px 0;
  line-height: 54px;
  text-transform: uppercase;
  width: 304px;
  cursor: pointer;
}

section.servicos .btn:hover {
  background-color: #18548d;
  transition: 0.5s;
  cursor: pointer;
}

/* BANNER */
section.banner .imagem {
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
  position: relative;
}

section.banner .imagem .btn {
  background-color: #004383;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
  font-family: "Montserrat-Medium";
  font-size: 16px;
  height: 63px;
  text-transform: uppercase;
  width: 25%;
  cursor: pointer;
  position: absolute;
  left: 37%;
  bottom: -31px;
  z-index: 1;
}

section.banner .imagem .btn:hover {
  background-color: #0c355c;
}

section.banner .imagem i {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

/* ULTIMAS NOTICIAS */
section.noticias img{
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);  
}
section.noticias h2 {
  font-size: 27px;
}
section.noticias p {
  font-size: 18px;
}

section.noticias .btn {
  background-color: #004383;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
  color: #ffffff;
  font-family: "Montserrat-Medium";
  font-size: 12px;
  height: 49px;
  margin: 50px 0 117px 0;
  line-height: 39px;
  text-transform: uppercase;
  width: 50%;

}

section.noticias .btn:hover {
  background-color: #093158;
  color: #fff;
  transition: 0.4s;
}

section.noticias i {
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

/* CONTATO */

section.contato {
  background-color: #f5f5f5;
  padding: 117px 0;
}

section.contato h2 {
  color: #1d1d1d;
  font-family: "Montserrat-SemiBold";
  font-size: 48px;
}

section.contato p {
  color: #787878;
  font-size: 20px;
  margin: 0;
  padding: 0 0 80px 0;
}

section.contato form.form-contato input {
  height: 62px;
}

section.contato form.form-contato input,
section.contato form.form-contato textarea {
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  margin: 0 0 40px 0;
}

section.contato form.form-contato button.btn-enviar {
  background-color: #004383;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  box-shadow: 2px 4px 4px 0 rgba(32, 33, 36, 0.28);
  font-family: "Montserrat-Medium";
  font-size: 15px;
  height: 70px;
  text-transform: uppercase;
  width: 233px;
}

section.contato form.form-contato button.btn-enviar:hover {
  background-color: #093158;
  color: #ffffff;
  transition: 0.4s;
}

/*Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  section.sobre .card {
    font-size: 14px;
    padding: 7px;
    width: 294px;
    height: 292px;
  }

  section.sobre .card .card-body {
    padding-top: 60px;
  }

  section.sobre .card .card-body h3 {
    font-size: 15px;
    padding-top: 10px;
  }

  section.noticias h2 {

    font-size: 22px;

  }

  section.noticias p {

    font-size: 13px;

  }

  section.noticias h2 {

    font-size: 22px;

  }

  section.noticias .btn {

    margin: 24px 0 117px 0;

  }


}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* BANNER  */

  section.banner .imagem .btn {
    font-size: 15px;
    height: 63px;
    width: 32%;
    bottom: -31px;
  }

  /* SOBRE */
  section.sobre .card {
    padding: 5px;
    width: 210px;
    height: 210px;
  }

  section.sobre .card .card-body {
    padding-top: 34px;
  }

  .sobre .card-body img {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }

  section.sobre .card .card-body h3 {
    font-size: 15px;
    padding-top: 7px;
  }

  section.servicos .slick-slide .card .card-img-overlay p.card-text {

    font-size: 11px;
    margin-top: 0;
  }

  section.servicos .card-slick .slick-prev {
    left: -21px;

  }

  section.servicos .card-slick .slick-next {
    right: -22px;
    transform: rotate(0deg);
  }

  section.servicos .card-slick .slick-prev,
  section.servicos .card-slick .slick-next {

    height: 35px;
    width: 35px;
  }

  /* ultimas noticias  */


  section.noticias h2 {

    font-size: 30px;

  }

  section.noticias p {
    font-size: 18px;
  }

  section.noticias .btn {
    margin: 23px 0 50px 0;
    width: 40%;
    font-size: 15px;
  }

  section.servicos .slick-slide .card-img-overlay h5 {

    font-size: 12px;
    bottom: -89%;
  }

}

/*Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* CAROUSEL */

  section.carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 7vw;
    margin-bottom: 8%;
  }

  section.carousel .carousel-inner .carousel-item .carousel-caption button {
    font-size: 19px;
    width: 193px;
    height: 52px;
    margin-bottom: 4%;
  }

  /* BANNER  */

  section.banner .imagem .btn {
    width: 48%;
    left: 25%;
    font-size: 8px;
    height: 50px;
    font-size: 12px;
    bottom: -12%;
  }

  /* NOSSOS SERVIÇOS  */

  section.servicos .slick-slider{
    margin: 0 auto;
    width: 85%;
  }

  section.servicos .slick-slide .card-img-overlay h5 {
    font-size: 14px;
  }

  section.servicos .slick-slide .card .card-img-overlay p.card-text {
    font-size: 13px;
    margin-top: 0;
  }

  section.servicos .btn {
    height: 50px;
    width: 50%;
    font-size: 18px;
    line-height: 0px;
    margin: 30px 0 50px 0;

  }

  /* SOBRE */
  section.sobre .card {
    padding: 0px;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
  }




  section.sobre .card .card-body {
    padding-top: 30px;
  }

  section.sobre .card .card-body h3 {

    padding-top: 16px;
  }

  section.noticias h2 {
    font-size: 22px;
  }

  section.noticias p {
    font-size: 16px;
  }

  section.noticias .btn {

    width: 42%;
    font-size: 12px;
    margin: 23px 0 50px 0;
  }

  /* FORM */

  section.contato {

    padding: 50px 0;
  }


  section.contato h2 {
    font-size: 36px;
  }


  section.contato p {

    padding: 0px 0 50px 0;
  }

  section.contato form.form-contato button.btn-enviar {
    font-size: 14px;
    width: 60%;
    height: 50px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  section.carousel .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 7vw;
    margin-bottom: 4%;
  }

  section.carousel .carousel-inner .carousel-item .carousel-caption button {
    font-size: 15px;
    width: 122px;
    height: 30px;
    margin-bottom: 1%;
  }

  section.banner .imagem .btn {
    width: 50%;
    left: 25%;
    font-size: 10px;
    height: 50px;
    font-size: 10px;
    bottom: -12%;
  }



  /* SOBRE */

  section.sobre h1 {
    font-size: 38px;
  }

  section.sobre p {
    font-size: 16px;
  }

  /* NOVAS NOTICIAS */

  section.servicos .titulo-pagina h2 {
    font-size: 38px;
  }

  section.servicos .btn {

    font-size: 13px;
    height: 50px;
    margin: 30px 0 50px 0;
    line-height: 40px;
    width: 214px;
  }

  section.servicos .slick-slide .card .card-img-overlay p.card-text {
    font-size: 16px;
  }

  section.servicos .btn {
    margin: 30px 0 50px 0;

  }


  /* Noticias */

  section.noticias .btn {

    width: 42%;
    font-size: 12px;
    margin: 23px 0 50px 0;
  }




  /* CONTATOS */

  section.contato {

    padding: 50px 0;
  }


  section.contato h2 {
    font-size: 31px;
  }

}