* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: public-sans-b;
    src: url("/src/assets/fonts/PublicSans-Bold.ttf");
}

@font-face {
    font-family: public-sans-r;
    src: url("/src/assets/fonts/PublicSans-Regular.ttf");
}

@media (width < 700px) {
    .banner-desktop {
        display: none;
    }

    .banner {
        width: 100%;
        height: 450px;
    }

    .logo {
        width: 150px;
        margin: 8px 0px 8px 20px;
    }

    .login-link {
        text-decoration: none;
        margin: auto 20px auto 0px;
        color: #fff;
        cursor: pointer;
    }

    .text-banner h3 {
        text-align: center;
        text-wrap: balance;
        font-size: 40px;
        color: #fff;
        margin-bottom: 40px;
    }
}

@media (width >= 700px) {
    .banner-mobile {
        display: none;
    }

    .banner {
        width: 100%;
        height: 500px;
    }

    .logo {
        width: 150px;
        margin: 8px 0px 8px 70px;
    }

    .login-link {
        text-decoration: none;
        margin: auto 70px auto 0px;
        color: #fff;
        cursor: pointer;
    }

    .text-banner h3 {
        text-align: center;
        text-wrap: balance;
        font-size: 65px;
        color: #fff;
        margin-bottom: 40px;
    }
}

.login-link,
h3,
h1,
h4, .subtitle {
    font-family: public-sans-b;
}

.subtitle {
    text-align: center;
    font-size: large;
}

h5,
.info-text {
    font-family: public-sans-r;
    font-weight: 300;
}

header {
    background-color: #212529;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.container-banner {
    position: relative;
}

.text-banner {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-banner a {
    text-decoration: none;
    margin: auto;
    padding: 14px 36px 14px 36px;
    font-size: large;
    color: #fff;
    background-color: #FBB316;
    border-radius: 10px;
    font-family: public-sans-b;
    border: none;
    &:hover {
        background-color: #fbb216d2;
    }
}

.title {
    text-align: center;
    margin: 35px auto 30px auto;
    color: #3CAB9D;
    font-size: xx-large;
}
.info-text {
    text-align: center;
    font-size: medium;
}

.container-video {
    display: flex;
    margin-bottom: 3em;
}

.iframe-video {
    margin: 40px auto;
    width: 75%;
    aspect-ratio: 16/9;
}

.info-text {
    text-wrap: balance;
    margin-left: 35px;
    margin-right: 35px;
}

span {
    display: block;
}

.container-img-come {
    display: flex;
    margin: 3.4em;
}

.container-img-come img {
    margin: auto;
    max-width: 240px;
}

.container-contact {
    text-align: center;
    width: 100%;
}

.section-contact {
    width: 100%;
}

.container-contact div h4 {
    margin-bottom: 2em;
    font-size: large;
}

.container-contact div p {
    margin-bottom: 1.5em;
    font-family: public-sans-r;
    font-size: medium;
    font-weight: 500;
}

.section-contact h4 {
    font-size: large;
    text-align: center;
    margin-bottom: 3.5em;
 }

.container-list {
    display: flex;
}

ul {
    margin: 0 auto;
}

.container-disclaimer p {
    font-size: small;
    color: #B4B3B3;
}

.container-disclaimer {
    width: 80%;
    margin: 2em auto;
}

footer {
    padding: 1em;
    background-color: #212529;
    text-align: center;
}

footer .logo-footer {
    width: 80px;
}

footer .links a {
    font-family: public-sans-b;
    text-align: center;
    text-wrap: nowrap;
    text-decoration: none;
    color: #fff;
    margin: 1em;
}

footer .container-copy {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .container-copy p {
    margin: 0;
    color: #fff;
    font-size: small;
}

.t-star {
    margin: auto;
}

.custom-slick-card-color {
    color: #0f9cc4;
}

.section-slider {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1375px) {
    .card-font-content {
        font-size: 1rem !important;
    }
}

@media (width < 766px) and (width > 500px) {
    .slick-card {
        min-height: 420px !important;
        text-align: center;
        background: #f6fbfd;
        box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
        border: 2px solid #0f9cc4;
    }
    .slick-track, .slick-list {
        max-height: 460px !important;
    }
}

@media (width >= 766px) {
    .slick-card {
        padding-bottom: 15px;
        min-height: 310px !important;
        background: #f6fbfd;
        box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
        border: 2px solid #0f9cc4;
    }
    .slick-track, .slick-list {
        min-height: 320px !important;
    }
}

@media (width <= 500px) and (width > 377px) {
    .slick-card {
        padding-bottom: 25px;
        text-align: center;
        background: #f6fbfd;
        box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
        border: 2px solid #0f9cc4;
    }

    .slick-track, .slick-list {
        max-height: 310px !important;
    }

}

@media (width <= 377px) {
    .slick-card {
        padding-bottom: 25px;
        text-align: center;
        background: #f6fbfd;
        box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
        border: 2px solid #0f9cc4;
    }

    .slick-track, .slick-list {
        max-height: 390px !important;
    }
}

.container-barra {
    display: flex;
}

.barra {
    width: 28%;
    aspect-ratio: 397/8;
    margin: 0 auto;
}

.slick-dots {
    position: initial !important;
}

span#label-brand, span#company-address {
    display: inline;
}