@font-face {
    font-family: myFirstFont;
    src: url(../src/font/Horizon\ Type\ -\ AcherusGrotesque-Bold.otf);
}

body {
    font-family: myFirstFont, poppins, sans-serif;
}

.custom-select {
    border: none;
    -webkit-appearance: none;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
}

.languageCheckbox {
    display: flex;
    align-items: center;
}

.m-list {
    display: none;
    flex-direction: column;
    background: white;
    border-radius: 10%;
}

.m-list>a {
    text-decoration: none;
    color: black;
    border-bottom: solid 1px black;
}


.form-group {
    display: flex;
}

.sel {
    right: 2.5%;
    z-index: 10;
    top: 10%;
    background: white;
    width: 70px;
    border-radius: 20%;
    height: 60px;
}

.array {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
}

.svg_obj {
    transform-origin: left top;
    top: 0%;
    overflow: scroll !important;
}

.svg-second {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0000008a;
    top: 0;
    left: 0;
}

.pr {
    width: 100%;
    margin-top: 10px;
}

.dis_block {
    display: block;
}


.dis_none {
    display: none;
}

.dis_flex {
    display: flex;
}

.position-fixed.vertical {
    overflow-y: auto;
}

.scroll-container {
    height: 100%;

}

.position-fixed.vertical::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.position-fixed.vertical {
    overflow-y: scroll;
}

.barline {
    width: 80%;
    display: flex;
    flex-direction: column;
}


.barline-container {
    background-color: #00000052;
    width: 10%;
    justify-content: center;
    display: flex;
}

.flags {
    display: flex;
    flex-direction: column;
    align-items: center;

}


.card-fondo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000007d;
    z-index: 3;
    position: fixed;
    display: none;
}

.card2 {
    width: 50%;
    background: #ef8050b6;
    color: white;
    font-family: myFirstFont, poppins, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text_card {
    text-align: center;
    width: 60%;
    margin: 2rem;
}

.carousel {
    width: 100%;
    margin: 3rem;
}

.fotos {
    height: 30rem
}

.carousel {
    position: relative;
    overflow: hidden;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item {
    flex: 0 0 auto;
    width: 100%;
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.prev {
    left: 10px;
    color: white;
    font-size: 30px;
}

.next {
    right: 10px;
    color: white;
    font-size: 30px;
}

.active {
    display: flex !important;
    justify-content: center;
}

.exit {
    position: absolute;
    top: 0%;
    border: none;
    color: black;
    font-weight: 700;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
}

.zoom-buttons {
    position: fixed;
    top: 10%;
    right: 2%;
    z-index: 10;
}



.button-38 {
    background-color: #FFFFFF;
    border: 0;
    border-radius: .5rem;
    box-sizing: border-box;
    color: #111827;
    font-family: "Inter var", ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none #D1D5DB solid;
    text-decoration-thickness: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-38:hover {
    background-color: rgb(249, 250, 251);
}

.button-38:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.button-38:focus-visible {
    box-shadow: none;
}


@media screen and (max-width: 1600px) {
    .fotos {
        height: 20rem;
    }

    .card-fondo {
        font-size: medium;
    }

    .text_card {
        margin: 3rem;
    }

    .carousel {
        margin: 3rem;
    }
}


@media screen and (max-width: 1100px) {
    .fotos {
        height: 10rem;
    }

    .card-fondo {
        font-size: small;
    }

    .text_card {
        margin: 2rem;
    }

    .carousel {
        margin: 2rem;
    }
}

@media screen and (max-width: 630px) {
    .fotos {
        height: 5rem;
    }

    .card-fondo {
        font-size: xx-small;
    }
}

@media screen and (max-height: 450px) {
    .fotos {
        height: 8rem;
    }

    .card-fondo {
        font-size: xx-small;
    }

    .text_card {
        margin: 1rem;
    }

    .carousel {
        margin: 1rem;
    }

    h3 {
        font-size: xx-small;
    }
}