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


html {
    width: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: 'Noto Sans JP';
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    background-color: #f8f8f8;
}

.logo img {
    height: 24px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.button-container {
    display: flex;
    align-items: center;

}

.icon-button {
    background: none;
    width: 200px;
    height: 40px;
    border: none;
    cursor: pointer;
    background-color: rgba(68, 68, 68, 1);
    color: #FFFFFF;
    font-weight: 600;
}

.icon-button:hover {
    background-color: rgb(39, 39, 39);
    
}

.break-point {
    width: 1000px;
    position: relative;
}

.image-container1 {
    width: 100%;
    overflow: hidden;
    background-image: url(./img/background-banner-top.jpeg);
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    color: #FFFFFF;
}

.image-container {
    width: 100%;
    overflow: hidden;
    background-image: url(./img/background-banner-top.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

.image-container-footer {
    width: 100%;
    overflow: hidden;
    background-image: url(./img/banner-footer.avif);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-top: 4rem;
}

.image-container-Information {
    width: 100vw;
    filter: grayscale(1);
    border: 0;
    overflow: hidden;
    min-height: 400px;
    z-index: 3;


}

.line {
    width: 300px;
    height: 2px;
    background-color: #A0A0A0;
    margin-bottom: 20px;
}

.text-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.text-banner h2 {
    margin: 20px;

}


.text-sub {
    padding: 20px;
    font-size: 1.2rem;
    font-weight: 500;

}

.text-Premiun {
    font-family: "MonteCarlo", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    opacity: 80%;
    color: #A0A0A0;
    text-shadow: 0px 0px 12px rgb(0, 0, 0);
    text-align: center;
}




.base-Container {
    display: flex;
    text-align: center;
    color: #444444;
    padding-top: 3rem;
    height: auto;
    flex-direction: column;
    align-items: center;
}



.base-Container h2 {
    font-size: 36px;
    margin-bottom: 4rem;
}

.base-Container h4 {
    color: #A0A0A0;
    font-size: 16px;
    margin-bottom: 1rem;
}

.base-Container p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4rem;
    text-align: center;

}


.footer-Container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-Container h4 {
    padding-bottom: 2rem;
    color: #A0A0A0;
}

.footer-Container h1 {
    padding-bottom: 2rem;
}

.footer-Container p {
    padding-bottom: 2rem;
}

.footer-Container button {
    padding: 15px 40px;
    font-size: 1rem;
    background-color: #EFEFEF;
}
.footer-Container button:hover {
    background-color: #d4d4d4;
}

.footer {
    background-color: #444444;
    color: #FFFFFF;
}

.footer-Container-gray {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-Container-gray h1 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.footer-Container-gray p {
    padding-bottom: 2rem;
}

.footer-Container-gray img {
    height: 24px;
    padding-right: 10px;
    cursor: pointer;
    fill: #fce57e;
}

.footer-Container-gray button {
    display: flex;
    align-items: center;
    padding: 15px 4rem;
    font-size: 1rem;
    margin-bottom: 4rem;
    background-color: #444444;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 600;
}

.footer-Container-gray button:hover {
    background-color: #353535;
}

.image-container-feature {
    display: flex;
    justify-content: center;
    background-color: #fafafa;
    flex-direction: column;
    align-items: center;

}

.gray {
    background-color: #EFEFEF;
}

.box-contact {
    display: flex;
    margin: 2rem;
}

.section {
    width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5rem;
}

.box {
    width: 1000px;
    height: 422px;
    position: relative;

}

.box-list {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-right {
    position: absolute;
    right: 0;
}

.box-text-right {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    left: 0;
}

.box-text-left {
    padding: 20px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0;
    right: 0;
}

.box-text-left h3 {
    padding-bottom: 15px;
}

.box-container {
    background-color: #FFFFFF;
    padding: 15px;
}
.video-container {
    width: 1000px;
}

.box-v {
    width: 560px;
    height: 315px;
}
.box-img {
    width: 80px;
    height: 80px;
}

.serv-img {
    width: 80px;
}

.service-box {
    width: auto;
}

.list-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


}

.list-itens {
    width: 25%;
    margin-bottom: 20px;
    display: flex;
    background-color: #FFFFFF;
    padding: 15px;
    align-items: center;
    border: #444444;
    border-radius: 5px;
    margin: 10px;
}

.list-itens:hover {
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
}


.list-itens p {
    display: flex;
    padding-left: 10PX;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 700;
    text-align: left;

}

.b-list {
    font-size: 1.1rem !important;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.b-list img {
    margin-left: 5px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.text-hidden {
    display: none !important;
}

.modal-h3-text {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    font-weight: 600;
}

.modal-main-text {
    width: 85%;
    margin-bottom: 3rem !important;
}

.hidden {
    display: none;
}

.bhidden {
    display: none;
}

.modal-body {
    position: relative;
}

.modal-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
    background: #fff;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

.modal img {
    max-width: 100%;
    height: auto;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.rem;
    cursor: pointer;
    padding: 6px 10px;
    background-color: #444444;
    color: #FFFFFF;
}

.nav-button-prev {
    position: absolute;
    top: 53%;
    left: 14px;
    transform: translate(-20%, -80%);
    padding: 10px 10px;
    cursor: pointer;
}

.nav-button-next {
    position: absolute;
    top: 53%;
    right: 1px;
    transform: translate(-20%, -80%);
    padding: 10px 10px;
    cursor: pointer;
}

.info {
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 8px;
    width: 80%;
}

.info p {
    margin: 0;
}

.inf-title {
    display: flex;
    width: 20vw;
    background-color: #444444;
    padding-left: 1rem;
    align-items: center;
    color: #FFFFFF;
    font-weight: 600;

}
.inf-detail {
    padding: 15px;
    display: flex;
    width: 70vw;
    background-color: #FAFAFA;
    padding-left: 1rem;
    flex-direction: column;
    align-items: flex-start;
}

.inf-detail p {
    text-align: justify;
    width: auto !important;
    font-weight: 600;
}

.box-image {
    width: 520px;
}

.m-list {
    margin-bottom: 15px;
    font-size: 0.9rem;
    width: 80vw;
}

.active {
    display: block;
}

.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dot {
    height: 6px;
    width: 6px;
    margin: 0 5px;
    background-color: gray;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: black; /* Cor da dot ativa */
}

.Copyright {
    display: flex;
    justify-content: center;
    margin: 10px;
    font-size: 0.7rem;
}

@media (max-width: 950px) {
    .list-itens {
        width: 40%;
    }


    .base-Container p {
        width: 80%;
        text-align: justify;
    }

    .inf-title p {
        display: flex;
    }

    .inf-detail p {
        display: flex;
    }

}

@media (max-width: 768px) {
    .map-garage {
        width: 100%;
    }

}

@media (max-width: 562px) {
    .button-container {
        display: none;
    }

    .box-v {
        width: 90vw ;
    }
    .box-image {
        width: 100%;
    }

    .m-center {
        width: 86%;
        background-color: #FFFFFF;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

    .list-itens {
        width: 85%;
    }

    .info {
        width: 85vw;
        flex-direction: column;
    }


    .inf-title {
        padding: 15px;
        width: 92%;
    }

    .inf-detail{
        padding: 15px;
        width: 92%;
    }



}

@media (max-width: 520px) {

    .m-center {
        width: 85%;
        background-color: #FFFFFF;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 250px;
    }

}

@media (min-width: 520px) {
    .m-list {
        display: none;
    }
}

.custom-link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.custom-link-contact {
    color: gray;
    font-weight: bold;
    text-decoration: none;
}
