@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

/* STYLE SHEET GERAL */

header {
    display: block;
    width: 100%;
    height: 130px;
}

header .top {
    display: flex;
    width: 100%;
    height: 55%;
    background-color: #F4F6F9;
    border-bottom: 0.3px solid rgb(204, 204, 204);
    justify-items: center;
    align-items: center;
}

header .top #info {
    display: flex;
    align-items: center;
}

header .fa-clock {
    height: 25px;
    color: orange;
}

header .fa-location-dot {
    height: 25px;
    color: orange;
}

header .link {
    display: flex;
    color: black;
    text-decoration: none;
}

header .top #social {
    border-left: 0.4px solid rgb(134, 134, 134);
    display: flex;
    align-items: center;
}

header .top #social .space {
    margin-left: 25px;
}

header .top #social .fa-square-instagram {
    height: 32px;
    color: rgb(255, 2, 65);
    transition: 0.3s ease-in-out;
}

header .top #social .fa-square-twitter {
    height: 32px;
    color: rgb(0, 132, 255);
    transition: 0.3s ease-in-out;
}

header .top #social .fa-square-whatsapp {
    height: 32px;
    color: rgb(3, 214, 31);
    transition: 0.3s ease-in-out;
}

header .top #social .fa-square-instagram:hover {
    height: 40px;
    color: rgb(255, 2, 107);
    transition: 0.3s ease-in-out;
}

header .top #social .fa-square-twitter:hover {
    height: 40px;
    color: rgb(43, 153, 255);
    transition: 0.3s ease-in-out;
}

header .top #social .fa-square-whatsapp:hover {
    height: 40px;
    color: rgb(46, 223, 70);
    transition: 0.3s ease-in-out;
}

header .top ul {
    margin-bottom: 0px;
    padding-left: 17px;
}

header .top ul>li {
    list-style: none;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", Sans-serif;
}

header .bottom {
    display: flex;
    height: 45%;
    width: 100%;
    background-color: white;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

header .bottom .col-2 {
    margin-right: -90px;
}

header .bottom #home a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
}

header .bottom #about a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
}

header .bottom #services a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
}

header .bottom #pages a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
}

header .bottom #contact a {
    text-decoration: none;
    color: black;
    transition: 0.3s ease-in-out;
}

header .bottom #home a:hover {
    color: red;
    transition: 0.3s ease-in-out;
}

header .bottom #about a:hover {
    color: red;
    transition: 0.3s ease-in-out;
}

header .bottom #services a:hover {
    color: red;
    transition: 0.3s ease-in-out;
}

header .bottom #pages a:hover {
    color: red;
    transition: 0.3s ease-in-out;
}

header .bottom #contact a:hover {
    color: red;
    transition: 0.3s ease-in-out;
}

main {
    .fade-in {
        opacity: 0;
        transform: translateX(-50px);
        transition: opacity 1s, transform 1s;
    }

    

    .fade-in-active {
        opacity: 1;
        transform: translateX(0);
    }

    .slide-in {
        animation: slideIn 1s ease-in-out;
    }

    @keyframes slideIn {
        from {
            transform: translateX(-50px);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    #intro #swiper-intro{
        width: 100%;
        height: 450px;
    }

    #intro #swiper-intro .swiper-slide{
        width: 100%;
        height: 100%;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #intro #swiper-intro .swiper-slide img{
        height: 100%;
    }

    #services-resume {
        background-color: #F4F6F9;

        .row {
            display: flex;
            padding-top: 80px;
            padding-bottom: 80px;
            padding-left: 100px;
            padding-right: 100px;
            font-size: 17px;
        }

        .container .row .col-md-4 .d-flex img {
            height: 84px;
        }

        .container .row .col-md-4 .d-flex .service-content {
            margin-left: 30px;
        }

        .col-md-4 {
            padding-left: 30px;
            padding-right: 30px;
            border-right: 0.3px solid rgba(170, 170, 170, 0.507);
        }

        .swiper{
            display: none;
        }

    }

    .space-container {
        height: 80px;
        width: 100%;
    }

    #discount {
        .row {
            margin-left: 65px;
            margin-right: 65px;
        }

        .col {
            width: 50%;
            height: 368px;
            border: 0.3px solid rgba(170, 170, 170, 0.507);
            text-align: left;
            padding-left: 30px;
            padding-top: 30px;
        }

        /* #service-content-2{
            background-image: url(..imgs/repairing-auto.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: 220px center;
            .linear-gradient-div{
                margin-left: 21px;
                margin-top: -30px;
                position: absolute;
                height: 366px;
                width: 530px;
                background-color: transparent;
                background-image: linear-gradient(290deg, rgba(64, 84, 178, 0.35) 45%, #FFFFFF 0%);
                opacity: 1;
                z-index: 0;
                transition: 0.3s ease-in-out;
            } 
        }*/
        #service-content-3 {
            background-image: url(imgs/alinhamento.jpg);
            background-size: 70%;
            background-repeat: no-repeat;
            background-position: 350px center;

            .linear-gradient-div {
                margin-left: 21px;
                margin-top: -30px;
                position: absolute;
                height: 366px;
                width: 1114px;
                background-color: transparent;
                background-image: linear-gradient(290deg, rgba(64, 85, 178, 0) 65%, #FFFFFF 0%);
                opacity: 1;
                z-index: 0;
                transition: 0.3s ease-in-out, background-image 0.3s ease-in-out;
                transform: translateX(0);
            }
        }

        #service-content-3:hover {
            background-image: url(imgs/alinhamento.jpg);
            background-size: 70%;
            background-repeat: no-repeat;
            background-position: 350px center;

            .linear-gradient-div {
                margin-left: 0px;
                margin-top: -30px;
                position: absolute;
                height: 366px;
                width: 1135px;
                background-color: transparent;
                background-image: linear-gradient(290deg, rgba(64, 85, 178, 0) 65%, #FFFFFF 0%);
                opacity: 1;
                z-index: 0;
                transition: 0.3s ease-in-out, background-image 0.3s ease-in-out;
            }
        }

        .row .col h2 {
            margin-bottom: 20px;
            width: 300px;

        }

        .row .col h2 p {
            position: relative;
            margin-bottom: 0px;
            font-weight: 900;
        }

        .row .col p {
            position: relative;
            width: 300px;
        }

        .row .col a {
            position: relative;

            .btn {
                margin-top: 15px;
                height: 56px;
                background-color: orange;
                color: white;
                font-size: 18px;
                font-weight: 700;
            }
        }
    }

    #services-tab {
        text-align: center;
        display: block;

        .row .col p {
            color: orange;
            font-weight: 700;
        }

        .row .col h1 {
            font-size: 55px;
            font-weight: 900;
        }

        .row .col h6 {
            line-height: 1.8em;
            font-weight: 500;
            font-size: 15px;
            color: rgba(37, 37, 37, 0.66);
            padding-top: 30px;
            padding-left: 350px;
            padding-right: 350px;
        }
    }

    #choose-us {
        .row #main-description {
            margin-top: 120px;
            margin-bottom: 90px;
            margin-left: 80px;
            margin-right: 80px;
            height: 590px;
            background-image: linear-gradient(290deg, rgb(255, 255, 255) 17%, #ffffff00 0%), url(imgs/proprietarios.jpg);
            background-size: 90%;
            background-position-x: -165px;
            background-repeat: no-repeat;
            align-items: center;
            justify-items: center;
            display: flex;

            .description {
                background-image: linear-gradient(290deg, #FF9600 73%, rgba(255, 255, 255, 0) 0%);
                height: 78%;
                width: 100%;
                margin-top: 70px;
                text-align: left;
                margin-left: 53%;
                margin-right: -50px;
            }

            .description h2 {
                color: white;
                font-weight: 900;
                line-height: 1.1em;
                font-size: 55px;
                padding-top: 90px;
                padding-left: 210px;
                padding-right: 80px;
            }

            .description p {
                color: white;
                font-size: 16px;
                padding-left: 210px;
                padding-right: 80px;
            }

            .description button {
                margin-left: 210px;
                color: white;
                border: none;
                background-color: transparent;
            }
        }

        .row #statistics {
            height: 105px;
            padding-left: 90px;
            padding-right: 90px;
            text-align: center;
            align-items: flex-end;
            justify-items: center;
            display: flex;

            .counter-number {
                font-family: 'Open Sans', sans-serif;
                font-size: 70px;
                font-weight: 950;
                color: black;
            }
        }

        .row #stats-description {
            display: flex;
            text-align: center;
            align-items: center;
            justify-items: center;
            padding-left: 90px;
            padding-right: 90px;
            padding-bottom: 60px;
            border-bottom: 0.3px solid rgba(170, 170, 170, 0.507);

            .col {
                color: #686868;
                font-size: 18px;
                font-weight: 700;
            }
        }
    }

    .overlayer-description-choose {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 50%;
        left: 50%;
        padding-left: 20%;
        transform: translate(-50%, -50%);
        background-color: #020202b6;
        align-items: center;
        display: flex;
        z-index: 9999;
        transition: 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
        animation: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;

        .overlayer-content {
            width: 60%;
            height: 95%;
            background-color: white;
            overflow: auto;
            text-align: right;
            overflow-x: hidden;

            #close {
                color: red;
                position: fixed;
                border: none;
                background-color: transparent;
                right: 33%;

                .fa-xmark {
                    height: 30px;
                }
            }

            #gilmar {
                height: 700px;
                background-image: url(imgs/gilmar.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: -150px center;
            }

            #description {
                color: white;
                text-align: left;
                background-image: url(imgs/description-background.jpg);
            }

            .col h2 {
                font-weight: 800;
                font-size: 45px;
                margin-top: 30px;
                margin-bottom: 30px;
            }

            .col p {
                font-size: 18px;
                font-weight: 500;
            }

            #marcio {
                height: 700px;
                background-image: url(imgs/marcio.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
            }

            #employee-1 {
                height: 700px;
                background-image: url(imgs/employee-1.jpg);
                background-repeat: no-repeat;
                background-size: 135%;
                background-position: 0.5% center;
            }

            #employee-2 {
                height: 700px;
                background-image: url(imgs/employee-2.jpg);
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
            }

        }
    }

    .overlay-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #feedback {
        text-align: center;

        .row .col #feedback-title {
            color: orange;
            font-size: 14px;
            font-weight: 700;
        }

        .row .col h1 {
            font-size: 55px;
            color: black;
            font-weight: 900;
        }

        .row .col #feedback-description {
            color: rgba(2, 1, 1, 0.66);
            font-size: 14px;
            font-weight: 500;
            line-height: 1.8em;
            padding-left: 30%;
            padding-right: 30%;
        }

        .container {
            border-bottom: 0.3px solid rgba(170, 170, 170, 0.507);
        }
    }

    #contact-us {
        .contact-image {
            padding-left: 80px;
            img{
                width: 78%;
            }
        }

        .contact-description{
            font-family: 'Readex Pro', sans-serif;
            justify-content: center;
        }

        .contact-description h1{
            border-bottom: 1px solid gray;
        }

        .contact-description .contact-item{
            display: flex;
            flex-direction: row;
            border-bottom: 0.3px solid rgba(170, 170, 170, 0.507);
            text-align: justify;
            padding: 5px 0  ;
            b{
                width: 95px;
                padding: 0;
            }
            .fa-location-dot, .fa-whatsapp, .fa-envelope{
                width: 25px;
                height: 25px;
                padding-left: 0;
            }
        }

        .maps-location {
            width: 100%;
        }

        .maps-location iframe {
            width: 80%;
            height: 300px;
            border-radius: 10px;
        }
    }
}

footer {
    background-color: #e00a0a;
    height: 150px;

    .footer-description {
        height: 100px;
        padding-top: 50px;
    }

    .copyright {
        text-align: left;
        border-top: 0.3px solid rgba(0, 0, 0, 0.975);
        padding-top: 30px;
        padding-bottom: 30px;
        height: 50px;
        color: #212121;
        font-size: 15px;
    }
}


/* STYLESHEET FOR MOBILE*/

@media screen and (max-width: 1400px) {

    header{
        height: 200px;
        background-image: url(imgs/gm-banner.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    header .top{
        display: none;
    }

    header .bottom{
        display: none;
    }

    #intro #swiper-intro{
        height: 300px !important;
    }

    #intro .swiper-slide img{
        width: 125%;
        height: auto !important;
    }

    #services-resume .container {
        display: none;
    }

    #services-resume .col-md-4{
        width: 80%;
    }

    #services-resume .col-md-4 img{
        height: 200px;
        margin-right: 50px;
    }

    #services-resume .col-md-4 h2{
        font-size: 50px;
    }

    #services-resume .col-md-4 p{
        font-size: 35px;
    }

    #services-resume .col-md-4 a{
        font-size: 25px;
    }

    #services-resume #swiper-services-resume{
        display: block;
        width: 100%;
        height: 450px;
    }

    #services-resume #swiper-services-resume .swiper-slide {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #promotion{
        margin: 0;
        width: 100%;
        max-width: 100% !important;
        padding: 0 !important;
    }

    #promotion .col.pt-5.mt-5{
        display: none !important;
    }

    #promotion .col{
        padding: 0 !important;
    }
    
    #promotion .col img{
        width: 100% !important;
        border-radius: 0 !important;
    }

    #discount .container{
        margin: 0;
        width: 100%;
        max-width: 100% !important;
    }

    #discount .row{
        margin: 50px 0 !important;
    }

    #discount .col{
        height: 500px !important;
    }

    #discount #service-content-3 .linear-gradient-div{
        height: 500px !important;
        width: 800px !important;
        background-image: linear-gradient(290deg, rgba(64, 85, 178, 0) 52%, #FFFFFF 0%) !important;
    }

    #discount h2{
        font-size: 50px !important;
    }

    #discount button{
        font-size: 40px !important;
        height: 100px !important;
    }

    #services-tab .container{
        margin: 0;
        width: 100%;
        max-width: 100% !important;
    }

    #services-tab p, h6{
        font-size: 40px !important;
        padding: 0 !important;
    }

    #services-tab h1{
        font-size: 80px !important;
    }

    #services-tab .fade-in{
        display: none !important;
    }

    #choose-us .container {
        margin: 0;
        width: 100%;
        max-width: 100% !important;
        padding: 0 !important;
    }

    #choose-us .row #main-description{
        margin: 0 !important;
        height: 700px !important;
        background-size: 100% !important;
        background-image: linear-gradient(290deg, rgb(255, 255, 255) 20%, #ffffff00 0%), url(imgs/proprietarios.jpg) !important;
        background-position-x: -200px !important;
    }


    #choose-us .row #main-description .description{
        margin: 0 !important;
        margin-left: 430px !important;
    }

    #choose-us .row #statistics{
        padding: 0 50px !important;
        height: 150px !important;
    }

    #choose-us .row #statistics .counter-number{
        font-size: 80px !important;
    }

    #choose-us .row #stats-description{
        padding: 0 50px !important;
    }

    #choose-us .row #stats-description .col{
        font-size: 25px !important;
    }

    #feedback .container{
        margin: 0;
        width: 100%;
        max-width: 100% !important;
        padding: 0 !important;
    }

    #feedback p{
        font-size: 35px !important;
        padding: 0 !important;
    }

    #feedback h1{
        font-size: 80px !important;
    }

    #feedback img{
        width: 100% !important;
        border-radius: 0 !important;
    }

    #contact-us .container{
        margin: 0;
        width: 100%;
        max-width: 100% !important;
        padding: 0 !important;
    }

    #contact-us .col-6{
        width: 80% !important;
        padding: 0 !important;
    }

    #contact-us .col-6 h1{
        font-size: 80px !important;
    }

    #contact-us .col-6 .contact-item{
        font-size: 35px !important;
        padding: 0 !important;
        text-align: left !important;
    }

    #contact-us .col-6 .contact-item b{
        width: fit-content !important;
        margin-right: 20px;
    }

    #contact-us .contact-image{
        display: none !important;
    }

    #contact-us .maps-location{
        display: flex;
        justify-content: center;
    }

    footer{
        height: 300px !important;
    }

    footer .footer-description {
        height: 100% !important;
        padding-top: 30px !important;
    }

    footer .copyright p{
        font-size: 40px !important;
        font-weight: bold !important;
    }

}