* GLOBAL
----------------------*/
{
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');}

body {
  font-family: 'Barlow', sans-serif;
      background-color: #fff;
      font-weight: 350;
  }
  
  
  p {
    color: #797979;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-align: justify;
    
  }

  h1 {
      font-size: 15px;
      font-weight: 700;
      color: #797979;
      font-family: 'Barlow', sans-serif;
  }

  h2 {
    font-size: 25px;
    font-weight: 700;
    color: #797979;
    font-family: 'Barlow', sans-serif;
}

  h3 {
    font-weight: bold;
    font-size: 30px;
    color: #000;
    font-family: 'Barlow', sans-serif;
  }

  h5 {
    font-size: 50px;
    font-weight: 700;
    color: #797979;
    font-family: 'Barlow', sans-serif;
  }





/*..................*/

.offcanvas-header {
  display: none;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

@media all and (max-width: 992px) {
  .offcanvas-header {
    display: none;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    background-color: #fff !important;
  }

  html:lang(ar) .mobile-offcanvas {
    transform: translateX(100%);
  }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
  }

  .nav-cont {
    display: block !important;
    padding-right: auto !important;
    padding-left: auto !important;
  }
  .dropdown-menu {
    border: none;
  }

  .nav-item {
border: none;
  }
}

.menu .collapse:not(.show) {
  display: block;
}

.canmobile {
  margin: 0px !important;
  padding: 32px 0px;
}

.dropdown-item:hover {
  background-color: transparent !important;
}

.dropdown-item:active {
  background-color: transparent !important;
}

.menu .navbar-nav li a:hover {
  color: #898989 !important;
}

@media only screen and (max-width: 600px) {
  .canmobile {
    padding: 0px !important;
    margin: 0px;
  }
}


.cta-button {
  /*display: inline-block;*/
  padding: 15px 45px;

  background-color: white;
  background-image: linear-gradient(
    to right,
    #898989 0%,
    #000000 51%,
    #898989 100%
  );
  color: #000;
  /* Button text color */
  text-decoration: none;

  font-size: 1rem;
  /* Adjust the font size */
  /* text-transform: uppercase; */
  border-radius: 10px;
  display: inline-block;
  /* box-shadow: 0 0 20px #eee; */
  background-size: 200% auto;
}

.cta-button:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.cta-button2 {
  /*display: inline-block;*/

  background-color: #25D366;
  color: #111111;
  font-size: 15px;
  text-decoration: none;
}
.typed-text {
  color: #25d366;
  text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fdd, 1px -1px 0 #000,
    -1px -1px 0 #fffafa;
}
/* AREA DO MENU */



.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	text-decoration: none;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}


.try_footer_main_section_wrapper {
  float: left;
  width: 100%;
  background: #212529;
  padding-top: 100px;
  }
  .try_footer_first_sec_wrapper {
  float: left;
  width: 100%;
  }
  .try_footer_second_sec_wrapper {
  float: left;
  width: 100%;
  }
  .try_footer_third_sec_wrapper {
  float: left;
  width: 100%;
  }
  a {
  color: #c9b88c;
  text-decoration: none !important;
  }
  .try_footer_first_sec_wrapper h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 35px;
  line-height: 24px;
  }
  .try_footer_first_sec_wrapper p {
  font-size: 36px;
  color: #c9b88c;
  font-weight: 800;
  padding-top: 35px;
  }
  .try_footer_first_sec_wrapper h5 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 35px;
  }
  .try_footer_first_sec_wrapper h5 a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
  }
  .try_footer_second_sec_wrapper h3 {
  font-size: 18px;
  color: #c9b88c;
  }
  ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  }
  .try_footer_second_sec_wrapper ul {
  margin-top: 40px;
  }
  .try_footer_second_sec_wrapper li {
  float: left;
  width: 100%;
  margin-top: 10px;
  }
  .text-align-left {
  width: 60%;
  float: left;
  }
  .try_footer_second_sec_wrapper li a {
  color: rgba(255, 255, 255, 0.58);
  transition: all 0.5s;
  }
  .text-align-right {
  width: 40%;
  float: left;
  }
  .try_footer_third_sec_wrapper h3 {
  font-size: 18px;
  color: #c9b88c;
  }
  .try_footer_input_wrapper {
  float: left;
  width: 100%;
  margin-top: 50px;
  }
  .try_footer_input_wrapper input {
  float: left;
  width: calc(100% - 50px);
  height: 50px;
  padding-left: 20px;
  background: #1d1d1d;
  border: 0;
  color: rgba(255, 255, 255, 0.58);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  }
  .try_footer_input_wrapper button {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  background: #1d1d1d;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  }
  .flaticon-right-arrow-1:before {
  content: "\f103";
  }
  .try_footer_input_wrapper button i:before {
  color: rgba(255, 255, 255, 0.58);
  margin-left: 0;
  }
  .try_footer_third_sec_wrapper h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  padding-top: 30px;
  float: left;
  width: 100%;
  }
  .try_footer_third_sec_wrapper ul {
  float: left;
  width: 100%;
  margin-top: 30px;
  }
  .try_footer_third_sec_wrapper li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  }
  .try_footer_third_sec_wrapper li a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.52);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  }
  .fa-facebook-f:before,
  .fa-facebook:before {
  content: "\f09a";
  }
  .try_footer_third_sec_wrapper li a:hover {
  background: rgb(128, 128, 128);
  background: linear-gradient(
    135deg,
    #c9b88c 0%,
    #000 100%
  );
  border: 1px solid #eaeaea;
  color: #ffffff;
  transition: all 0.5s;
  }
  .try_bottom_footer_wrapper {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .try_bottom_footer_wrapper p {
    color: rgba(255, 255, 255, 0.58);
  }
  .try_bottom_footer_wrapper p a {
    color: rgba(255, 255, 255, 0.58);
    transition: all 0.5s;
  }
  .try_footer_second_sec_wrapper li a:hover {
    color: #ffffff;
    transition: all 0.5s;
  }
  .try_bottom_footer_wrapper p a:hover {
    color: #ffffff;
  }
  .try_footer_first_sec_wrapper h5 a:hover {
    color: #ffffff;
    transition: all 0.5s;
  }
  @media (max-width: 991px){
  .try_footer_main_section_wrapper {
    padding-top: 80px;
  }
  .try_footer_second_sec_wrapper, .try_footer_third_sec_wrapper {
    margin-top: 60px;
  }
  }
  
  .destaque {
    background-color:#eaeaea ; 
    
   } 
   .logo-section{
    display: flex;
align-items: center;
justify-content: center;
}
.menu-section {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.menu-section .col {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.menu-section a {
  color: #414141;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  }


.swiper {
  width: auto;
  height: auto;
}


.swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
}

.swiper {
  height: auto;
  width: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: auto;
  width: auto;
}

.mySwiper {
  height: 20%;
}

.mySwiper .swiper-slide {
  width: auto;
  height: auto;
  opacity: 1;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-decoration: none;
}

.cotação{
  background-color: #25D366;
  color:#fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: 500;
}

.linhabranca{
  background-color: #fff;
  color:#fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight: 500;
}
th, td {
  text-align: left;
  padding: 8px;
  border: 1px #333333 solid;
  text-decoration: none;
}

tr:nth-child(even) {background-color: #eaeaea;}

.galeria-produto {
  display: flex;
  align-items: center;
  justify-content: center;
margin: 30px;}

.titulo {
  position: flex;
  align-items: center;
  align-content: center;
  text-align: center;
}

.card{
  list-style: none;
  position: relative;
}

.card:before{
  content: '';
  display: block;
  padding-bottom: 150%;
  width: 100%;
}

.card__background{
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;

}

.card__content{
  left: 0;
  padding: var(--spacing-l);
  position: absolute;
  top: 0;
}
.card__heading{
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
  line-height: 15px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  border: 0;
  font-weight: bold;
  padding: 10px 20px;
  background: #000;
  color: #fff;
  font-size: 15px;;
  font-family: 'Barlow', sans-serif;
  width: 150px;
}

.btn:hover {
  opacity: 0.9;
  color: #fff;
}