/* fontes: - Roboto Slab e - Arial */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

body {

    .hidden-h1 {
        position: absolute;
        left: -9999px;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    h2{
        font-family: Roboto Slab;
        color: rgb(151, 161, 78);
        font-size: medium;       
    }

    h3{
        font-family: Roboto Slab;
        color: rgb(45, 45, 45)
    }

    h4{
        font-family: Roboto Slab;
        color: rgb(151, 161, 78);
              
    }

    h5{
        font-family: Roboto Slab;
        color: rgb(151, 161, 78);             
    }

    p {
        font-family: Arial, Helvetica, sans-serif;
        color: rgb(45, 45, 45)
    }
}

.foto-header img {
    width: 100%;
    height: auto;
    display: block; 
    object-fit: cover; 
}

.info1 {
    background-color: rgb(49, 49, 49);
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    gap: 20px;
    padding: 40px;
    justify-items: left;
    text-align: left;
}

.info1 div {  
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.info1 i {
    font-size: 40px;
    color: #fff; 
    margin-bottom: 10px;
}

.info1 p {
    font-size: 14px;
    color: #fff;
}

.caracteristicas {
    text-align: center; 
    gap: 20px;
    padding: 40px; 
}

.caracteristicas h2 {
    margin: 20px 0;
    margin-top: 10px 0;  
}

.carousel-inner img {
    width: 100%; 
    height: 250px; 
    object-fit: cover; 
    border-radius: 8px;
    cursor: pointer;
}


.modal-body img {
    width: 100%;
    border-radius: 8px;
}


.piso1 img {
    width: 80%; /* Ajuste conforme necessário */
    height: auto; /* Mantém a proporção da imagem */
}

.info2 {
    width: 100%;
    overflow: hidden; 
}

.info2 img {
    width: 100%;
    height: auto;
    display: block; 
    object-fit: cover; 
}

footer {
    background-color: #fff;
    padding: 40px;
}

footer .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .col-md {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}

footer .formulario {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
}

footer .formulario input,
footer .formulario textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: rgb(198, 196, 200);
}


footer .logo-container img {
    width: 450px;
}

footer .logo-investamega {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer .logo-investamega img {
    width: 280px;
}

footer .logo-investamega p {
    text-align: left;
}

footer .maps p {
    font-size: small;
    font-weight: bold;
}

footer .midia-social {
    display: flex;
    justify-content: center; 
    align-items: center;
    width: 100%;
    margin-top: 20px; 
}

footer .midia-social a {
    color: rgb(49, 49, 49);
    text-decoration: none;
    font-size: 35px;
}

/* Responsivo */
@media (max-width: 768px) {
    footer .row {
        flex-direction: column;
        align-items: center;
    }

    footer .formulario {
        align-items: center;
        max-width: 100%;
        padding-bottom: 20px;
    }

   
    footer .logo-investamega {
        flex-direction: column;
    }


    .plantas h5 {
        padding-top: 20px;
    }

    .res-chao {
        padding-bottom: 20px;
    }
}

/* Telas médias: 2 colunas */
@media (max-width: 992px) {
    .info1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Telas pequenas: 1 coluna */
@media (max-width: 576px) {
    .info1 {
        grid-template-columns: 1fr;
    }

    .plantas h5 {
        padding-top: 20px;
    }

    .res-chao {
        padding-bottom: 20px;
    }
}

.info1 div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.info1 i {
    font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
}

.info1 h5 {
    font-size: 18px;
    color: rgb(151, 161, 78);
    margin-bottom: 10px;
}

.info1 p {
    font-size: 14px;
    color: #fff;
}


.video-lifestyle {
    max-width: 100%;  
    margin: 0 auto;   
    padding: 0 100px;  
    box-sizing: border-box;
    h5 {
        text-align: center;
    } 
}

.video-lifestyle video {
    width: 100%; 
    height: auto; 
}

@media (max-width: 768px) {
    .video-lifestyle {
        padding: 0 20px;  
    }
}
