@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('vendor/bootstrap.min.css');
@import url('vendor/font-awersome.css');
@import url('vendor/flexslider.css');
@import url('vendor/owl.carousel.css');
@import url('vendor/magnific-popup.css');
@import url('vendor/component-file.css');
@import url('fonts.css');
@import url('../fonts/font-akhan.css');

@import url('fonts.css');
* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0
}

:focus {
  outline: 0
}

a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto
}

.transition {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease
}

html, body {
  height: 100%
}

body {
  font-family: 'Roboto', sans-serif;
  color: #2c3339;
  min-width: 310px;
  font-size: 14px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background-position: center center;
  -webkit-text-size-adjust: none;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}

.bgsouprestador {
  background-image: url(../img/bg-prestador.jpg);

}

.content {
  position: relative;
  width: 100%;
  min-height: -webkit-calc(100vh - 64px);
  min-height: -moz-calc(100vh - 64px);
  min-height: calc(100vh - 64px);
}

.header {
  width: 100%;
  height: auto;
  background: #fff
}

.header-prestador {
 padding-bottom: 20px;

  width: auto;
  height: 100%;
  background: #fff
}


.header-top {
  width: 100%;
  height: 40px;
  background: #0b70b2
}


.header a {
  display: block;
  max-width: 380px;
  width: 100%;
  height: auto;
  padding: 25px 0;
  margin: 0 auto
}

.header a img {
  width: 100%;
  height: auto
}

.titulo {
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 90px
}

.home-button {
  display: block;
  width: 100%;
  background-position: 15px center;
  background-repeat: no-repeat;
  padding: 25px 5px 25px 80px
}

.home-button:hover {
  -webkit-box-shadow: 0 0 30px 4px #000;
  box-shadow: 0 0 30px 2px #000;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}
.new_home-button img{
  width: 100%;
  height: auto;
  max-width: 168px;
  margin-bottom: 30px;
}

.new_home-button:hover img{
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.link-title {
  font-size: 33px;
  color: #006eb7;
  font-family: 'Museo-700';
  display: block
}

.link-desc {
  font-size: 20px;
  font-weight: 300;
  color: #006eb7;
  display: block
}

.link-vendas {
  background-color: #fed501;
  background-image: url(../img/icon-vendas.png)
}

.link-vendas:hover {
  background-color: #fedb16
}

.link-atendimento {
  background-color: #208eaa;
  background-image: url(../img/icon-atendimento.png);
  margin-bottom: 100px
}

.link-atendimento:hover {
  background-color: #2296b3
}

.link-institucional {
  background-color: #006db6;
  background-image: url(../img/icon-institucional.png);
  margin-bottom: 100px
}

.link-institucional:hover {
  background-color: #0074c1
}

.link-atendimento .link-desc, .link-atendimento .link-title, .link-institucional .link-desc, .link-institucional .link-title {
  color: #fff
}




.popup2 {
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  z-index: 200;
}

.popup-content2 {
  max-width: 480px;
  width: 80%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}

.close-popup2 {
  color: #fff;
  top: -20px;
  right: -20px;
  position: absolute;
  display: block
}

.close-popup2:hover, .close-popup2:focus {
  color: #fff
}





.footer {
  padding-top: 20px;
}

.footer-content img {
  display: inline-block;
  margin: 5px;

}

@media only screen and (max-width:1199px) {
  .home-button {
    display: block;
    width: 100%;
    background-position: center 15px;
    padding: 25px 5px 25px 5px;
    margin-bottom: 30px
  }
  .link-title {
    margin-top: 50px;
    text-align: center
  }
  .link-desc {
    text-align: center
  }
  .link-institucional {
    margin-bottom: 100px
  }
}

@media only screen and (max-width:991px) {
  .link-title {
    font-size: 24px
  }
  .link-desc {
    font-size: 21px
  }
  .link-institucional {
    margin-bottom: 100px
  }
}

@media only screen and (max-width:767px) {
  .home-button {
    background-position: 15px center;
    padding: 25px 5px 25px 90px
  }
  .link-title {
    margin-top: 0;
    font-size: 24px;
    text-align: left
  }
  .link-desc {
    font-size: 21px;
    text-align: left
  }
  .link-institucional {
    margin-bottom: 100px
  }
}

@media only screen and (max-width:450px) {
  .titulo {
    margin-top: 50px;
    margin-bottom: 50px
  }
}
