@media only screen and (min-width:320px){
body{
  font-family: 'Lato', sans-serif;
}

.atendimentoexpresso {
    background-color: #74003f!important;
}

.carousel-caption h4 {
    font-weight: 400;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
}

.carousel-caption {
    text-shadow: none;
    width: 100%;
    right: 0;
    left: 0;
}

.carousel-caption h3 {
    color: #333;
    text-transform: uppercase;
    font-weight: 900;
}

.carousel-caption p {
    color: #333;
    line-height: 1.6;
}


#navbar {
    background-color: #74003f;
}

#navbar ul li a{
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

button.navbar-toggle.collapsed {
    background-color: #1a2940!important;
}
.topo{height: 200px;border-top: 15px solid #19283f;}

a.dropdown-toggle.AbtnAcesso {
    background-color: #333!important;
}

.logo img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 25px;
}

.acesso-mobile {
    background-color: #333;
}

.btnAcesso {
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
    width: 100%;
}

.acesso {
    width: 80%;
    margin: 0 auto;
    display: block;
    max-width: 232px;
    margin-top: 15px;
    border-radius: 0;
    background-color: #1a2940;
    border: none;
}
a.atendimento {
    color: #fff;
    text-transform: uppercase;
}

li.formulario-top input {
    width: 100%;
    margin-bottom: 5px;
    height: 32px;
    padding-left: 15px;
    border: none;
}

li.formulario-top button {
    width: 100%;
    height: 32px;
    background-color: #a5a6a7;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.link {
    width: 100%;
    display: block;
}

.link a {
    width: 50%;
    margin-left: 12px;
    color: #fff;

}

.menu-principal {
    background-color: transparent;
    border: none;
    z-index: 9999999;
    width: 100%;
    padding: 0;
    position: relative;
    right: 0;
}




.banner-home{
  background-image: url(../img/banner-home.jpg);
  height: 400px;
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat;
}


.banner-empresa, .banner-servicos, .banner-proposta, .banner-contato{
  background-image: url(../img/banner-empresa.jpg);
  height: 290px;
  background-position: center center;
  background-size: 1920px;
  background-repeat: no-repeat;
}


.banner-servicos{
  background-image: url(../img/banner-servicos.jpg);
}

.banner-proposta{
  background-image: url(../img/banner-proposta.jpg);
}


.banner-contato{
  background-image: url(../img/banner-contato.jpg);
}

label.error {
    color: red;
    position: absolute;
}

.box-serv{
  margin-bottom: 25px;
}
.engloba-serv p {
    max-width: 238px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.engloba-serv {
    border: 1px solid #ccc;
}
.box-serv h4{
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 22px;
}
.box-serv img {
    border-bottom: 4px solid #73013f;
    margin: 0 auto;
}

.leiamais {
    background-color: #1a2940;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 7px 25px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.chamada button {margin: 0;margin-bottom: 45px;}

.servicos-line img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    max-width: 50px;
}

.servicos-line{
  text-align: center;
}

.rodape{
  background-color: #313131;
  padding-top: 35px;
  padding-bottom: 35px;
  color: #fff;
}

.rodape h2{
  font-weight: 900;
}

ul.redes-sociais{
  padding: 0;
  list-style: none;
  display: inline-flex;
}

ul.redes-sociais li{
margin-right: 5px;
}
footer{
  background-color: #131313;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  }

  .chamada h2 {
    font-weight: 900;
    margin-bottom: 35px;
}

#navbar ul li a:hover {
    background-color: #440124;
}

.conheca h2 {
    color: #5b5b5b;
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 30px;
}

.conheca p {
    line-height: 1.6;
}

.conheca {
    padding-top: 40px;
    padding-bottom: 40px;
}

.proposta input, .proposta select {height: 42px;border-radius: 0;}
.proposta textarea {border-radius: 0;}

.proposta {
    padding-top: 45px;
    padding-bottom: 45px;
}

.enviar {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 15px;
    background-color: #9cb2bd;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.proposta h2 {
    font-size: 32px;
    font-weight: bold;
    color: #5b5b5b;
    margin-top: 0;
}

.proposta p{
  margin-top: 15px;
  margin-bottom: 25px;
}

}



@media only screen and (min-width:768px){
  .logo {
      /* width: 30%; */
      /* display: block; */
      /* float: left; */
  }

  .carousel-caption.internas {
      top: 20px;
  }

  .logo img {
      margin: 0;
      padding-top: 45px;
  }

  #navbar ul li a {
      padding: 15px 42px;
      text-align: center;
  }
  .fundo-principal {
      background-color: #74003f;
      position: relative;
      top: 28px;
  }

  .topo {
      height: 130px;
  }

  .form-desk {
      padding-top: 25px;
  }

  .link a {
    color: #333;
    margin: 0;
    margin-top: 0px;
    padding-right: 30px;
}

.form-desk input {
    height: 32px;
    border: 1px solid #ecf0f1;
    padding-left: 15px;
}

.form-desk button {
    text-indent: -999999999px;
    background-color: #1a2940;
    border: none;
    height: 32px;
    width: 25px;
    background-image: url(../img/seta.png);
    background-repeat: no-repeat;
    background-position: center;
}

.carousel-caption {
    width: 550px;
    text-align: left;
    padding-left: 25px;
    top: 110px;
}

.carousel-caption p {
    max-width: 380px;
}

img.img-chamada {
    margin: 0 auto;
}

.chamada h2 {
    text-align: center;
}

.chamada button {
    margin: 0 auto;
    margin-bottom: 25px;
}

.servicos-line p {
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.atend {float: right;margin-top: -52px;clear: both;}

.atend button {
    text-indent: 0!important;
    width: 190px;
    background-image: none;
}

.relacionamento {
    width: 100%;
}

.relacionamento ul {
    list-style: none;
    display: inline-flex;
    float: right;
}

.relacionamento ul li a {
    color: #000;
    font-weight: bold;
}
.relacionamento ul li {
    margin-right: 15px;
}

.relacionamento ul li a img {
    margin-right: 10px;
}

.relacionamento {
    padding-top: 5px;
}
}


@media only screen and (min-width:992px){

  .copy {
      float: left;
      padding-top: 5px;
  }

  .logos-rodape {
      float: right;
      padding-top: 3px;
  }

  .logos-rodape a {
  }

  img.logohotvia {
      margin-right: 5px;
      margin-top: -2px;
  }

  .servicos-line strong {
    margin-bottom: 10px;
    display: block;
}

  .form-desk input{
    margin-right: 5px;
  }

  .form-desk h4 {
      float: left;
      margin-right: 5px;
      color: #62003f;
      font-weight: bold;
      font-size: 16px;
  }

  input.input_pass {
      width: 100px;
      float: left;
      margin-right: 5px;
  }

  input.input_name {
      width: 100px;
      float: left;
      /*margin: 5px;*/
  }

  .form-desk {
    padding-top: 50px;
}

.atendimentoexpresso {
    width: 170px!important;
    font-size: 12px;
}
.chamada {
    padding-top: 45px;
    padding-bottom: 45px;
}
#navbar ul li a {
    padding: 15px 60px;
    text-transform: uppercase;
}

.link a {
    font-size: 12px;
}

.videos{
  height: 440px;
  background-color: #1a2940;
  color: #fff;
}

ul#bx-video-horizontal li a:hover {
    border: 1px solid #ddd;
    background: transparent!important;
}
ul#bx-video-horizontal li a {
    color: #fff!important;
}
}

@media only screen and (min-width: 1200px){

  .carousel-caption.internas {
    top: 60px;
}
  .carousel-caption {
    width: 100%;
    margin: 0 auto!important;
    padding: 0;
    max-width: 1170px;
    left: 5%;
}

#navbar ul li a {
    padding: 15px 80px;
}

.carousel-caption h4 {
    font-size: 22px;
    font-weight: 300;
}

.carousel-caption h4 {
    font-size: 19px;
    font-weight: 300;
}

.carousel-caption h3 {
    font-size: 42px;
    color: #19283f;
    margin-top: 0;
}

.carousel-caption p {
    max-width: 440px;
    color: #19283f;
}

.servicos {
    padding-top: 45px;
    padding-bottom: 45px;
}
input.input_pass,input.input_name{
  width: 170px;
}
.logo img {
    max-width: 301px;
    padding-top: 34px;
}

}
