.gradient{
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) , rgba(0,0,0,.7));
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #946961;
    border-color: #946961;
}
.page-item a{
    color: #946961;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #946961;
}

.bg-default-color{
    background-color: #946961;
}
.carousel-item {
    position: relative;
    top: 0;
    left: 0;
    height: calc(100vh - 133px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.practice{
    margin-top: 32px;
}

/*.practice:hover .main-button-rectangle{*/
/*    display: block;*/
/*}*/

.main-button-rectangle{

    display: none;
    border: none;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;
    background-color: #946961;
    color: #ffffff;
    margin-top: 16px;
}

.main-button-rectangle a:hover{
    text-decoration: none;
}

.main-button {
    display: block;
    height: 48px;
    max-width:289px;
    max-height: 48px;
    box-sizing: border-box;
    margin: auto;
    line-height: 48px;
    font-size: 14px;
    border-radius: 24px;
    background-color: #946961;
    color: #ffffff;
}

.main-button:hover {
    transition: .2s;
    color: white;
    text-decoration: none;
}


.footer {
    padding: 8vh 10vw 2vh;
    background-color: #63442b;
    background-image: url(../images/bg-footer.png);
    min-height: 377px;
}

.footer-nav{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.footer-nav:hover{
    text-decoration: none;
    color: #946961;
    transition: .2s;
}

.social-media{
    max-width: 32px;
    max-height: 32px;
    margin-top: 16px;
}
.card-custom{
    margin-top: 40px;
    display: flex;
    max-height: 444px;
    max-width: 1200px;
    box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.16);
    border-radius: 16px;
}

.card-image-custom{
    height: 444px;
    width: 55%;
}
.card-odd{
    flex-flow: row-reverse;
}
.card-image-even{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.card-image-odd{
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.card-content-custom{
    padding: 40px;
    text-align: left;
    width: 100%;
}
.card-content-title{
    color: rgba(0, 0, 0, 0.85);
    font-size:1.5rem;
    font-weight: 600;
}
.card-content-title a{
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}
.card-content-title a:hover{
    transition: .2s;
    color: #946961;
}
.card-content-desc{
    width: 100%;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    height: 180px;
    text-overflow:ellipsis ;
    overflow-y: hidden;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;

}
.card-action {
    margin: auto;
    margin-top: 16px;
    text-align: center;
}

.default-title-32{
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}
.default-title-24{
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    display: inline-block;
}
.team:hover a{
    color: #946961;
    text-decoration: none;
}
.default-paragraph{
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    text-align: justify;
}
.error-text{
    color: #e02020;
}

.success-text{
    color: #00b35e;
}

.form-custom input,
.form-custom textarea{
    border-radius: 12px;
    font-size: 16px;
    color: rgba(0,0,0,.8);
    min-height: 48px;
}

#submit-button{
    display: block;
    height: 48px;
    width: 100%;
    max-height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    font-size: 14px;
    border-radius: 24px;
    background-color: #946961;
    color: #ffffff;
    border: none;
}

#banner-static{
    position: relative;
}

#banner-static div{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 40px;
    color: white;
    background-color: rgba(0,0,0,.3)
}

#banner-static img{
    object-fit: cover;
    width: 100%;
    max-height: 90vh;
    position: relative;
}

@media (max-width: 768px) {
     #banner-static{
        object-fit: contain;
        height: 100%;
        width: 100%;
        position:relative;
    }
    
    #banner-static div{
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 32px;
        color: white;
        background-color: rgba(0,0,0,.3)
    }

    .card-custom{
        min-width: 314px;
        flex-direction: column;
        height: auto;
        max-height: none;
        padding-bottom: 1.5rem;
    }

    .card-image-custom{
        display: none;
        height: 144px;
        max-height: 144px;
        width: 100%;
    }

    .card-image-even{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-left-radius: 0;
    }
    .card-action{
        width: 100%;
    }
    .card-image-odd{
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        border-bottom-right-radius: 0;
    }

    .card-content-custom{
        width: auto;
        padding: 0;
        margin-top: 16px;
        margin-left: 16px;
        margin-right: 16px;;
        height: auto;
    }
    .card-content-desc{
        max-height: 144px;
    }
    .footer{
        padding: 32px 16px;
    }
    .default-title-32{
        text-align: left;
        font-size: 24px;
    }
}
