@import url(https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700);


html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-size: 15px;
  font-family: "Roboto", serif;
  -webkit-font-smoothing: antialiased;  
  color: #656565;
}

h1, h2, h4, .h4, h5, h6, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #242424;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2.2rem;
  line-height: 40px;
  font-weight: 610;
  
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 30px;
}

h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1.1rem;
}

p {
  line-height: 33px;
}

a{
  color: #FF8C00;
}


#type-text {

  border-right: 2px solid #FF8C00;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 8%;
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 3.5rem;
  border-radius: 0;
  transition: all 0.2s ease;
}


.block{
  padding-bottom: -200px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main {
  background: #FF8C00;
  color: #fff;
  transition: all 0.2s ease;
}

.btn-main:hover {
  background: #121212;
  color: #fff;
}

.btn-round-full {
  border-radius: 50px;
}

.btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-dark {
  background: #242424;
}

.section {
  padding: 50px 0;
}

.section-title {
  margin-bottom: 70px;
}

.slider, .parlx {
  position: relative;
}

.page-section {
  padding: 8rem 0;
}

.slider:before, .parlx:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -2px;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

.text-color {
  color: #656565;
}

.text-color3 {
  color: #fafafa;
}

.text-color1 {
  color: #f3f3ff;
}

.text-color2 {
  color: #Ff8c00 ;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #656565;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}


#navbar {
  background: #2c2c2c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

#navbar li {
  padding-left: 14px;
}

#navbar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 520;
  color: #FF8C00;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #FF8C00;
}

.navbar-brand {
  color: #afafaf;
  font-weight: 610;
  letter-spacing: 1px;
}

.bckgrnd-1 {
  background: url("../images/bg/time-atendimento.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.slider {
  background: url("../images/bg/time-atendimento\ .jpg") no-repeat;
  background-size: cover;
  background-position: 10% 0%;
  padding: 50px 0 190px 0;
  position: relative;
}

.slider .block h1 {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
}

.slider .block span {
  letter-spacing: 1px;
}

.service-item {
  position: relative;
  padding-left: 85px;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
color:#FF8C00 ;
}

.parlx {
  background: url("../images/bg/time-4.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 12px 0px;
  color: #ff8c00;
}


.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.footer {
padding-bottom: 10px;
color: #656565;
background-color: #2C2C2C;
}

.footer .copyright a {
  font-weight: 600;
  color: #f5f8f9;
}


.footer h4 {
  font-weight: 600;
  color: #f5f8f9;
}

.footer i {
  font-weight: 600;
  color: #f5f8f9;
}

.logo {
  color: #023047;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #f5f8f9;
}

/*MEDIA QUERY */
@media (max-width: 400px) {
  .navbar-toggler {
    color: #246564;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 126px 340px 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 480px) {
  .navbar-toggler {
    color: #242424;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #242424;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

