@charset "UTF-8";
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "Titillium Web", sans-serif;
  font-size: 22px;
  color: #333333;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  font-weight: 300;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1322px;
  padding: 0 32px;
  margin: 0 auto;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  background-color: #ED3237;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 60px 0 14px 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  white-space: nowrap;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #ffffff;
}
.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
.sidenav ul li {
  font-weight: bold;
  margin-bottom: 4px;
}
.sidenav ul li .submenu {
  padding: 6px 0px 6px 14px;
  font-weight: normal;
}
.sidenav ul li .submenu a {
  font-size: 16px;
}
.sidenav .closebtn {
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 36px;
  padding: 8px;
}
.sidenav .redes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-right: 18px;
  margin-top: 30px;
  min-width: 200px;
}
.sidenav .redes p {
  width: 100%;
  margin: 0 0 2px 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}
.sidenav .redes a {
  display: block;
  padding: 8px;
}
.sidenav .redes svg {
  fill: #ffffff;
}

/**************************************************
 *  TOPO
/*************************************************/
#topo {
  background-color: #ffffff;
  border-bottom: 1px solid #BBBBBB;
}
#topo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#topo .head {
  background-color: #ED3237;
  border-bottom: 1px solid #BBBBBB;
}
@media (max-width: 959px) {
  #topo .head {
    height: 3px;
  }
}
#topo .head .container {
  height: 40px;
  font-size: 15px;
  color: #ffffff;
  font-weight: normal;
  display: flex;
}
@media (max-width: 959px) {
  #topo .head .container {
    display: none;
  }
}
#topo .head .container > div {
  display: flex;
  align-items: center;
}
#topo .head a {
  line-height: 0;
  color: #ED3237;
  text-transform: uppercase;
}
#topo .head svg {
  fill: #ffffff;
  margin-left: 10px;
}
#topo h1 {
  margin: 36px 0;
}
@media (max-width: 1100px) {
  #topo h1 {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #topo h1 {
    width: 280px;
    margin: 26px 0;
  }
}
#topo h1 img {
  max-width: 100%;
}
#topo nav {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#topo nav .info-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #444444;
  margin-bottom: 10px;
}
@media (max-width: 959px) {
  #topo nav .info-head {
    display: none;
  }
}
#topo nav .info-head img {
  vertical-align: middle;
  margin-right: 5px;
}
#topo nav .info-head form {
  margin-left: 76px;
}
@media (max-width: 1024px) {
  #topo nav .info-head form {
    display: none;
  }
}
#topo nav .info-head input {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  width: 310px;
  padding: 5px 46px 5px 12px;
  border-radius: 12px;
  border: 1px solid #CCCCCC;
  background: url("../imagens/lupa.gif") right 14px center no-repeat;
}
#topo nav .navicon {
  color: #ED3237;
  margin: 0 0 0 auto;
  padding-left: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-right: 1.6em;
  line-height: 34px;
  font-size: 20px;
  display: none;
}
@media (max-width: 767px) {
  #topo nav .navicon {
    display: block;
  }
}
#topo nav .navicon:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.3em;
  width: 1.2em;
  height: 0.2em;
  background: #ED3237;
  box-shadow: 0 0.4em 0 0 #ED3237, 0 0.8em 0 0 #ED3237;
}
#topo nav ul {
  margin: 3px auto 0 62px;
  padding: 0;
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  #topo nav ul {
    margin-left: 50px;
  }
}
@media (max-width: 959px) {
  #topo nav ul {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #topo nav ul {
    display: none;
  }
}
#topo nav ul li {
  font-weight: bold;
  font-size: 20px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0 6px;
}
@media (max-width: 1023px) {
  #topo nav ul li {
    padding: 0;
  }
}
@media (max-width: 959px) {
  #topo nav ul li {
    font-size: 16px;
    white-space: nowrap;
  }
}
#topo nav ul li:last-child a {
  padding-right: 0;
}
#topo nav ul li a {
  display: block;
  padding: 0 10px;
  color: #ED3237;
  transition: color 200ms ease-in-out;
  border-bottom: 2px solid transparent;
}
@media (max-width: 959px) {
  #topo nav ul li a {
    padding: 0 9px;
  }
}
#topo nav ul li a.ativo, #topo nav ul li a:hover {
  color: #ED3237;
  border-bottom-color: rgba(68, 68, 68, 0.15);
}

/**************************************************
 *  DESTAQUE
/*************************************************/
#destaques {
  width: 100%;
  height: 550px;
}
@media (max-width: 1321px) {
  #destaques {
    height: 458px;
  }
}
@media (max-width: 1100px) {
  #destaques {
    height: 426px;
  }
}
@media (max-width: 1023px) {
  #destaques {
    height: 400px;
  }
}
@media (max-width: 959px) {
  #destaques {
    height: 320px;
  }
}
@media (max-width: 767px) {
  #destaques {
    height: 280px;
  }
}
@media (max-width: 666px) {
  #destaques {
    height: 236px;
  }
}
@media (max-width: 480px) {
  #destaques {
    height: 236px;
  }
}
@media (max-width: 374px) {
  #destaques {
    height: 156px;
  }
}
#destaques .destaque {
  position: relative;
}
#destaques .destaque h3 {
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 298px;
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  line-height: 1em;
}
@media (max-width: 1321px) {
  #destaques .destaque h3 {
    padding-left: 320px;
  }
}
@media (max-width: 1024px) {
  #destaques .destaque h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #destaques .destaque h3 {
    padding: 0 30px;
    font-size: 30px;
  }
}
@media (max-width: 666px) {
  #destaques .destaque h3 {
    font-size: 22px;
    bottom: 20px;
  }
}
#destaques .destaque h3:after {
  content: "";
  display: block;
  width: 190px;
  height: 3px;
  margin-top: 20px;
  background-color: #ffffff;
}

/**************************************************
 *  HOME
/*************************************************/
.tt-home {
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  color: #000000;
  margin: 0 0 20px 0;
}
@media (max-width: 959px) {
  .tt-home {
    font-size: 35px;
  }
}
@media (max-width: 666px) {
  .tt-home {
    font-size: 32px;
  }
}
.tt-home.center {
  text-align: center;
  margin: 50px 0;
}
.tt-home.center:after {
  margin-left: auto;
  margin-right: auto;
}
.tt-home:after {
  content: "";
  display: block;
  width: 190px;
  height: 3px;
  background-color: #ED3237;
  margin-top: 15px;
}

#home {
  display: flex;
  align-items: stretch;
}
#home .colecoes {
  width: 250px;
  background-color: #ED3237;
  padding: 30px;
  flex-shrink: 0;
  margin-top: -550px;
  position: relative;
  z-index: 100;
}
@media (max-width: 1321px) {
  #home .colecoes {
    margin-top: -458px;
  }
}
@media (max-width: 1100px) {
  #home .colecoes {
    margin-top: -426px;
  }
}
@media (max-width: 1023px) {
  #home .colecoes {
    margin-top: -400px;
  }
}
@media (max-width: 959px) {
  #home .colecoes {
    margin-top: -320px;
  }
}
@media (max-width: 767px) {
  #home .colecoes {
    display: none;
  }
}
#home .colecoes:after {
  content: "";
  display: block;
  width: 100%;
  height: 16px;
  border-top: 2px solid #ffffff;
  border-bottom: 16px solid #ffffff;
  padding-top: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#home .colecoes h2 {
  font-size: 35px;
  color: #ffffff;
  margin: 0 0 20px 0;
  line-height: 1em;
}
@media (max-width: 959px) {
  #home .colecoes h2 {
    font-size: 30px;
  }
}
#home .colecoes h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  margin-top: 20px;
}
#home .colecoes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#home .colecoes ul li {
  margin-bottom: 20px;
}
#home .colecoes ul li .tt-lista {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
#home .colecoes ul li > ul > li {
  font-size: 20px;
  margin-bottom: 4px;
}
#home .colecoes ul li > ul > li a {
  color: #ffffff;
  display: block;
}
#home .conteudo-home {
  flex-grow: 1;
  padding-left: 48px;
  padding-top: 48px;
}
@media (max-width: 767px) {
  #home .conteudo-home {
    padding-left: 0;
  }
}
#home .box-quemsomos {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.2em;
  color: #525252;
}
@media (max-width: 1023px) {
  #home .box-quemsomos {
    flex-direction: column;
  }
}
#home .box-quemsomos figure {
  width: 45%;
  display: flex;
  flex-shrink: 0;
  margin: 0;
  position: relative;
}
@media (max-width: 1023px) {
  #home .box-quemsomos figure {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}
#home .box-quemsomos figure:before {
  content: "";
  display: block;
  padding-top: 82%;
}
#home .box-quemsomos figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#home .box-quemsomos > div {
  padding-left: 36px;
}
@media (max-width: 1023px) {
  #home .box-quemsomos > div {
    padding-left: 0;
  }
}
#home .box-quemsomos > div p {
  margin-top: 0;
}
#home .box-quemsomos > div a {
  background-color: #CB1216;
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  text-transform: uppercase;
  display: inline-block;
}
#home .box-quemsomos > div a span {
  background-color: #ED3237;
  padding: 0 25px;
  display: inline-block;
}
#home .box-quemsomos > div a img {
  margin: 0 12px;
}

#newsletter {
  width: 100%;
  margin: 30px 0;
  padding: 45px 0;
  background: url("../imagens/bg-newsletter.gif") center center no-repeat;
  background-size: cover;
}
#newsletter .container {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-style: italic;
}
@media (max-width: 1023px) {
  #newsletter .container {
    flex-direction: column;
    text-align: center;
  }
}
#newsletter h4 {
  width: 324px;
  flex-shrink: 0;
  font-size: 38px;
  color: #333333;
  font-style: italic;
  margin: 0 30px 0 0;
  align-items: center;
  display: flex;
  line-height: 1em;
}
@media (max-width: 1023px) {
  #newsletter h4 {
    text-align: left;
    margin-right: 0;
    margin-bottom: 6px;
  }
}
@media (max-width: 666px) {
  #newsletter h4 {
    display: table;
    text-align: center;
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
#newsletter h4:before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 22px;
  background: url("../imagens/icon-email.png") 0 0 no-repeat;
  flex-shrink: 0;
}
@media (max-width: 666px) {
  #newsletter h4:before {
    margin: 0 auto 10px auto;
  }
}
#newsletter .emaillist {
  display: flex;
  width: 92%;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  #newsletter .emaillist {
    margin-top: 20px;
    padding-left: 0;
  }
}
#newsletter .emaillist form {
  display: flex;
  width: 100%;
}
@media (max-width: 666px) {
  #newsletter .emaillist form {
    flex-direction: column;
  }
}
#newsletter .emaillist form .es-field-wrap {
  flex-grow: 1;
  margin-bottom: 0 !important;
}
#newsletter .emaillist form .es-field-wrap input {
  width: 100%;
}
#newsletter .emaillist form input[type=email] {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 0;
  padding: 12px 18px;
}
#newsletter .emaillist form input[type=submit] {
  font-family: "Titillium Web", sans-serif;
  background-color: #333333;
  border-radius: 3px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  width: 200px;
  height: 48px;
  font-weight: bold;
  margin-left: 18px;
}
@media (max-width: 666px) {
  #newsletter .emaillist form input {
    margin: 20px auto 0 auto;
  }
}

.box-owl {
  padding: 0 10px;
}

.marca {
  width: 100%;
  border: 1px solid #CCCCCC;
  position: relative;
  display: flex;
}
.marca:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.marca img {
  height: 100%;
  object-fit: contain;
  position: absolute;
}

.box-contato {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .box-contato {
    flex-direction: column-reverse;
  }
}
.box-contato.fornecedor {
  display: block;
  margin: 0;
}
.box-contato.fornecedor button {
  margin-top: 30px;
  margin-left: 0;
}
.box-contato > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .box-contato > div {
    width: 100%;
  }
}
.box-contato input,
.box-contato textarea {
  width: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  border: 1px solid #BBBBBB;
  background-color: #F4F4F4;
  padding: 14px 20px;
  margin-bottom: 14px;
}
.box-contato input[type=checkbox],
.box-contato textarea[type=checkbox] {
  width: 23px !important;
  height: 22px !important;
}
.box-contato .box-inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.box-contato .box-inputs input {
  width: calc(50% - 12px);
  margin: 0 6px 14px 6px;
}
@media (max-width: 959px) {
  .box-contato .box-inputs input {
    width: calc(100% - 12px);
  }
}
.box-contato button {
  border: 0;
  width: 210px;
  height: 60px;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  background-color: #ED3237;
  margin-left: 26px;
}
.box-contato .checkbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .box-contato .checkbox {
    flex-direction: column;
  }
}
.box-contato .checkbox label {
  display: flex;
  font-size: 20px;
}
@media (max-width: 1023px) {
  .box-contato .checkbox label {
    margin-bottom: 20px;
  }
}
.box-contato .checkbox input {
  display: inline;
  width: auto;
  margin-right: 12px;
  margin-top: 8px;
}
.box-contato .checkbox button {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .box-contato .checkbox button {
    margin-left: 0;
    margin-right: auto;
  }
}

.endereco {
  display: flex;
  margin-bottom: 30px;
}
.endereco .mapa {
  width: 170px;
  height: 170px;
  border: 1px solid #CCCCCC;
  margin-right: 36px;
  display: block;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .endereco .mapa {
    display: none;
  }
}
.endereco h3 {
  font-size: 30px;
  color: #000000;
  margin: 0 0 16px 0;
}
@media (max-width: 666px) {
  .endereco h3 {
    font-size: 26px;
  }
}
.endereco .icone {
  font-size: 20px;
  color: #545454;
  padding-left: 35px;
  margin-bottom: 10px;
}
@media (max-width: 666px) {
  .endereco .icone {
    font-size: 16px;
  }
}
.endereco .icone.local {
  background: url("../imagens/icon-endereco.png") left center no-repeat;
}
.endereco .icone.email {
  background: url("../imagens/icon-email2.png") left center no-repeat;
}
.endereco .icone.tel {
  background: url("../imagens/icon-tel2.png") left center no-repeat;
}

/**************************************************
 *  INTERNAS
/*************************************************/
#header-inicial {
  background-color: #ED3237;
  padding: 38px 0;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  #header-inicial {
    margin-bottom: 35px;
  }
}
#header-inicial .container {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #header-inicial .container {
    flex-flow: column;
  }
}
#header-inicial .container > div {
  border-left: 1px dotted #ffffff;
  padding-left: 30px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  line-height: 20px;
}
@media (max-width: 767px) {
  #header-inicial .container > div {
    border: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
#header-inicial .container img {
  max-width: 100%;
}
#header-inicial .container a {
  line-height: 0;
}
#header-inicial .container svg {
  width: 19px;
  fill: #ffffff;
  margin-left: 8px;
}

.itens-pagina {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.itens-pagina a {
  width: calc(50% - 15px);
  display: block;
}
@media (max-width: 767px) {
  .itens-pagina a {
    width: 100%;
    margin-bottom: 30px;
  }
}
.itens-pagina img {
  max-width: 100%;
}

#header-internas {
  width: 100%;
  padding: 50px 0;
  line-height: 50px;
  background: url("../imagens/bg-header.jpg") 0 0 no-repeat #ED3237;
  background-size: cover;
  color: #ffffff;
}
@media (max-width: 959px) {
  #header-internas {
    padding: 38px 0;
  }
}
#header-internas .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 666px) {
  #header-internas .container {
    flex-direction: column-reverse;
  }
}
#header-internas .tt {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  #header-internas .tt {
    font-size: 35px;
  }
}
#header-internas .tt.setor {
  width: 100%;
  text-align: center;
}
#header-internas .voltar {
  font-size: 25px;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (max-width: 959px) {
  #header-internas .voltar {
    font-size: 20px;
  }
}
#header-internas .voltar img {
  margin-left: 10px;
}

.main {
  display: flex;
  margin-top: 38px;
}
.main .conteudo {
  flex-grow: 1;
}
.main .conteudo .foto {
  width: auto;
  display: table;
  margin: 0 auto 30px auto;
}
.main .conteudo .foto img {
  max-width: 100%;
}
.main .lateral {
  width: 430px;
  padding-left: 30px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .main .lateral {
    width: 350px;
  }
}
@media (max-width: 959px) {
  .main .lateral {
    display: none;
  }
}
.main .lateral img {
  max-width: 100%;
}

.box-colecoes {
  display: flex;
  flex-wrap: wrap;
  margin: 70px -12px 0 -12px;
}
.box-colecoes .colecao {
  width: calc(20% - 24px);
  margin: 0 12px 24px 12px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1100px) {
  .box-colecoes .colecao {
    width: calc(25% - 24px);
  }
}
@media (max-width: 959px) {
  .box-colecoes .colecao {
    width: calc(33.333333% - 24px);
  }
}
@media (max-width: 767px) {
  .box-colecoes .colecao {
    width: calc(50% - 24px);
  }
}
@media (max-width: 413px) {
  .box-colecoes .colecao {
    width: calc(100% - 24px);
  }
}
.box-colecoes .colecao:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.box-colecoes .colecao img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.box-colecoes .colecao h2 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
  width: 100%;
}
.box-colecoes .colecao h2 a {
  display: block;
  padding: 8px 10px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fornecedores {
  font-size: 20px;
  color: #5A585A;
  padding: 25px 0;
  margin-bottom: 25px;
  background-image: linear-gradient(to right, #DFDFDE, #FAFAFA);
}
.fornecedores .box-fornecedores {
  display: table;
  margin: 0 auto;
  max-width: 1098px;
}
.fornecedores .box-fornecedores .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fornecedores .box-fornecedores .logos > div {
  width: 25%;
  padding: 0 14px;
  margin-top: 28px;
}
@media (max-width: 959px) {
  .fornecedores .box-fornecedores .logos > div {
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .fornecedores .box-fornecedores .logos > div {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .fornecedores .box-fornecedores .logos > div {
    width: 100%;
  }
}
.fornecedores .box-fornecedores .logos > div img {
  width: 100%;
}

.imagens {
  display: flex;
  margin: 0 -8px 25px -8px;
  flex-wrap: wrap;
}
.imagens > div {
  width: 50%;
  padding: 0 8px;
}
@media (max-width: 666px) {
  .imagens > div {
    width: 100%;
  }
}
@media (max-width: 666px) {
  .imagens > div:first-child {
    margin-bottom: 25px;
  }
}
.imagens > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unidades {
  padding: 22px 0;
  margin: 0 0 50px 0;
  background-color: #808285;
}
@media (max-width: 959px) {
  .unidades {
    padding: 30px 0;
  }
}
.unidades .container {
  display: flex;
  justify-content: center;
}
@media (max-width: 959px) {
  .unidades .container {
    flex-wrap: wrap;
  }
}
.unidades .box-endereco {
  padding: 0 14px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  max-width: 500px;
}
@media (max-width: 959px) {
  .unidades .box-endereco {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 567px) {
  .unidades .box-endereco {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 959px) {
  .unidades .box-endereco:first-child {
    margin-bottom: 30px;
  }
}
.unidades .box-endereco figure {
  width: 110px;
  height: 110px;
  overflow: hidden;
  flex-shrink: 1;
  margin: 0 30px 0 0;
}
@media (max-width: 567px) {
  .unidades .box-endereco figure {
    margin: 0 auto 30px auto;
  }
}
.unidades .box-endereco figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.unidades .box-endereco h3 {
  font-size: 24px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}

.listagem {
  padding: 30px 0;
}
.listagem > div {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .listagem > div {
    flex-direction: column;
    text-align: center;
  }
}
.listagem > div figure {
  width: 152px;
  height: 152px;
  overflow: hidden;
  border: 3px solid #ED3237;
  flex-shrink: 0;
  margin: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .listagem > div figure {
    margin-right: 0;
  }
}
.listagem > div figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listagem > div h4 {
  font-size: 25px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.listagem > div p {
  margin: 0 0 30px 0;
}

.rodape-corporativo {
  background: url("../imagens/rodape-corporativo.jpg") center bottom no-repeat;
  background-size: auto 100%;
}
.rodape-corporativo:before {
  content: "";
  display: block;
  padding-bottom: 26.146%;
}

/**************************************************
 *  RODAPÉ
/*************************************************/
#rodape {
  margin-top: 70px;
  padding: 52px 0;
  background-color: #ED3237;
}
#rodape .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
@media (max-width: 959px) {
  #rodape .container {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  #rodape .container > img {
    display: none;
  }
}
#rodape .redes {
  display: flex;
  align-items: center;
}
@media (max-width: 959px) {
  #rodape .redes {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #rodape .redes {
    margin-top: 0;
  }
}
#rodape .corpiring {
  display: flex;
  align-items: center;
  margin: 0 24px;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 959px) {
  #rodape .corpiring {
    flex-direction: column;
  }
}
@media (max-width: 666px) {
  #rodape .corpiring {
    white-space: normal;
    margin: 0;
    text-align: center;
  }
}
#rodape .corpiring span {
  width: 2px;
  height: 11px;
  border-left: 1px dotted #ffffff;
  display: inline-block;
  margin: 0 16px;
}
@media (max-width: 959px) {
  #rodape .corpiring span {
    display: none;
  }
}
#rodape .corpiring a {
  display: block;
  border-radius: 3px;
  margin: 9px 0 0 10px;
}
#rodape .corpiring a svg {
  fill: #ffffff;
}
#rodape .tacitus {
  margin-left: auto;
}
@media (max-width: 959px) {
  #rodape .tacitus {
    margin-right: auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #rodape .tacitus {
    margin-top: 10px;
  }
}
#rodape .tacitus img {
  height: 27px;
}

/*# sourceMappingURL=estilos.css.map */
