/*
TAGS PRINCIPAIS
*/

body {
    overflow-x: hidden;
}

a, button {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

ul {
    padding: 0 !important;
}

textarea {
    height: 170px;
}

img {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

/*
CONTAINER
*/

.container {
    max-width: 1280px;
}

/*
HEADER
*/

header {
    background-color: var(--primary-backgroud-color);
}

header .logo {
    width: 150px;
}

header nav {
    display: flex !important;
}

header nav a {
    color: white !important;
}

header .navbar-brand {
    width: 160px;
    height: 115px;
}

header .btn-catalogo {
    color: black;
}

header .btn-catalogo {
    background-color: white;
    border-radius: 30px;
    width: 250px;
    padding: 6px 0;
}

header .btn-catalogo:hover {
    background-color: black;
}

header .btn-catalogo a {
    color: black !important;
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

header .btn-catalogo:hover a {
    color: white !important;
}

/*
INICIAL
*/

#banner {
    position: relative;
}

/*
SOBRE NÒS
*/

#about-us {
    padding: 30rem 0 8rem 0;
}

#about-us .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#about-us .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 2rem;
}

#about-us .description {
    font-size: 24px;
}

#about-us .description span {
    color: var(--primary-text-color);
}


/*
PRINCÌPIOS
*/

#principles {
    background-color: var(--terciary-backgroud-color);
    padding: 9rem 0 15rem 0;
}

#principles .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

#principles .items {
    width: 317px;
    min-height: 380px;
    background-color: white;
    border: 1px solid var(--primary-backgroud-color);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#principles .items .icon div{
    background-color: var(--terciary-backgroud-color);
    padding: 10px;
    border-radius: 50px;
}

#principles .items .icon img {
    width: 65px;
    height: 65px;
}

#principles .items .title {
    text-transform: uppercase;
    margin: 2rem 0;
}

#principles .items .description {
    text-align: center;
}

/*
VANTAGENS
*/

#advantages {
    padding: 9rem 0;
    position: relative;
}

#advantages .image-container {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(9,161,157);
    background: linear-gradient(90deg, rgba(9,161,157,1) 0%, rgba(238,249,248,1) 80%);
    height: 420px;
}


#advantages .image-container img {
    position: absolute;
}

#advantages .container {
    margin-top: 20%;
    position: relative;
    z-index: 100;
}

#advantages h3 {
    text-align: center;
    margin-bottom: 5rem;
}

#advantages .items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 33px;
}

#advantages .item {
    width: 288px;
}

#advantages .item h6 {
    font-size: 20px;
    font-weight: 700;
    margin: 1rem 0;
}

#advantages .item p {
    font-size: 18px;
    font-weight: 500;
    color: #696969;
}

#advantages .item .icon {
    background-color: #c3e8e7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#advantages .item .icon svg {
    width: 25px;
    height: 25px;
}

/*
PERGUNTAS FREQUENTES
*/

#questions {
    background-color: var(--primary-backgroud-color);
    min-height: 870px;
    display: flex;
    flex-wrap: wrap;
}

#questions h2 {
    color: white;
}

#questions .card {
    border-radius: 10px;
    border: none;
    background-color: white;
    text-align: left;
}

#questions .card .btn {
    color: var(--color-text-two);
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    text-align: left;
    white-space: normal;
    width: 100%;
    padding: 6px;
}

#questions .card .btn:hover {
    color: var(--color-text-one);
}

#questions .card .btn i {
    float: right;
}

#questions .card-header:first-child {
    border-radius: 0;
}

#questions .image-container {
    position: relative;
    width: 100%;
}

#questions .image-container img {
    position: absolute;
    top: -51px;
    right: 0;
}

/*
INSTAFEED
*/

#instafeed {
    padding: 9rem 0;
    position: relative;
    z-index: 100;
}

#instafeed h4 {
    text-align: center;
}

#instafeed h4 i {
    color: var(--primary-text-color);
    font-size: 35px;
}

/*
FORMULARIO
*/
#form-container {
    background-color: var(--primary-backgroud-color);
    width: 650px;
    min-height: 750px;
    position: absolute;
    right: 12%;
    top: 26%;
    border-radius: 20px;
    padding: 2rem;
}

#form-container .text-container h1 {
    font-size: 40px;
    color: white;
    font-weight: 700;
}

#form-container .text-container small {
    font-size: 20px;
    color: white;
    padding: 1rem 0;
    display: block;
}

#form-container .form-control {
    height: 58px;
}

#form-container #salvar-cadastro {
    width: 100%;
    height: 71px;
    background-color: #121212;
    color: white;
    font-size: 24px;
    font-weight: 700;
}

/*
FOOTER
*/

.footer_info {
    background-color: var(--primary-backgroud-color);
    color: var(--secondary-text-color);
    float: left;
    width: 100%;
}

.footer_info i {
    margin-right: 10px;
}

.footer_info a {
    display: block;
    color: var(--secondary-text-color);
    text-decoration: none;
    width: 100%;
}

.footer_info a:hover {
    color: var(--color-text-one);
}

.footer_info h3 {
    font-size: 1.3rem;
    margin: 10px 0;
}

.footer_info p {
    color: var(--secondary-text-color);
    font-size: .9rem;
}

.copyright {
    background-color: var(--secondary-backgroud-color);
    color: var(--secondary-text-color);
    width: 100%;
}

/*
MEDIA
*/

@media (max-width: 1500px) {
    #form-container {
        right: 3%;
        width: 550px;
    }
}

@media (max-width: 1350px) {
    #form-container {
        position: relative;
        width: 100%;
        right: 0;
        border-radius: 0;
    }

    #about-us {
        padding: 5rem 0 5rem 0;
    }
}

@media (max-width: 1024px) {
    .instafeed-container {
        min-height: 500px;
    }
}

@media (max-width: 998px) {
    #about-us {
        padding: 2rem 12px;
    }

    #principles {
        padding: 2rem 0;
    }

    #principles .container {
        justify-content: space-evenly;
        row-gap: 2rem;
    }

    #advantages {
        padding: 0 0 2rem 0;
    }

    #advantages .image-container {
        position: unset;
        background: white;
    }

    #advantages .container {
        margin-top: 2rem;
    }

    #advantages h3 {
        margin-bottom:2rem;
    }

    #questions {
        min-height: auto;
        padding: 2rem 12px;
    }

    #questions .image-container {
        display: none;
    }

    #instafeed {
        padding: 2rem 12px;
    }
}

@media (max-width: 768px) {
    #banner img {
        display: none;
    }

    #form-container {
        padding: 2rem 12px;
    }

    #form-container .text-container h1 {
        font-size: 25px;
    }

    #about-us .title {
        font-size: 25px;
    }

    #about-us .description {
        font-size: 20px;
    }

    #about-us .description br {
        display: none;
    }
}

@media (max-width: 600px) {
    #advantages .container {
        padding: 0 12px;
    }

    #advantages .items {
        gap: 10px;
        row-gap: 50px;
    }

    #advantages .item {
        width: 48%;
    }
}
