@import url('https://fonts.googleapis.com/css2?family=Kdam+Thmor+Pro&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    height: 100%;
    margin: 0;
    font-family: "Montserrat";
    font-size: 18px;
}

* {
    transition: .3s;
}

h1,
h2,
h3,
h4,
h5 {
    color: #555
}

p,
span,
b {
    color: #777
}

a {
    text-decoration: none;
    color: #1D7AB9
}

.off{
    display: none!important;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #45f;
    width: 100%;
    box-shadow: 0 0 6px #1D1D60;
    background: #fff;

    .content {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 1100px;
        width: 100%;


        .logo {
            padding: 18px;
            background: #fff;

            img {
                width: 120px;
            }
        }

        .menu {
            display: flex;
            width: 100%;

            & #mobile_menu, & #close_mobile_menu{
                display: none;
            }

            .item {
                margin: 6px;
                padding: 12px 24px;
                border-radius: 30px!important;;
                background: #fff;
                color: #1D7AB9;
                text-decoration: none;
                background: #1D1D60;
                color: #D1E4F0;
                min-width: 120px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 24px;
                position: relative;
                cursor: pointer;
                padding: 0;

                a {
                    color: #D1E4F0;
                    text-decoration: none;
                    padding: 12px 24px;
                    display: flex;
                }

                &:hover {
                    background: #1D7AB9;

                    .dropdown {
                        opacity: 1 !important;
                        pointer-events: all;
                    }
                }

                .dropdown {
                    opacity: 0;
                    pointer-events: none;
                    position: absolute;
                    top: calc(100% + 6px);
                    left: 12px;
                    background: #1D7AB9;
                    color: #fff;
                    border-radius: 6px;
                    display: flex;
                    flex-direction: column;
                    padding: 24px 48px;
                    box-shadow: 0 0 6px #1D7AB955;
                    z-index: 10;
                    display: none!important;
                    .hover_area {
                        cursor: default;
                        position: absolute;
                        width: calc(100% + 24px);
                        height: calc(100% + 24px);
                        left: -12px;
                        top: -12px;
                        z-index: -5;
                        display: flex;


                    }

                    .drop_item {
                        display: flex;
                        padding: 6px 12px;

                        white-space: nowrap;
                        border-radius: 6px;
                        position: relative;
                        margin-top: 12px;

                        span {
                            color: #fffa;
                        }

                        &:after {
                            content: '';
                            position: absolute;
                            bottom: -7px;
                            left: 0;
                            width: 100%;
                            height: 1px;
                            background: #fff3;
                        }

                        &:last-child {
                            &:after {
                                display: none;
                            }
                        }

                        &:hover {
                            background: #fff2
                        }
                    }
                }
            }
        }
    }
}

.hero{
    height: 600px;
    width: 100%;
    position: relative;
    & .text{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: flex;;
        flex-direction: column;
        background: linear-gradient(to right, #004cdd38, #1b74a9db);
        align-items: center;
        justify-content: center;
        & h1{
            color: #fff;
            font-size: 60px;

        }
        & p{
            color: #fff;
            font-size: 30px;
            margin-top: 0;
        }
    }
    & img{
        display: flex;
        object-fit: cover;
        height: inherit;
        width: 100%;
    }
}

.sobre{
    max-width: 1100px;
    margin: 60px auto;
    display: flex;
    & h2{
        text-align: center;
        font-size: 36px;
        margin-top: 0;
    }
    & p{
        font-size: 18px;
    }
    & img{
        display: flex;
        object-fit: cover;
        width: 100%;
        height: 400px;
        min-width: 400px;
        border-radius: 12px;
    }
    & > div{
        margin: 24px;

    }
}

.galeria{
    display: flex;
    max-width: 1100px;
    flex-direction: column;
    margin: 60px auto;
    & h2{
        text-align: center;
        font-size: 36px;
    }
    & p{
        text-align: center
    }
    & .imgs_list{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        & img{
            width: 30%;
            height: 300px;
            object-fit: cover;
            border: 1px solid #555a;
            border-radius: 12px;
            margin: 12px!important;
            display: flex;
        }
    }

    & .imgs_list{
        height: 330px;
        overflow: auto;
        width: 100%;
        flex-wrap: nowrap;
        align-items: start;
        justify-content: start;
        & *{
            pointer-events: none;
        }
        & img{
            width: 300px;
            min-width: 300px;
        }
        width: 100%;
        overflow: auto;
        white-space: nowrap;
        cursor: grab;
        user-select: none;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory; /* Faz o scroll "grudar" */
        -webkit-overflow-scrolling: touch;
        &:active {
            cursor: grabbing;
        }
    }
}

.depoimentos{
    display: flex;
    max-width: 1100px;
    flex-direction: column;
    margin: 60px auto;
    & h2{
        text-align: center;
        font-size: 36px;
    }
    & p{
        text-align: center;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0;
    }
    & .listagem{
        display: flex;
        & .depoimento{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;text-align: center;
            background: linear-gradient( to right, #eee, #f5f5f5);
            border-radius: 60px;
            margin: 12px;
            padding: 24px 12px;
            box-shadow: 0 0 6px #aaaa;
            & b{
                margin-top: 18px; 
            }
            & img{
                border-radius: 60px;
                width: 60px;
                height: 60px;
                object-fit: cover;
                border: 1px solid #aaa;
            }
        }
    }
}


.tib {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    margin-bottom: 90px;
    padding-top: 90px;
    margin-top: 0;

    &[data_ordem="1"] {
        flex-direction: row-reverse;
    }

    .txt {
        background: #0000;

        h2 {
            margin-bottom: 30px;
            position: relative;
            font-size: 30px;
            color: #4A95C7;

            &:after {
                content: '';
                position: absolute;
                top: 100%;
                width: calc(100% - 60px);
                background: linear-gradient(to right, #4A95C755, #4A95C700);
                height: 3px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 6px;
                left: 0;
            }
        }
    }

    .btn {
        background: #1D7AB9;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 240px;
        border-radius: 6px;
        cursor: pointer;
        margin-top: 60px;

        &:hover {
            opacity: .8;
        }

        a {
            padding: 24px 30px;
            color: #fffc;
            width: 100%;
            height: 100%;
            display: flex;
        }
    }

    .img {
        img {
            width: 500px;
            height: 500px;
            object-fit: cover;
            border-radius: 6px;
            border: 1px solid #0001;
            margin-right: 48px;
            margin-left: 48px;
        }
    }
}

#orcamento_whatsapp{
    background: #1D77B6;
    color: #fff;
    display: flex;
    max-width: max-content;
    padding: 12px 24px;
    border-radius: 30px;
    margin: auto;
    font-size: 24px;
    & span, b{
        color: #fff;
        text-align: center;
    }
    & div{
        display: flex;
        flex-direction: column;
        margin-left: 18px;
        align-items:center;
        & span{
            display: none;
        }
    }
    & svg{
        height: 36px;
        width: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        fill: #fff;
        background: #25D366;
        border-radius: 60px;
        padding: 6px;
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #orcamento_whatsapp{
        margin: 0 12px;
    }
}

#whatsApp-chat {
    background: #25D366;
    position: fixed;
    bottom: 24px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    padding: 6px;

    & a {
        display: flex;
        width: 100%;
        height: 100%;

        & svg {
            fill: #fff;
            width: 100%;
            height: 100%;

            display: flex;
        }
    }
}

.mail {
    display: flex;
    flex-direction: column;

    & .content {
        margin: auto;
        width: 100%;
        max-width: 1100px;

    }

    & form {
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        background: #e7e7e7;

        & .left,
        & .right {
            display: flex;
            flex-direction: column;
            margin: 3px;

            &>div {
                color: #fff;
                margin: 3px;
                border-radius: 6px;
                padding: 6px 12px;
                display: flex;
                flex-direction: column;
                margin: 6px 6px;
                padding-bottom: 0px;
            }
        }

        & .right {
            width: 100%;

            & textarea {
                height: 100%;
                border: 0;
                border-radius: 6px;
                padding: 12px;
                font-size: 16px;
                font-family: inherit;
                color: #555;
                height: 200px;
                outline: none;
            }
        }

        label {
            margin-bottom: 6px;
            color: #444;
        }

        input {
            border-radius: 6px;
            border: 0;
            font-size: 16px;
            outline: none;
            padding: 12px 12px;
            font-family: inherit;
            color: #555;
        }

        input[type="submit"] {
            background: #fff;
            margin: 18px;
            font-weight: 800;
            font-size: 20px;

        }
    }
}

footer {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #1D7AB9, #1D1D60);

    & b {
        color: #fffe;
        margin-bottom: 12px;
    }

    & i.sep {
        background: #aaa1;
        height: 174px;
        width: 2px;
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
    }

    &>.content {
        padding: 30px 30px;
        display: flex;
        margin: auto;

        & .one {
            max-width: 400px;
            margin: 0 30px;
            display: flex;
            flex-direction: column;
            font-size: 14px;
            min-width: 360px;

            & .content {
                display: flex;
                flex-direction: row;

                & img {
                    width: 150px;
                    height: 150px;
                    background: #fff;
                    border-radius: 6px;
                    padding: 12px;
                    margin-right: 12px;
                }

                p {
                    color: #fffa;
                    margin: 0;
                    font-size: 12px;
                }
            }
        }

        & .two {
            display: flex;
            flex-direction: column;
            margin: 0 30px;
            font-size: 14px;

            a {
                color: #fff;
                margin-bottom: 6px;
            }
        }

        & .three {
            display: flex;
            flex-direction: column;
            margin: 0 30px;
            font-size: 14px;

            & b:nth-child(6) {
                margin-top: 10px;
            }

            a {
                color: #fff;
                margin-bottom: 6px;
            }
        }

        & .four {
            margin: 0 30px;
            display: flex;
            flex-direction: column;
            font-size: 14px;
            & span{
                color: #fff;
                margin-bottom: 6px;
            }

            & iframe {
                border-radius: 6px;
                width: 360px;
                height: 130px;
            }
        }
    }

    & .bottom {
        display: flex;
        background: #eee;
        align-items: center;
        justify-content: center;
        padding: 6px 12px;

        span {
            color: #1D7AB9;
            text-align: center;
        }
    }
}

@media only screen and (max-width: 600px) {
    header{
        width: 100%!important;;
        & .content{
            flex-direction: column;
            width: 100%!important;;
            position: relative!important;;
            & .item{
                margin: 0!important;
                border-radius: 0!important;
                min-width: min-content!important;;
                width: 100%!important;;
                padding: 12px 0px!important;;
                border-right: 1px solid #fff5;
                position: unset!important;
                &:last-child{
                    border: none;
                }
            }
        }
    }
    & .dropdown{
        width: 100%;
        left: 0!important;
        padding: 0!important;;
        & .drop_item{
            margin-left: 12px;
            margin-right: 12px;
        }
        & .hover_area{
            width: calc(100%)!important;;
        }
    }
    & .hero{
        text-align: center;
    }
    & .sobre{
        display: flex;
        flex-direction: column;
        & img{
            margin:  12px;
            width: calc(100% - 24px)!important;
            min-width: unset;
        }
    }
    & .galeria{
        transition: 0!important;;
        & img{
            width: 100%!important;;
            width: calc(100% - 30px)!important;;
        }
    }
    & .depoimentos{
        & .listagem{
            flex-direction: column;
        }
    }
    & footer{
        & > .content{

            flex-direction: column;
            padding: 30px 0;
            align-items: center;
            justify-content: center;
            & .sep{
                display: none;
            }
            & .two{
                display: none;
                width: calc(100% - 20px);
            }
            & .one{
                width: calc(100% - 20px);
                & .content{
                    flex-direction: column!important;;
                    & img{
                        margin-bottom: 12px;
                        width: calc(100% - 36px);
                        height: auto;
                        max-width: 70%;
                        margin-left: auto;
                        margin-right: auto;

                        max-width: 200px;
                    }
                }
            }
            & .one, & .two, & .three, & .four{
                margin-bottom: 18px;
                margin: 12px 0;
                width: calc(100% - 20px);
                max-width: 100%;
            }
        }
    }
    & .tib {
        flex-direction: column!important;;
        padding: 0;
        padding-bottom: 48px;
        position: relative;
        & img{

            padding: 0!important;
            width: calc(100% - 24px)!important;
            margin-left: auto!important;;
            margin-right: auto!important;;
            display: flex;
        }
        & .txt_btn{
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
            & .btn{
                margin: 30px auto;
                position: absolute;
                top: calc(100% - 36px);
                margin: 0;
                & a{
                    text-align: center;
                    align-items: center;
                    justify-content: center;

                }
            }
        }
    }
}


@media only screen and (max-width: 600px) {
    #mobile_menu{
        display: flex!important;;
        position: fixed;
        top: 18px;
        left: 18px;
        width: 35px;
        height: 35px;
        background: #fff5;
        border-radius: 6px;
        backdrop-filter: blur(5px);
        z-index: 9999;
        cursor: pointer;
        left: calc(100% + 84px);
        & svg{
            width: 100%;
            height: 100%;
            fill: #1D1D60;
        }
    }
    .menu > .item{
        display: none!important;
    }
    .menu{
        left: calc(-100% - 15px)!important;
        left:0;
        & .dropdown{
            display: none!important;
        }
    }
    .menu.active {
        left: calc(0%)!important;;
        height: calc(100% - 12px)!important;;
        padding-top: 12px!important;
        & > .item{
            display: flex!important;
            border-radius: 24px!important;
            height: 60px;
            padding: 0!important;
            margin: 3px auto!important;
            width: calc(100% - 24px)!important;;
            border: 0;
        }
        & #mobile_menu{
            display: none!important;;

        }
    }
    .menu {
        position: fixed;
        flex-direction: column;
        width: calc(100% - 50px)!important;;
        top: 0px;
        z-index: 999999999;

        height: 100%!important;
        background: #1D1D60ee;
        backdrop-filter: blur(5px);
        padding-top: 30px;
        & > .item{
            display: none!important;
            border: 0;
            width: calc(100% - 12px)!important;
            padding: 0!important;;
            border-radius: 12px!important;
            margin: 3px auto!important;;
            & span{
                width: 100%;   


                display: flex;
                & a{
                    width: 100%;
                    margin: 0;
                    padding: 6px 12px!important;
                    display: flex;
                    height: 60px!important;;
                    align-items: center;
                    justify-content: center;
                    &:active{
                        background:#1D7AB9
                    }
                }
            }
        }

        & #close_mobile_menu{
            display: flex!important;;
            fill:#fff;
            width: 35px;
            height: 35px;
            margin: 12px;
            margin-top: 6px;
            width: 100%;
            background: #fffd;
            margin: 0;
            align-items: center;
            justify-content: center;
            height: 42px;
            border-radius: 30px!important;
            margin: 3px auto!important;;
            margin-top: 30px!important;;
            width: calc(100% - 12px);
            margin-top: auto!important;
            margin-bottom: 12px!important;;
            height: 60px!important;;
            span {
                position: relative;
                color: #1D1D60dd;
                font-weight: 700;
            }
            svg{
                width: 24px;
                height: 35px;
                position: absolute;
                left: calc(-100% + 18px);
                top: -6px;
                fill: #1D1D6088;
            }
            &:active{
                background: #fff5;
                border-radius: 60px;
            }
        }
    }

    .hero {
        & .text {
            & h1 {
                font-size: 10vw;
            }
        }
    }

    .mail{
        & .content{
            width: calc(100% - 30px);
            & h2{
                text-align: center;
            }
        }
    }

    footer{
        & iframe{
            max-width: calc(100% - 00px)!important;;
            width: 100%!important;;
            height: 300px!important;;
        }
        & .one{
            min-width: min-content!important;
        }
        & .three{
            margin: 0!important;
            padding: 6px 12px;
        }
    }
    .tib {
        & .txt {
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
            width: calc(100% - 24px);
            h2{
                max-width: 100%;
                display: flex;
                margin-left: auto;
                margin-right: auto;
                width: min-content;
                margin-bottom: 12px;
            }
        }
    }
}