@media (min-width:1200px) {
  .container {
    width:970px;
  }
}

#conteudo-foto-esquerda {
  min-height:589px;
  background-color:#f2f6f9;
  position:relative;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}

#conteudo-foto-esquerda .sup-title {
  font-family:'Montserrat';
  font-weight:700;
  font-size:17px;
  letter-spacing:0.160em;
  color:#a1a1a1;
  text-transform:uppercase;
  margin-top:117px;
  display:block;
}

#conteudo-foto-esquerda .title-box {
  font-family:'Raleway';
  font-weight:800;
  font-size:58.51px;
  line-height:38.01px;
  letter-spacing:-0.03em;
  color:#494949;
  margin-bottom:21px;
  margin-top:7px;
}

#conteudo-foto-esquerda p {
  font-family:'Montserrat';
  font-weight:300;
  font-size:15px;
  line-height:25px;
  color:#696969;
  margin:0;
  max-width:438px;
  margin-bottom:22px;
}

#conteudo-foto-esquerda .box-img {
  height:586px;
  background-image:url(../../assets/img/bg-conteudo-foto-esquerda.jpg);
  background-position:-85px;
  background-repeat:no-repeat;
}

@media (max-width:991px) {
  #conteudo-foto-esquerda .box-img {
    background-size:523px;
    background-position:-47px;
    height:480px;
  }
}

@media (max-width:991px) {
  #conteudo-foto-esquerda {
    min-height:480px;
  }
}

@media (max-width:600px) {
  #conteudo-foto-esquerda {
    background:#f2f6f9!important;
  }
}

@media (max-width:991px) {
  #conteudo-foto-esquerda .sup-title {
    margin-top:41px;
  }
}

@media (max-width:767px) {
  #conteudo-foto-esquerda .box-img {
    display:none;
  }
}

@media (max-width:992px) {
  #conteudo-foto-esquerda .title-box {
    font-size:48px;
  }
}

@media (max-width:767px) {
  #conteudo-foto-esquerda .title-box {
    max-width:329px;
  }
}

