@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts/Montserrat-Medium.ttf");
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
}

@font-face {
  font-family: Montserrat-LightItalic;
  src: url("../fonts/Montserrat-LightItalic.ttf");
}

@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
}

body,
html {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

body {
  font-family: Montserrat-Light, sans-serif, sans-serif;
  background-color: #131313;
}

a {
  text-decoration:none; 
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #ffffff;
  text-decoration:none; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat-Light, sans-serif;
}

.bg-primary {
  background-color: #fff !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 0px;
  position: relative;
  margin: 0px;
  width: 100%;
  background-color: #131313
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  font-family: Montserrat-Light, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: Montserrat-Light, sans-serif;
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #fff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
  color: #20bec6;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
  color: #20bec6 !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: 0.5rem 0.5rem;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #fff;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #20bec6;
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #20bec6;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: #212529;
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover {
    color: #20bec6;
  }
}

@media (max-width: 768px) {
  .titulo{
    font-family: Montserrat-ExtraBold;
    font-size: 45px!important;
  }
  
  .frase-header{
    font-family: Montserrat-SemiBold;
    font-size: 20px!important;
  }

  .t2{
    font-size: 18px!important;
  }

  .t4{
    font-size: 20px!important;
  }

  .t3{
    font-size: 40px!important;
  }

  .t5{
    font-size: 45px!important;
  }

  .email{
    font-size: 16px!important;
  }

  .contato{
    font-size: 36px!important;
  }

  .linha{
    width: 100px!important;
    margin-top: 10px!important;
  }

  .itens{
    font-size: 20px!important;
  }

  .btn-header{
    margin-bottom: 100px!important;
  }

  p{
    font-size: 15px!important;
  }

  .contato-margin{
    margin-bottom: 60px!important;
  }

  .img-icon{
    margin-top:100px!important;
    margin-bottom:100px!important;
  }

  .navbar-collapse{
    background-color: #f9b300!important;
  }

  .navbar-light .navbar-toggler{
    background-color: #f9b300!important;
  }
}

@media (max-width: 992px) {
  .navbar-collapse{
    background-color: #f9b300!important;
  }

  .navbar-light .navbar-toggler{
    background-color: #f9b300!important;
  }
}

@media (max-width: 1024px) {

}

@media (min-width: 1200px) {

}

.img-icon{
  margin-top:-100px
}

.contato-margin{
  margin-bottom: 120px;
}

.fixed-top {
  position: absolute !important;
}

.padding-zero {
  padding: 0px;
}

.text-footer {
  font-family: Montserrat-Light;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
  margin-top: 20px;
}

.powered {
  font-family: Montserrat-Light;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #9b9b9b;
  margin-right: 10px;
}

@media (max-width: 992px) {

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 10px !important;
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
  margin-right: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-hide {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .mobile {
    display: inline !important;
  }
}

@media only screen and (min-width: 992px) {
  .desktop-hide {
    display: none !important;
  }
}

.titulo{
  font-family: Montserrat-ExtraBold;
  font-size: 150px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f9b300;
  margin-bottom: 70px;
}

.frase-header{
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.btn-header {
  border: solid 1px #f9b300;
  border-radius: 0px;
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #f9b300;
  background: transparent;
  padding: 17px 36px;
  margin-bottom: 200px;
}

hr{
  width: 230px;
  height: 1px;
  border-bottom: solid 4px #f9b300;
}
.linha {
  width: 300px;
  height: 1px;
  border: solid 2px #f9b300;
  float: right;
  margin-top: 20px;
  margin-left: 20px
}

.itens {
  font-family: Montserrat-Bold;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
}

h1 {
  font-family: Montserrat-Bold;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f9b300;
}

p{
  font-family: Montserrat-Regular;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.text-itens {
  font-family: Montserrat-Light;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

b {
    font-family: Montserrat-Bold;
}

.numero {
  font-family: Montserrat-Bold;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f9b300;
  margin-bottom: 15px;
}

.quote-amarelo {
  width: 67px;
  height: 62px;
  object-fit: contain;
  transform: rotate(180deg);
}

.t2 {
  font-family: Montserrat-Bold;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}

.t3 {
  font-family: Montserrat-ExtraBold;
  font-size: 96px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f9b300;
}

.t4 {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

.t5 {
  font-family: Montserrat-ExtraBold;
  font-size: 56px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f9b300;
  margin-bottom: 150px;
}

.servicos {
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 40px;
}

.tbox {
  font-family: Montserrat-Bold;
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top:30px;
}

.tbox-reg{
  font-family: Montserrat-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.contato {
  font-family: Montserrat-Bold;
  font-size: 56px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 50px;
}

.email{
  font-family: Montserrat-Medium;
  font-size: 40px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f9b300;
  margin-bottom: 80px;
}

.sobre{
  font-family: Montserrat-Regular;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.sobre-yellow{
  font-family: Montserrat-Bold;
  font-weight: bold;
  color: #f9b300;
  margin-top:25px;
}

.titulo-2{
  font-family: Montserrat-Semibold;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom:30px;
}

.p-2{
  font-family: Montserrat-Light;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.ref{
  font-style: normal;
  color: #fff;
  font-family: Montserrat-Light;
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.nav-item{
  margin: 0px 20px;
}

