.home-banner{
    background-image: url(../../images/landing/home/silieri-home-banner01.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;    
    height: 100%;
    border-radius: 0;
    max-width:100%;
}

/* MAIN SECTION */
.welcome-title-header{
    color: var(--secondaryColor);
}

.welcome-message{
    color:var(--welcomeMessage);
}

.center-justified{
  text-align: justify;
  margin: 0 auto;
  width: 100%;
}

.welcome-title-card {
    font-size: var(--sizeSecondaryTitles);
    font-family: 'Gotham-bold';
}

.welcome-text-card{
    font-size: var(--sizeSimpleText);
}

.main-image{
    width: 100%;
}

.welcome-hr{
    width:50% !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    border: 1px solid;
    color: var(--secondaryColor);
}

.vr{
    width:1px;
    height:7em;
    background-color: var(--secondaryColor);
    position:absolute;
    margin-left:80%;
}

.link-main{
    color: var(--secondaryColor);
    font-weight: bold;
    position: relative;
    display: block;
}

a.link-main:hover {
    color: var(--primaryColor);
    font-family: 'Gotham-bold';
}
#title-muebles{
    font-family: 'Gotham-bold';
}
/* MUEBLES SECTION */
.muebles-hr{
    border: .5px solid;
    color: var(--secondaryColor);
}

.muebles-image{
    height: 85%;
}

#btn-conoce-mas-2{
    display: none;
}

/* TESTIMONIALS SECTION */
.vr-testimonios{
    width: 1px;
    height: 13em;
    background-color: var(--secondaryColor);
    position: absolute;
    margin-left: 80%;
}

.testimonials-image{
    width: 100%;
}

.text-testimonials{
    font-size: var(--sizeSecondaryTitles);
}

#imagen-testimonios-2{
    display: none;
}
#title-testimonios{
    font-family: 'Gotham-Bold';
}
.footerqut{
    color: var(--secondaryColor);
}
#testimonios{
    margin-bottom: 60px;
}