*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat";
}

body{
    background-color: #232323;

}





.dois-sec{

    
    justify-content: center;
    align-items: center;
    

}

.dois-sec .dois{

    color: white;
    margin-top: 40px;
    margin-right: 40px;
    margin-left: 40px;
   

}

.dois-sec .dois h2{

    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    

}

.dois-sec .dois p{
    text-align: center;
}





.info-icons {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.icon-item {
    text-align: center;
}
.icon-item i {
    font-size: 2em;
    color: #ffffff;
    margin-bottom: 10px;
}
.icon-item span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ffffff;
}
.icon-item p {
    margin: 0;
    color: #ffffff;
}




.icone-voltar {
    position: absolute;
    color: #ffffff;
    font-size: 30px;
    top: 10px;
    left: 20px;
    transition: transform 0.3s ease;
    z-index: 2;
}

.icone-voltar:hover {
    transform: scale(1.2);
}


.tres-sec .line{

    width: 80%;
    border-top: 1px solid #7a7a7a;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;

}


.tres-sec .tres{

    display: flex;
    color: white;
    justify-content: space-between;;
    margin-left: 10%;
    margin-right: 10%;

}

@font-face {
    font-family: "Kelso W00 Bold";
    src: url("/font/Kelso W00 Bold.ttf");
}

.tres-sec .tres h1{

    font-family: "Kelso W00 Bold";
    font-size: 45px;

}






























.quatro-sec{

    display: flex;
    justify-content: center;
    margin-top: 20px;
}





/* carrocel */
.quatro-sec .quatro-1{

    display: flex;
    flex-direction: column;
    width: 12%;
    height: 700px;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}



.quatro-sec .quatro-1 img{

    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;

}




/* imagem principal */
.quatro-2{

    background-image: url(/images/projetos-casas/1/1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 64%;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    border-radius: 10px;
}

/* icone setinhas */
.quatro-2 .icone{
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: white;
    font-size: 40px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.863);
}

.quatro-2 .icone i{
    transition: transform 0.3s ease;
}

.quatro-2 .icone i:hover, .quatro-2 .icone i:active{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.quatro-2 .icone i:active{
    transform: scale(0.9);
    transition: transform 0.1s ease;
}


/* icone tela-cheia */
.quatro-2 .icone-tela-cheia{

    color: white;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
    top: 670px;
    right: 12%;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.863);

}


#icone-tela-cheia-sair{

    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;

}

.quatro-2 .icone-tela-cheia i{

    transition: transform 0.3s ease;
}

.quatro-2 .icone-tela-cheia i:hover, .quatro-2 .icone-tela-cheia i:active{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.quatro-2 .icone-tela-cheia i:active{
    transform: scale(0.9);
    transition: transform 0.1s ease;
}



/* icone de voltar */
.quatro-icone-voltar{

    color: white;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 97%;
}


.quatro-icone-voltar i{

    
    text-decoration: none;
    color: white;
    transition: transform 0.3s ease;
}

.quatro-icone-voltar i:hover, .quatro-icone-voltar i:active{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

.quatro-icone-voltar i:active{
    transform: scale(0.9);
    transition: transform 0.1s ease;
}





/* MOBILE */

#quatro-sec-mobile{

    flex-direction: column;
    align-items: center;

}


/* imagem principal */
#quatro-sec-mobile .quatro-2{

    margin-left: 0px;
    width: 98%;
    height: 400px;

}


/* carrocel */
#quatro-sec-mobile .quatro-1{

    flex-direction: row;
    width: 98%;
    height: 130px;
    margin-top: 10px;
}

#quatro-sec-mobile .quatro-1 img{

    margin-bottom: 0px;
    margin-right: 10px;

}




#icone-tela-cheia-sair-mobile{

    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;

}




