@import url('menu.css');

html,
body {
  font-family: 'Montserrat', sans-serif;
  color: #1D1D1B;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
}

img {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

#loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background: #701d25 url(../img/bg-loading.jpg) no-repeat center center;
  /*background-size: contain;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading img {
  transform: translate(1%, -22.5%);
  animation-name: flash;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

#home {
  position: relative;
  min-height: 80vh;
  background: url(../img/bg-home.jpg) center center;
}
#home .container {
  margin-top: 30%;
}
@media (min-width: 992px) {
  #home {
    background: 
      url(../img/bg-home-2.png) no-repeat 5% 80%, 
      url(../img/bg-home.jpg) center center 
  }
  #home .container {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  #home {
    background: 
      url(../img/bg-home-2.png) no-repeat 15% 80%, 
      url(../img/bg-home.jpg) center center
  }
}

/*
 * langs
 * ====================================================== */

.langs {
  position: absolute;
  z-index: 1000;
}
@media (min-width: 992px) {
  .langs {
    top: 10%;
    right: 8%;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 60px;
    background: url(../img/bg-vertical.png) repeat-y center -1px;
    text-align: center;
  }
}

.lang {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #BDBCBC;
  transition: all .3s;
}
.lang.active,
.lang:hover {
  background: #BDBCBC;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .lang {
    top: -30px;
  }
}

/*
 * Logo
 * ====================================================== */

@media (min-width: 992px) {
  #logo {
    margin-top: 90px;
    display: block;
  }
}

.negocie-agora {
  margin-right: 20px;
  background: #706F6F;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}
.negocie-agora:hover {
  background: #721E25;
  text-decoration: none;
  color: #fff;
}

/*
 * Slogan
 * ====================================================== */

.slogan {
  margin-top: 30%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  color: #721E25;
  line-height: 1.1em;
}
@media (min-width: 768px) { 
  .slogan {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {  
  .slogan {
    font-size: 35px;
  } 
}

.slogan span {
  margin-top: 10px;
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .slogan span {
    font-size: 12px;
  }
}

/*
 * sections
 * ====================================================== */

.section-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em;
  color: #721E25;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 28px;
  }
}

#contato .section-title:after {
  display: none;
}

.section-content:before {
  content: '';
  display: block;
  height: 1px;
  background: #C6C6C6;
  margin-bottom: 2rem;
}

/*
 * Articles
 * ====================================================== */

.article {
  font-family: 'Montserrat', sans-serif;
}
.article:hover .article-title {
  color: #1D1D1B;
}
.article + .article {
  margin-top: 68px;
}

.article-header {
  cursor: pointer;
}

.article-title {
  font-weight: 600;
  font-size: 17px;
  line-height: 20.4px;
  color: #721E25;
  transition: color .3s;
}

.article-headline {
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1B;
}

.article-author,
.article-date {
  font-weight: 300;
}

.article-author {  
  font-size: 14px;
  line-height: 1em;
}

.article-date {
  font-style: italic;
  font-size: 11px;
}

.share {
  position: absolute;
  left: 0;
  bottom: -19px;
}

.share > span {
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  color: #706F6F;
}

.at-share-btn {
  border: 1px solid rgb(102, 102, 102) !important;
  border-radius: 50% !important;
}
.at-share-btn:hover {
  background: rgb(102, 102, 102) !important;
}
.at-share-btn:hover svg {
  fill: #fff !important;
}

/*
 * Office
 * ====================================================== */

.office-slider .slick-prev,
.office-slider .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1000;
  border: 0;
  width: 13px;
  height: 20px;
  transform: translateY(-50%);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
.office-slider .slick-prev {
  left: 5%;
  background-image: url(../img/arrow-left.png);
}
.office-slider .slick-next {
  right: 5%;
  background-image: url(../img/arrow-right.png);
}

.office-slider .slick-dots {
  padding: 10px;
  text-align: center;
}
.office-slider .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}
.office-slider .slick-dots li.slick-active button {
  background: rgba(114, 30, 37, 1);
}
.office-slider .slick-dots button {
  border: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: #ccc;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: background .2s;
}

.office-slide {
  position: relative;
}
.office-slide-caption {
  position: absolute;
  right: 0;
  bottom: 5%;
  background: rgba(114, 30, 37, 0.8);
  color: #fff;
}

/*
 * Nossa filosofia
 * ====================================================== */

.about-text h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #721E25;
}

.values-images,
.publication-files {
  background: #EDEDED url(../img/bg-page-text-white.png) repeat-x center center;
}

.value-image,
.publication-file {
  border-right: 1px solid #fff;
  width: 48px;
  height: 48px;
  background: #721E25;
  cursor: pointer;
}
.value-image.active,
.value-image:hover,
.publication-file:hover {
  background: #3F0C0A;
}

.publication-category {
  text-transform: uppercase;
  color: #721E25;
}

/*
 * Especialidades
 * ====================================================== */

.divider {
  background: url(../img/bg-page-text.jpg) repeat-x center bottom;
  height: 60px;
}

.special-news,
.regular-news {
  cursor: pointer;
}
.special-news:hover .txt,
.special-news.active .txt {
  background: #3F0C0A;
}
.special-news .txt {
  background: #721E25;
  color: #fff;
  transition: background .3s;
}
.special-news .txt h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 992px) {
  .special-news .txt h3 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .special-news .txt h3 {
    font-size: 18px;
  }
}

.special-news .txt h4 {
  font-weight: normal;
  font-size: 16px;
}
@media (min-width: 992px) {
  .special-news .txt h4 {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .special-news .txt h4 {
    font-size: 16px;
  }
}

.regulars-news {
  position: relative;
  overflow: hidden;
}

.regulars-news-modal-header h3,
.regular-news h3 {
  font-weight: normal;
  font-size: 16px;
  color: #9D9D9C;
}

.regular-news-modal {
  width: 100%;
  overflow: auto;
  background: #fff;
}
.regulars-news-modal-header {
  position: relative;
}
.article-close,
.regular-news-close {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #9D9D9C;
  background: #fff;
  color: #9D9D9C;
  cursor: pointer;
  transition: all .3s;
}
.article-close:hover,
.regular-news-close:hover {
  border: 1px solid #721E25;
  background: #721E25;
  color: #fff;
}

/*
 * Forms
 * ====================================================== */

.form-contact input,
.form-contact textarea,
.form-career input,
.form-career textarea,
.form-newsletter input,
.form-newsletter textarea {
  background: transparent;
  border: 0;
  border-radius: 0;
}

.form-contact button,
.form-career button, 
.form-newsletter button {
  border: 0;
  transform: translate(0, -1.8rem);
  background: transparent;
  cursor: pointer;
}
.form-contact button:after,
.form-career button:after,
.form-newsletter button:after {
  margin-left: 7px;
  display: inline-block;
  width: 22px;
  height: 24px;
  vertical-align: top;
}

/*
 * Carreiras
 * ====================================================== */

.career-text {
  padding-bottom: 60px;
  color: #3F0C0A;
  background: url(../img/bg-page-text.jpg) repeat-x center bottom;
}

.form-career input,
.form-career textarea {
  border-bottom: 1px solid #575756;
}

.form-career ::-webkit-input-placeholder { color: #575756; }
.form-career ::-moz-placeholder          { color: #575756; }
.form-career :-ms-input-placeholder      { color: #575756; }
.form-career :-moz-placeholder           { color: #575756; }

.form-career button {
  background: #fff;
  color: #575756;
}
.form-career button:after {
  content: url(../img/bg-btn-gray.png);
}

.input-file-wrapper {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.input-file-wrapper .action-text {
  color: #575756;
}
.input-file-wrapper i {
  font-size: 120px;
  color: #575756;
}
.input-file-wrapper .restriction-text {
  color: #9D9D9C;
}
.input-file-wrapper input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  font-size: 200px;
  opacity: 0;
}

@media (min-width: 992px) {
  .svg-icon svg {
    transform: scale(1.6);
  }
}

/*
 * Metodologia
 * ====================================================== */

.methodology h2 {
  margin-top: 34px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 15px;
  color: #575756;
  line-height: 1m;
}

.methodology h2:before {
  margin-right: .8rem;
  content: url(../img/bg-titulo-metodologia.png); 
}

.slider-methodology .slick-prev,
.slider-methodology .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1000;
  border: 0;
  width: 7px;
  height: 18px;
  transform: translateY(-50%);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-color: transparent;
}
.slider-methodology .slick-prev {
  left: 0;
  background-image: url(../img/arrow-slide-prev.png);
}
.slider-methodology .slick-next {
  right: 0;
  background-image: url(../img/arrow-slider-next.png);
}

.slider-methodology .slick-dots {
  padding: 10px;
  text-align: center;
}
.slider-methodology .slick-dots li {
  margin: 0 4px;
  display: inline-block;
}
.slider-methodology .slick-dots li.slick-active button {
  background: rgba(114, 30, 37, 1);
}
.slider-methodology .slick-dots button {
  border: 0;
  display: block;
  width: 22px;
  height: 22px;
  background: #ccc;
  border-radius: 50%;
  text-indent: -9999px;
  cursor: pointer;
  transition: background .2s;
}

/*
 * Área do cliente
 * ====================================================== */

.servico-cliente a {
  background: #721E25;
  transition: all .3s;
}
.servico-cliente a:hover {
  background: #504F4F;
  text-decoration: none;
}

.servico-cliente h4 {
  font-size: 1rem;
  font-weight: 700;
}

.servico-cliente p {
  font-size: 14px;
}

/*
 * Contato
 * ====================================================== */

#fale-conosco {
  background: #595959;
  color: #fff;
}
#fale-conosco a {
  color: inherit;
}
#fale-conosco h1 {
  margin-bottom: 62px;
  font-size: 36px;
  line-height: 1em;
  color: #fff;
}
#fale-conosco .section-content:before {
  display: none;
}

.form-contact .form-group {
  margin-bottom: 7px;
}
.form-contact input,
.form-contact textarea {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.form-contact textarea  {
  height: 90px;
}
.form-contact input:focus,
.form-contact textarea:focus {
  background: transparent;
  color: #fff !important;
}

.form-contact ::-webkit-input-placeholder { color: #fff; }
.form-contact ::-moz-placeholder          { color: #fff; }
.form-contact :-ms-input-placeholder      { color: #fff; }
.form-contact :-moz-placeholder           { color: #fff; }

.form-contact button {
  background: #595959;
  color: #fff;
}
.form-contact button:after {
  content: url(../img/bg-btn-red.png);
}

/*
 * Unidades
 * ====================================================== */

.unity .icon {
  margin-top: -8px;
  flex: 0 0 auto;
}
.unity .info {
  flex: 1 1 auto;
}
.unity h3 {
  font-weight: bold;
  font-size: 15px;
}
.unity address,
.unity a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

/*
 * Newsletter
 * ====================================================== */

#newsletter {  
  margin-top: 30px;
  padding-right: 30px; 
  padding-left: 30px; 
  background: #fff url(../img/bg-newsletter.png) repeat-x center 5px;
}
#newsletter img {
  display: none;
}
@media (min-width: 1400px) {
  #newsletter {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 100%;*/
    width: 710px;
  }
}

#newsletter h1 {
  text-transform: none;
  font-family: 'Montserrat', serif; 
  font-weight: 700;
  font-size: 28px;
  color: #504F4F;  
}
#newsletter h1:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11.3px;
  border-color: transparent transparent transparent #721E25;
}
#newsletter h1 span {
  display: block;
  font-weight: 400;
}

.form-newsletter input,
.form-newsletter textarea {
  border-bottom: 1px solid #575756;
}

.form-newsletter ::-webkit-input-placeholder { color: #575756; }
.form-newsletter ::-moz-placeholder          { color: #575756; }
.form-newsletter :-ms-input-placeholder      { color: #575756; }
.form-newsletter :-moz-placeholder           { color: #575756; }

.form-newsletter button {
  background: #fff;
  color: #575756;
}
.form-newsletter button:after {
  content: url(../img/bg-btn-gray.png);
}

/*
 * Redes Sociais
 * ====================================================== */

.social-network {
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  transition: all .3s;
}
.social-network:hover {
  background: #fff;
  text-decoration: none;
  color: #721E25 !important;
}

.logo-buenas-artes svg {
  height: 20px;
}

/*
 * Modal
 * ====================================================== */

.modal-container {
  max-width: 700px;
  height: auto;
  padding: 0;
  margin: 20px 0;
  border-radius: .3em;
  box-shadow: 0 0.1em 0.4em rgba(0,0,0,.3);
}

/*
 * Pagination
 * ====================================================== */

.pagination {
  padding-top: 1em;
  justify-content: center;
  align-items: center;
}
.pagination .page-link {
  border-radius: 0;
  border: 0;
  padding: .5rem .3rem;
  font-weight: bold;
  color: #2d2d2d;
  background-color: none;
  border-color: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px !important;  
  min-width: 13px;
  text-align: center;
  transition: all .3s;
  text-decoration: none;
}
.page-item.active .page-link,
.page-item:hover .page-link {
  background: none;
  color: #721E25 !important;
}
.page-item.active .page-link {
  font-size: 16px !important;
}
.page-item .page-link.page-link-prev,
.page-item .page-link.page-link-next {
  margin: 0 .3rem;
  border-radius: .2rem !important;
  background: none !important;
  color: #1D1D1B !important;
}
.page-item .page-link.page-link-first,
.page-item .page-link.page-link-last {
  display: none;
}
