@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Fira+Sans+Extra+Condensed:wght@100;400&family=Marcellus&family=Poppins:wght@100&family=Staatliches&display=swap');

@font-face {
    font-family: 'titulos';
    src: url("../resources/fonts/diamonds/Diamonds-Regular.otf");
}

@font-face {
    font-family: 'descripcion';
    src: url("../resources/fonts/raleway/Raleway-Regular.ttf");
}

@font-face {
    font-family: 'horario';
    src: url("../resources/fonts/nunito/Nunito-Regular.ttf");
}

@font-face {
    font-family: 'label-h';
    src: url("../resources/fonts/rio-glamour-personal-use/billy-argel_rio-glamour-personal-use/BILLY\ ARGEL\ RIO\ GLAMOUR\ PERSONAL\ USE.otf");
}

:root {
    --azul: #24b4e7;
    --verde: #b5d007;
    --rosado: #d87093;
  }

#nav {
    background-color: transparent;
    padding: 20px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    z-index: 9999;
    position: relative;
}

#nav .links {
    color: #ffffff;
    font-size: 17px;
    font-weight: 100;
    padding: 10px;
    border-radius: 20px;
    font-weight: 400;
    transition: all .3s;
}


#nav .links:hover {
    border-radius: 20px;
    transition: all .3s;
    transform: translateY(-5px);
}

#nav ul li {
    margin-right: 20px;
}

.evento {
    background-color: var(--verde);
    color: #fff !important;
}

#comerciosLink {
    background-color: var(--azul);
    border-radius: 30px;
}

.contain-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: -webkit-linear-gradient(to right, #ffffffc5, #ece9e6cc), url('../images/index/amigos.jpg');
    background: linear-gradient(to right, #ffffffca, #ece9e6d3), url('../images/index/amigos.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.comercio-id-1 a {
    color: black;
}


body {
    background: -webkit-linear-gradient(to right, #ffffffc5, #ece9e6cc), url('../images/index/amigos.jpg') !important;
    background: linear-gradient(to right, #ffffffca, #ece9e6d3), url('../images/index/amigos.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
}

.comercio-container {
    margin: auto;
}

.info-comercio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -50px;
}

h1 {
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    font-size: 100px !important;
}

h1:hover {
    cursor: default;
}

.comercio-container img {
    width: 55%;
    height: 500px;
    object-fit: contain;
}

.comercio-container p {
    width: 40%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}

.comercio-container p:hover {
    cursor: default;
}

.contacto {
    display: flex;
}

.tel-info {
    display: none;
}

/* NUEVO */
.container {
    display: flex;
    gap: 10px;
}

.card {
    background-color: #fff;
    height: 100px;
    width: 100px;
    flex: 1;
    border-radius: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.card i {
    font-size: 45px;
}

i {
    color: #fff;
}

.t {
    background-color: #007d02;
}

.f {
    background-color: #013bb9;
}

.i {
    background-color: #cc4781;
}

.c {
    background-color: #4a5da8;
}

.w {
    background-color: #00a303;
}

.card:hover {
    flex: 2;
    background-color: #b8b8b8;
}

.carousel-inner {
    max-width: 800px;
    margin: 0 auto;
}

/* NUEVO */

h4 {
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
}

.custom-carousel {
    width: 50%;
    height: 400px;
    margin: 0 auto;
}

.info-titulo {
    margin-top: 50px;
}

.horario-label {
    font-size: 40px;
}

.h-m {
    display: flex;
}

.menubtn {
    text-align: center;

}

.menu-info {
    margin-left: 0px;
    text-align: center;
}

.informacion {
    padding: 30px;
}

.carrusel {
    max-width: 500px;
    max-height: 500px;
    margin: auto;
    padding: 10px;
    margin-bottom: 40px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .btn-close {
        display: none;
    }
}


.carousel-item img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.menu-label {
    font-size: 40px;
    color: #fff;
    background-color: var(--azul);
    border-radius: 40px;
}

.horario-info {
    text-align: center;
    color: #fff;
    font-size: 17px;
    width: 80%;
    margin: auto;
    font-family: 'horario';
    padding: 20px;
}


.horario-info p a {
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.info-container h4:hover {
    cursor: default;
}

.comercio-container p:hover {
    cursor: default;
}

.label-style {
    font-weight: bold;
    font-size: 50px;
}

.label-style:hover {
    cursor: default;
}

/* GALERIA */
footer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15%;
    background-color: var(--azul);
}

footer .social_icon,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 -38px;
    flex-wrap: wrap;
}

footer .menu {
    text-align: center;
}

footer .social_icon li,
footer .menu li {
    list-style: none;
}

footer .social_icon li a {
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: .5s;
}

footer .social_icon li a:hover {
    transform: translateY(-10px);
}

footer.menu li a {
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    opacity: .75;
}

footer .menu li a:hover {
    opacity: 1;
}

footer p {
    color: #fff;
}

.links {
    color: #fff;
    margin: 10px;
    text-decoration: none;
}

.links:hover {
    color: #fff;
    margin: 10px;
    font-weight: bold;
    transition: all .2s;
}

.scroll-button {
    position: fixed;
    width: 80px;
    height: 80px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.scroll-up {
    bottom: 20px;
    right: 20px;
    background-color: var(--azul);
}

.scroll-button a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.scroll-button a svg {
    margin-bottom: -11px;
}

.scroll-button a span {
    font-weight: 900;
    margin-top: 5px;
}

.scroll-down:hover {
    background-color: #024d68;
}

.scroll-up:hover {
    background-color: #1582aa;
}

.scroll-button:hover a {
    color: inherit;
}

@media screen and (max-width: 991px) {
    .navbar-toggler {
        background-color: var(--azul) !important;
    }

    .scroll-button {
        width: 65px;
        height: 65px;
        font-size: 11px;
    }
}

@media screen and (max-width: 1038px) {
    .info-comercio {
        display: inline-block
    }

    #comercio-imagen {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #comercio-descripcion {
        width: 85%;
        margin: auto;
        margin-top: 20px;
        text-align: center;
    }

    h1 {
        font-size: 55px !important;
    }

    .h-m {
        display: inline-block;
    }

    .horario-info {
        text-align: center;
    }

    footer {
        border-radius: 0px;
        margin-top: 10px;
    }

    .links {
        display: flex;
    }

    footer p {
        text-align: center;
    }

    .card {
        height: 70px;
        width: 50px;
    }

    .card i {
        font-size: 25px;
    }
}