header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    display: inline-block;
    color: #000
}

/* Hero Section */
.hero {
    height: 45vh;
    background-image: linear-gradient(to right bottom, #7ed56f, #28b485), url(img_3.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1) !important;
}

.hero-content {
    max-width: 800px;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 20px;
    margin-bottom: 30px;
}

i {
    padding: 10px;
}

.footer {
    background-color: #f7f7f7;
}

/* Contato Section */
.contato {
    padding: 60px 200px;
    background-color: #f7f7f7;
}

.contato-container {
    display: flex;
    gap: 40px;
}

.contato-info {
    flex: 1;
}

.contato-info h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: rgb(58, 58, 58);
    /*alterar cor aqui*/
}

.contato-info p {
    margin-bottom: 15px;
}

.contato-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contato-info-item i {
    font-size: 20px;
    color: #e67e22;
    margin-right: 15px;
}

.contato-form {
    flex: 1;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 18px;
}

.form-control,
.form-control:focus,
.form-control:hover {
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 40px;
    font-family: inherit;
    font-size: 16px;
    box-shadow: none;
    outline: none;
}

.form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    color: #495057;
    border-radius: 40px;
    font-family: inherit;
    font-size: 16px;
    box-shadow: none;
    outline: none;
}

section.contato {
    color: rgb(65, 65, 65);
}

.section-title {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.contato .row {
    flex-wrap: nowrap;
}

.contato .row [class^=col-]:not(:last-child) {
    margin-right: 0rem;
}

.btn {
    font-size: 15px;
    padding: 1rem 2rem;
    font-weight: 600;
}

@media (min-width: 768px) and (max-width: 991px) {

    .row-header {
        margin-bottom: 0px;
    }

    .contato .section-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 50px;
    }

    .container {
        padding: 0px;
    }

    .hero {
        padding: 15px;
    }

    .hero h1 {
        font-size: 45px;
    }

    .hero p {
        padding: 0px 25px;
        font-size: 18px;
    }

    .btn {
        padding: 10px 20px;
    }

    section h1,
    section h2,
    section h3,
    section h4,
    section .btn {
        text-align: center;

    }

    /* Contato Section */
    section#contato.contato {
        padding: 50px 0px;
        background-color: #f7f7f7;
    }

    .row {
        max-width: 50rem;
        padding: 0 0rem;
        height: auto !important;
        display: block !important;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 0px;
        padding-left: 15px;
    }

    .row-submit {
        text-align: center;
    }

    .form-select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        color: #495057;
        border-radius: 40px;
        font-family: inherit;
        font-size: 16px;
        box-shadow: none;
        outline: none;
        background-color: #fff;
    }
}


@media (max-width: 576px) {

    .row-header {
        margin: 0px;
    }

    .contato .section-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 50px;
    }

    .container {
        padding: 0px;
    }

    .hero {
        padding: 15px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .hero p {
        padding: 0px 25px;
        font-size: 16px;
    }

    .btn {
        padding: 10px 20px;
    }

    section h1,
    section h2,
    section h3,
    section h4,
    section .btn {
        text-align: center;

    }

    /* Contato Section */
    .contato {
        padding: 40px 0px;
        background-color: #f7f7f7;
    }

    .row-submit {
        text-align: center;
    }

    .form-select {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        color: #495057;
        border-radius: 40px;
        font-family: inherit;
        font-size: 16px;
        box-shadow: none;
        outline: none;
        background-color: #fff;
    }

}