/*FONTS*/

body{
    font-family: "Raleway", sans-serif;
    font-weight: 500;
}
@font-face {
    font-family: 'Baldessare';
    src: local('Baldessare Regular'), local('Baldessare-Regular'),
        url('https://locatechbeauty.com.br/assets/fonts/Baldessare.woff2') format('woff2'),
        url('https://locatechbeauty.com.br/assets/fonts/Baldessare.woff') format('woff'),
        url('https://locatechbeauty.com.br/assets/fonts/Baldessare.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }

#marca{
    font-family: 'Baldessare';
}

/*WHATSAPP*/
div#whatsapp {
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 30px;
    width: 70px;
    height: 70px;
    box-shadow: 2px 2px 3px #999;
    animation: pulse 2s infinite;
    border-radius: 50%;
}
div#whatsapp img {
    width: 70px;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/*SLIDE PRODUCTS*/
.slider {
    overflow: hidden;
}
.slider-content {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: calc(300px * 10);
    animation: slide 10s linear infinite;
}
.slider-content li {
    width: 300px;
    text-align: center;
    color: white;
    font-size: 20px;
}

/*Animação */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-20%); /* Move a lista pela metade (5 itens) */
    }
}

/*TITLES*/
.title h1{
    font-family: 'Baldessare';
}
.title h1, .title h2{
    font-family: 'Baldessare';
    text-transform: uppercase;
    position: relative;
}
.title .bar:before {
    content: "|";
    position: absolute;
    display: block;
    left: -15px;
    color: #b7b7b7;
}
.title.line{
    position: relative;
    width: max-content;
    margin: auto;
}
.title.line:after {
    content: "";
    width: 100%;
    background: #212529;
    height: 2px;
    position: absolute;
    bottom: 0;
    margin: auto;
    text-align: center;
    left: 0;
}
.bg-dark .title.line:after {
    background: #ffffff;
}
.bg-dark .title h2:before{
    color: #b7b7b7;
}
.bg-darkgrey .title h2:before{
    color: #212529;
}

/*DESCRIÇÃO*/
.description p {
    font-size: 18px;
}


/*TESTIMONIALS*/
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial {
    min-width: 33.33%;
    box-sizing: border-box;
    padding: 2px;
    text-align: center;
}
.testimonial .content {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #ddd;
    height: 100%;
}
.testimonial .stars i{
    color: #f1c632;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 100;
}

.carousel-btn.left {
    left: 0px;
}

.carousel-btn.right {
    right: 0px;
}

/* Responsividade */
@media (max-width: 900px) {
    .testimonial {
        min-width: 50%; /* Mostrar 2 depoimentos por vez */
    }
}

@media (max-width: 600px) {
    .testimonial {
        min-width: 100%; /* Mostrar 1 depoimento por vez */
    }
}


/*BACKGROUNDS*/
.bg-lightgrey{
    background: #e4e4e4;
}
.bg-mediumgrey{
    background: #cacaca;
}
.bg-darkgrey{
    background: #b7b7b7;
}

/*BANNERS*/
#banners {
    background-image: url(https://locatechbeauty.com.br/assets/images/banners/lines.png);
    background-repeat: no-repeat;
    background-position-x: center;
}
.banner{
    overflow: hidden;
    height: 500px;
    position: relative;
}
.banner img#ultraformer{
    top: 5px;
    position: relative;
} 
@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.zoom-in-animation {
    animation: zoomIn 2s ease forwards;
    transform-origin: center; /* Centraliza a animação */
}

/*SECTION*/
.section-style{
    padding: 100px 0px;
}

/* .bottom-style-2:after {
    content: "";
    background: #cacaca;
    width: 100%;
    height: 500px;
    position: absolute;
    transform: skew(0deg, -3deg);
    bottom: 18px;
} */
.bottom-style-2:before {
    content: "";
    background: #b7b7b7;
    height: 120px;
    width: 100%;
    position: absolute;
    bottom: -90px;
    transform: skew(0deg, -3deg);
}
.bottom-style:after {
    content: "";
    background: #cacaca;
    height: 500px;
    width: 100%;
    position: absolute;
    bottom: -470px;
    transform: skew(0deg, 3deg);
}
.bottom-style:before {
    content: "";
    background: #b7b7b7;
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: -205px;
    transform: skew(0deg, -3deg);
}
/*@media (max-width: 1180px){
    #banners .banner{
        height: 250px;
    }
} */


.card-custom-right:before {
    content: "";
    background: #6b6b6b;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    transform: skew(0deg, 3deg);
    top: -23px;
    left: 0;
}

.card-custom-left:before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 40px;
    display: block;
    position: absolute;
    transform: skew(0deg, -3deg);
    top: -23px;
    left: 0;
}

/*VIDEOS*/
section#videos {
    background-image: url(https://locatechbeauty.com.br/assets/images/banners/lines.png);
}