/**
 * ****************************************************************************
 * Syte - Sites Synap Digital
 * Copyright 2021-2021 - https://synap.com.br
 * ************************************************************************* */
/**
 * ****************************************************************************
 * index
 * - tipografia
 * - global
 * - top
 * - header
 * - - nav
 * - - slider
 * - main
 * - - sec-home
 * - - sec-about
 * - - sec-services
 * - - sec-articles
 * - - sec-contacts
 * - - sec-model
 * - footer
 * ************************************************************************* */

/**
 * ****************************************************************************
 * tipografia
 * ************************************************************************* */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

body,
p {
  text-align: justify;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #dbdbdb;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

/**
 * ****************************************************************************
 * global
 * ************************************************************************* */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

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

/**
 * ****************************************************************************
 * header top
 * ************************************************************************* */
.top {
  padding: 0;
  background: #ffb600;
  width: 100%;
  position: fixed;
  z-index: 99;
}

.top-row-contacts {
  padding: 0;
}

.top-row-contacts-left {
  padding: 0;
}

.top-row-contacts-left-logo img {
  width: auto;
  height: 70px;
}

.top-row-contacts-right {
  float: right;
}

.top-ul-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  .top-ul-box {
    display: none;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 767px) {
  .top-row-contacts-right-mobile {
    display: none;
  }
}

.top-ul-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .top-ul-box li {
    border: 0;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .top-ul-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

.top-ul-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.top-ul-box li.last {
  border-right: 0;
}

.top-ul-box li .top-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

.top-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

.top-box-content-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

.top-box-content-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

.top-box {
  padding: 0;
}

.top-social {
  font-size: 30px;
  padding: 0.5rem;
}

.top-social-icon {
  padding: 0;
}

/**
 * ****************************************************************************
 * header nav
 * ************************************************************************* */
 .navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 70px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(251, 255, 0) !important;
    border-left: 3px solid #ffb600;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255, 255, 251) !important;
  border-left: 3px solid #ffffff;
}

/**
 * ****************************************************************************
 * carousel
 * ************************************************************************* */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #ffb600 !important;
}

.slider.border:hover {
  background: #ffb600;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffb600;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 30px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 20px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/**
 * ****************************************************************************
 * sec-call-to-action
 * ************************************************************************* */
.sec-call-to-action-box {
  position: relative;
  margin-top: -50px;
  background: #ffb600;
}

.sec-call-to-action-box-text {
  color: #fff;
  margin: 0;
  padding: 15px;
  line-height: normal;
  font-size: 32px;
  text-transform: uppercase;
}
.sec-call-to-action-box-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/**
 * ****************************************************************************
 * sec-home
 * ************************************************************************* */
.sec-home {
  padding-top: 6rem;
}

.sec-home h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.sec-home p {
  font-size: 1.2rem;
  font-weight: 100;
}

/**
 * ****************************************************************************
 * sec-about
 * ************************************************************************* */
.sec-about {
  padding-top: 6rem;
}

.sec-about h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
}

.sec-about h3{
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.sec-about p {
  font-size: 1.2rem;
  font-weight: 100;
}

.sec-about-placeBox {
  position: relative;
  max-width: 405px;
  height: 540px;
  margin: 0 auto;
  background: #000;
  margin-top: 30px;
}

.sec-about-imgBx {
  width: 100%;
  height: 100%;
}

.sec-about-imgBx img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec-about .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: baseline;
  align-items: flex-end;
}

.sec-about-placeBox .content h3{
  position: relative;
  margin: 0;
  padding: 10px;
  background: rgba(0,0,0,.95);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

.sec-about-placeBox .content h3 span{
  font-size: 14px;
  font-weight: 500;
}


/**
 * ****************************************************************************
 * sec-services
 * ************************************************************************* */
.sec-services {
  margin-top: 10rem;
}

.sec-services-title {
  font-size: 30px;
  font-weight: 600;
}

.sec-services-sub-title {
  font-size: 24px;
  font-weight: 400;
}

.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  border-bottom: 3px solid #ffb600;
}

.shuffle-btn-group label {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 1200px) {
  .shuffle-btn-group label {
    padding: 3px 18px;
  }
}

@media (max-width: 991px) {
  .shuffle-btn-group label {
    padding: 3px 7px;
    font-size: 12px;
  }
}

.shuffle-btn-group label.active {
  color: #212121;
  background: #ffb600;
}

.shuffle-btn-group label input {
  display: none;
}

/* shuffle Item */
.shuffle-item {
  padding: 0;
}

.shuffle-item .sec-services-img-container {
  position: relative;
  overflow: hidden;
}

.shuffle-item .sec-services-img-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
          transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}

.shuffle-item .sec-services-img-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
          transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .sec-services-img-container:after {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}

.shuffle-item .sec-services-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .sec-services-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #ffb600;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
          transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .sec-services-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
          transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .sec-services-img-container .sec-services-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}

.shuffle-item .sec-services-img-container .sec-services-item-info-content {
  opacity: 0;
  -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
          transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item .sec-services-img-container .sec-services-item-info-content .sec-services-item-title {
  font-size: 20px;
}

.shuffle-item .sec-services-img-container .sec-services-item-info-content .sec-services-item-title a {
  color: #fff;
}

.shuffle-item .sec-services-img-container .sec-services-item-info-content .sec-services-item-title a:hover {
  color: #ffb600;
}

.shuffle-item .sec-services-img-container .sec-services-item-info-content .sec-services-cat {
  background: #ffb600;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}

.shuffle-item .sec-services-img-container:hover .sec-services-item-info-content {
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
          transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.sec-services-slide {
  margin-top: 60px;
}

.sec-services-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.sec-services-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.sec-services-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.sec-services-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #ffb600;
}

.owl-theme.sec-services-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-services-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #ffb600;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.sec-services-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.sec-services-title {
  font-size: 30px;
}

.sec-services-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.sec-services-info-content {
  font-size: 12px;
}

.sec-services-info li {
  margin-bottom: 5px;
}

.sec-services-link {
  margin-top: 15px;
}

/**
 * ****************************************************************************
 * sec-articles
 * ************************************************************************* */
.sec-articles {
  margin-top: 10rem;
}

.sec-articles-title {
  font-size: 30px;
  font-weight: 600;
}

.sec-articles-sub-title {
  font-size: 24px;
  font-weight: 400;
}

.sec-articles-latest-post {
  position: relative;
}

.sec-articles-latest-post-media .img-fluid {
  height: 20rem;
}

.sec-articles-latest-post .sec-articles-post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.sec-articles-latest-post .sec-articles-post-title a {
  color: #303030;
}

.sec-articles-latest-post .sec-articles-post-title a:hover {
  color: #ffb600;
}

.sec-articles-latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.sec-articles-latest-post .sec-articles-post-body {
  padding: 20px 0 5px;
}
/**
 * ****************************************************************************
 * sec-contact
 * ************************************************************************* */
.sec-contact {
  padding: 20px;
  padding-top: 100px;
  border: #ffb600;
  border-style: inset;
}

/**
 * ****************************************************************************
 * sec-model
 * ************************************************************************* */
.sec-model {
  padding: 20px;
  padding-top: 100px;
}

/**
 * ****************************************************************************
 * footer
 * ************************************************************************* */
 .footer {
  padding: 80px 0 60px;
  background-color: #0d0d0d;
  color: #999;
  
}

.footer-box{
  border: 0;
}

.footer-box-title{
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #ffb600;
}
.footer-p{
  font-size: 18px !important;
}

.footer-socials{
  margin-top: 15px;
}

.footer-socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-socials ul li {
  display: inline-block;
}

.footer-socials ul li a i {
  display: block;
  font-size: 26px;
  color: #999;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-socials ul li:hover {
  color: rgb(238, 45, 45);
}


.footer-working-hours {
  padding-right: 10px;
  font-size: 18px !important;
}

.footer-working-hours .text-right {
  padding-right: 30px;
  float: right;
}

.footer-list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 8px 0;
  font-size: 18px !important;
}

.footer-list-arrow li:last-child {
  border-bottom: 0;
}

.footer-list-arrow li a,
.footer-list-arrow li:before {
  color: #747474;
}

.footer-list-arrow li:hover a,
.footer-list-arrow li:hover {
  color: #ffb600;
}

/**
 * ************************************************************************* 
 * ************************************************************************* 
 * ************************************************************************* */
