/*{
    border:solid 1px #f99ef9;
} */
body {
    background-color: #f8f9fa;
    position: relative;
}


/*MENU*/
.navbar {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 1.5rem !important;
    opacity: 100% !important;
    font-weight: 900 !important;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.navbar a {
    color: black;
}

.navbar a:hover {
    color: #f93cc0 !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.5rem #f93cc0;
}

.logo {
    margin-right: 1.5rem;
    margin-left: 1rem;
}

.container_rrss {
    display: flex;
    margin-right: 1rem;
    justify-content: end;

}

.container_rrss div {
    padding: 0.25em;
    cursor: pointer;
}

/*AQUÍ TERMINA MENU*/


.mobile{
    display: none;
    visibility: hidden;
}

.resaltado {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    color: black;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 15rem;
    padding-right: 15rem;
    background-color: #f8f9fa;
}

.resaltado2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    color: black;
    padding-bottom: 4rem;
    padding-left: 15rem;
    padding-right: 15rem;
    background-color: #f8f9fa;
}


.gif {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8rem;
}

/*AQUÍ TERMINA INDEX*/


/*FESTIVAL*/
.festival {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 8%;
}

.festival p {
    font-size: 1.25rem;
}

/*AQUÍ TERMINA FESTIVAL*/


/*PARTICIPANTES*/
.card-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2.5rem;

}

.card-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.25rem;
}

.part_centro {
    display: flex;
    justify-content: center;
}

.zoom {
    transition: transform 0.5s;
}

.marco-zoom:hover .zoom {
    transform: scale(0.75);
}

.cardfinal {
    padding-bottom: 5rem;

}

/*TERMINA PARTICIPANTES*/





/*EDICIONES ANTERIORES*/
.center {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;

}

.gallery-grid {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.gallery-item {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    overflow: hidden;
}

.gallery-picture {
    grid-area: 1 / 1 / -1 / -1;
}

.gallery-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-text {
    grid-area: 1 / 1 /-1 / -1;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    transition: all 350ms ease;
    transform: translate(0, 100%);
}

.gallery-item:hover .gallery-text {
    transition: all 350ms ease;
    transform: translate(0, 0%);
}

.gallery-text p {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    color: white;
}

figure {
    margin: 0;
}

/*AQUÍ TERMINA EDICIONES ANTERIORES*/


/*CONTACTO*/

.contact_center {
    display: flex;
    justify-content: center;
}

.texto_info {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.info {
    width: 43rem;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
}

.texto_name {
    width: 22rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
}

.name {
    width: 22rem;
    padding: 0.5rem;
    background-color: rgb(225, 225, 225);
    border: 1px solid black;
    font-family: 'Space Grotesk', sans-serif;
    color: rgb(109, 109, 109);
    font-size: 1rem;
}

.name p {
    display: flex;
    align-content: center;
    margin-top: 1rem;
}

.text_email {
    width: 43rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    margin-top: 2rem;
}

.email {
    width: 43rem;
    padding: 0.5rem;
    background-color: rgb(225, 225, 225);
    border: 1px solid black;
    font-family: 'Space Grotesk', sans-serif;
    color: rgb(109, 109, 109);
    font-size: 1rem;
}

.email p {
    display: flex;
    align-content: center;
    margin-top: 1rem;
}

.text_comentario {
    width: 43rem;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    margin-top: 2rem;
}

.comentario {
    width: 43rem;
    height: 22rem;
    padding: 0.5rem;
    background-color: rgb(225, 225, 225);
    border: 1px solid black;
    font-family: 'Space Grotesk', sans-serif;
    color: rgb(109, 109, 109);
    font-size: 1rem;
}

.enviar {
    width: 4rem;
    height: 3rem;
    padding: 0.5rem;
    background-color: black;
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    margin-top: 2rem;
}

.enviar p {
    display: flex;
    align-content: center;
    margin-top: 0.25rem;
    text-align: center;
}

.mapa_contact {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.dire p {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
}

/*AQUÍ TERMINA CONTACTO*/

/*tira de texto*/
.slider {
    padding-top: 3rem;
    padding-bottom: 4rem;
    width: auto;
    height: auto;
    margin: auto;
    overflow: hidden;
}

.slider .slider_track {
    display: flex;
    animation: scroll 40s linear infinite;
    -webkit-animation: scroll 40s linear infinite;
    width: calc(600px * 14);
}

.slider .slide_text {
    width: 100%;
}

.slider .slide_text img {
    width: 100%;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-2600px * 2));
        transform: translateX(calc(-2600px * 2));
    }

}

/* FOOTER*/
footer {
    margin-top: 1rem;
    font-family: 'Space Grotesk', sans-serif;
    background-color: #f8f9fa;
    color: black;
    height: 4rem;
    font-size: 0.75rem;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 100%;

}

footer div {
    padding-right: 2rem;
    margin-bottom: 0.5rem;
}

footer div p {
    align-items: center;
    padding-top: 1.25rem;
}

.centro {
    align-items: center;
    padding-top: 1.25rem;
}

/* AQUÍ TERMINA FOOTER*/

.container {
    max-width: 1200px;
}

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;

}

.container-contact100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap-contact100 {
    width: 50vw;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 72px 150px 25px 150px;

    box-shadow: 0 3px 20px 0px #f93cc0;
    -moz-box-shadow: 0 3px 20px 0px #f93cc0;
    -webkit-box-shadow: 0 3px 20px 0px #f93cc0;
    -o-box-shadow: 0 3px 20px 0px #f93cc0;
    -ms-box-shadow: 0 3px 20px 0px #f93cc0;
}



.contact100-form {
    width: 100%;
}

.contact100-form-title {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 2rem;
    color: black;
    line-height: 1.2;
    text-align: left;
    padding-bottom: 34px;
}


.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    color: #000000;
    line-height: 1.2;
}


input.input100 {
    height: 62px;
    padding: 0 20px 0 23px;
}


textarea.input100 {
    min-height: 199px;
    padding: 19px 20px 0 23px;
}


.focus-input100 {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 20px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.15);
}

.container-contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 43px;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    min-width: 160px;
    height: 42px;
    background-color: black;
    border-radius: 2rem;

    font-family: 'Space Grotesk', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;


}





/*----------------------------------------------------
    media querys*/



@media (max-width: 1200px) {


    /*index*/
    .resaltado {
        font-size: 2.5rem;
        line-height: 3rem;
        padding: 4rem;
    }

    .resaltado2 {
        font-size: 2.5rem;
        line-height: 3rem;
        padding-bottom: 4rem;
        padding-right: 4rem;
        padding-left: 4rem;
    }

    .slider {
        padding-top: 2rem;
        padding-bottom: 2rem;
        width: auto;
        height: auto;
        margin: auto;
        overflow: hidden;
    }

    /*ediciones anteriores*/
    .gallery-grid {
        width: 70%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-picture {
        grid-area: 1 / -1;

    }

    .gallery-text {
        grid-area: 1 / -1;
    }


    /*particioantes*/
    .card-title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 2rem;
    }

    .card-text {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 1rem;
    }
}

/*--------------------------------------------------------*/

@media (max-width:767px) {

    /*index*/
.mobile{
        display: flex;
        visibility: inherit;
        justify-content: center;
        align-items: center;
    }
    .carousel{
        display: none;
        visibility: hidden;
    }
    .wrap-contact100 {
        padding: 72px 50px 25px 50px;
    }
        .contact100-form-title {
            display: block;
            font-family: 'Space Grotesk', sans-serif;
            font-size: 1rem;
            color: black;
            line-height: 1.2;
            text-align: left;
        }

                .input100 {
                    display: block;
                    width: 100%;
                    background: transparent;
                    font-family: 'Space Grotesk', sans-serif;
                    font-size: 0.75rem;
                    color: #000000;
                    line-height: 1.2;
                }
    .resaltado {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-top: 3rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 1rem;
    }

    .resaltado2 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-top: 1rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: 2rem;
    }

    .slider {
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: auto;
        height: auto;
        margin: auto;
        overflow: hidden;
    }

    .gif img {
        width: 100vw;
    }

    .slider .slider_track {
        display: flex;
        animation: scroll 60s linear infinite;
        -webkit-animation: scroll 60s linear infinite;
        width: calc(400px * 14);
    }

    footer div {
        padding-right: 0.75rem;

    }

    footer div p {
        font-size: 0.7rem;
        margin-bottom: 0.5rem;
    }


    /*participantes*/
    .card-title {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 1.5rem;
    }

    .card-text {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 1rem;
    }


    /*ediciones anteriores*/
    .gallery-grid {
        display: grid;
        grid-template-columns: 1fr;
    }



    /*contacto*/
    .info {
        width: 20rem;
        gap: 1rem;
    }

    .texto_name {
        width: 10rem;
        margin-right: 0.5rem;
    }

    .name {
        width: 10rem;
    }

    .dire p {
        font-size: 0.75rem;
    }
}



@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 72px 15px 25px 15px;
    }
}


.validate-input {
    position: relative;
}

.alert-validate .focus-input100 {
    box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
    -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
    content: attr(data-validate);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    min-height: 62px;
    background-color: #fff;
    border-radius: 20px;
    top: 0px;
    left: 0px;
    padding: 0 45px 0 22px;
    pointer-events: none;

    font-family: SourceSansPro-Bold;
    font-size: 16px;
    color: #fa4251;
    line-height: 1.2;
}

.btn-hide-validate {
    font-family: Material-Design-Iconic-Font;
    font-size: 15px;
    color: #fa4251;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 62px;
    top: 0px;
    right: 28px;
}

.rs1-alert-validate.alert-validate::before {
    background-color: #fff;
}

.true-validate::after {
    content: "\f269";
    font-family: Material-Design-Iconic-Font;
    font-size: 15px;
    color: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 62px;
    top: 0px;
    right: 28px;
}

@media (max-width: 576px) {
    .alert-validate::before {
        padding: 0 30px 0 10px;
    }

    .true-validate::after,
    .btn-hide-validate {
        right: 10px;
    }
}

.contact100-more {
    font-size: 16px;
    color: #999999;
    line-height: 1.5;
    text-align: center;
}

