:root{
    --mustard: #a2822f;
}

body{
    background-color: black;
    font-family: 'Area Variable', 'sans-serif';
}

.made-in-bahia-logo{
	position: absolute;
	top: 0.5rem;
	right:0.5rem;
	max-width:6rem;
	z-index: -1;
}
.z-0{
	z-index: 1;
}

.container-limit{
    max-width: 1050px;
}

.container-xxl{
    max-width: 1215px !important;
}

.align-items-center{
    align-items: center;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*animations*/

/*End animation*/

.codigo-conduta{
    width: 100%;
    margin: 50px 0 0 0;

}

.codigo-conduta a{
    color: #8f7201;
    text-decoration: none;
    width: auto;
    margin: 0;
}

.codigo-conduta a:hover{
    color: #fff;
}

.brand-section{
    background-color: #000103;
    padding: 1.875rem 0;
    border-bottom: 0.25rem solid var(--mustard);
}

.brand-section h2, h1 {
    color: var(--mustard);
}

.brand-section h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 45px;
}

.brand-content{
    object-fit: cover;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;

}

.brand-content img{
    max-width: 500px;
}

.brand-section h1{
    color: #fff;
    font-size: 18px;
    display: flex;
    font-weight: 400;
    justify-content: center;
    text-align: center;
}

/*Section History*/
.history-section{
    padding: 3.125rem 0 4.375rem;
    background-color: black;
    color: white;

}
.history-section, .costumers-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.history-section::after, .costumers-section::after {
    content: '';
    position: absolute;
    display: block;
    z-index: -1;
    width: 180%;
    background: radial-gradient(
        circle,
        rgba(162, 130, 47, 1) 0%,
        rgba(162, 130, 47, 0.75) 20%,
        rgba(162, 130, 47, 0.25) 50%,
        rgba(162, 130, 47, 0) 70%
        );
    aspect-ratio: 1 / 1;
    left: 0;
    top: 0;
    opacity: 0;
    --_transform: translate(-50%, -50%);
    transform: var(--_transform);
}
.costumers-section::after {
    top: 100%;
    --_transform: translate(-50%, -50%);
}
.aos-animate.history-section::after, .aos-animate.costumers-section::after {
    animation: fadeInQuint ease-out 1250ms forwards;
}

.history-title {
    font-size: 3.4375rem;
    color: var(--mustard);
    margin-bottom: 1.5625rem;
    font-weight: 900;
    text-align: center;
}
.history-title span {
    font-weight: 200;
}
.history-text{
  line-height: 30px;
  font-size: 18px;
  max-width: 870px;
  margin: 0 auto;
}
/*End History*/

/*Video Section*/
.video-section{
    padding: 8rem 0;
    background-image: url('../img/trabalhos-bg.png');
   background-size: cover;
    text-align: center;
}
.video-title{
    color: transparent !important;
    text-shadow: none !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slide-item{
      height: 400px;
  }
  .video-slide-content .swiper-button-prev ,.video-slide-content .swiper-button-next{
      color: var(--mustard);
  }

  /*Costumers Section*/
.costumers-section{
    padding: 70px 0 100px;
    text-align: center;
    border-bottom: 0.25rem solid var(--mustard);
}
    .swiper-container.costumers-slide-content {
        --_internal_padding: 2rem;
        padding-left: var(--_internal_padding);
        padding-right: var(--_internal_padding);
        /* margin-left: calc(var(--_internal_padding) * -1); */
        /* margin-right: calc(var(--_internal_padding) * -1); */
    }

    .costumers-slide-item{
     /*   height: 8.125rem; */
        display: grid;
        place-items: center;
        padding: 1rem 2rem;
		grid-template-rows: 100%;
    }
    .costumers-slide-item img{
         filter: brightness(0) invert(1); 
		filter: grayscale(1) brightness(.75) invert(1);
        transition: filter 320ms ease;
        cursor: pointer;
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
   /* .costumers-slide-item:hover img{
        filter: grayscale(0);
    }*/
    .costumers-slide-content .swiper-button-prev, .costumers-slide-content .swiper-button-next{
        color: var(--mustard);
    }
    .costumers-slide-content .swiper-button-prev{
        left: 0;
    }
    .costumers-slide-content .swiper-button-next{
        right: 0;
    }
  /*End Costumers Section*/

  /*Footer*/
    .main-footer{
        background: #000;
        padding: 80px 0;
        color: #fff;
        font-family: 'Lufga', 'sans-serif';
        font-weight: 400;
    }
    .footer-title{
        text-align: center;
        font-size: 78px;
        color: #000;
        margin-bottom: 40px;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    }
    .location-city{
        color: var(--mustard);
        font-size: 2.125rem;
        margin-bottom: 1rem;
        display: inline-block;
        font-weight: 300;
    }
    .location-adress{
        font-size: 1.375rem;
        margin-bottom: 1.875rem;
    }
    .footer-tel{
        font-size: 1.375rem;
        display: block;
        margin-bottom: 1.875rem;
        color: #fff;
        text-decoration: none;
    }
    a.footer-tel:hover {
        color: var(--mustard);
    }
    .footer-email{
        font-size: 1.375rem;
        color: #fff;
        text-decoration: none;
        transition: color 320ms;
        display: block;
    }
    .footer-email:hover{
        color: var(--mustard);
    }
    .footer-location-content {
        font-size: 1.375rem;
        margin-top: 2.125rem;
    }
    .footer-location{
        font-size: 30px;
        margin-right: 5px;
        color: var(--mustard);
    }
    .social-midia-list{
        max-width: 150px;
    }
    .social-midia-list li{
        display: grid;
        max-width: 2.5rem;
        height: 2.5rem;
        place-items: center;
        color: var(--mustard);
        border-radius: 50%;
    }
    .social-midia-list svg{
        font-size: 25px;
    }
    .social-media-item{
        transition: transform 320ms ease;
    }
    .social-media-item:hover{
        transform: scale(1.2);
    }
    .social-media-item a{
        text-decoration: none;
        color: var(--mustard);
        font-size: 2.5rem;
    }
    .social-item{
        font-size: 2.5rem;
    }
    .footer-overlay{
        background: var(--mustard);
        height: 20px;
    }
  /*End footer*/


@media only screen and (min-width:576px){
    .slide-item{
        height: 520px;
    }
}
@media only screen and (min-width:992px){

    .brand-section{
        padding: 10.625rem 0;
    }
    .brand-section h2{
        font-size: 40px;
        text-align: right;
        font-weight: 400;
        margin-bottom: 0;
        font-weight: 600;
    }
    .brand-content{
        justify-content: unset;
        margin-bottom: 0;
    }

    .brand-content img{
        max-width: 500px;
    }
    .brand-section h1{
        justify-content: center;
        text-align: left;
    }

    /*Histoty Section*/
    .history-section{
        padding: 70px 0 190px;
    }

    .history-title{
        margin-bottom: 3.75rem;
    }
    .history-text{
        line-height: 40px;
        font-size: 24px;
        font-weight: 500;
    }

    /*Video Section*/
    .slide-item{
        height: 670px;
    }

}

/*Max width*/
@media only screen and (max-width:992px){
    .brand-content{
        order: 1;
    }
    .mainTitle-content{
        order: 2;
    }
    .subtitle-content{
        order: 3;
    }
}
@media only screen and (max-width:768px){
	.made-in-bahia-logo{
		max-width:3rem;
	}
	.brand-content img {
	  	width: 100%;
	}
    .main-footer{
        padding: 50px 0;
    }
    .footer-title{
        font-size: 55px;
    }
    .footer-content{
        text-align:center;
        align-items:center;
        margin-bottom: 2.8125rem;
    }
    .location-adress{
        margin-bottom: 0.625rem;
    }
    .footer-tel{
        margin-bottom: 0.625rem;
        font-size: 20px;
    }
    .footer-email{
        font-size: 20px;
    }
    .footer-location-content {
        font-size: 1.375rem;
        margin-top: 0.625rem;
    }
    .location-adress{
        font-size: 20px;
    }
    .social-midia-list{
        max-width: 180px;
        width: 100%;
    }
}

@keyframes fadeInQuint {
    from {
        transform: scale(0) var(--_transform);
        opacity: 0;
    }
    to {
        transform: scale(1) var(--_transform);
        opacity: 1;
    }
}

.the_content strong{
    font-weight: 800;

}
.the_content a {
    color: #ffffff;
    text-decoration: none;
}
.the_content a:hover {
    color: #ffffffdd;
}
.the_content span.golden-separator {
    color: var(--mustard);
}
.the_content *:last-child {
    margin-bottom: 0;
}
