/*--------------------------------------------------------------
  Template Name: Simply Construction HTML Template.
  Template URI: #
  Description: Simply Construction is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: DevItems
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/

.notas-telefone {
  position: relative;
  padding-top: 36px;
  font-style: italic;
}
.notas-telefone p {
  color: #bbb;
  font-size: 12px;
  line-height: 1.2;
}

.notas-telefone:before {
  content: '';
  display: block;
  border-top: 1px solid #bbb;
  width: 100px;
  left: 0;
  position: relative;
  padding-bottom: 5px;
}

.htc__testimonial__area.is-halfheight {
  min-height: 50vh;
}

.bg__primary {
  background: #D12727;
}
.fact__count span.count,
.fact__title h2,
.fact__count {
  color: #FFF;
}
.hero {
  position: relative;
  min-height: 100vh;
}
.hero video,
.hero .wistia_embed {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: -1;
  -webkit-animation: fade-in 5s;
  -moz-animation: fade-in 5s;
  -o-animation: fade-in 5s;
  animation: fade-in 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.htc-header {
  background: #FFF;
}
.service__thumb img {
  width: 100%;
}
.service__thumb {
  height: 100%;
}
.service__thumb img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.main__menu {
  justify-content: flex-end;
}

.copyright__inner p,
.copyright__inner p a {
  color: #FFF;
}

.copyright__inner p a:hover {
  text-decoration: underline;
}
.service__section__wrap .service__thumb {
  margin-left: 0;
}

.section__content {
    color: #606060;
    width: 57%;
    margin: auto;
}
.section__content > * {
    margin: 21px auto auto;
}
.section__content ul {
  list-style: disc;
  margin-left: 10px;
}
.section__content a {
  color: #D12727;
}
.nav-tabs {
  border-bottom: 0;
}
.prodict-det-small {
  justify-content: flex-start;
  border-bottom: 0;
}
.prodict-det-small li {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min: 768px) {
  .htc__address__container .ct__address + .ct__address {
    margin-left: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .htc__contact__wrap {
    flex-wrap:  wrap;
  }
  .htc__address__container .ct__address,
  .htc__contact__wrap .ht__address__inner {
    margin-top: 30px;
    flex: 0 0 100%;
  }
}

.video-content {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-content iframe,
.video-content object,
.video-content embed,
.video-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




