body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    background-color: #cece00;
}

.contact-container {
    height: 60vh;
    min-height: 578px;
}

.container-two {

}

.contact-container {
    background-image: url('img/nice-alupvc-bg-1.jpg');
    background-size: cover;
    background-position: top right;    
}

.sliders-inner-container,
.sliders-inner-container img {
    min-height: 426px;
}

.container-two {
    background-color: #cece00;
}

.image-single {
    background-size: cover;
    height: 426px;
}

.disponible-container h3 {
    margin: 0;
    padding: 5px 0;
}

.disponible-container h3 {
    margin: 0;
    padding: 13px 0 13px 90px;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #3c3c3b;
}

.contact-container .row {
    padding: 140px 0 0 70px;
}

.contact {
    margin: 60px 0 0 0;
}

.contact > * {
    margin: 0;
    padding: 0;
    color: #ffffff;
    margin: 5px 0;
}


.contact h2 {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #cece00;
}

.contact h3 { 
    font-size: 12px;  
    text-transform: uppercase;  
    letter-spacing: 0.2em;
}

.contact h4 {   
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.contact p {
    
}

.contact a {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.contact a:hover {
    text-decoration: none;
    color: #cfce00;
}

.footer-information p {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 5px;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    color: #3c3c3b;
}

.footer-information p a {
    color: #3c3c3b;
}

.contact-content-holder {
    min-width: 300px;
}

.contact {
    background-color: rgba(60, 60, 60, 0.79);
    padding: 10px;
}

@media (max-width: 991px) {


}

@media (max-width: 767px) {

    .contact-container {
        height: auto;
    }

    .contact-container .row {
        padding: 25px;
    }

    .contact-content-holder {
        margin: 8px 0;
    }

    .contact {
        margin: 10px 0 0 0;
    }

    .contact-container > .row {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .image-container img {
        margin: 0 auto;
    }

    .image-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .disponible-container h3 {
        padding-left: 0;
        text-align: center;
    }

}

@media (max-width: 475px) {

}