body,
html {
  overflow-x: hidden;
  background: #FFF;
  color: #546A7B;
}

/*==========================NOVO=============================*/

.overflow-hidden {
  overflow: hidden !important;
}

.spacing20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacingTop {
  padding-top: 20px;
}

img {
  border-radius: 5px;
  -ms-flex-item-align: center;
  align-self: center;
}

:focus {
  outline: none;
}

::-moz-selection {
  background: #11284B;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #11284B;
  color: #FFF;
  text-shadow: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #F9F9F8;
  /*text-shadow: 1px 1px 1px #080707;*/
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #F9F9F8;
  /*text-shadow: 1px 1px 1px #080707;*/
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #F9F9F8;
  /*text-shadow: 1px 1px 1px #080707;*/
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #F9F9F8;
  /*text-shadow: 1px 1px 1px #080707;*/
}

input::placeholder,
textarea::placeholder {
  color: #F9F9F8;
  /*text-shadow: 1px 1px 1px #080707;*/
}

.uppercase {
  text-transform: uppercase;
}

blockquote {
  border-left: none;
  width: 75%;
  color: #F9F9F8;
  margin: 0 auto 2rem;
}

hr {
  border-bottom: 1px solid #e8e8e3;
  width: 100%;
}

address {
  font-style: normal;
  margin-bottom: 1rem;
}

address p {
  margin-bottom: 0.5rem;
}

address i {
  color: #FF0;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  border-color: white;
  background-color: #FFF;
  color: #828282;
  text-shadow: 1px 1px 1px white;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border-color: transparent;
  background-color: #FFF;
  -webkit-box-shadow: inset 2px 2px 8px #d9d9d9;
  box-shadow: inset 2px 2px 8px #d9d9d9;
}

/*TITLE*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  color: #11284B;
}

.titulo {
  text-transform: uppercase;
  border-bottom: 4px solid #2ba6cb;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.button {
  background: #11284B;
}

.button.buttonWide {
  padding-left: 3rem;
  padding-right: 3rem;
}

.leiaMais {
  color: #546A7B;
  padding-bottom: 0.2rem;
}

.leiaMais i,
.leiaMais svg {
  margin-right: 0.3rem;
  color: #2ba6cb;
}

.leiaMais:hover,
.leiaMais:focus {
  color: #11284B;
}

.social-media {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-media li a {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.2rem;
  background: none;
  color: #2ba6cb;
}

.social-media li a:hover,
.social-media li a:focus {
  background: none;
  color: #11284B;
}

.footer .social-media li a:hover,
.footer .social-media li a:focus {
  color: #F9F9F8;
}

.share-buttons-box p {
  margin: 0;
}

.share-buttons-box .has-tip {
  border-bottom: 0;
  margin-right: 1px;
}

.share-buttons-box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 34px;
  width: 34px;
}

.share-buttons-box .button.facebook {
  background: #3b5998;
  color: #FFF;
}

.share-buttons-box .button.twitter {
  background: #1da1f2;
  color: #FFF;
}

.share-buttons-box .button.linkedin {
  background: #0077b5;
  color: #FFF;
}

.share-buttons-box .button.google-plus {
  background: #dc4e41;
  color: #FFF;
}

.share-buttons-box .button.whatsapp {
  background: #00d45d;
  color: #FFF;
}

.chatWhats {
  position: fixed;
  bottom: 5vh;
  right: 3vh;
  z-index: 5;
  background: #34af23;
  color: #FFF;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 15;
  margin: 0;
}

.chatWhats:hover {
  background: #2c961e;
}

.chatWhats a {
  color: #FFF;
}

.headerContainer {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.headerTop {
  background-color: #11284B;
  color: #F9F9F8;
  font-size: 0.9rem;
  overflow-x: hidden;
  z-index: 5;
  position: relative;
}

.headerTop span {
  display: inline-block;
  padding: 0 0.987rem;
}

.headerTop span i,
.headerTop span svg {
  margin-right: 0.3rem;
  color: #C6C5B9;
}

.headerTop span.endereco,
.headerTop span.email {
  border-left: 1px solid #546A7B;
}

.headerTop span:first-child {
  border: none;
  padding-left: 0;
}

.headerTop .phone {
  background-color: #2ba6cb;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.3rem 0.9rem;
  position: relative;
}

.headerTop .phone:after {
  content: "";
  display: block;
  background-color: #2ba6cb;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.headerTop .phone span {
  padding: 0;
  position: relative;
  z-index: 5;
}

.headerTop .phone span i,
.headerTop .phone span svg {
  color: #11284B;
}

.headerMiddle {
  padding: 0.7rem 0;
}

.headerMiddleSticky {
  background-color: #F9F9F8;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  margin-top: 0 !important;
}

.headerMiddleSticky .custom-logo {
  width: 75%;
}

.headerMiddleSticky.is-stuck {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.header #topAnchor {
  visibility: hidden;
  opacity: 0;
}

.breadcrumbsContainer {
  background: #F9F9F8;
  position: relative;
  z-index: 10;
}

.breadcrumbsContainer .breadcrumbs {
  margin-bottom: 0;
  padding: 0.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.breadcrumbsContainer .breadcrumbs li {
  color: #11284B;
}

.breadcrumbsContainer .breadcrumbs li.disabled {
  color: #C6C5B9;
}

.breadcrumbsContainer .breadcrumbs li i,
.breadcrumbsContainer .breadcrumbs li svg {
  font-size: 0.9rem;
  margin-right: 0.3rem;
  color: #62929E;
}

.breadcrumbsContainer .breadcrumbs li a {
  color: #62929E;
}

.breadcrumbsContainer .breadcrumbs li a:focus,
.breadcrumbsContainer .breadcrumbs li a:hover {
  color: #11284B;
}

.menu a {
  text-transform: uppercase;
  font-weight: bold;
  color: #F9F9F8;
}

.menu .active a {
  background: none;
}

.navButton {
  font-size: 1.5rem;
  color: #F9F9F8;
  cursor: pointer;
}

.headerMiddleSticky .menu a {
  color: #11284B;
  text-shadow: none;
}

.headerMiddleSticky .navButton {
  color: #11284B;
}

.responsiveNav {
  width: 100vw;
  height: 100vh;
  background: rgba(17, 40, 75, 0.9);
  position: fixed;
  top: 0;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.responsiveNavCloseButton {
  position: fixed;
  top: 2rem;
  right: 1rem;
  z-index: 15;
  color: #F9F9F8;
  cursor: pointer;
}

.responsiveNav.visibleNav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.responsiveNav .menuMobile {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.responsiveNav .menuMobile .menu a {
  text-shadow: none;
  font-size: 1.7rem;
}

.scrollLock {
  overflow: hidden;
}

.banner-container {
  background-color: #546A7B;
  width: 100%;
  height: 450px;
  position: relative;
  border-bottom: 3px solid #62929E;
}

.banner-cover {
  height: 100%;
  width: 100%;
  background-image: url("../../assets/images/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.banner-content {
  width: 460px;
}

.banner-content-wrapper {
  width: 100%;
  max-width: 75rem;
  padding: 0 0.875rem;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 5;
}

.banner-title {
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #F9F9F8;
}

.banner-title span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #F9F9F8;
}

.banner-title:after {
  display: block;
  content: "";
  height: 4px;
  width: 150px;
  background-color: #C6C5B9;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.banner-text {
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #F9F9F8;
}

.banner-text:last-child {
  margin-bottom: 0;
}

.headerBanner {
  width: 100vw;
  height: 80vh;
  max-height: 200px;
  background-image: url(../img/banner2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.headerInterna {
  height: 155px !important;
}

/* Medium only */

/* Large and up */

main.main section {
  padding: 3rem 0;
  border-top: 1px solid #edede9;
}

main.main section.servicos {
  background: #FFF;
}

main.main section.servicos .servicoBox {
  padding: 0.987rem 0;
}

main.main section.servicos .servicoBox-left {
  display: table-cell;
  width: 45px;
  max-width: 50px;
  padding-right: 0.6rem;
}

main.main section.servicos .servicoBox-left i,
main.main section.servicos .servicoBox-left svg {
  font-size: 1.6rem;
  color: #62929E;
}

main.main section.servicos .servicoBox-body {
  display: table-cell;
  vertical-align: top;
}

main.main section.servicos .servicoBox-body h4 {
  font-size: 1.2rem;
}

main.main section.servicos-page .servico {
  border-bottom: 1px solid #e8e8e3;
  padding-top: 1.2rem;
}

main.main section.servicos-page .servico .servicoBox {
  padding: 0.987rem 0;
}

main.main section.servicos-page .servico .servicoBox-left {
  display: table-cell;
  width: 80px;
  max-width: 50px;
  padding-right: 0.6rem;
}

main.main section.servicos-page .servico .servicoBox-left i,
main.main section.servicos-page .servico .servicoBox-left svg {
  font-size: 3rem;
  color: #62929E;
}

main.main section.servicos-page .servico:last-child {
  border-bottom: none;
}

main.main section.linksHome {
  background: #11284B;
}

main.main section.linksHome.destaques {
  background: #FFF;
}

main.main section.linksHome .titulo {
  color: #C6C5B9;
}

main.main section.linksHome .links {
  margin: 0;
  list-style: none;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

main.main section.linksHome .links li {
  margin: 0.5rem 0;
  font-size: 1rem;
}

main.main section.linksHome .links li a {
  color: #F9F9F8;
}

main.main section.linksHome .links li i,
main.main section.linksHome .links li svg {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #2ba6cb;
}

main.main section.noticiasHome {
  background: #F9F9F8;
}

main.main section.noticiasHome .noticia {
  border-bottom: 1px solid #edede9;
}

main.main section.noticiasHome .noticia:last-child {
  border-bottom: none;
}

main.main section.noticiasHome .noticia .noticiaBox {
  padding: 0.987rem 0;
}

main.main section.noticiasHome .noticia .noticiaBox-body {
  vertical-align: top;
}

main.main section.noticiasHome .noticia .noticiaBox-body h4 {
  font-size: 1.2rem;
}

main.main section.contato .formBox label {
  text-transform: uppercase;
  color: #546A7B;
  font-weight: 500;
}

main.main section.contato .formBox [type='text'],
main.main section.contato .formBox [type='password'],
main.main section.contato .formBox [type='date'],
main.main section.contato .formBox [type='datetime'],
main.main section.contato .formBox [type='datetime-local'],
main.main section.contato .formBox [type='month'],
main.main section.contato .formBox [type='week'],
main.main section.contato .formBox [type='email'],
main.main section.contato .formBox [type='number'],
main.main section.contato .formBox [type='search'],
main.main section.contato .formBox [type='tel'],
main.main section.contato .formBox [type='time'],
main.main section.contato .formBox [type='url'],
main.main section.contato .formBox [type='color'],
main.main section.contato .formBox textarea {
  background: #F9F9F8;
}

main.main section.contato address {
  padding: 0rem 0 0.5rem;
  font-size: 0.9rem;
}

main.main section.contato address div {
  padding: 0.5rem 0;
}

main.main section.contato address div i,
main.main section.contato address div svg {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #2ba6cb;
}

main.main section.quemSomos .qualidades {
  border-top: 1px solid #edede9;
  padding-top: 1rem;
}

main.main section h1 {
  font-size: 2.4rem;
}

/* Medium and up */

/* Large and up */

section.noticias .noticia {
  padding: 0.987rem 0 1.8rem;
  margin-bottom: 0.987rem;
}

section.noticias .noticia .noticiasLeft {
  width: 100%;
  margin-bottom: 1rem;
}

section.noticias .noticia .noticiasLeft img {
  width: 100%;
}

section.noticias .noticia .postData {
  margin-bottom: 1rem;
}

section.noticias .noticia .postData a {
  color: #62929E;
}

section.noticias .noticia .postData-dia {
  margin-left: 1.8rem;
}

section.noticias .noticia h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
}

section.noticias .noticia h3 a {
  color: #11284B;
}

section.noticias .noticia .imgBox {
  margin-bottom: 2rem;
}

section.noticias .noticia .imgBox img {
  width: 100%;
}

section.noticias .widget-sidebar {
  padding: 0.987rem 0 1.8rem 0;
  margin-bottom: 0.987rem;
}

section.noticias .widget-sidebar h5 {
  color: #11284B;
  text-transform: uppercase;
  font-size: 1.1rem;
}

section.noticias .widget-sidebar ul {
  list-style-type: square;
}

section.noticias .widget-sidebar ul li {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dotted #edede9;
}

section.noticias .widget-sidebar ul li a {
  color: #62929E;
}

section.noticias .widget-sidebar ul li a:hover,
section.noticias .widget-sidebar ul li a:focus {
  color: #11284B;
}

section.noticias .widget-sidebar ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

/* Medium and up */

/* Large and up */

.commentlist {
  padding: 4vh 0;
}

.comment-body {
  background-color: #F9F9F8;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}

.comment.odd .comment-body {
  background: #ededea;
  border-radius: 5px;
  overflow: hidden;
  margin: 1rem 0.5rem 1rem 2rem;
}

.comment-form [type='text'],
.comment-form [type='password'],
.comment-form [type='date'],
.comment-form [type='datetime'],
.comment-form [type='datetime-local'],
.comment-form [type='month'],
.comment-form [type='week'],
.comment-form [type='email'],
.comment-form [type='number'],
.comment-form [type='search'],
.comment-form [type='tel'],
.comment-form [type='time'],
.comment-form [type='url'],
.comment-form [type='color'],
.comment-form textarea {
  background: #F9F9F8;
  border-color: white;
  color: #828282;
  text-shadow: 1px 1px 1px white;
}

.comment-form-comment textarea {
  height: 150px;
  max-height: 150px;
}

.comment-form .form-submit .submit {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #11284B;
  color: #fefefe;
  padding-left: 3rem;
  padding-right: 3rem;
  text-transform: uppercase;
}

.pagination-area .pagination li,
.pagination-area .pagination li a {
  color: #11284B;
  font-weight: bold;
}

.pagination-area .pagination li:hover,
.pagination-area .pagination li a:hover {
  background: none;
  color: #F9F9F8;
}

.pagination-area .pagination li.current,
.pagination-area .pagination li a.current {
  background: none;
  color: #F9F9F8;
}

footer.footer {
  padding: 3rem 0 0;
  background-color: #11284B;
  color: #F9F9F8;
}

footer.footer address {
  padding: 1.5rem 0 0.5rem;
  font-size: 0.9rem;
}

footer.footer address div {
  padding: 0.5rem 0;
}

footer.footer address div i,
footer.footer address div svg {
  font-size: 1rem;
  margin-right: 0.5rem;
  color: #2ba6cb;
}

footer.footer .tags .label {
  margin: 2px;
  background: #546A7B;
}

footer .mapa {
  margin-top: 3rem;
}

footer .mapa iframe {
  height: 100vh;
  width: 100vw;
  max-height: 300px;
}

footer .copy {
  background-color: #171717;
  padding: 0.3rem;
  color: #546A7B;
}

footer .copy p {
  margin: 0;
}

/* Medium and up */

/* Large and up */

@media screen and (min-width: 40em) {
  main.main section.linksHome .links {
    margin: 0;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  main.main section.quemSomos .qualidades {
    border: none;
    border-right: 1px solid #edede9;
  }

  main.main section.quemSomos .qualidades:last-child {
    border: none;
  }

  section.noticias .noticia {
    padding: 0.987rem 1.87rem 1.8rem 0;
    margin-bottom: 0.987rem;
  }

  section.noticias .noticia .noticiasLeft {
    width: 100%;
    margin-bottom: 1rem;
  }

  section.noticias .noticia .noticiasLeft img {
    width: 100%;
  }

  section.noticias .noticia .postData {
    margin-bottom: 1rem;
  }

  section.noticias .noticia .postData a {
    color: #62929E;
  }

  section.noticias .noticia .postData-dia {
    margin-left: 1.8rem;
  }

  section.noticias .noticia h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  section.noticias .noticia h3 a {
    color: #11284B;
  }

  section.noticias .widget-sidebar {
    padding: 0.987rem 0 0.5rem 1.87rem;
    margin-bottom: 0.987rem;
  }

  section.noticias .widget-sidebar h5 {
    color: #11284B;
    text-transform: uppercase;
    font-size: 1.1rem;
  }

  section.noticias .widget-sidebar ul {
    list-style-type: square;
  }

  section.noticias .widget-sidebar ul li {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted #edede9;
  }

  section.noticias .widget-sidebar ul li a {
    color: #62929E;
  }

  section.noticias .widget-sidebar ul li a:hover,
  section.noticias .widget-sidebar ul li a:focus {
    color: #11284B;
  }

  section.noticias .widget-sidebar ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .noticiasBox {
    border-right: 1px solid #edede9;
  }

  footer.footer address div {
    padding: 0.3rem 0;
  }

  footer.footer address div.tel {
    display: inline-block;
    margin-right: 0.7rem;
  }
}

@media screen and (min-width: 64em) {
  .headerBanner {
    width: 100vw;
    height: 80vh;
    max-height: 430px;
    background-image: url(../img/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .banner-container {
    height: 560px;
  }

  .banner-content {
    width: 460px;
  }

  .banner-content-wrapper {
    padding: 0 1.765rem;
    top: 75px;
  }

  main.main section.linksHome .links {
    margin: 0;
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }

  main.main section.noticiasHome {
    background: #F9F9F8;
  }

  main.main section.noticiasHome .noticia {
    border: 1px solid #edede9;
    padding: 0.5rem 1.8rem;
  }

  main.main section.noticiasHome .noticia:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0;
  }

  main.main section.noticiasHome .noticia:nth-child(2) {
    border-top: none;
    border-right: none;
    padding-right: 0;
  }

  main.main section.noticiasHome .noticia:nth-child(3) {
    border-bottom: none;
    border-left: none;
    border: none;
    padding-left: 0;
  }

  main.main section.noticiasHome .noticia:last-child {
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding-right: 0;
  }

  main.main section.noticiasHome .noticia .noticiaBox {
    padding: 0.5rem 0;
  }

  section.noticias .noticia {
    padding: 0.987rem 1.87rem 1.8rem 0;
    margin-bottom: 0.987rem;
  }

  section.noticias .noticia .noticiasLeft {
    width: 300px;
    float: left;
    margin-right: 1.87rem;
  }

  section.noticias .noticia .noticiasLeft img {
    width: 100%;
  }

  section.noticias .noticia .postData {
    margin-bottom: 1rem;
  }

  section.noticias .noticia .postData a {
    color: #62929E;
  }

  section.noticias .noticia .postData-dia {
    margin-left: 1.8rem;
  }

  section.noticias .noticia h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
  }

  section.noticias .noticia h3 a {
    color: #11284B;
  }

  section.noticias .widget-sidebar {
    padding: 0.987rem 0 1.8rem 1.87rem;
    margin-bottom: 0.987rem;
  }

  section.noticias .widget-sidebar h5 {
    color: #11284B;
    text-transform: uppercase;
    font-size: 1.1rem;
  }

  section.noticias .widget-sidebar ul {
    list-style-type: square;
  }

  section.noticias .widget-sidebar ul li {
    margin-bottom: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px dotted #edede9;
  }

  section.noticias .widget-sidebar ul li a {
    color: #62929E;
  }

  section.noticias .widget-sidebar ul li a:hover,
  section.noticias .widget-sidebar ul li a:focus {
    color: #11284B;
  }

  section.noticias .widget-sidebar ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }

  .noticiasBox {
    border-right: 1px solid #edede9;
  }

  footer.footer address div {
    padding: 0.3rem 0;
  }

  footer.footer address div.tel {
    display: inline-block;
    margin-right: 0.7rem;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .headerBanner {
    width: 100vw;
    height: 80vh;
    max-height: 266px;
    background-image: url(../img/banner2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
  }

  .banner-container {
    height: 560px;
  }

  .banner-content {
    width: 460px;
  }

  .banner-content-wrapper {
    padding: 0 1.3rem;
    top: 75px;
  }
}
/*# sourceMappingURL=app.css.map */
