main,
#pensando,
#seguranca-conforto {
    padding: 60px 0;
}

@media (max-width: 768px) {

    main,
    #pensando,
    #seguranca-conforto {
        padding: 20px 0;
    }
}

/* AREA TOPO */
#area-topo {
    padding: 20px 10px;
}

#area-topo h1 {
    font-size: 1.5rem;
}

#area-topo img {
    width: 200px;
}

/* HEADER */

header {
    overflow: hidden;
    position: relative;
}

header .banner-base {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

header video {
    width: 100%;
}

@media (max-width: 768px) {

    header .banner-base {
        height: unset;
    }

    header video {
        width: 100%;
        height: unset;
    }

}

header img {
    width: 100%;
}

header .area-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
}

header h3 {
    text-transform: uppercase;
}

header h2 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2rem;
}

header button {
    background-color: var(--azul);
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    display: inline-block;
    animation-name: pulse-blue;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}


@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(26, 54, 104, .8);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


#modalContato form {
    border-radius: 5px;
    min-width: 400px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin-left: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

#modalContato form h2 {
    font-size: 1rem;
    padding: 0;
    padding-top: 10px;
}

#modalContato form button {
    background-color: var(--vermelho);
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    padding: 10px;
    border: none;
    color: #fff;
    display: inline-block;
    width: 100%;
}



@media (max-width: 992px) {
    header .area-form {
        position: inherit;
        padding: 0;
    }

    #modalContato form {
        width: 100%;
        margin-top: 0;
    }
}

@media (max-width: 992px) {
    #modalContato form {
        min-width: unset;
    }
}



/* INFORMAÇÔES DO IMÓVEL*/

main {
    padding-top: 0;
    overflow: hidden;
}

main img.foto-lancamento {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: inline-block;
}

main .texts {
    padding: 20px;
}

@media(max-width: 768px) {
    main video {
        width: 100%;
    }
}

main .carousel img {
    height: unset;
    display: inline-block;
    border-radius: 15px;
    width: 100%;
}

main .area-card-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

main button {
    font-weight: bold;
    color: #ffff;
    background-color: var(--azul);
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px;
}

main .area-card-info .card-info {
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 47%;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid var(--azul);
}

@media (max-width: 768px) {
    header {
        padding: 0;
    }

    main .area-card-info .card-info {
        width: 100%;
    }
}

main .area-card-info .card-info h3 {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--azul);
}

main .area-card-info .card-info ul {
    list-style: none;
    padding: 0;
}

main .area-card-info .card-info ul li strong {
    color: var(--azul);
}

@media (max-width: 768px) {
    main img {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* SEGURANCA CONFORTO */
#seguranca-conforto img {
    width: 75%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 15px;
    display: inline-block;
    margin: 10px;
}

#seguranca-conforto video {
    width: 100%;

}

@media (max-width: 768px) {
    #seguranca-conforto img {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}


/* PENSANDO */
#pensando img {
    border-radius: 15px;
}


#pensando .carousel-area {
    position: relative;
}

#pensando .carousel-area .area-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

#pensando .carousel-area .area-text h2 {
    color: #25d366;
}

@media (max-width: 768px) {

    #seguranca-conforto .row,
    #pensando .row {
        flex-wrap: wrap-reverse;
    }

    #pensando {
        text-align: center;
    }
}

/* DESCUBRA */
#descubra {
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/assets/images/banner/2.jpg);
    background-position: center;
    color: #fff;
    background-size: cover;
    background-attachment: fixed;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta a {
    background-color: #25d366;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    border: 3px solid #fff;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

/* MAP */
#map iframe {
    width: 100%;
    height: 400px;
}

/* CHAM */
#cham {
    padding: 100px 0;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(/assets/images/2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

#cham h2 {
    color: #fff;
}

#cham p strong.destaq {
    background-color: #000;
    color: #fff;
    padding: 5px;
}

/* PERDIZES */
#perdizes {
    overflow: hidden;
}

#perdizes img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#perdizes .textos {
    padding: 40px;
}