.main-container{
    width:50%;
}

.division{
    margin: 4em 0 1em 0;
}

.division h1{
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 3em;
}

.division h2{
    font-weight: 500;
    padding: 0;
    margin: 0;
}

/* SECÇÃO GRANITOS*/

.mat-cont{
    width:100%;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: center;
    gap:1em;
}

.mat-box{
    /**/
    width: calc(100% * (1/3) - 0.8em);
}

.mat-box h3{
    text-align: center;
    font-weight: 500;
    font-size: 1.4em;
    padding:5px 0 5px 0;
    margin:0;
    width: 100%;
}

.mat-imgbox{
    width:100%;
    overflow: hidden;
}

.mat-box img{
    width: 100%;
    overflow:hidden;
    transition: 0.3s ease;
}

.separator{
    border: 0 solid;
    border-top-width: 3px;
    border-bottom-width: 0;
    border-color: #009688;
}

button {
    border: none;
    padding: 0;
    margin: 0;
    background-color: #EAEDED;
    width: 100%;
    transition: 0.3s;
}

button:hover{
    background-color: #009688;
    color: #fff;
    cursor: pointer;
}

button:hover img{
    transform: scale(1.3);
}

/* MODAL IMAGE */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 20%; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.9);
}

.modal:hover img{
    transform: scale(1);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    color:#Fff;
    font-weight:500;
    font-size:2em;
}

.modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}
  
@keyframes zoom {
from {transform:scale(0)} 
to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 15px;
    width:100%;
    height: 100%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* SECÇÃO ACABAMENTOS*/

.acabamentos{
    margin-bottom: 6em;
}

.menu-acabamentos{
    margin-top: 1em;
    display: flex;
    flex-direction: row;
    align-content:space-around;
    justify-content: center;
    gap:2em;
}

.menu-acabamentos h3{
    margin:0;
    font-weight: 500;
    font-size:2em;
    padding: 6px 10px 0 10px;
}

.menu-acabamentos button{
    width: calc(100% *(1/5));
    background-color: #fff;
    border: #009688;
    border-style: solid;
    border-width: 3px;
    height:50px;
    width:160px;
}

.menu-acabamentos button:hover{
    background-color: #009688;
    color: #fff;
} 


.picker .menu-acabamentos .active{
    background-color: #009688;
    color: #fff;
} 

.picker{
    display: flex;
    flex-direction: row;
    align-content:space-around;
    justify-content: center;
    align-items: center;
}

.image-changer{
    display: flex;
    flex-direction: row;
    align-content:space-around;
    justify-content: center;
    align-items: center;
}

.image-changer img{
    width:70%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
}

/**/
