/*
Theme Name: Master Comunicacao
Author: Matilha
Author URI: http://matilha.digital/
*/
/* Fonts */
/* Colors */
/* Animation */
* {
  margin: 0;
  padding: 0; }

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif; }

body {
  background-color: #231937;
  overflow-x: hidden; }

body.single {
  background: url(images/home-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }

a,
a:hover,
a:focus,
a:active,
a:blur,
a:visited {
  color: inherit !important;
  text-decoration: none !important; }

span.hyphen:after {
  content: '-'; }

::-moz-selection {
  background: #fff;
  color: #ee1c24; }

::selection {
  background: #fff;
  color: #ee1c24; }

#header {
  width: 992px;
  padding: 25px 0px;
  position: fixed;
  text-align: center;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 10; }
  #header #logo {
    float: left; }
    #header #logo svg {
      width: 72px;
      height: 69px; }
  #header nav ul li {
    display: inline-block;
    padding: 18px 5px; }
    #header nav ul li a {
      text-decoration: none;
      color: #fff;
      padding: 2px 8px;
      display: block;
      font-size: 18px;
      position: relative;
      z-index: 1; }
      #header nav ul li a:before {
        content: '';
        position: absolute;
        width: 0%;
        height: 100%;
        background: #231937;
        z-index: -1;
        top: 0px;
        left: 0px;
        transition: width ease .3s; }
      #header nav ul li a:hover:before, #header nav ul li a:focus:before {
        width: 100%; }

#blog {
  width: 100%;
  min-height: 100%; }
  #blog img {
    max-width: 100%;
    height: auto; }
  #blog #content {
    background: #ee1c24;
    color: #fff;
    position: relative;
    margin-top: 120px;
    padding: 40px 45px;
    font-weight: 500;
    margin-bottom: 60px; }
    #blog #content h1 {
      font-weight: bold; }
    #blog #content hr {
      width: 95%;
      height: 1.5px;
      background-color: white;
      margin-bottom: 5px !important; }
    #blog #content .subtitle {
      font-weight: 700;
      margin-bottom: 10px !important; }
    #blog #content .author {
      font-size: 12px;
      margin-bottom: 25px !important; }
    #blog #content .carousel-inner {
      height: 450px; }

#mobile-menu-icon {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  background: #ee1c24;
  z-index: 10;
  top: 15px;
  right: 15px;
  border-radius: 50px;
  transition: background ease .3s; }
  #mobile-menu-icon .line {
    width: 30px;
    height: 1px;
    position: absolute;
    background: #fff;
    transition: top ease .3s, transform ease .3s, left, ease .3s;
    left: 10px; }
    #mobile-menu-icon .line.line-1 {
      top: 15px; }
    #mobile-menu-icon .line.line-2 {
      top: 21px; }
    #mobile-menu-icon .line.line-3 {
      top: 28px; }
    #mobile-menu-icon .line.line-4 {
      top: 35px; }
  #mobile-menu-icon.on {
    background: #231937; }
    #mobile-menu-icon.on .line-1,
    #mobile-menu-icon.on .line-2 {
      transform: rotate(45deg);
      top: 25px;
      left: 10px; }
    #mobile-menu-icon.on .line-3,
    #mobile-menu-icon.on .line-4 {
      transform: rotate(-45deg);
      top: 25px;
      left: 10px; }

#mobile-menu {
  width: 100%;
  height: 100%;
  background: #ee1c24;
  position: fixed;
  z-index: 9;
  right: -110%;
  transition: right cubic-bezier(0, 0.65, 0.23, 0.99) 0.5s; }
  #mobile-menu ul {
    height: calc(100% - 100px);
    overflow-y: auto;
    padding-top: 100px; }
    #mobile-menu ul li {
      padding: 10px 30px; }
      #mobile-menu ul li a {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-decoration: none; }
        #mobile-menu ul li a:hover, #mobile-menu ul li a:focus {
          color: #231937; }
  #mobile-menu.on {
    right: 0; }

#home {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: url(images/home-bg.png) no-repeat center center;
  background-size: cover; }
  #home #title {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -120px; }
    #home #title h1 {
      position: relative;
      font-size: 105px;
      font-weight: bold;
      color: #fff;
      line-height: 80%;
      z-index: 1; }
      #home #title h1:after {
        position: absolute;
        content: 'i';
        font-size: 600px;
        top: 100px;
        right: 100px;
        color: #ee1c24;
        font-family: "Nexa", Montesserat, sans-serif;
        z-index: -1; }
      #home #title h1 span {
        display: block; }
        #home #title h1 span.indepen:after {
          content: '-'; }
  #home #content {
    background: #ee1c24;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    padding: 40px 45px;
    font-weight: 500; }
  #home .to-cases {
    width: 45px;
    height: 45px;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: bottom ease .2s; }
    #home .to-cases:hover, #home .to-cases:focus {
      bottom: 10px; }

#home #content a{
    display: inline-block;
    color: #fff;
    border-bottom: 5px solid #fff;
    padding-bottom: 3px;
    text-decoration: none;
    transition: color ease .3s, border ease .3s;
}

#home #content a:hover{
	color: #000;
	border-bottom: #000 5px solid;
}

/* Cases */
#cases {
  width: 100%;
  height: auto;
  background: url(images/cases-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 60px; }
  #cases #cases-wrapper a.youtube {
    padding: 0px;
    overflow: hidden; }
  #cases #cases-wrapper #title {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: 1; }
    #cases #cases-wrapper #title:after {
      content: '';
      position: absolute;
      z-index: -1;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      background: #ee1c24;
      opacity: .9;
      top: 10px;
      left: 10px;
      transition: width ease .3s, height ease .3s, top ease .3s, left ease .3s; }
    #cases #cases-wrapper #title:hover:after, #cases #cases-wrapper #title:focus:after {
      width: calc(100% - 10px);
      height: calc(100% - 10px);
      top: 5px;
      left: 5px; }
    #cases #cases-wrapper #title h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 80%;
      color: #fff;
      padding: 25px 45px; }
      #cases #cases-wrapper #title h2 span {
        display: block; }
    #cases #cases-wrapper #title .see-more {
      color: #231937;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      position: absolute;
      bottom: 20px;
      right: 55px; }
      #cases #cases-wrapper #title .see-more:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 18px;
        background: url(images/youtube-icon.png) no-repeat center center;
        right: -30px;
        top: -2px; }
  #cases .youtube-mobile {
    display: none; }
    #cases .youtube-mobile #title {
      width: calc(100% - 60px);
      height: auto;
      margin-left: 30px;
      margin-top: 15px;
      background: rgba(238, 28, 36, 0.9);
      position: relative; }
    #cases .youtube-mobile h2 {
      font-size: 24px;
      font-weight: 600;
      line-height: 80%;
      color: #fff;
      padding: 15px 30px 45px 30px; }
    #cases .youtube-mobile .see-more {
      color: #231937;
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      position: absolute;
      bottom: 20px;
      right: 55px; }
      #cases .youtube-mobile .see-more:after {
        content: '';
        position: absolute;
        width: 25px;
        height: 18px;
        background: url(images/youtube-icon.png) no-repeat center center;
        right: -30px;
        top: -2px; }
  #cases .case-thumb {
    padding: 0;
    border: 0;
    outline: 0;
    position: relative; }
    #cases .case-thumb img {
      display: block;
      width: 100%;
      height: auto;
      z-index: 1;
      position: relative; }
    #cases .case-thumb:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      transition: width .5s ease-in-out;
      background-color: #231937;
      z-index: 2; }
    #cases .case-thumb .case-info {
      position: absolute;
      width: 80%;
      height: auto;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity .5s ease-in-out;
      z-index: 3; }
      #cases .case-thumb .case-info h5 {
        font-size: 16px;
        line-height: 20px;
        color: white; }
      #cases .case-thumb .case-info img {
        display: block;
        margin: 0px auto 15px;
        width: 42px; }
    #cases .case-thumb:hover {
      cursor: pointer; }
      #cases .case-thumb:hover .case-info {
        opacity: 1; }
      #cases .case-thumb:hover:after {
        width: 100%; }
  #cases .slick-dots {
    text-align: center; }
    #cases .slick-dots li {
      width: 30px;
      height: 30px;
      display: inline-block; }
      #cases .slick-dots li button {
        color: transparent;
        width: 15px;
        height: 15px;
        border: 0;
        margin-top: 7px;
        margin-left: 7px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.5); }
      #cases .slick-dots li.slick-active button {
        background: #fff; }
  #cases .slick-prev {
    width: 50px;
    height: 50px;
    background: url(images/prev-arrow.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    margin: auto;
    z-index: 100;
    border: 0;
    transition: background ease .3s;
    outline: none; }
    #cases .slick-prev:hover, #cases .slick-prev:focus {
      background-position: -5px center; }
  #cases .slick-next {
    width: 50px;
    height: 50px;
    background: url(images/next-arrow.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 100;
    border: 0;
    transition: background ease .3s;
    outline: none; }
    #cases .slick-next:hover, #cases .slick-next:focus {
      background-position: 5px center; }

/* Cases And Classics Modal */
.modal-backdrop.show {
  opacity: 0.8; }

.modal.video-modal .modal-dialog {
  margin-top: 80px;
  border-radius: 0;
  max-width: 960px; }
.modal.video-modal .modal-content {
  background: url(images/cases-bg.png) no-repeat center center;
  background-size: cover; }
.modal.video-modal .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .modal.video-modal .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.modal.video-modal button.close {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 25px; }
  .modal.video-modal button.close img {
    display: block;
    width: 25px; }

/* News */
#news {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 45px;
  background: #ee1c24; }
  #news h2 {
    font-size: 68px;
    font-weight: 600;
    color: #fff;
    line-height: 80%; }
    #news h2 span {
      display: block; }
  #news .news-wrapper {
    overflow: hidden; }
    #news .news-wrapper .news-item {
      width: calc(33% - 24px);
      height: 230px;
      font-family: "Nexa", Montesserat, sans-serif, sans-serif;
      border: 3px solid #231937;
      padding: 10px 10px 10px 25px;
      float: left;
      margin: 10px;
      position: relative;
      z-index: 1; }
      #news .news-wrapper .news-item:before {
        content: '';
        position: absolute;
        background: #231937;
        width: 10px;
        height: 100%;
        top: 0;
        left: 0;
        transition: width ease-in-out .5s;
        z-index: -1; }
      #news .news-wrapper .news-item .date {
        color: #231937;
        font-size: 12px;
        display: block;
        transition: color ease .3s; }
      #news .news-wrapper .news-item .media-vehicle {
        color: #231937;
        font-size: 11px;
        font-weight: bold;
        display: block;
        margin-bottom: 12px;
        transition: color ease .3s; }
      #news .news-wrapper .news-item h3 {
        color: #fff;
        font-size: 22px;
        clear: both; }
      #news .news-wrapper .news-item button {
        padding: 0 5px;
        border-top: 0;
        border-left: 1px solid #231937;
        border-bottom: 1px solid #231937;
        border-right: 1px solid #231937;
        background: #ee1c24;
        text-transform: uppercase;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        float: right;
        cursor: pointer;
        position: relative;
        z-index: 1; }
      #news .news-wrapper .news-item:hover:before, #news .news-wrapper .news-item:focus:before {
        width: 100%; }
      #news .news-wrapper .news-item:hover .date, #news .news-wrapper .news-item:hover .media-vehicle, #news .news-wrapper .news-item:focus .date, #news .news-wrapper .news-item:focus .media-vehicle {
        color: #fff; }

/* Clients */
#clientes {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: #231937;
  padding-top: 100px;
  padding-bottom: 45px; }
  #clientes #title {
    background: url(images/clients-bg.png) no-repeat center center;
    background-size: cover;
    margin-top: 45px;
    padding: 75px 45px 45px 45px; }
    #clientes #title h2 {
      font-size: 50px;
      font-weight: 600;
      line-height: 80%;
      color: #fff; }
      #clientes #title h2 span {
        display: block; }
  #clientes #client-list .client-item {
    padding: 15px 0;
    position: relative;
    text-align: center; }
    #clientes #client-list .client-item:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 45px;
      right: 0;
      top: 50%;
      margin-top: -23px;
      background: #fff; }
    #clientes #client-list .client-item:nth-child(4n):after, #clientes #client-list .client-item:last-child:after {
      display: none; }
    #clientes #client-list .client-item img {
      max-width: 100%;
      height: auto; }

/* Team */
#pessoas {
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url(images/people-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 45px; }
  #pessoas #title {
    padding-top: 75px; }
    #pessoas #title h2 {
      font-size: 68px;
      font-weight: 600;
      line-height: 80%;
      letter-spacing: -.05em;
      color: #fff; }
      #pessoas #title h2 span {
        display: block; }
  #pessoas #team .member {
    height: 550px;
    margin-right: 5px;
    position: relative;
    background-color: #000; }
    #pessoas #team .member h3 {
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      position: absolute;
      top: 50%;
      margin-top: -24px;
      padding: 0 30px; }
      #pessoas #team .member h3 p {
        margin: 0; }
  #pessoas #team .slick-prev {
    width: 50px;
    height: 50px;
    background: url(images/prev-arrow.png) no-repeat center center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 100;
    border: 0;
    transition: background ease .3s;
    outline: none; }
    #pessoas #team .slick-prev:hover, #pessoas #team .slick-prev:focus {
      background-position: -5px center; }
  #pessoas #team .slick-next {
    width: 50px;
    height: 50px;
    background: url(images/next-arrow.png) no-repeat center center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    border: 0;
    transition: background ease .3s;
    outline: none; }
    #pessoas #team .slick-next:hover, #pessoas #team .slick-next:focus {
      background-position: 5px center; }

/* Classics */
#classicos {
  width: 100%;
  padding-top: 120px; }
  #classicos .wrapper iframe {
    width: 33%;
    height: 50%;
    float: left; }
  #classicos .wrapper #title {
    width: 33%;
    height: 50%;
    float: left;
    padding: 30px 45px; }
    #classicos .wrapper #title h2 {
      font-size: 38px;
      font-weight: 600;
      color: #fff;
      line-height: 80%; }
      #classicos .wrapper #title h2 span {
        display: block; }
  #classicos #title.mobile {
    display: none;
    padding: 30px 45px; }
  #classicos .case-thumb {
    padding: 0;
    border: 0;
    outline: 0;
    position: relative; }
    #classicos .case-thumb img {
      display: block;
      width: 100%;
      height: auto;
      z-index: 1;
      position: relative; }
    #classicos .case-thumb:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 0%;
      height: 100%;
      transition: width .5s ease-in-out;
      background-color: #ee1c24;
      z-index: 2; }
    #classicos .case-thumb .case-info {
      position: absolute;
      width: 80%;
      height: auto;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity .5s ease-in-out;
      z-index: 3; }
      #classicos .case-thumb .case-info h5 {
        font-size: 16px;
        line-height: 20px;
        color: white; }
      #classicos .case-thumb .case-info img {
        display: block;
        margin: 0px auto 15px;
        width: 42px; }
    #classicos .case-thumb:hover {
      cursor: pointer; }
      #classicos .case-thumb:hover .case-info {
        opacity: 1; }
      #classicos .case-thumb:hover:after {
        width: 100%; }
  #classicos .slick-dots {
    text-align: center;
    margin-top: 20px; }
    #classicos .slick-dots li {
      width: 30px;
      height: 30px;
      display: inline-block; }
      #classicos .slick-dots li button {
        color: transparent;
        width: 15px;
        height: 15px;
        border: 0;
        margin-top: 7px;
        margin-left: 7px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.5); }
      #classicos .slick-dots li.slick-active button {
        background: #fff; }
  #classicos .slick-prev {
    width: 50px;
    height: 50px;
    background: url(images/prev-arrow.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    margin: auto;
    z-index: 100;
    border: 0;
    transition: background ease .3s;
    outline: none; }
    #classicos .slick-prev:hover, #classicos .slick-prev:focus {
      background-position: -5px center; }
  #classicos .slick-next {
    width: 50px;
    height: 50px;
    background: url(images/next-arrow.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 100;
    border: 0;
    transition: background ease .3s;
    outline: none; }
    #classicos .slick-next:hover, #classicos .slick-next:focus {
      background-position: 5px center; }

/* Awards */
#premios {
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 45px;
  background: #ee1c24; }
  #premios #title {
    background: url(images/awards-bg.png) no-repeat center center;
    background-size: cover;
    height: auto;
    min-height: calc(100vh - 165px); }
    #premios #title h2 {
      font-size: 42px;
      font-weight: 600;
      color: #fff;
      line-height: 80%;
      padding-top: 150px;
      padding-left: 30px;
      padding-bottom: 120px; }
      #premios #title h2 span {
        display: block; }
  #premios #award-list .award-item {
    cursor: default;
    height: 160px;
    padding: 15px;
    position: relative;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    background-size: contain !important; }
    #premios #award-list .award-item img {
      display: none; }
    #premios #award-list .award-item:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(238, 28, 36, 0.9);
      transition: opacity cubic-bezier(0, 0.65, 0.23, 0.99) 0.5s;
      top: 0;
      left: 0;
      z-index: 1;
      opacity: 0; }
    #premios #award-list .award-item:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 45px;
      right: 0;
      top: 50%;
      margin-top: -23px;
      background: #000;
      z-index: 3; }
    #premios #award-list .award-item:nth-child(3n):after, #premios #award-list .award-item:last-child:after {
      display: none; }
    #premios #award-list .award-item h3 {
      width: 100%;
      font-size: 15px;
      font-weight: 600;
      color: #000;
      text-align: center;
      position: relative;
      z-index: 2;
      opacity: 0;
      transition: opacity cubic-bezier(0, 0.65, 0.23, 0.99) 0.5s; }
    #premios #award-list .award-item:hover h3, #premios #award-list .award-item:hover:before {
      opacity: 1; }

/* Transparency */
#transparencia {
  height: auto;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 45px;
  background: #231937;
  overflow: hidden; }
  #transparencia #title {
    position: relative; }
    #transparencia #title h2 {
      font-size: 76px;
      font-weight: 600;
      color: #fff;
      line-height: 80%; }
      #transparencia #title h2 span {
        display: block; }
    #transparencia #title:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100vh;
      background: url(images/transparency-bg.png) no-repeat right top;
      background-size: cover;
      top: -120px;
      left: -100%; }
  #transparencia #content {
    font-size: 22px;
    font-weight: 400; }
    #transparencia #content ul li {
      color: #fff;
      line-height: 120%;
      margin-bottom: 15px; }
    #transparencia #content .compliance img {
      width: auto;
      height: 38px;
      margin: 20px 0; }
    #transparencia #content .compliance p {
      color: #ee1c24;
      line-height: 120%; }
      #transparencia #content .compliance p a {
        color: #ee1c24;
        font-weight: 600;
        text-decoration: none;
        border-bottom: #ee1c24 5px solid;
        transition: color ease .3s, border ease .3s; }
        #transparencia #content .compliance p a:hover, #transparencia #content .compliance p a:focus {
          color: #fff;
          border-bottom: #fff 5px solid; }

/* Group */
#grupo {
  height: auto;
  min-height: 100vh;
  background: #ee1c24; }
  #grupo #title {
    height: auto;
    min-height: 100vh;
    background: url(images/contact-bg.png) no-repeat center center;
    background-size: cover; }
    #grupo #title h2 {
      font-size: 48px;
      font-weight: 600;
      line-height: 80%;
      padding-top: 130px;
      padding-left: 25%;
      color: #fff; }
      #grupo #title h2 span {
        display: block; }
    #grupo #title h3 {
      font-size: 20px;
      font-weight: 600;
      line-height: 100%;
      color: #fff;
      margin-top: 30px;
      padding-left: 25%;
      padding-right: 15%;
      padding-bottom: 75px; }
      #grupo #title h3 span {
        display: block; }
      #grupo #title h3 a {
        margin-top: 15px;
        display: inline-block;
        color: #fff;
        border-bottom: 5px solid #fff;
        padding-bottom: 3px;
        text-decoration: none;
        transition: color ease .3s, border ease .3s; }
        #grupo #title h3 a:hover, #grupo #title h3 a:focus {
          color: #000;
          border-bottom: #000 5px solid; }
  #grupo #offices {
    padding-top: 120px;
    height: auto;
    min-height: calc(100vh - 120px);
    padding-left: 0;
    padding-right: 0; }
    #grupo #offices .office {
      width: calc(50% - 5px);
      height: 330px;
      float: left;
      background-size: cover !important;
      position: relative;
      margin-bottom: 10px; }
      #grupo #offices .office .info {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        line-height: 100%;
        position: absolute;
        left: 30px;
        bottom: 0px;
        opacity: 0;
        transition: bottom ease .3s, opacity ease .3s;
        text-transform: lowercase; }
        #grupo #offices .office .info span {
          display: block; }
        #grupo #offices .office .info .uppercase {
          text-transform: uppercase;
          display: inline-block; }
        #grupo #offices .office .info a {
          color: white; }
          #grupo #offices .office .info a:hover {
            color: white;
            text-decoration: underline; }
      #grupo #offices .office:hover .info, #grupo #offices .office:focus .info {
        opacity: 1;
        bottom: 30px; }
      #grupo #offices .office.curitiba {
        background-color: transparent;
        background-image: url(images/offices/curitiba-orig.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-blend-mode: multiply;
        transition: background-color ease .3s;
        margin-right: 10px; }
        #grupo #offices .office.curitiba:hover, #grupo #offices .office.curitiba:focus {
          background-color: #ee1c24; }
      #grupo #offices .office.sao-paulo {
        background-color: transparent;
        background-image: url(images/offices/sao-paulo-orig.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-blend-mode: multiply;
        transition: background-color ease .3s; }
        #grupo #offices .office.sao-paulo:hover, #grupo #offices .office.sao-paulo:focus {
          background-color: #ee1c24; }
      #grupo #offices .office.rio {
        background-color: transparent;
        background-image: url(images/offices/rio-orig.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-blend-mode: multiply;
        transition: background-color ease .3s;
        margin-right: 10px; }
        #grupo #offices .office.rio:hover, #grupo #offices .office.rio:focus {
          background-color: #ee1c24; }
      #grupo #offices .office.brasilia {
        background-color: transparent;
        background-image: url(images/offices/brasilia-orig.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-blend-mode: multiply;
        transition: background-color ease .3s; }
        #grupo #offices .office.brasilia:hover, #grupo #offices .office.brasilia:focus {
          background-color: #ee1c24; }
  #grupo h3.mobile {
    display: none; }

#e-404 {
  width: 100vw;
  height: 100vh;
  background: url(images/home-bg.png) no-repeat center center;
  text-align: center; }
  #e-404 h1 {
    color: #ee1c24;
    font-size: 300px;
    font-weight: 900;
    padding-top: 15vh; }
  #e-404 h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 600; }
    #e-404 h2 a {
      border-bottom: 3px solid #fff;
      padding-bottom: 5px;
      color: inherit;
      text-decoration: none;
      transition: color ease .3s, border ease .3s; }
      #e-404 h2 a:hover {
        color: #000;
        border-bottom: 3px solid #000; }

/* - 1200px */
@media (max-width: 1200px) {
  #home #title {
    margin-top: -92px; }
    #home #title h1 {
      font-size: 92px; }

  #cases #wrapper #title h2 {
    padding: 25px; }

  #news h2 {
    font-size: 62px;
    margin-top: 30px; }
  #news .news-wrapper .news-item {
    height: 250px; }
    #news .news-wrapper .news-item button {
      position: absolute;
      bottom: 15px;
      right: 15px; }

  #clientes #title {
    padding: 75px 30px 45px 30px; }
    #clientes #title h2 {
      font-size: 38px; }

  #pessoas #title h2 {
    font-size: 56px; }

  #classicos .wrapper #title h2 {
    font-size: 32px; }

  #premios #title h2 {
    font-size: 32px;
    padding-left: 15px; }

  #transparencia #title h2 {
    font-size: 64px; }

  #blog #content .carousel-inner {
    height: 300px; } }
/* + 992px */
@media (min-height: 800px) {
  #clientes,
  #premios,
  #premios #title,
  #transparencia,
  #pessoas,
  #grupo {
    min-height: 0;
    height: auto; }

  #cases #cases-wrapper #title {
    display: flex;
    align-items: center; }
    #cases #cases-wrapper #title h2 {
      font-size: 1.6rem; }

  #classicos .wrapper #title {
    display: flex;
    align-items: center;
    font-size: 42px; } }
/* - 992px */
@media (max-width: 992px) {
  #header {
    width: 90%; }
    #header nav ul li {
      padding: 18px 0; }
      #header nav ul li a {
        padding: 2px 3px;
        font-size: 15px; }

  #home {
    padding-top: 130px;
    padding-bottom: 45px; }
    #home #title {
      margin-top: -54px; }
      #home #title h1 {
        font-size: 54px; }
    #home #content {
      position: relative;
      top: auto;
      margin-top: 0;
      margin-left: -8.333%; }

  #cases #cases-wrapper #title h2 {
    font-size: 1.6rem;
    font-size: 1rem;
    padding-left: 20px;
    padding-top: 20px; }

  #cases .case-thumb .case-info h5 {
    font-size: 12px; }

  #news {
    margin-top: 12px; }
    #news h2 {
      font-size: 42px; }
    #news .news-wrapper .news-item {
      width: calc(50% - 24px);
      height: 240px; }
      #news .news-wrapper .news-item:nth-child(5), #news .news-wrapper .news-item:nth-child(6) {
        display: none; }

  #clientes #title {
    padding: 75px 15px 45px 15px; }
    #clientes #title h2 {
      font-size: 28px; }

  #pessoas #title h2 {
    font-size: 38px; }

  #classicos .wrapper #title h2 {
    font-size: 24px; }

  #premios #title h2 {
    font-size: 24px;
    padding-left: 0; }

  #transparencia #title h2 {
    font-size: 48px; }

  #grupo #title h2,
  #grupo #title h3 {
    padding-left: 0; }

  #grupo #offices .office {
    width: 100%; } }
/* - 767px */
@media (max-width: 767px) {
  #blog #content .carousel-inner {
    height: 300px; }

  span.hyphen:after {
    content: ''; }

  .desk-menu,
  .to-cases {
    display: none; }

  #mobile-menu-icon,
  #mobile-menu {
    display: block; }

  #header {
    width: 100%;
    padding: 15px; }
    #header #logo svg {
      width: auto;
      height: 50px; }

  #home #title {
    top: 0;
    margin-top: 0px;
    margin-bottom: 60px;
    position: relative; }
    #home #title h1 {
      font-size: 48px; }
      #home #title h1:after {
        font-size: 300px;
        top: 40px; }
  #home #content {
    left: auto;
    margin-left: 15px;
    top: auto;
    width: calc(100% - 30px); }
    #home #content:before {
      height: 10px;
      top: -5px; }
    #home #content:after {
      height: 10px;
      bottom: -5px; }

  #cases {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: hidden; }
    #cases #cases-wrapper {
      height: auto;
      min-height: 0; }
      #cases #cases-wrapper .youtube {
        display: none; }
    #cases .youtube-mobile {
      display: block; }

  #news {
    padding-top: 50px; }
    #news h2 {
      font-size: 24px; }
      #news h2 span {
        display: inline-block; }
    #news .news-wrapper .news-item {
      width: 100%;
      height: auto;
      margin: 10px 0; }
      #news .news-wrapper .news-item button {
        position: relative;
        bottom: auto;
        right: auto; }
      #news .news-wrapper .news-item:nth-child(4) {
        display: none; }

  #clientes {
    padding-top: 50px; }
    #clientes #title {
      padding: 15px 30px;
      margin-top: 0; }
      #clientes #title h2 {
        font-size: 24px; }
        #clientes #title h2 span {
          display: inline-block; }
    #clientes #client-list .client-item:nth-child(4n):after {
      display: block; }
    #clientes #client-list .client-item:nth-child(3n):after {
      display: none; }

  #pessoas {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px; }
    #pessoas #title {
      padding-top: 0;
      padding-bottom: 30px; }
      #pessoas #title h2 {
        font-size: 24px; }
        #pessoas #title h2 span {
          display: inline-block; }
    #pessoas #team .member {
      height: 75vh;
      min-height: 300px;
      margin-bottom: 15px; }
      #pessoas #team .member h3 {
        font-size: 18px;
        padding: 0 15px; }
    #pessoas .slick-dots {
      text-align: center; }
      #pessoas .slick-dots li {
        width: 30px;
        height: 30px;
        display: inline-block; }
        #pessoas .slick-dots li button {
          color: transparent;
          width: 15px;
          height: 15px;
          border: 0;
          margin-top: 7px;
          margin-left: 7px;
          border-radius: 15px;
          background: rgba(255, 255, 255, 0.5); }
        #pessoas .slick-dots li.slick-active button {
          background: #fff; }

  #classicos {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px; }
    #classicos .desktop {
      display: none; }
    #classicos .wrapper {
      height: auto;
      min-height: 0; }
      #classicos .wrapper iframe {
        height: 50vh;
        margin-bottom: 15px; }
      #classicos .wrapper .slick-dots {
        text-align: center; }
        #classicos .wrapper .slick-dots li {
          width: 30px;
          height: 30px;
          display: inline-block; }
          #classicos .wrapper .slick-dots li button {
            color: transparent;
            width: 15px;
            height: 15px;
            border: 0;
            margin-top: 7px;
            margin-left: 7px;
            border-radius: 15px;
            background: rgba(238, 28, 36, 0.5); }
          #classicos .wrapper .slick-dots li.slick-active button {
            background: #ee1c24; }
      #classicos .wrapper .slick-prev {
        width: 50px;
        height: 50px;
        background: url(images/prev-arrow.png) no-repeat center center;
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        margin: auto;
        z-index: 100;
        border: 0;
        transition: background ease .3s;
        outline: none; }
        #classicos .wrapper .slick-prev:hover, #classicos .wrapper .slick-prev:focus {
          background-position: -5px center; }
      #classicos .wrapper .slick-next {
        width: 50px;
        height: 50px;
        background: url(images/next-arrow.png) no-repeat center center;
        position: absolute;
        top: 0;
        bottom: 0px;
        right: 0px;
        margin: auto;
        z-index: 100;
        border: 0;
        transition: background ease .3s;
        outline: none; }
        #classicos .wrapper .slick-next:hover, #classicos .wrapper .slick-next:focus {
          background-position: 5px center; }
    #classicos #title.mobile {
      display: block; }
      #classicos #title.mobile h2 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        line-height: 80%; }

  #premios {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px; }
    #premios #title {
      height: auto;
      min-height: 0; }
      #premios #title h2 {
        font-size: 24px;
        padding: 15px 30px; }
        #premios #title h2 span {
          display: inline-block; }
    #premios #award-list .award-item {
      height: auto;
      display: block;
      background: none !important; }
      #premios #award-list .award-item img {
        display: block;
        max-width: 100%;
        height: auto; }
      #premios #award-list .award-item:nth-child(3n):after {
        display: block; }
      #premios #award-list .award-item:nth-child(2n):after {
        display: none; }
      #premios #award-list .award-item:after {
        height: 100px;
        margin-top: -50px; }
      #premios #award-list .award-item:before {
        display: none; }
      #premios #award-list .award-item:hover h3 {
        opacity: 1; }
      #premios #award-list .award-item h3 {
        opacity: 1; }

  #transparencia {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px; }
    #transparencia #title {
      height: auto;
      min-height: 0; }
      #transparencia #title h2 {
        font-size: 24px; }
        #transparencia #title h2 span {
          display: inline-block; }
    #transparencia #content {
      font-size: 18px;
      margin-top: 15px; }
      #transparencia #content ul {
        padding-left: 15px; }

  #grupo {
    height: auto;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px; }
    #grupo #title {
      height: auto;
      min-height: 0; }
      #grupo #title h2 {
        font-size: 24px;
        padding: 15px 30px; }
        #grupo #title h2 span {
          display: inline-block; }
      #grupo #title h3 {
        display: none; }
    #grupo #offices {
      min-height: 0;
      padding-top: 0;
      padding-bottom: 15px; }
      #grupo #offices .office {
        width: calc(50% - 2px);
        height: 150px;
        margin-bottom: 4px;
        float: left;
        background-size: cover !important;
        position: relative;
        background-color: transparent;
        background-blend-mode: normal; }
        #grupo #offices .office .info {
          width: 100%;
          font-size: 14px;
          font-weight: 600;
          color: #fff;
          line-height: 80%;
          position: absolute;
          left: 0px;
          bottom: 0px;
          opacity: 1;
          text-transform: lowercase;
          padding: 15px; }
          #grupo #offices .office .info span {
            display: block; }
          #grupo #offices .office .info .uppercase {
            text-transform: uppercase;
            display: inline-block; }
          #grupo #offices .office .info p {
            margin-bottom: 5px; }
        #grupo #offices .office.curitiba {
          background: url(images/offices/curitiba-orig.png) no-repeat center bottom;
          margin-right: 3px;
          background-size: 120% !important; }
          #grupo #offices .office.curitiba .info {
            background: url(images/offices/curitiba-hover.png) no-repeat center bottom;
            background-size: 120% !important; }
        #grupo #offices .office.sao-paulo {
          background: url(images/offices/sao-paulo-orig.png) no-repeat center top;
          background-size: 120% !important; }
          #grupo #offices .office.sao-paulo .info {
            background: url(images/offices/sao-paulo-hover.png) no-repeat center top;
            background-size: 120% !important;
            top: 0;
            bottom: auto; }
        #grupo #offices .office.rio {
          background: url(images/offices/rio-orig.png) no-repeat center bottom;
          margin-right: 3px;
          background-size: 120% !important; }
          #grupo #offices .office.rio .info {
            background: url(images/offices/rio-hover.png) no-repeat center bottom;
            background-size: 120% !important; }
        #grupo #offices .office.brasilia {
          background: url(images/offices/brasilia-orig.png) no-repeat center top;
          background-size: 120% !important; }
          #grupo #offices .office.brasilia .info {
            background: url(images/offices/brasilia-hover.png) no-repeat center top;
            background-size: 120% !important;
            top: 0;
            bottom: auto; }
        #grupo #offices .office:hover.curitiba {
          background: url(images/offices/curitiba-orig.png) no-repeat center bottom;
          margin-right: 3px;
          background-size: 120% !important; }
          #grupo #offices .office:hover.curitiba .info {
            background: url(images/offices/curitiba-hover.png) no-repeat center bottom;
            background-size: 120% !important; }
        #grupo #offices .office:hover.sao-paulo {
          background: url(images/offices/sao-paulo-orig.png) no-repeat center top;
          background-size: 120% !important; }
          #grupo #offices .office:hover.sao-paulo .info {
            background: url(images/offices/sao-paulo-hover.png) no-repeat center top;
            background-size: 120% !important;
            top: 0;
            bottom: auto; }
        #grupo #offices .office:hover.rio {
          background: url(images/offices/rio-orig.png) no-repeat center bottom;
          margin-right: 3px;
          background-size: 120% !important; }
          #grupo #offices .office:hover.rio .info {
            background: url(images/offices/rio-hover.png) no-repeat center bottom;
            background-size: 120% !important; }
        #grupo #offices .office:hover.brasilia {
          background: url(images/offices/brasilia-orig.png) no-repeat center top;
          background-size: 120% !important; }
          #grupo #offices .office:hover.brasilia .info {
            background: url(images/offices/brasilia-hover.png) no-repeat center top;
            background-size: 120% !important;
            top: 0;
            bottom: auto; }
        #grupo #offices .office #grupo #offices .office.curitiba:hover .info, #grupo #offices .office #grupo #offices .office.rio:hover .info {
          bottom: 0 !important; }
    #grupo h3.mobile {
      display: block;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      line-height: 120%; }
      #grupo h3.mobile a {
        color: #fff;
        border-bottom: 3px solid #fff; }

  #e-404 h1 {
    font-size: 30vw; }
  #e-404 span {
    display: block; } }

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