/* Reset */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600;700;800&display=swap');
html {
    scroll-behavior: smooth;
}

body, h1, h2, h3, h4, p, ul, a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'rubik', sans-serif;
}
body {
    font-family: 'rubik', sans-serif;
    overflow-x: hidden;

}

#inicio{
    background-color: #020105;
}
.title-1{
    font-size: 60px;
    color: #E5681F;
    font-weight: 700;
    line-height: 97.4%;
    margin-bottom: 0;
}
.title-2{
    font-size: 60px;
    color: #62D7DF;
    font-weight: 700;
    line-height: 97.4%;
    margin-bottom: 16px;
}
.painel-left{
    position: absolute;
    left: 0;
    top: 200px;

}
.painel-right{
    position: absolute;
    right: 0;
}
.background{
    background-color: #020105;
    width: 100%;
}
.gota-2{
    position: absolute;
    right: 131px;
    bottom: 169px;
    z-index: 2;
}
.gota-3{
    position: absolute;
    right: 92px;
    bottom: 192px;

}

#inicio p{
    color: #FFFFFF;
    font-size: 24px;
}

.btn-inicio{
    background-color: #25D366;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 50px;
    height: 77px;
    width: 447px;
    border: none;
    animation: grow 2s infinite alternate;
    transition: all 0.3s ease-in-out;
}
@keyframes grow{
  0% {
    transform: scale(1);
}
100% {
    transform: scale(1.1);
}
}
.btn-inicio:hover{
    background-color: #25d365be;

}

.marcas-title h3{
    color: #E5681F;
    font-size: 22.5px;
    font-weight: 900;
}
.marcas-title h2{
    color: #62D7DF;
    font-size: 36px;
    font-weight: 900;
    line-height: 10px;
}

.div-l{
    height: 100px;
    width: 2px;
    background-color: #E5681F;
    border-radius: 8px;
}
.service-items{
    margin-top: 40px;
}

.grid{
    justify-content: center;
    display: grid;
}

.servico h2{
    font-size: 48px;
    color: #E5681F;
    font-weight: bold;
}

.card-servico{
    height: 207px;
    width: 284px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.card-servico img{
    padding: 10px;
}
.card-servico h4{
    font-weight: bold;
    font-size: 24px;
}

.card-servico p{
    font-size: 16px;
}
@media (min-width: 991px) {
    .width-two{
        width: 33% !important;

    }
}
.section-color{
    background-color: #EDEDED;
}

.space{
    padding: 80px;

}
.space-top{
    padding-top: 80px;
}
.check-fill{
    position: relative;
    left: -12px;
    top: 16px;
}

.text-info-1{
    font-size: 48px;
    color: #E5681F;
    font-weight: bold;
}
.text-info-2{
    font-size: 48px;
    color: #5CBCD4;
    font-weight: bold;
    line-height: 15px;
}
.afast-text{
    padding: 40px;
    padding-left: 60px;
}

.afast-text-pd{
    padding: 40px;
    padding-left: 60px;
}
.timeline {
    position: relative;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    background-color:rgb(0, 0, 0);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    width: 30px;
    height: 30px;
    background-color: #E5681F;
    border-radius: 50%;
    position: absolute;
    
    transform: translateX(-50%);
    top: 0;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.timeline-dot::after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 6px solid #E5681F;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: ring 2s infinite;
    }
    @keyframes ring {
        0% {
          width: 30px;
          height: 30px;
          opacity: 1;
        }
        100% {
          width: 60px;
          height: 60px;
          opacity: 0;
        }
      }
.timeline-content {
    margin-top: 24px;
}

.timeline-text-1 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    line-height: 10px;
}

.timeline-text-2{
    color: #E5681F;
    font-size: 32px;
    margin-bottom: 35px;
    line-height: 30px;

}

.img-left{
    position: relative;
    left: 145px;
}

.img-right{
    position: relative;
    right: 145px;
}

.text-left{
    display: flex;
    text-align: left;
    position: relative;
    left: 200px;
}
.text-right{
    display: flex;
    text-align: left;
    position: relative;
    right: 144px;
}

.owl-item img{
    width: auto !important;
}


.center{
    align-items: center;
}

.section-color-black{
    background-color: #020105;
}

.card-maquinas{
    width: 80%;
    background-color: #F1F2F3;
    height: 400px;
    border-radius: 30px;
}
.maquinas-lavar{
    position: relative;
    bottom: 59px;
}
.card-maquinas h4{
    font-size: 20px;
}
.card-vantagens{
    padding: 10px;
}

.border-img{
    height: 50px;
    width: 50px;
    background-color: #FFFFFF;
    border-radius: 25px;
    display: grid;
    justify-content: center;
    align-items: center;

}
.atendimento{
    padding: 38px;
}
.atendimento h3{
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
}

.atendimento img{
    margin-right: 10px;
}

.placas p{
    font-size: 24px;
    color: #FFFFFF;
}

.section-color-orange{
    background-color: #E5681F;
    color: #FFFFFF;
}
.section-color-orange h2{
    font-size: 12px;
    padding-top: 5px;
}
.section-color-orange h1{
    font-size: 12px;
    font-weight: bold;
}
.description-footer{
    font-size: 12px;
    padding: 0px 250px
}
.description-footer-2{
    font-size: 12px;
    padding: 0px 280px;
    padding-bottom: 10px;
}
.text-center{
    display: grid;
    align-items: center;
}

.finaly{
    margin-top: -17px;
    padding: 19px;
}

#responsavel-tecnico{
    border-radius: 25px;
}
footer{
    background: url('assets/img/top.png') no-repeat center; 
    background-size: cover;
    height: auto;
    width: 100%;  
}

@media (max-width: 1398px) {
    .servicos-img{
        padding-top: 50px;
    }
    .center-text-mobile{
        text-align: center;
    }
    .marcas-title h3{
        font-size: 16.5px;
    }
    .marcas-title h2 {
        font-size: 27px;
    }
    .card-maquinas h4{
        font-size: 15px;
    }
}

@media (max-width: 1199px) {

    .center-text-mobile-two{
        text-align: center;
    }

    .marcas-title h2 {
        font-size: 19px;
    }
    .marcas-title h3 {
        font-size: 11.5px;
    }
    .painel-left {
        top: 360px;
    }
}

@media (max-width: 1172px) {
    .maquinas-lavar{
        width: 95%;
        bottom: 34px;
    }
    .card-maquinas {
        height: auto;
    }
}
@media (max-width: 991px) {

     .img-responsavel{
        width: 240px !important;
     }
    .text-rpv{
        font-size: 13px;
    }
    .card-servico {
        width: 204px;
        height: 250px;
    }
    .card-servico p {
        font-size: 12px;
    }
    .description-manutencao{
        width: 90% !important;
    }
    .description-footer {
        padding: 0px 10px;
    }
    .description-footer-2{
        padding: 0px 10px;
        padding-bottom: 20px;
        
    }
    .text-info-2 {
        font-size: 40px;
        line-height: 34px;
    }
    .text-info-1 {
        font-size: 40px;
    }
}
@media (max-width: 800px) {
    .maquinas-lavar{
        bottom: 0px;
    }
    .card-maquinas h4 {
        font-size: 12px;
    }
    .border-img {
        height: 40px;
        width: 40px;
    }
    .border-img img{
        height: 20px;
        width: 20px;
    }
}
@media (max-width: 767px) {
    .card-servico {
        width: 160px;
    }
    .card-servico h4 {
        font-size: 18px;

    }
    .marcas-title h2 {
        font-size: 13px;
    }
    .marcas-title h3 {
        font-size:  8.5px;
    }
}


    .logo{
        display: block;
    }
    .logoMobile{
        display: none;
    }
@media (max-width: 757px) {
    .logo{
        display: none;
    }
    .logoMobile{

        display: block;
    }
}
@media (max-width: 719px) {
    .text-left {
        left: 0px;
    }
    .text-right {
        right: 0px;
    }
    .timeline-text-2 {
        font-size: 13px;
        line-height: 17px;
    }
    
}
@media (max-width: 715px) {
    .img-left{
        left: 0;
    }
    .img-right {
        right: 0;
    }
    .mobile-img {
        width: 500px;

    }

}

@media (max-width: 606px) {
    .marcas-title{
        width: 100% !important;
        text-align: center;
    }
    .div-l{
        display: none;
    }
    .marcas{
        /* width: 100% !important; */
    }
    .marcas-title h2{
        font-size: 30px;
        text-align: center;
    }
    .marcas-title h3 {
        font-size: 18px;
        padding-top: 10px;
        text-align: center;

    }
    .painel-right{
        width: 7%;
    }
    .painel-left{
        width: 10%;

    }
    .space {
        padding: 40px;
    }
    /* .afast-text {
         padding-left: 10px;
    } */
}

@media (max-width: 575px) {
    .logoMobile{
        width: 80%;
    }
    .title-1 {
        font-size: 34px;
    }
    .title-2 {
        font-size: 34px;
    }
    #inicio p {
        font-size: 16px;
    }
    .center-mb-service{
        padding-left: 60px;
    }
    .border-img img{
        height: auto;
        width: auto;
    }
    .border-img {
        height: 50px;
        width: 50px;
    }
    .card-maquinas h4 {
        font-size: 20px;
    }
    .card-servico{
        height: 207px;
        width: 284px;
    }
    .card-servico h4 {
        font-size: 24px;

    }
    .card-servico p {
        font-size: 16px;
    }
    .center-mobile{
        display: grid;
        justify-content: center;
    }
    .space {
        padding: 40px 0px;
    }
}

@media (max-width: 527px) {
    .img-mb-maquinas{
        width: 80%;
    }
    .marcas-title h2{
        font-size: 25px;
    }
    .marcas-title h3 {
        font-size: 15px;

    }
}

@media (max-width: 507px) {
    .text-rpv{
        font-size: 15px !important;
    }
    .btn-inicio {
        font-size: 20px;
        width: 340px;
    }
    .btn-inicio:hover {
        width: 350px;
    }
}
@media (max-width: 519px) {
    .mobile-img {
        width: 350px;
    }
}
@media (max-width: 445px) {
    .text-rpv{
        font-size: 12px !important;
    }
    .maquina-quebrou{
        width: 90%;
    }
    .btn-inicio strong{
        font-size: 18px;
    }
}
@media (max-width: 341px) {
    .marcas-title h2{
        font-size: 20px;
    }
    .marcas-title h3 {
        font-size: 10px;

    }
}

.img-responsavel {

    
    transform: translateX(-50%);
    animation: respons 5s infinite;
}

@keyframes respons {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


.owl-stage{
    /* width: 100%; */
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px 20px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.cookie-banner p {
    margin: 0;
    flex: 1 1 auto;
    text-align: left;
}

.cookie-banner a {
    color: #00bfff;
    text-decoration: underline;
}

.cookie-banner .btn-primary {
    background-color: #E5681F;
    border: #E5681F;
}
.cookie-banner .btn-outline-primary{
    /* border: #E5681F; */
    --bs-btn-border-color: #E5681F;
    color: #E5681F;
}
/* 
.cookie-banner .btn:hover {
    background-color: #008fcc;
} */


/* Responsividade */
@media (max-width: 768px) {
    .text-rpv{
        font-size: 10px;
    }
    .cookie-banner {
        flex-direction: column;
        padding: 15px;
    }

    .cookie-banner p {
        text-align: center;
    }

    .cookie-banner .btn {
        width: 100%;
        max-width: 200px;
    }
    #accept-cookies{
        margin-bottom: 8px;
    
    }
}


.fpoweb{
    text-decoration: none;
    font-weight: 500;
    color: #4458dc
}
.fpoweb-div p{
    font-size: 12px;
}
.fpoweb-div{
    background-color: black;
}