body {
  font-family: "Roboto";
}

.pointer {
  cursor: pointer !important;
}

header {
  background-color: #fff;
}

header.fixed {
    background-color: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.module-title {
  color:#25948D;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
}

.page-header {
  /* height: 368px;
  background-position: center top;
  */

  height: 368px;
  background-repeat: no-repeat;
  /* background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 1380px; */
}

.page-content {
  background-color: #fff;
  background-image: url(../img/bg-texto.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 542px;
  /* padding-top: 40px; */
  padding-bottom: 75px;
}

.page-title {
  font-size: 32px;
  font-weight: bold;
  color:#25948D;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 35px;
}

.page-navigation {
  color:#25948D;
  font-size: 20px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  border-bottom: #ABE3E0 3px solid;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

  .page-navigation span {
    font-weight: bold;
    color: #11554F;
  }

/* Banner */

#carouselBanner.carousel .carousel-indicators {
  bottom: -15px;
}

#carouselBanner.carousel .carousel-indicators li {
  box-sizing: unset;
  -ms-flex: unset;
  flex: unset;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

/* Menu */


header .navbar .navbar-brand {
  padding-left: 15px;
  padding-right: 15px;
}


/* Home */

#home #texto-1 {
  background-color: #fff;
  background-image: url(../img/bg-texto.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 542px;
  padding-top: 50px;
}

  #home #texto-1 .text-img {
    text-align: center;
  }

  #home #texto-1 .text-img img {
    max-width: 50%;
  }

#home #clientes {
  background-color: #F2F2F2;
}

/* Empresa */

#empresa .page-header {
  background-image: url(../img/banner-empresa.jpg);
  background-position: right -140px top 5px;
  background-size: 1300px auto;
  height: 268px;
}

#empresa #texto-2 .texto {
  color: #11554F;
}

#empresa #texto-2 .text-img img,
#galeria-1 img {
  border-radius: 30px;
}

#galeria-1 .carousel-indicators {
  position: relative;
  margin-top: 30px;
}

  #galeria-1 .carousel-indicators li {
    background-color: transparent;
    border: 2px solid #25948D;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }

/* Seguradoras */

#seguradoras .page-header {
  background-image: url(../img/banner-seguradoras.jpg);
  background-position: right -140px top 5px;
  background-size: 1300px auto;
  height: 268px;
}


#seguradoras .page-content {
  padding-top: 0;
}

#lista-1 {
  padding-top: 20px;
}

#lista-1 .module-title {
  font-size: 22px;
}

/* #lista-1 .list-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 100%;
    max-width: 100%;
} */

#lista-1 .list-img {
  border: #ABE3E0 2px solid;
  border-radius: 10px;
  text-align: center;
  /* padding: 10px; */
}

  #lista-1 .list-img img {
    filter: opacity(.7) grayscale(100%);
    transition: filter 0.2s ease-in;
    border-radius: 8px;
  }

    #lista-1 .list-img img:hover {
      filter: opacity(1) grayscale(0%);
    }

  #lista-1 .list-box {
    padding: 7px;
  }

  #lista-1 .list-box .name {
    display: none;
  }


/* Servicos */

#page-servico .page-header,
#page-servicos .page-header {
  background-image: url(../img/banner-servicos.jpg);
  background-position: center 65px;
  background-size: 1000px auto;
  height: 260px;
}

  #page-servicos .page-navigation {
    margin-bottom: 50px;
  }

  #page-servicos .categoria {
    margin-bottom: 70px;
  }

  #page-servicos .servico {
    text-align: center;
    margin-bottom: 30px;
  }

    #page-servicos .servico img {
      height: 150px;
      width: 150px;
      object-fit: cover;
      border-radius: 100%;
    }

    #page-servicos .servico .name {
      margin-top: 20px;
      color: #25948D;
      font-size: 26px;
      line-height: 40px;
    }

    #page-servicos .servico .summary {
      text-align: left;
      color: #999;
      font-size: 14px
    }

#page-servico #servico-desc .module-title {
  text-align: left;
}

#page-servico #servico-desc .text {
  color: #11554F;
}

#page-servico .servico-img {
  border-radius: 30px;
}

#page-servico #gallery img {
  border-radius: 30px;
}

#page-servico #gallery .carousel-indicators {
  position: relative;
  margin-top: 30px;
}

  #page-servico #gallery .carousel-indicators li {
    background-color: transparent;
    border: 2px solid #25948D;
    border-radius: 50%;
    width: 20px;
    height: 20px;
  }

/* Outros */

#lista-2 {
  padding-top: 0;
}

#lista-2 .module-title {
  color:#25948D;
  font-size: 26px;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  border-bottom: #ABE3E0 3px solid;
  margin-bottom: 100px;
  padding-bottom: 5px;
  text-align: left;
}

#lista-2 .module-content {
  margin-top: 0;
}

#lista-2 .list-box {
  text-align: center;
  margin-bottom: 50px;
}

#lista-2 .list-box .list-img {
    background-color: unset;
    border: none;
    height: auto;
    text-align: center;
    padding: 0;
    display: unset;
  }

  #lista-2 .list-box img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 100%;
  }

  #lista-2 .list-box .name {
    margin-top: 20px;
    color: #25948D;
    font-size: 36px;
    line-height: 40px;
  }

/* Notícias */

#page-noticias .page-header {
  background-image: url(../img/banner-noticias.jpg);
  background-position: right -190px top 55px;
  background-size: 900px auto;
  height: 230px;
}

#page-noticias .noticias .noticia {
  margin-bottom: 30px;
}

  #page-noticias .noticias .noticia a {
    color: #11554F;
  }

  #page-noticias .noticias .noticia.current a {
    color: #acc7c6;
  }

    #page-noticias .noticias .noticia a:hover {
      text-decoration: none;
    }

    #page-noticias .noticias .noticia .date {
      margin-bottom: 10px;
      font-size: 18px;
      color: #25948D;
      font-weight: bold;
      border-bottom: 1px solid rgba(37,148,141,.3);
    }

    #page-noticias .noticias .noticia img {
      border-radius: 20px;
    }

    #page-noticias .noticias .noticia .titulo {
      font-size: 16px;
      line-height: 22px;
      color: #25948D;
      font-weight: bold;
      border-bottom: none;
      font-style: italic;
      margin-bottom: 10px;
    }

    #page-noticias .noticias .noticia .texto {
      font-size: 14px;
    }


#page-noticias .destaques,
#page-noticias .categorias {
  background: #f5f5f5;
  padding: 20px 30px;
  border-radius: 10px;
}

  #page-noticias .destaques h4,
  #page-noticias .categorias h4 {
    color: #25948d;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #page-noticias .destaques .dest {

  }

    #page-noticias .destaques .dest .date {
      margin-bottom: 5px;
      font-size: 16px;
      color: #25948D;
      font-weight: bold;
      border-bottom: 1px solid rgba(37,148,141,.3);
    }

    #page-noticias .destaques .dest img {
      border-radius: 10px;
    }

    #page-noticias .destaques .dest .titulo {
      font-size: 16px;
      color: #000;
      font-weight: bold;
      border-bottom: none;
      line-height: 20px;
      /* font-style: italic; */
      margin-bottom: 10px;
    }

  #page-noticias .categorias .topic:first-of-type {
      border-top: 0;
  }

  #page-noticias .categorias .topic {
      border-top: #e2e2e2 1px solid;
      padding-top: 7px;
      padding-bottom: 5px;
  }

  #page-noticias .categorias a {
    font-size: 18px;
    color: #30364B;
    text-transform: uppercase;
    font-weight: 600;
  }

#page-noticias article {

}

  #page-noticias article .date {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #11554F;
    border-radius: 5px;
    padding: 12px 15px 10px 15px;
    line-height: 15px;
  }

    #page-noticias article .date span {
      font-size: 18px;
      font-weight: bold;
    }

    #page-noticias article .title {
      color: #25948D;
      font-family: 'Times New Roman', Times, serif;
      font-size: 20px;
      line-height: 24px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 5px;
      font-weight: bold;
    }

    #page-noticias article .text {
      margin-top: 30px;
      color: #11554F;
    }

      #page-noticias article .text img.main {
        width: 40%;
        margin-right: 15px;
        margin-bottom: 15px;
        float: left;
      }

      #page-noticias article .text img {
        height: auto;
      }

    #page-noticias article .fonte {
      margin-top: 35px;
    }

    #page-noticias article .fonte,
    #page-noticias article .fonte a {
      clear: both;
      font-size: 14px;
      font-style: italic;
      color: #25948D;
    }

    #page-noticias article .fonte a:hover {
      text-decoration: underline;
    }

    #page-noticias article .fotos {
      margin-top: 40px;
    }

    #page-noticias article .video {
      margin-top: 40px;
    }

/* Contato */

#page-contato .page-header {
  background-image: url(../img/banner-contato.jpg);
  background-position: right -280px top 50px;
  background-size: 1000px auto;
  height: 250px;
}

#page-contato #contato {
  padding-top: 0;
}

  #page-contato #contato .form-label {
    display: none;
  }

  #page-contato #contato .form-control {
    border-color: #E2E2E2;
    background-color: transparent;
    color: #25948D;
    border-radius: 20px;
  }

  #page-contato ::-webkit-input-placeholder { /* Edge */
    color: #25948D;
  }

  #page-contato :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #25948D;
  }

  #page-contato ::placeholder {
    color: #25948D;
  }

  #page-contato #form-button-box {
    text-align: center;
  }

    #page-contato .btn-enviar {
      background-color: #25948D;
      /* width: 225px; */
      border-radius: 15px;
    }

    #page-contato .btn-enviar:hover {
      background-color: #5cbbb5;
    }

    #page-contato .inputfile + label {
      background-color: #25948D;
    }

    #page-contato .inputfile + label:hover {
      background-color: #5cbbb5;
    }

  #page-contato footer {
    background-color: rgba(37,148,141,1);
  }

  #page-contato #others {
    color: #11554F;
    padding-top: 18px;
  }

    #page-contato #others a {
      color: #11554F;
    }

    #page-contato #others address {
      font-size: 16px;
      padding-left: 45px;
      position: relative;
      margin-bottom: 25px;
    }

      #page-contato #others address strong.name {
        display: block;
      }

      #page-contato #others address i {
        position: absolute;
        font-size: 28px;
        left: 0;
        top: 0;
      }

    #page-contato #others i {
      color: #ABE3E0;
    }

    #page-contato #others .info-title {
      color: #25948D;
    }

    #page-contato #others .info-1,
    #page-contato #others .info-3 {
      font-weight: bold;
    }

    #page-contato #others .redes-sociais a {
      background: #25948D;
      color: #fff !important;
    }

    #page-contato #others .redes-sociais a:hover {
      background: #5cbbb5;
    }

    #page-contato #others .redes-sociais a i {
      color: #fff !important;
    }

  #page-contato #others .redes-sociais {
    text-align: center;
  }

label#file-error {
  padding-left: 15px;
}

/* Cotação */

#cotacao {
  background-image: url(../img/bg-form.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 100px;
  background-size: auto 100%;
}

  #cotacao .module-title {
    color: #fff;
    font-size: 40px;
  }

  #cotacao .module-text {
    color: #E2E2E2;
    font-size: 20px;
  }

  #cotacao #formulario-1 {
    padding-bottom: 125px;
  }

  #cotacao .form-control {
    border: 3px solid #E2E2E2;
    box-shadow: unset;
    background-color: transparent;
    color: #25948D;
    font-size: 20px;
    border-radius: 22px;
  }

  #cotacao .form-button {
    text-align: center;
  }

  #cotacao ::-webkit-input-placeholder { /* Edge */
    color: #25948D;
  }

  #cotacao :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #25948D;
  }

  #cotacao ::placeholder {
    color: #25948D;
  }

  /*
  #cotacao select {
      -webkit-appearance: none;
      -moz-appearance: none;
      background: transparent;
      background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(37,148,141)' height='36' viewBox='0 0 24 24' width='36' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position-x: 98%;
      background-position-y: 8px;
  }

  #cotacao select.open {
    border-radius: 35px 35px 0 0;
  }

    #cotacao select {
      border-radius: 35px;
    }

    #cotacao select option {
        background: #013f3a;
        border: none !important;
        outline: none !important;
        scroll-behavior: smooth;
    }

    */

  #cotacao .dropdown.bootstrap-select {
    width: 100%;
  }

  #cotacao button.select-control {
    border: 3px solid #E2E2E2;
    box-shadow: unset;
    background-color: transparent;
    color: #25948D;
    font-size: 20px;
    border-radius: 22px;
    padding: 10px 20px;
    outline: none !important;
  }

  #cotacao .dropdown-menu {
    background-color: #013f3a;
    border: 3px solid rgb(226 226 226);
  }

  #cotacao .dropdown-menu .dropdown-menu.inner {
    border: none;
  }

  #cotacao .dropdown-menu a.dropdown-item {
    color: #25948d;
  }

  #cotacao .dropdown-item.active,
  #cotacao .dropdown-item:active {
    color: #fff !important;
    background-color: #25948D;
  }

  #cotacao .dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: #86cec9;
  }

  #cotacao button.send {
    background-color: #25948D;
    color: #fff;
    padding: 20px 45px;
    border-radius: 10px;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

  #cotacao button.send:hover {
    background-color: #5cbbb5;
  }

  #cotacao label.error {
    color: #e2e2e2;
    font-size: 13px;
    font-weight: 300 !important;
  }

  #cotacao .bootstrap-select>.dropdown-toggle {
    border: 3px solid #E2E2E2;
    box-shadow: unset;
    background-color: transparent;
    color: #25948D;
    font-size: 20px;
    border-radius: 22px;
    height: 56px;
    padding-top: 10px;
  }

/* Política */

#page-politica .page-header {
  background-image: url(../img/banner-noticias.jpg);
  background-position: center 65px;
  background-size: 1000px auto;
  height: 260px;
}

  #page-politica .page-navigation {
    margin-bottom: 50px;
  }

  #page-politica .politica-text {
    color: #11554F;
    text-align: justify;
  }


/* Footer */

footer {
  background-color: rgba(37,148,141,.5);
}

  footer .social {
      padding: 15px 0;
  }

  footer .social .redes-sociais a {
      font-size: 14px;
      padding: 4px;
      width: 28px;
      height: 28px;
      color: #25948D;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
  }

  footer .social .redes-sociais a:hover {
    background-color: #fff;
    opacity: .7;
    filter: opacity(70);
  }

  footer .address {
    color: #fff;
    font-weight: 300;
    line-height: 22px;
    padding: 20px 0;
  }

  footer address {
    margin-bottom: 0;
  }

  footer .address {
    padding-left: 15px;
    padding-right: 15px;
  }

  footer address,
  footer .info,
  footer .info .info-text {
    display: inline;
    color: #fff;
  }

  footer .sign {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  footer .sign:hover {
    opacity: .7;
    filter: opacity(70);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }

/* Whatsapp */

#whatsapp {
  width: 50px !important;
  height: 50px !important;
  background: none !important;
}

  #whatsapp a {
    padding-top: 0 !important;
    color: #11554F !important;
  }

  #whatsapp.top {
      top: 30px !important;
  }

  #whatsapp.top.fixed {
      top: 12px !important;
  }

@media (min-width: 576px) {

  #lista-1 .list-img {
    border-radius: 25px;
    /* padding: 20px; */
  }

  #lista-1 .list-img img {
    border-radius: 23px;
  }

  #page-noticias .page-header,
  #page-politica .page-header {
    background-position: right -200px top 55px;
    background-size: 1200px auto;
    height: 280px;
  }

  #page-servico .page-header,
  #page-servicos .page-header {
    background-position: center 105px;
    background-size: 1000px auto;
    height: 290px;
  }

  #seguradoras .page-header {
      background-image: url(../img/banner-seguradoras.jpg);
      background-position: right -140px top 55px;
      background-size: 1300px auto;
      height: 300px;
  }

  #page-contato .page-header {
      background-position: right -185px top 80px;
      height: 260px;
  }

}

@media (min-width: 768px) {

  .page-header {
    background-position: center top;
  }

  #empresa .page-header {
    background-size: auto auto;
    height: 368px;
  }

  #home #texto-1 .text-img {
    text-align: left;
  }

  #home #texto-1 .text-img img {
    max-width: 100%;
  }

  .page-navigation {
    font-size: 26px;
    margin-bottom: 100px;
  }

  #lista-2 .module-title {
    font-size: 30px;
  }

  #lista-1 {
    padding-top: 0;
  }

  #lista-1 .module-title {
      font-size: 36px;
  }

  #page-servicos .servico .name {
    font-size: 26px;
  }

  #cotacao .form-fields {
    width: 576px;
    margin: auto;
  }

  #page-servico .page-header,
  #page-servicos .page-header {
    background-position: center 105px;
    background-size: 1500px auto;
    height: 370px;
  }

  #page-servicos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 900px;
  }

  #page-noticias article {
    padding-left: 15px;
  }

  #page-noticias article .title {
    font-size: 28px;
    line-height: 28px;
  }

  #page-contato #others address {
    font-size: 24px;
  }

    #page-contato #others address i {
      top: 5px;
    }

  #page-noticias .noticias .noticia .date {
    font-size: 24px;
  }

  #page-noticias .noticias .noticia .titulo {
    font-size: 22px;
    line-height: 30px;
  }

  #page-noticias .noticias .noticia .texto {
    font-size: 16px;
  }


  #page-noticias .noticias .noticia .texto {
      font-size: 14px;
    }

  #page-contato .page-header {
    background-position: right -185px top 80px;
    height: 290px;
    background-size: 1200px auto;
  }

}


@media (min-width: 992px) {

  header {
    background-color: transparent;
  }

  #menu {
    margin-right: 60px;
  }


  header .navbar .navbar-brand {
      padding-right: 30px;
  }

  .page-content {
    padding-top: 40px;
  }

  .page-title {
    font-size: 50px;
  }

  #carouselBanner.carousel .carousel-indicators {
    right: 15px;
    left: unset;
    top: 100px;
    bottom: unset;
    margin-right: unset;
    margin-left: unset;
    display: unset;
  }

  #carouselBanner.carousel .carousel-indicators li {
      width: 30px;
      height: 30px;
      margin-bottom: 3px;
      margin-right: 0;
      margin-left: 0;
      border-bottom: 0;
      border-top: 0;
  }

  #page-politica .page-header,
  #page-noticias .page-header {
    background-position: center top;
    background-size: auto;
    height: 368px;
  }

  #seguradoras .page-header {
    background-position: center top;
    background-size: auto;
    height: 368px;
  }

  #page-servico .page-header, #page-servicos .page-header {
    background-position: center top;
    background-size: auto;
    height: 368px;
  }

  #page-servicos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 960px;
  }

    #page-noticias .noticias {
      padding-right: 75px;
    }

    #page-noticias article {
      padding-left: 45px;
    }

  #page-noticias article .title {
    font-size: 35px;
    line-height: 35px;
  }

  #page-contato #others {
    padding-left: 60px;
  }


  #page-contato #others .redes-sociais {
    text-align: left;
  }

  #page-contato .page-header {
    background-position: center top;
    height: 368px;
    background-size: auto;
  }

}

@media (min-width: 1200px) {

  #empresa .page-header {
    background-position: center top;
  }


  footer .address {
    padding: 20px 0 0;
  }

  #page-servicos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1190px;
  }

}

@media (min-width: 1400px) {

  #page-servicos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1390px;
  }

}

@media (min-width: 1600px) {

  #page-servicos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1540px;
  }

}

@media (min-width: 1800px) {

  #page-servicos .page-content .container,
  #page-noticias .page-content .container {
    max-width: 1740px;
  }

}
