html,
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    padding-bottom: 50px;
}

a,
.btn-link {
    color: #006bb7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
}

.main-container {
    min-height: calc(100vh - 90px);
}

.content-shell {
    padding-top: 0;
}

.container {
    margin-top: 14vh;
}

.without-space {
    margin-top: -10vh;
}

.clickable {
    cursor: pointer;
}

.navbar {
    border-bottom: #0099ff 3px solid;
    opacity: 0.8;
}

.navbar-actions,
.navbar-social {
    align-items: center;
}

.card .card-text {
    min-height: 120px;
    overflow: auto;
}

.card .card-title {
    min-height: 60px;
    overflow: auto;
}

.jumbotron {
    opacity: 0.8;
}

.banner-principal {
    background: url("assets/img/banner_principal.png") no-repeat;
    min-height: 100vh;
    background-size: cover;
    background-attachment: fixed;
}

.not-found-banner {
    background: url("assets/img/not-found.png") no-repeat;
    min-height: 100vh;
    background-size: cover;
}

.not-found-subtitle {
    color: white;
    font-size: 30px;
    margin-left: 38%;
    margin-top: 15%;
}

.not-found-title {
    font-size: 30px;
    color: beige;
    margin-left: 38%;
}

.not-found-copy {
    color: white;
    margin-left: 39%;
    margin-top: 20%;
}

.carousel-control-clean {
    width: 7rem;
    opacity: 1;
    background: transparent !important;
    background-image: none !important;
    border: 0;
    box-shadow: none;
}

.carousel-control-clean:hover,
.carousel-control-clean:focus {
    opacity: 1;
    background: transparent !important;
    background-image: none !important;
    border: 0;
    box-shadow: none;
    outline: none;
}

.carousel-chevron {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    border-top: 0.35rem solid #fff;
    border-right: 0.35rem solid #fff;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.95)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}

.carousel-chevron-prev {
    transform: rotate(-135deg);
}

.carousel-chevron-next {
    transform: rotate(45deg);
}

.marketing .col-lg-4,
.marketing .col-lg-3 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p,
.marketing .col-lg-3 p {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: 0.25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

.ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.ratio-item {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.footer .nav-link,
.footer .link {
    color: inherit;
}

#blazor-error-ui {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 575.98px) {
    .navbar-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .navbar-social {
        justify-content: flex-end !important;
        margin-right: 0 !important;
    }

    .not-found-subtitle,
    .not-found-title,
    .not-found-copy {
        margin-left: 8%;
    }
}
