/*All pages*/

header {
    padding-top: 20px;
}

p {
    font-family: system-ui, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 16pt;
}

.search-result-card {
    border-width: 2px;
    border-radius: 10px;
    border-color: gray;
    width: 200px;
    background-color: black;
    color: white;
    height: 90px;
    padding: 0px;
}

.search-result-card:hover {
    opacity: 0.8;
}

/* Home Page */
.transparent-bg{
    background-color: black;
    opacity: 0.4;
    border-radius: 10px;
}

/* .title {
    font-family: system-ui, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
} */
a[name="title"] {
    font-family: system-ui, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

.container-carrusel {
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.img-carrusel { 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    /* max-width: 1100px; */
}

.card-container {
    max-width: 1100px;
}
.home-card {
    color: white;
    margin: auto;
    min-height: 450px;
}
.home-card img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (max-width: 1024px) {
    .container-carrusel {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .container-carrusel {
        width: 100%;
        height: 400px;
    }

    table {
        width: 769px !important;
    }
}

/* Navbar */
#desktop-search {
    max-width: 50%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* Go to top button */
.up-button {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 1000;
}

.up-button a {
    color: white;
    border-width: 0;
}

/* Regulators images */
.regulator-img {
    max-height: 200px;
}