#banner { /*texto*/
    background-color:#cfd8b8;
    color: #574474;
    padding: 1em 2em;
    margin-left:70px;
    position: relative; 
    width: 400px;
    height: 400px;
    border-radius: 10%;
    font-size:22px;
    text-align:left;
    }  

#banner2 {
    background-color:#d7c8dd;
    color: #574474;
    padding: 1em 2em;
    margin-left:70px;
    position: relative; /* Para posicionar o triângulo */
    width: 400px;
    height: 555px;
    border-radius: 10%;
    font-size:22px;
    text-align:left;

}

#banner3 { /*texto*/
    background-color:#cfd8b8;
    color: #574474;
    padding: 1em 2em;
    margin-left:70px;
    position: relative; 
    width: 400px;
    height: 500px;
    border-radius: 20%;
    font-size:20px;
    text-align:left;
    }  


#quadrado {
    width: 260px;
    height: 260px;
    background: white;
    margin: 2;
    margin-bottom: 10;
    
}

#retangulo{
    width: 400px;
    height: 200px;
    background: whitesmoke;
    margin: 2;
}

#retangulo_menor{
    width: 340px;
    height: 240px;
    background: whitesmoke;
    margin: 2;
}

#video_maior{
    width: 300px;
    height: 400px;
    background: whitesmoke;
    margin-left: 2em;
    object-fit: cover;
    
}

#video_menor{
    width: 200px;
    height: 350px;
    background: whitesmoke;
    margin-top: -300px;
    margin-bottom: 15px;
    margin-left: 2em;
    object-fit: cover;
    
}


@font-face {
    font-family: 'Fonte';
    src: url('fonte/fonte2.woff2') format('woff2'),
         url('fonte/fonte1.woff') format('woff'),
         url('fonte/fonte.otf') format('truetype'); /* Corrigido de 'opentype' para 'truetype' */
    font-weight: normal; /* Ou especifique um peso, como 400 */
    font-style: normal; 
}

h1, h2, h3 {
    font-family: 'Fonte', sans-serif; /* Aplica a fonte personalizada */
}

p, li, ul{
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 50px;
    font-style:normal;
}

body {
    background:linear-gradient(#F4F7F4);
    background-attachment:fixed;
    margin: 0;
    padding: 0;
}



/*navbar configuracoes*/
nav.navbar-transparente { /*torna nav fixa no topo da pagina e aplica fundo especifico */
    background: #707d50;
    position: fixed;
    top: 0; 
    left: 0; 
    width: 100%; 
    
}

.navbar-light .navbar-nav .nav-link { /* Estiliza os links da barra de navegação (navbar-light), define a cor branca para o texto dos links */
    color:white;
    
}

.navbar-light .navbar-nav .nav-link:hover{ /*Passar mouse links, fonte branca mas fundo roxo*/
    color: white; 
    background: #817ab7; 
} 

nav ul { /* links da navbar serao exibidos em linha horizontal, centralizados e sem marcadores */
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    font-size: 18px
    
}

nav li { /* Itens navbar espacamento horizontal entre eles */
    margin: 0 15px;
}



.same-line p, .same-line h3, .same-line img{
    display:inline;
}

.container {
    max-width: 1450px;
    margin: 0 auto;
}

.logo{
    display: flex;
}

.logo img{
    width: 250px;
    height: 50;

}

#h2_logo{
    font-size:17px;
    color: white;
    margin-top: 19px;
    margin-left: 9px

}

#home {
    height: 100vh;
    display: flex;
    justify-content:center;
    align-items: center;
    text-align:center;
    padding-left: 0%;
    padding-top: 5%;
    margin-top: 0%;
    background: image-set("img/servicos1.png");
    background-size: cover;
    background-color: #F4F7F4;
}

#logo_home{
    width: 360px !important;
    height: 460px !important;
}

#home p{
    font-size: 22px;
}

#h1_withDona{
    font-size: 60px;
    line-height: 1.5;
}

#h1_Houses{
    font-family: 'Montserrat', serif; 
    font-size: 30px; 
    color: #574474;
    word-spacing: 20px;
}

#h3_phoneNumber{
    font-size: 40px; 
    color:#574474;
    background-color: #cfdbb3; /* Cor de fundo para destacar */
    padding: 5px 5px; /* Espaçamento interno */
    border-radius: 8px; /* Bordas arredondadas */
    font-family: "Montserrat", serif;
}

#telefone_home{
    margin-left: 10px;
    height: 50px !important;
    width: 120px !important;
}

#p_phoneNumber{
    font-size: 20px !important; /* !important para sobrescrever o estilo padrão do Bootstrap */
  
}

#h3_Central{
    font-size: 30px;
}

#home img{
    height:35px; 
    width: 25px; 
    margin-bottom:20px
}


#sobre {
    height: 82vh;
    background: image-set("img/about.png");
    background-size: cover;
    padding: 70px 0;
    font-family: "Montserrat", serif;
    color: white; 
}

#h1_About{
    text-align:center; 
    font-size:100px; 
    color:#f4f7f4;
    margin-right: 8em;
}

#sobre p{
    text-align:left; 
    color:#f4f7f4; 
    font-size:25px; 
    text-align: justify;
    line-height: 1.6; 
    text-indent: 2em;
    margin-left:2.5em;
    margin-right:10em;
}

#servicos{
    height: 10vh;
    background-color:#d7c8dd;
}

#servicos1{
    height: 10vh;
    background: image-set("img/planta.png");
    background-repeat: repeat;
    background-size: cover;
}

#servicos img{
    height: 100vh;
    background: lightblue;
    width: 240px;
    height: 240px;
    margin: 15;
    border-radius: 10%;
} 

#servicos_standard{
    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 90px 0;
    background: image-set("img/servicos1.png");
    padding-left: 8%;
}

#titulo_servicos, #titulo_servicos_deep{
    font-size: 40px;
    color: #574474;
    font-weight: 600;
}

#servicos_deepCleaning{
    height: 150vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 130px 0;
    background-color: #f4f7f4;
    padding-right: 8%;
}

#servicos_moveOut{
    height: 140vh;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 130px 0;
    background: image-set("img/servicos1.png");
    padding-left: 8%;
}

#ser-con{
    height: 60vh;
    background: image-set("img/ser-con.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 130px 0;
}

#Let{
    font-size: 40px;
}

#ava{
    font-size:20px;
    color: #574474;
}

#wee{
    font-size:40px;
    color: #707d50;
}

footer {
    height: 56vh;
    background-color: #574474;
    color: #fff;
    padding: 65px 0;
    padding-left:-60px                
}

#contato{
    font-size: 80px;
}

.social-media, .contato{ /* .social-media: estilizar conteiner com infos contato e redes sociais / .contato: estilizar colunas com infos cotato e redes sociais*/
    margin-top: 0px;
    margin-left: 30px;
    margin-right: 80px;
}

.social-media img {
    padding: 0%;
    width: 100px; 
    height: auto; 
    align-items: left;
    margin-left: 0px;
    margin-bottom:15px
}

#left-con{
    font-size: 26px;
    color:#cfdbb3;
    margin-left: 140px;
}

#left-con2{
    font-size: 26px;
    color:#cfdbb3;
}

.contato { /* Estiliza o container com as informações de contato */
    text-align: left;
    width: 50%;
    }

.social-media a { /* Estiliza os links das redes sociais */
    color: #F4F7F4;
    margin: 35px;
    font-size: 24px;
}


 /* MOBILE */
@media screen and (max-width: 768px){

    .container{
        display: block;
        background-image: none;
    }

    nav#navbar.navbar.navbar-expand-sm.navbar-light.fixed-top.navbar-transparente{
        display:inline-block;
        width: 100%; 
        margin:0;
        padding: 0em 1em;
        padding-top: 7px;
    }

    div.logo{
        display:flex;
        flex-direction: column; 
    }

    div.logo img{
        width: 200px;
        height: auto;

    }

    p#h2_logo{
        font-size: 14px;
        margin-top: 5px;
       
    }

    section#home{
        align-items:center;
        background-image: url('img/body_mobile.png');
        margin-top:3em;
        padding: 0;
        padding-top:40px;;
        height:190vh; 
    }

    img#logo_home{
        height:300px !important;
        width: 250px !important;
    }

    p#h3_Central, img#local, div.col-md-4 p{
        display:none;
    }

    h1#h1_withDona{
        font-size: 55px;
    }

    h1#h1_Houses{
        font-size: 25px;
    }

    img#telefone_home{
        padding-top: 18px;
        height: 60px !important;
        width: 100px !important;
    }

    p#p_phoneNumber{
        font-size: 15px !important;
    }

    p#its{
        font-size: 20px;
    }

    section#sobre{
        align-items:center;
        height: auto;
        background-color:#574474;
        margin: 0;
        padding: 20px;
    }

    section#sobre p{
        font-size: 20px;
        text-align: center;
        margin: 1em 0em;
        padding: 0;
    }

    h1#h1_About{
        text-align: center;
        font-size: 90px;
        display: inline-block;
        white-space: nowrap;
        
    }

    section#servicos, section#servicos1{
        height: 5vh;
    }

    section#servicos_standard{
        height:130vh; 
    }

    ul#banner{
        display: block;
        margin-left: 15px;
        width: 350px;
        height: 400px;
    }

    ul#banner2{
        display: block;
        margin-left: 50px;
        width: 350px;
        height: 600px;
    }

    ul#banner3{
        display: block;
        margin-left: 15px;
        width: 350px;
        height: 600px;
    }

    p#titulo_servicos{
        margin-left: -30px;
    }

    img#retangulo{
        width: 300px;
        height: 150px;
        margin-left: -30px;
    }

    section#servicos_deepCleaning{
        height:105vh; 
        padding-top: 160px;
    }

    img#retangulo_menor{
        display:none;
    }

    p#titulo_servicos_deep{
        margin-left: 30px;
    }    

    section#servicos_moveOut{
        height:310vh;  
    }

    div.col-md-6{
        display: column;
        margin-top: 0;
    }

    img#video_menor, video#video_maior, video#video_menor{
        width: 250px;
        height: 350px;
        margin-top: 10px;
        margin-left: -30px;

    }

    section#ser-con{
        background-color:#f4f7f4;
        background-image: none;
    }

    p#wee{
        font-size: 25px;
        margin-top: 20px;
    }






    footer{
        height: 100vh;
        margin: 0px;
        padding: 0px;
    }

    h1#contato{
        font-size: 60px;
        margin-bottom: 10px;
        margin-top: 10px
    }

    ol{
        margin: 0px;
        padding: 0px;
    }

    ul.same-line{
        display:flex;
        flex-direction: column;
        margin: 0px;
        padding: 0px;

    }

    p#left-con, p#left-con2{
        font-size: 20px !important;
    }

    p#left-con{
        margin-left: 65px !important;
        margin-top: 10px;
    }

    ul.same-line2{
        display:flex;
        flex-direction: inline;
        margin: 0px;
        padding: 0px;
    }
    ul.same-line2 img, a{
        padding: 0px !important;
        margin: 2px !important;
        height: 100px;
        width: 100px;
    }


}






