/* INICIO Globales */

@font-face {
    font-family: tiltNeon;
    src: url(../fuentes/Tilt-Neon.ttf);
}

@font-face {
    font-family: lasolsi;
    src: url(../fuentes/lasolsi_figuras.ttf);
}

@font-face {
    font-family: roboto;
    src: url(../fuentes/Roboto-Light.ttf);
}

* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
/* FIN Glabales */

#inicio, #propuestas {
    position: relative;
    bottom: 147px;
}
#s-eventos, #clientes, #contacto {
    position: relative;
    bottom: 140px;
}

html {
    scroll-behavior: smooth; /* es para que el scroll vaya lento*/
}

h2{
    font-size: 3rem;
    text-align: center;
    font-family: tiltNeon, Verdana, Geneva, Tahoma, sans-serif;
    background-color: rgb(44, 44, 44);
    color: rgb(100, 224, 255);
    border-top: solid 1px whitesmoke;
    border-bottom: solid 1px whitesmoke;
    padding: 30px 0px ;
}

/* Nav*/
header{
    width: 100%;
    background-color: black;
    padding: 20px;
    position: fixed;
    top: 0;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 160px; 
}

#logo{
    overflow: hidden;
    text-indent: -900px;
    background-image: url(../imagenes/logoblanco.png);
    width: 180px;
    background-repeat: no-repeat;
    height: 120px;
    margin-left: 50px;
    position: relative;
}

/* MEDIA QUERY PARA NAV */
@media screen and (min-width: 991px) {
    #barra nav{
        display: flex;
        text-align: right;
        font-size: 1rem;
        justify-content:flex-end;
    }

    nav ul li{
        display: inline-block; 
        background-color: rgb(233, 231, 231);
        margin: 5px;
        border-radius: 20px ;    
    }

    nav ul li a{
        color: black;
        text-decoration: none;
        display: block;
        padding: 5px 30px;
        font-family: tiltNeon;
    }

    nav ul li a:hover{
        background-color: rgb(136, 114, 114);
        border-radius: 20px;
    }
    #hamburguesa{
        display: none;
    }
}

/*carrusel*/

figure{
    margin-top: 150px;
}

/*section Inicio*/


.inicio {
    text-align: left;
    padding: 30px;
    overflow: hidden;
    font-size: 2rem;
    background-color: rgba(247, 247, 247, 0.9333333333);
    background-image: linear-gradient(to bottom, hsla(0, 0%, 97%, 0.895), hsla(0, 0%, 97%, 0.347)), url(../Imagenes/guitarra3.jpg); 
    background-size: cover;
    background-position: center;
}

.inicio p{
    font-family: roboto ;
    font-size: 1rem; 
    line-height: 1.4rem;
    margin: 20px 0px 5px 0px;
    font-weight: 600;
}

/*section Propuestas*/


.propuestas {
    overflow: hidden;
    position: relative;
}

video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -2;
}

.propuestas article {
    background-color: hsl(0, 0%, 100%);
    float: left;
    padding: 20px;
    padding-left: 200px;
    margin-left: 130px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    border: solid 1px black;
    z-index: -1;
    
}

.propuestas .uno a{
    background-color: black;
    color: #fff;
    float: left;
    padding:  30px 120px;
    margin-left: 50%;
    margin-top: 30px;
    width: 50%;
    height: 90px;
    border-radius: 20px;
    border: solid 1px black;
    text-align: left;
    position: relative;
    z-index: 0;
    font-size: 1.25rem; 
    font-family: tiltNeon;
}

#primero {
    margin-top: 50px;
}

#ultimo {
    margin-bottom: 80px;
}

.propuestas h3{
    font-size: 2rem;
    margin: 40px 0px 10px;
    font-family: tiltNeon;
}

.propuestas h3 span{
    font-family: lasolsi;
    font-size: 3rem;
}


/*popup*/

.uno,
.popup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.propuestas .uno a:hover{
    background-color: rgb(54, 54, 54);
    transform: translatex(-5px);
}

.popup {
    height: 100vh;
    width: 100%;  
    position: fixed;
    top:0px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}

.popup:target {
    opacity: 1;
    visibility: visible;
}

.popup_contenido {
    background-color:  rgb(54, 54, 54);
    color: #dddddd;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    font-size: 1.25rem;
    font-family: roboto;
    width: 85%;
}


.popup_cerrar{
    position: absolute;
    top: 10px;
    right: 15px;
    text-decoration: none;
    color: inherit;
    font-size: 3.125rem;
}


/*section Eventos*/

.eventos {
    text-align: center;
    background-color: rgb(190, 188, 188);
    overflow: hidden;
    background-color: rgba(247, 247, 247, 0.9333333333);
    background-image: linear-gradient(to bottom, hsla(0, 0%, 97%, 0.419), hsla(0, 0%, 97%, 0.347)), url(../imagenes/f4.jpg);
    background-size: cover;
    background-position: center;
}

.galeria {
    max-width: 730px;
    margin: auto;
} 

iframe {
    margin-top: 20px;
    border: 0;

}

/*section Clientes*/

.clientes {
    text-align: center;
    background-color: rgb(190, 188, 188);
    overflow: hidden;
    font-size: 3rem;
    background-color: rgba(247, 247, 247, 0.9333333333);
    background-image: linear-gradient(to bottom, hsla(0, 0%, 97%, 0.419), hsla(0, 0%, 97%, 0.347)), url(../imagenes/f3.jpg);
    background-size: cover;
    background-position: center;
}
.clientes h2 {
    margin-bottom: 20px;
}

.marquee {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 10px 0px;
}

.marquee .marquee-content {
    display: flex;
    height: 100%;
    align-items: center;
    animation-name: marquesina;
    animation-duration: 40s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    width: 4500px; /* Calcular el width del slide y multiplicarlo por la cantidad total de imágenes por 2 */
}
.marquee .girada{
    animation-direction: reverse;
}
.marquee .slide {
    width: 250px;
    height: 180px;
}

.marquee .slide img {
    height: 90%;
}

@keyframes marquesina {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-2250px); /* Calcular el width del slide y multiplicarlo por la cantidad total de imágenes */
    }
}

.contenedor_formulario {
    text-align: center;
    background-color: rgb(71, 69, 69); 
    color: rgb(230, 237, 243); 
    overflow: hidden; 
    font-size: 3rem; 
}

.contenedor_formulario aside {
    background-color: rgba(247, 247, 247, 0.9333333333);
    background-image: linear-gradient(to bottom, hsla(0, 0%, 97%, 0.419), hsla(0, 0%, 97%, 0.347)), url(../imagenes/f5.png);
    background-size: cover;
    background-position: center;
}
.contenedor_formulario aside #cerrar5{
    font-size: 1.2rem;
    font-family: roboto;
    font-weight: 800;
    color: rgb(250, 231, 231);
}

.contenedor_formulario aside #tuevento{
    font-size: 1.2rem;
    font-family: roboto;
    font-weight: 800;
    padding-top: 10px;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 2px rgb(206, 205, 205);
    
}

form {
    padding: 20px 60px;
    font-size: 1rem; 
    display: grid;
    grid-template-columns: 20% 70%;  
    grid-gap: 10px; 
}

form label{
    display: inline-block;
    grid-column: 1;
    text-align: right;
    font-family: roboto;
    font-weight: 600;
    text-shadow: 1px 1px 2px black;
}

form input, textarea {
    display: inline-block;
    grid-column: 2;
    font-family: roboto;
    font-weight: 600; 
    font-size: 1.25rem; 
}

/* popup Contacto */


#gracias{
    color: #fff;
}


.enviar{
    grid-column: 2;

}
#enviar{
    padding: 5px;
    margin: 0px 200px;
    font-family: roboto;
    font-weight: 600; 
    font-size: 1.25rem; background-color: #fff;
    color: black;
    text-decoration: none;
    border: solid 1px black;

}
#enviar:hover{
    background-color: rgb(136, 114, 114);
}


/* Pie de Pagina*/

footer{
    width: 100%;
    background-color: rgb(0, 0, 0);
    padding: 20px;
    display: flex;
    text-align: left;
    overflow: hidden;
    height: 250px;
}
footer p{
    color: rgb(255, 255, 255);
    font-size: 2rem;
    text-align: left;
    display: block;
    width: 40%;
    font-family: tiltNeon;
}

footer aside{
    display: block;
    text-align: right;
}

footer aside ul li{
    display: inline-block;
    margin: 5px;
    width: 20%;
}


footer aside ul li a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    vertical-align: middle;
    text-align: end;
    
}
footer aside img{
    width: 100px;
    height: 100px;
}
footer aside img:hover{
    background-color: rgba(23, 250, 250, 0.2);
    border-radius: 200px;
}

/*Boton subir*/

.flecha{
    position: fixed;
    bottom: 25px;
    right: 25px;
}
.flecha img{
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    border: 1px solid #fff;
    }

.flecha img:hover{

    background-color: rgb(136, 114, 114);
    border-radius: 300px;

}


/* MEDIA QUERY HASTA 991PX */
@media screen and (max-width: 990px) {


    #hamburguesa li {
        list-style: none;
        text-indent: -100px;
        overflow: hidden;
        margin-top: .75rem;
        width: 2.5rem;
        float: right;
        padding: 5px;
    }

    #hamburguesa li a {
        background: url("../imagenes/menu.png") no-repeat center center;
        background-size: cover;
        display: flex;
        height: 4.5rem;
        
    }

    #hamburguesa li:last-child {
        display: none;
    }

    nav:target #barra {
        right: 0;
    }

    body {
        overflow-x: hidden;
    }

    nav:target #hamburguesa li:first-child {
        display: none;
    }

    nav:target #hamburguesa li:last-child {
        display: block;
    }

    #barra {
        width: 100%;
        position: absolute;
        height: calc(100vh - 4rem);
        top: 6.5rem;
        right: -100vw;
        background: rgb(8, 8, 8);
        transition: right .5s ease;
        overflow: hidden;
    }
    #barra li {
        list-style: none;
        margin: 1.5em;
        width: 90%;
    }

    #barra li:first-of-type {
        margin-top: 2rem;
    }
    
    #barra li a {
        text-decoration: none;
        display: block;
        background: rgb(255, 255, 255);
        color: black;
        text-align: center;
        border-radius: 20px;
        padding: 10px;
        line-height: 2rem;
        font-size: 1.5rem;
    }
    #barra li a:hover {
        background-color: rgb(190, 188, 188);
    }
}

@media screen and (max-width: 576px) {

    h2 {
    font-size: 2.5rem;
    padding: 10px 0px;
    }

    .propuestas article {
        padding-left: 80px;
        height: 130px;
        
    }
    .propuestas h3 {
        font-size: 1rem;
        margin: 0px;
    }
    .propuestas .uno a {
        padding: 5px 100px 0px 60px;
        height: 45px;
        font-size: 0.8rem;
    }

    #enviar {
        margin: 10px 50px;
    }
    footer{
        height: 120px;
    }
    footer p{
        font-size: 1rem;
        width: 60%;
    }
    footer aside ul li a{
        padding: 5px;
    }
    footer aside ul li a img{
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 320px) {

/* Propuestas */
#primero {
    margin-top: 30px;
}
.propuestas article {
    padding-left: 40px;
    height: 110px;
    margin-left: 35px;
}
.propuestas .medio a {
    margin-top: 10px;
}
.propuestas h3 span {
    font-size: 2rem;
}
#ultimo {
    margin-bottom: 40px;
}

/* Eventos */
iframe {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

/* Contacto */ 
form{
    padding: 10px 30px;
}

/* Footer */ 
footer p{
    font-size: 0.8rem;
}


}