/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2026 | 17:55:20 */
.page-template-plantilla-home .main-page-wrapper, .woodmart-archive-shop .main-page-wrapper{
	padding: 0px;
}

.page-template-plantilla-home .main-page-wrapper > .container, .woodmart-archive-shop .main-page-wrapper > .container{
	padding: 0px;
	margin: 0px;
	max-width: 100%;
}

.wd-shop-tools{
	display: none;
}




*{
    font-family: Montserrat;
}

.home-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #3A3A3A;
    font-size: 50px;
	width: 100%;
}

.home-title span{
    color: #7EBB00;
    font-weight: 800;
}

.title-description{
    color: #3A3A3A;
    font-size: 20px;
    margin-bottom: 50px;
	width: 100%;
}

.home-filtro{
    padding: 22px;
    background: white;
    border-radius: 15px;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.filtro_comuna {
    padding: 0px 30px;
    height: fit-content;
}

.filtro_comuna:nth-child(2n){
    border-left: 1px solid #A7A3A3;
    border-right: 1px solid #A7A3A3;
    color: #3A3A3A;
}

.filtro_select {
    width: fit-content;
    padding-right: 35px !important;
    border: none;
    font-weight: 500;
    color: #3a3a3a;
    font-size: 15px;
}

.filtro_title{
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 18px;
    color: #3A3A3A;
}

.filtro_button{
    display: flex;
    align-items: center;
}

.filtro_button a{
    background-color: #7EBB00;
    height: fit-content;
    padding: 13px;
    border-radius: 8px;
    display: flex;
}

.filtro_button img{
    font-size: 20px;
}

.fluid_home{
    background-image: url(https://www.viveactiva.cl/wp-content/uploads/2023/10/fondo_home.png);
    background-position: top 0px right 0px;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 0px;
}

.fondo_blanco{
    background-color: rgba(248, 248, 248, 0.9);
    padding: 70px 0px;
	margin-bottom: 100px;
}





.row-vive{
    padding: 70px 0px;
}

.h2{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 4px;
}

.h2_description-home{
    display: flex;
    gap: 2px;
    justify-content: center;
    margin-bottom: 44px;
}

.h2-edificio{
    margin-bottom: 44px;
}

.depto{
    display: flex;
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 24px;
}

.depto_img{
    width: 50%;
}

.depto_img img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.depto_content{
    width: 50%;
    padding: 16px 24px;
    background: #F2F2F2;
}

.depto_content h3{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 14px;
}


.ver-mas{
	float: right;
	text-decoration: underline;
	font-weight: 700;align-content;
	font-size: 17px;
	color: #242424;
}

.ver-mas:hover{
	color: rgb(127,188,3);
	text-decoration: underline;
}

.ver-mas img{
	margin-left: 3px
}

@media (max-width: 992px){

    .home-filtro{
        flex-direction: column;
    }
    
    .filtro_comuna{
        padding: 28px 0px;
    } 

    .filtro_comuna:first-child{
        padding-top: 0px;
    }

    .filtro_comuna:nth-child(2n){
        border: none;
        border-top: 1px solid #A7A3A3;
        border-bottom: 1px solid #A7A3A3;
    }

    .filtro_button a{
        padding: 13px 50px;
        margin: auto;
        margin-top: 15px;
        
    }


}
html {
  scroll-behavior: smooth;
}