body {
    font-family: 'Open Sans', sans-serif !important;
}

.bg-header {
    background: black;
}

.bg-gallery {
    background-image: url('/jordipintor/portfolio-bg-2.jpg');
    background-size: contain;
}

.bg-form {
    background-image: url('/jordipintor/parallax.jpg');
    background-size: cover;
    background-position: center;
}

.bg-footer {
    background-color: black;
}

.hr-orange {
    background-color: #F95B36;
    width: 80px;
    height: 3px;
    opacity: 1;
    border-color: #F95B36;
}

.input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
}

.textarea {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

.btn-form {
    color: white !important;
    text-transform: uppercase !important;
    background-color: #f04124 !important;
    border-radius: 5px !important;
    font-weight: bold !important;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.btn-form:hover {
    cursor: pointer !important;
    background-color: #cf2a0e !important;
}

.border-select {
    border-color: green !important;
    border-width: 2px !important;
    border-style: solid !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.gallery img {
    object-fit: cover;
    max-height: 350px;
}

.img-carousel {
    max-height: 416px;
    min-height: 416px;
    object-fit: cover;
}

.img-modal {
    max-height: 766px;
    min-height: 766px;
    object-fit: cover;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.whatsapp-button i {
    font-size: 30px;
}

@media only screen and (max-width: 768px) {
    .img-carousel {
        max-height: 140px;
        min-height: 140px;
    }

    .img-modal {
        max-height: 310px;
        min-height: 310px;
    }

    .carousel-item{
        min-height: 328px;
    }
}