/*-------------------------------------------------------
  Author: AtenaSoft
--------------------------------------------------------*/


/*--- RESET STYLES ------------------------------------*/
/* Box-sizing Reset*/
/*content-box or padding-box */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*--- GENERAL STYLES ------------------------------------*/
html,
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.header-top,
nav,
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Arvo', serif;
}

nav {
  font-weight: 700;
}

.bg-client {
  background-color: #0b1048;
}

.btn-client {
  background-color: #0b1048;
  color: #FFFFFF;
}

.btn-client:hover {
  color: #F5F5F5;
  background-color: #0d6efd;
}

.bg-gray {
  background-color: #F5F5F5;
}

/*--- DELETE STYLES ------------------------------------*/
.header-top {
  padding: 10px 0;
  color: #777;
  width: 100%;
  z-index: 1;
}

.header-top h6 {
  margin-top: 6px;
  font-size: 0.8rem;
}

.header-top h6 a {
  color: #777;
  text-decoration: none;
}

.header-top h6 a:hover {
  color: #0d6efd;
}

.header-top i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.header-top .social-links ul {
  float: right;
  margin: 0px;
  margin-top: 5px;
}

.header-top .social-links ul li {
  display: inline;
  margin-left: 15px;
}

@media (max-width: 992px) {
  .header-top .social-links ul, .header-top .social-links ul li {
    float: left;
    margin-top: 0;
    padding-left: 0;
    margin-left: 0;
  }
}


.header-top .social-links ul li a {
  color: #777;
  font-size: 0.8rem;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top .social-links ul li a:hover {
  color: #0d6efd;
}

#myCarousel {
  position: relative;
}

.carousel-inner::after {
  background-image: url(../../images/whitebar.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  ;
}

.carousel-item {
  height: 100%;
}

.slick-slide img {
  height: 300px;
}

.carousel-caption {
  margin-top: 20px;
  color: #0b1048;
}

#orcamentar {
  background-image: url(../../images/BannerUnderFrame.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#quem-somos {
  margin: 0 !important;
  padding-top: 100px !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

#parceiros {
  padding: 100px 0px 50px 0px;
  line-height: 18px;
  background: url(../../images/gestowBckg2.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left;
  background-color: #FFFFFF;
}

#orcamentos .form-control {
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  margin: 8px;
  padding: 10px 20px;
  width: 100%;
  box-shadow: none;
}

#orcamentos input.form-control,
#orcamentos select.form-control {
  height: 45px;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.foot-back {
  background-image: url(../../images/footer.jpg);
  background-repeat: no-repeat;
  height: 100%;
  background-position-x: center;
}

.foot-back li a:hover {
  color: white !important;
}

.text-muted {
  color: lightgrey !important;
}

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 6rem;
  z-index: 999;
  border: none !important;
  border-radius: 50% !important;
  background-color: #0d6efd;
  cursor: pointer;
  opacity: 100%;
  transition: opacity 0.5s;
}

.hidden {
  opacity: 0%;
}

.back-to-top-icon {
  width: 2rem;
  height: 2.5rem;
  color: white;
}

.back-to-top:hover {
  opacity: 60%;
}