/** ERROR PAG **/

.error #page {
    margin-top: -101px;
}

.error .main {
    position: relative;
}

#main .container-fluid.banner {
    padding: 0;
}

.error #page .banner-image-group picture {
    height: 140px;
}

.error #page .banner-image-group:after {
    height: 140px;
}

.error #error-alterno{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 60px;
}
    
.error #error-alterno.container_alternative .contentalternative {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 40px;
    width: 1026px;
    height: 426px;
    border-radius: 20px;
    background-color: #f0f8ff00;
    margin: 100px auto;
    padding: 0;
    width: 100%;
    max-width: 1146px;
}

.error #error-alterno.container_alternative .contentalternative  .media{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
    background-image: none;
}

.error #error-alterno.container_alternative .contentalternative  img {
    width: 536px;
    height: 537px;
    object-fit: contain;
    border-radius: 20px;
}

.error #error-alterno.container_alternative .contentalternative .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
}

.error #error-alterno.container_alternative .contentalternative .content .content-box {
    display: flex;
    flex-flow: column;
}


.error #error-alterno.container_alternative .contentalternative .description h2{
    max-width: 600px;
    font-family: SpaceGrotesk;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0px;
    text-align: left;
}

.error #error-alterno.container_alternative .contentalternative .description{
    display: flex;
    flex-flow: column;
    gap: 32px;
}

@media only screen and (max-width: 1100px){
    .error .container-fluid.banner {
        padding: 0;
        height: 100px;
    }
    .error .container-fluid.banner .banner-image {
        height: 100px;
    }
    .error .container-fluid.banner .banner-image .banner-image-group {
        height: 100px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        margin-bottom: 0;
    }
    .error #page .banner-image-group picture {
        height: 100px;
    }
    .error #page .banner-image-group:after {
        height: 100px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    
    .error #error-alterno.container_alternative .contentalternative{
        flex-flow: column;
        height: auto;
        gap: 32px;
        margin: 48px auto;
        text-align: center;
    }
    
    .error #error-alterno.container_alternative .contentalternative img{
        max-width: 536px;
        width: 100%;
        height: auto;
    }
    
    .error #error-alterno.container_alternative .contentalternative .description {
        display: flex;
        flex-flow: column;
        gap: 0;
    }
    
    .error #error-alterno.container_alternative .contentalternative .description h2{
        text-align: center;
        font-family: SpaceGrotesk;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 32px;
    }
    
    .error #error-alterno.container_alternative .contentalternative .description .btn-container{
        margin: 0 auto;
    }
}
