@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');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500&family=Contrail+One&family=Fira+Sans+Extra+Condensed:wght@100;400&family=Fredoka:wght@300&family=Marcellus&family=Poppins:wght@100&family=Roboto:wght@300;700&family=Staatliches&display=swap');

@font-face {
    font-family: 'evento';
    src: url("../resources/fonts/aracnoide-font/Aracnoide-oPdV.ttf");
}

@font-face {
    font-family: 'boton';
    src: url("../resources/fonts/nunito/Nunito-Black.ttf");
}

:root {
    --azul: #24b4e7;
    --verde: #b5d007;
    --rosado: #d87093;
  }


/* ---HEADER--- */
#nav {
    background-color: transparent;
    padding: 20px;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    z-index: 9999;
    position: relative;
}

#nav .links {
    color: var(--azul);
    font-size: 17px;
    font-weight: 100;
    padding: 10px;
    border-radius: 20px;
    font-weight: 400;
    transition: all .3s;
}

#nav .links:hover {
    border-radius: 20px;
    color: var(--verde);
    transition: all .3s;
    transform: translateY(-5px);
}

#nav ul li {
    margin-right: 20px;
}

.evento {
    background-color: var(--azul);
    border-radius: 100px !important;
    color: #fff !important;
}

header {
    height: 100vh;
    background-size: cover;
}

.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;
}

.contain-header .sec {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.contain-header .sec.sec1 {
    background: var(--rosado);
    clip-path: circle(100px at 0 0);
}

.contain-header .sec.sec2 {
    background: #fff056;
    clip-path: circle(100px at 100% 100%);
}

.slogan h1 {
    width: 100%;
    text-align: center;
    font-size: 8em;
    cursor: default;
    z-index: 1;
    position: relative;
    margin-top: 180px;
    font-weight: 900;
}

.slogan h1 span {
    transition: color .5s ease;
}

.btn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cssbuttons-io-button {
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 22px;
    font-weight: 900;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    width: 100%;
    font-family: 'boton';
}

.paseo {
    border-radius: 0px 10px 10px 0px;
    background: var(--azul);
}

.cine {
    border-radius: 10px 0px 0px 10px;
    background: #ff6f00;
}


.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
}

.cssbuttons-io-button .ipaseo svg {
    color: var(--azul);
}

.cssbuttons-io-button .icine svg {
    color: #ff6f00;
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}

/* ---MAIN--- */
.sobre-nosotros {
    margin-top: 35%;
    position: relative;
    cursor: default;
}

.sobre-nosotros h5 {
    text-align: center;
    font-size: 6em;
    color: #ffffff;
    font-weight: 900;
}

.sobre-nosotros p {
    width: 60%;
    font-size: 2em;
    text-align: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    margin-top: 10px;
    font-family: 'Fredoka', sans-serif;
}

/* COMERCIOS1 */
.comercios {
    position: relative;
    margin-top: 20%;
}

.flex-padre {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.card-container {
    display: flex;
}

.comercios h5 {
    font-size: 6em;
    text-align: center;
    color: #fff056;
    font-weight: 900;
    cursor: default;
}

.comercios p {
    text-align: center;
    color: var(--azul);
    font-weight: 400;
    font-size: 20px;
    cursor: default;
}

.comercios a {
    text-decoration: none;
}

.categories h6 {
    margin-top: 50px;
    text-align: center;
    font-size: 2.2em;
    font-weight: 900;
    color: #808080;
}

.position {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.article-wrapper {
    width: 250px;
    -webkit-transition: 0.15s all ease-in-out;
    transition: 0.15s all ease-in-out;
    border-radius: 10px;
    padding: 5px;
    border: 3px solid #000000;
    cursor: pointer;
    background-color: white;
    margin: 10px;
}

.educacion .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #4e84ff, 20px 20px 0 #4444bd;
    box-shadow: 10px 10px 0 #4e84ff, 20px 20px 0 #4444bd;
    border-color: #0578c5;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.gastronomia .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #ffff00, 20px 20px 0 #aca31d;
    box-shadow: 10px 10px 0 #ffff00, 20px 20px 0 #aca31d;
    border-color: #aca31d;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.entretenimiento .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #ff0000, 20px 20px 0 #7f0303;
    box-shadow: 10px 10px 0 #ff0000, 20px 20px 0 #7f0303;
    border-color: #7f0303;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.salud .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #228b22, 20px 20px 0 #015501;
    box-shadow: 10px 10px 0 #228b22, 20px 20px 0 #015501;
    border-color: #015501;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.seguridad .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #0431c6, 20px 20px 0 #060673;
    box-shadow: 10px 10px 0 #0431c6, 20px 20px 0 #060673;
    border-color: #060673;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.belleza .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #3d3d3d, 20px 20px 0 #000000;
    box-shadow: 10px 10px 0 #3d3d3d, 20px 20px 0 #000000;
    border-color: #000000;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.arte .article-wrapper:hover {
    -webkit-box-shadow: 10px 10px 0 #00ff95, 20px 20px 0 #00af66;
    box-shadow: 10px 10px 0 #00ff95, 20px 20px 0 #00af66;
    border-color: #00af66;
    -webkit-transform: translate(-1px, -1px);
    -ms-transform: translate(-1px, -1px);
    transform: translate(-1px, -1px);
}

.article-wrapper:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.types {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: flex-start;
}

.rounded-lg {
    /* class tailwind */
    border-radius: 10px;
}

.article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #a6c2f0;
}

.entretenimiento .article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ff0000;
}

.gastronomia .article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffff00;
}

.salud .article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #228b22;
}

.seguridad .article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #0431c6;
}

.belleza .article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #b5d007;
}

.arte .article-wrapper:hover .project-hover {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #00ff95;
}

.project-info {
    padding-top: 20px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.project-title {
    font-size: 1.2em;
    margin: 0;
    font-weight: 600;
    /* depend de la font */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

.flex-pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-type {
    background: #b2b2fd;
    color: #1a41cd;
    font-weight: bold;
    padding: 0.3em 0.7em;
    border-radius: 15px;
    font-size: 12px;
    letter-spacing: -0.6px
}

.project-hover {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-project {
    width: 100%;
    height: 170px;
}

.container-project img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 170px;
    border-radius: 10px;
}

/* TERMINA COMERCIOS */

#carrousel {
    margin-top: 15%;
}

#carrousel::-webkit-scrollbar {
    background-color: #D8D8D8;
}

#carrousel::-webkit-scrollbar-thumb {
    background-color: var(--azul);
    border-radius: 20px;
}

.img-container {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.img-container>div {
    flex: 0 0 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

/* GALERIA, CARRUSEL */
#carrousel div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.img-container div:nth-child(1) {
    background-color: var(--azul);
    border-radius: 40px;
}

.img-container div:nth-child(2) {
    background-color: #e53c74;
    border-radius: 40px;
}

.img-container div:nth-child(3) {
    border-radius: 20px;
    background-color: var(--verde);
    border-radius: 40px;
}

.pages {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.pages>a {
    color: #ffffff;
    text-decoration: none;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 18px !important;
    background-color: #d87093;
}

.pages>a:hover {
    background-color: #24b4e7;
    color: #fff;
    transition: all .3s ease-in-out;
}

/* EVENTOS */

.eventos {
    position: relative;
    text-align: center;
    margin-top: 25%;
}

.eventos h5 {
    font-size: 6em;
    color: #fff;
    font-weight: 900;
    cursor: default;
}

.eventos h6 {
    font-size: 3em;
    color: #ffffff;
    font-weight: 900;
    cursor: default;
}

/* EVENTO EN SÍ */
.titulo-evento {
    position: relative;
    height: 40em;
    display: flex;
    justify-content: center;
    background-image: url('https://files.worldwildlife.org/wwfcmsprod/images/Kung_Fu_Panda_4_Title_2/hero_small/38qupi0bzf_kungfupanda4_titlecard2.jpg') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: contain;
}

.descripcion-evento {
    color: #fff;
    font-family: 'evento';
    font-size: 30px;
}

.titulo-evento h6 {
    position: absolute;
    font-size: 3em;
    color: #ffffff;
    font-weight: 900;
    cursor: default;
}

.titulo-evento .titulo {
    font-size: 4em;
    font-weight: 9000;
    top: 40px;
    font-family: 'evento';

}

.eventos a {
    top: -15px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    bottom: 0;
    color: #ff0000;
    font-weight: bold;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    transition: all .3s ease-out;
}

.eventos a:hover {
    background-color: rgb(0, 0, 0);
    color: #fefefe;
    transition: all .3s ease-out;
}


/* Estilos CSS para la flecha SUBIR Y BAJAR*/
.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: #d87093;
}

.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: #a1264f;
}

.scroll-button:hover a {
    color: inherit;
}

/* COMERCIOS PARA PC */

.contacto {
    position: relative;
    text-align: center;
    margin-top: 5%;
}

.contacto h5 {
    font-size: 6em;
    color: #ffffff;
    font-weight: 900;
    cursor: default;
}

.cardContact {
    width: 80%;
    height: 400px;
    background: var(--rosado);
    transition: 1s ease-in-out;
    clip-path: polygon(30px 0%, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0% 30px);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.cardContact span {
    font-weight: bold;
    color: white;
    text-align: center;
    display: block;
    font-size: 2em;
}

.cardContact .info {
    font-family: 'boton';
    font-weight: 100;
    color: white;
    display: block;
    text-align: center;
    font-size: 1em;
    margin: 1em;
}

.cardContact .img {
    width: 8.8em;
    height: 6.9em;
    background: white;
    margin: auto;
}

.cardContact .img img {
    object-fit: cover;
}

.cardContact .share {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    gap: 1em;
    padding: 20px;
}

.cardContact a {
    color: #ffffff;
    text-decoration: none;
}


/* Estilos del footer */
footer {
    position: relative;
    width: 100%;
    background: var(--azul);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 15%;
}

footer .social_icon,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0 -38px;
    flex-wrap: wrap;
}

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;
}

.fa-facebook {
    border-radius: 20px;
}

.fa-instagram {
    border-radius: 20px;
}



@media screen and (max-width: 1000px) {
    .cssbuttons-io-button {
        border-radius: 10px;
        margin-top: 12px;
    }
}


/* MEDIAQUERY RESPONSIVE */
@media screen and (max-width: 767px) {
    .titulo-evento {
        background-image: url('https://plcw.tmsimg.com/assets/p25399831_v_v12_aa.jpg');
        background-attachment: local;
    }

    .titulo {
        display: none;
    }

    .descripcion-evento {
        display: none;
    }

    .slogan h1 {
        font-size: 4em;
    }


    .navbar-collapse {
        background-color: white;
        border-radius: 10px;
    }

    #nav .links {
        color: #000000;
    }

    .sobre-nosotros h5 {
        font-size: 3em;
    }

    .sobre-nosotros p {
        font-size: 1.5em;
        width: 80%;
    }

    .comercios h5 {
        font-size: 3.5em;
    }

    .eventos {
        margin-top: 1100px;
    }

    .eventos h5 {
        font-size: 4em;
    }

    footer {
        border-radius: 0px;
        margin-top: 10px;
    }

    .links {
        display: flex;
    }

    footer p {
        text-align: center;
    }

    .contacto h5 {
        font-size: 4em;
    }

    .scroll-button {
        width: 65px;
        height: 65px;
        font-size: 11px;
    }
}

@media screen and (max-width: 400px) {
    .slogan .button-slogan a {
        margin-top: 5%;
        font-size: 12px;
    }
}

@media screen and (max-width: 290px) {
    h5 {
        font-size: 2.5em !important;
    }

    .contacto h5 {
        font-size: 2.3em !important;
    }

    h6 {
        font-size: 1.5em !important;
    }
}

.loading-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.943);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--azul);
  }
  
  .spinner {
    border: 5px solid var(--azul);
    border-top: 5px solid var(--rosado);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 10px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  