

h2 {
    color: #084B6E;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}

strong {
    font-weight: 600;
}

h5 {
    color: #084B6E;
}

button :hover {
    cursor: pointer;
}

.text-lp {
    font-size: 18px;
    line-height: 28px;
    color: #777;
    font-weight: 100;
}

.section_estrutura{
    position: relative;
    width: 100%;
    padding-top: 4rem;
}

.box_estrutura {
    max-width: 1140px;
    margin: 0 auto;
    display: table;
    padding: 0 5%;
  }

#subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #084B6E;
    font-weight: 100;
}

/*Banner Principal*/

/* .banner-principal{
    display: flex;
    width: 100%;
    height: 352px;
    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 41.15%,
    rgba(0, 0, 0, 0.8) 100%),
    url('/images/slider/principal.webp') no-repeat center center/cover;
} */

.banner-principal {
    width: 100%;
    height: auto;
    background-color: #094B6E;
}

.banner-mobile {
    display: none;
}

/* Carrossel */

.carousel {
    background-color: #084B6E;
    padding-top: 3%;
    padding-bottom: 3%;
}

.carousel img {
    display: block;
    height: 400px;
    padding: 1rem;
    border-radius: 40px;
}

/*Texto com imagem*/

.patios_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #084B6E;
    font-weight: 400;
}

.linha {
    width: 5px;
    height: 55px;
    background-color: #ba2d36;
}

.title-patio {
    display: flex;
    gap: 10px;
}

.box-patio {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1120px;
}

.column.w50 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
}

.section-localizacao-bg {
    display: flex;
    justify-content: center;
    margin: 0;
}

.img-canto {
    height: 100%;
}



/* Video */

.video_section {
    background-color: #F6F6F7;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 0;
    padding-top: 50px;
    margin: 50px auto 50px auto;
    max-width: 1120px;
}

.video_section_patio {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 0;
    padding-top: 50px;
    margin: 50px auto 50px auto;
    max-width: 1120px;
}

.video_container {
    width: 50%;

}

.text_video {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 25%;
    padding: 1.5rem;
}

.video {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    padding: auto;
    border-radius: 30px;
}

.button {
    font-size: .8rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #ba2d36;
    border-color: #ba2d36;
    border-radius: 30px 30px 30px 30px;
    padding: 18px 40px 18px 40px;
    text-decoration: none;
    width: 77px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#video_title {
    margin-top: 1.2rem;
}

#video_desc {
    margin-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #084B6E;
}

/* Mapa */

.map_section {
    background-color: #084B6E;
    padding-top: 2%;
    padding-bottom: 5%;
}

.map_container {
    max-width: 1120px;
    margin: 50px auto 0px auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
}

#map_title {
    font-weight: 400;
    color: #fff;
}

#map_text {

    color: #fff;
}

.iframe_container {
    padding: 1.5rem;

}

.map_desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;
}

iframe {
    border-radius: 20px;
}

.tour_backgroud {
    background: #d70d1a;
    background: #f1efef;
    background-image: url(../../images/slider/slider03.webp);
    width: 100%;
    height: fit-content;
    background-blend-mode: overlay;
    background-position-y: center;
    background-size: cover;
}

/* Formulario */

.box-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin: 3%;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

form {
    width: 80%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
}

label {
    font-weight: bold;
}

input,
textarea {
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

input[type="submit"] {
    background-color: #ba2d36;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 16px;
}

/* Responsividade */
@media screen and (max-width: 600px) {
    .form-container {
        width: 90%;
    }
}



/* Rodapé */
footer {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1120px; */
}

.rodape {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 2%;
    padding-bottom: 2%;
}

.social_media {
    justify-content: space-around;
}

#page-patios .link-patios a {
    color: #ba2d36;
}

#page-patios .link-patios a::after {
    width: 100%;
}

.row .column.w50 {
    width: 49% !important;
}

.row .column.w100 {
    width: 100% !important;
}

.localizacao .row .column {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

@media (max-width: 1121px) {
    .row .column.w50 {
        width: 45% !important;
    }

    .row .column.w100 {
        width: 91% !important;
    }
}

/* Sucesso */

.container_sucesso {
    width: 100vw;
    height: 100vh;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }
.box_sucesso {
    justify-content: center;
    text-align: center;
    width: 50%;
    height: 50%;
}

#body_sucesso{
    margin: 0;
}

/* Responsivo */

@media (max-width: 767px) {

    /* Carrossel */
    .carousel img {
        height: 200px;
        width: auto;
        border-radius: 30px;
    }

    /*Texto com imagem*/
    .section-localizacao-bg {
        margin-bottom: 1rem;
    }

    .img-canto {
        display: none;
    }

    .box-patio {
        height: auto;
        padding-top: 15%;

    }

    .column.w50 {
        display: flex;
        align-items: center;
        width: 90%;
    }

    .column.w50 a.button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Video */
    .video_container {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    iframe,
    .video {
        width: 350px;
        height: 300px;
    }

    .text_video {
        display: flex;
        text-align: center;
        align-items: center;
        width: 70%;
    }

    .video_section {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0 auto;
    }

    .video_section_patio {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        margin: 0 auto 0 auto;
    }


    /* Banner-principal */
    .banner-desktop {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    /* Mapa */
    .map_desc {
        display: flex;
        text-align: center;
        width: 70%;
    }

    .map_container {
        flex-direction: column;
        align-items: center;
    }

    .iframe_container {
        padding: 1.5rem 0 0 0;

    }

    /* Rodape */
    .logo {
        width: 150px;
    }

    .row .column.w50,
    .row .column.w100 {
        width: 100% !important;
    }
}

