/* PANTALLA HOME */

@font-face { 
font-family: 'lobster_tworegular';
    src: url('lobstertwo-regular-webfont.eot');
    src: url('lobstertwo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('lobstertwo-regular-webfont.woff2') format('woff2'),
         url('lobstertwo-regular-webfont.woff') format('woff'),
         url('lobstertwo-regular-webfont.ttf') format('truetype'),
         url('lobstertwo-regular-webfont.svg#lobster_tworegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'quicksandbold';
    src: url('quicksand-bold-webfont.eot');
    src: url('quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-bold-webfont.woff2') format('woff2'),
         url('quicksand-bold-webfont.woff') format('woff'),
         url('quicksand-bold-webfont.ttf') format('truetype'),
         url('quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'quicksandregular';
    src: url('quicksand-regular-webfont.eot');
    src: url('quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('quicksand-regular-webfont.woff2') format('woff2'),
         url('quicksand-regular-webfont.woff') format('woff'),
         url('quicksand-regular-webfont.ttf') format('truetype'),
         url('quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('robotocondensed-bold-webfont.eot');
    src: url('robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('robotocondensed-bold-webfont.woff2') format('woff2'),
         url('robotocondensed-bold-webfont.woff') format('woff'),
         url('robotocondensed-bold-webfont.ttf') format('truetype'),
         url('robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;
    

}
@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);

@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,400italic,700,700italic);

* {
    box-sizing:border-box;
    list-style: none
}

a{
    text-decoration: none;

}

body {
    background-color: #E9E8E8;
    margin: auto;
    }


main {
    background-color: #BFBFBF;
    margin: 0;
        
        
}

/*<!-- Barra de navegacion -->*/
.menu {
    max-width: 1024px;
    margin: auto;
    list-style: none;    
    padding: 10px 0 5px 0;
    display: flex;
    justify-content: space-between;
    
    }


.menus {
    display: flex;
    align-self: center;
    
}


.menus > li {   
    font-size: 1em;
    padding: 0 20px 0 20px
    }


.menus > li > a {
    text-decoration: none;
    color: black;
    font-family: "Quicksand";
    font-weight: 700;
    
    

}

.menus > li > a:hover{
    color: white;
}

.menu img{
    align-self:flex-start; 
    
    }
.subtalleres{
    position: relative;
}
.subtalleresdrop{
    display: none;
    position:absolute;
    background-color: #E9E8E8;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    font-family: "quicksand";
    text-decoration: none;
    padding-top: 1.5em;
    
}
.subtalleresdrop li{
    padding: 0.22em 0 0.22em 0.5em;
    list-style: url(../img/puntolista.svg);
    margin-left: 0.6em;
    
    
}
.subtalleresdrop li a{
    color: black;
    font-weight: 800
        
}
.subtalleresdrop > li > a:hover {
    opacity: 0.5;
}
.subtalleres:hover .subtalleresdrop {
    display: block;
}
}

.menus > li > a:hover{
    color: white;
}

.menu img{
    align-self:flex-start; 
    
    }

/*banner*/

.puntoscolores {
    width: 1024px;
    margin: auto;
    display: flex;
    padding-top: 1em;
        
}

.bandacolor {
    margin: auto;
    width: 1024px;
    height: 7px;
    display: flex
        
   
    
}


.introduccion{
    max-width: 900px;
    display: flex;
    margin: auto;
    font-family: "quicksand";
    color: white;
    font-weight: 800;
    text-align: center;
}

/*<!-- Slider -->*/

.slider{
    max-width: 1024px;
    margin: auto;
    overflow: hidden;    
    height: 300px;
    position: relative;
    margin-top: 0em;
    margin-bottom: 1em
        
    }

.slider ul{
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 20s infinite alternate linear;
}

.slider li{
    width: 100%;
    list-style: none;
    object-position: center
   }
#male{
    height: 300px;
    background-image: url(../img/slide1.jpg)
}
#viernes {
    height: 300px;
    background-image: url(../img/slide2.jpg)
}
#jero{
    height: 300px;
    background-image: url(../img/slide3.jpg)
}
.slidert1, .slidert2, .slidert3{
    background-color: rgba(80, 222, 240, 0.39) ;
    border-bottom-right-radius: 40px;
    width: 400px;
    height: 160px;
    position: relative;
    left: 3em;
    top: 3em;
    padding-left: 1em;
        
            
}
.slidert1 h1{
    font-family: "lobster two";
    font-size: 40px;
    margin-top: -0.01em;
    padding-top: 0.2em;
    color: white;
        
    
        
}
.slidert1 p{
    font-family: "roboto";
    color: white;
    margin-top: -1em;
        
}
.slider a{
    text-decoration: none;
    color: white;
    font-family: "quicksand";
    font-size: 14px;
}


.slidert2 h1{
    font-family: "lobster two";
    font-size: 40px;
    padding-top: 0.35em;
    color: rgb(149, 232, 190)
        
}
.slidert2 p{
    width: 370px;
    font-family: "roboto";
    color: white;
    margin-top: -1em;
    font-size: 14px;
        
}
.slidert3 h1{
    font-family: "lobster two";
    font-size: 36px;
    padding-top: 0.25em;
    color: rgb(149, 232, 190)
        
}
.slidert3 p{
    width: 375px;
    font-family: "roboto";
    color: white;
    margin-top: -1em;
    font-size: 14px;
        
}
        
#puntitos{
    position: absolute;
    left: 482px;
    top: 280px;
}
#puntitos img{
    padding: 0.2em
        
}
#puntitos img:hover{
    opacity: 0.5;
}


@keyframes cambio{
    0% {margin-left: 0;}
    35% {margin-left: 0;}
    
    40% {margin-left: -100%;}
    65% {margin-left: -100%;}
    
    70% {margin-left: -200%}
    100% {margin-left: -200%}
}

/* Noticias home */


.noticias{
    display: flex;
    margin: auto;
    width: 900px;
    margin-bottom: 0.5em;
    margin-top: 0.5em
    
    
}
.noticia1 , .noticia2 , .noticia3 , .noticia4{
    width: 210px;
    height: 230px;
    margin: auto;
}
.noticia1{
    background-color: #d50759
}
.noticias h1{
    font-family: "lobster two";
    text-align: center;
    color: white;
    font-size: 37px;
    border-bottom: solid;
    border-bottom-width: 3px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 56px;
    margin-bottom: 0.45em;
                    
}
.noticia1 h1{
    border-bottom-color: #e7be48
}
.noticia2 h1{
    border-bottom-color: #842554
}
.noticia3 h1{
    border-bottom-color: #d50759
}
.noticia4 h1{
    border-bottom-color: #5eac9a
}

.noticias a{
    font-family: "roboto condensed";
    color: white;
    font-weight: 400;
    font-size: 24px;
    padding-left: 0.5em;
        
    
    ;
}
.noticias p{
    font-family: "quicksand";
    color: white;
    font-size: 12px;
    width: 185px;
    margin-left: 1em;
        
}
.noticia2{
    background-color: #5eac9a
}
.noticia3{
    background-color: #edb344
}
.noticia4{
    background-color: #842554
}



/*<!-- Introduccion a Eventos -->*/

.evento {
    max-width: 960px;
    margin: auto;
    display: flex;
    margin-top: 1em;
    flex-direction: row;
    padding-bottom: 1em;
    justify-content: space-between
    }

.evento1 img{
    max-width:260px;
    max-height: 425px;

    
}
.evento1{
    background-color: #e77b8d;
    display: flex;
    flex-flow: row;
    max-width: 590px;
    max-height: 420px;
    }

.evento2, .evento3{
    margin:0;
    max-width: 390px;
    max-height: 200px;
    margin-bottom: 1.2em;
    display: flex;   
}

.evento2{
        background-color: #ffbf6d;
}
.evento3{    
    background-color: #64b5bf; 
}

.bandarosa{
    background-color: rgb(211, 0, 97);
    width: 15px;
}

.bandaama{
    background-color: #ff8f00;
    width: 15px;
        
}
.bandaceleste{
    background-color: #007c8b;
    width: 15px;
}

.evento2t{
    width: 350px;
}
.evento3t{
    width: 350px;
}

.evento1a h5 {
    max-width: 290px;
    margin: 0;
    padding-top: 0.5em;
    text-align: right;
    font-family: "quicksand";
    color: #740a50
    }
 
.evento1a h4 {
    max-width: 157px;
    margin: 0;
    text-align: left;
    font-family: "roboto condensed";
    color: white;
    font-size: 20px;
    font-weight: 800;
    padding-left: 1.5em;
    margin-top: 1em;
    background-color: rgb(211, 0, 97)
        
    }
.evento1t h1{
    font-family: "roboto";
    font-size: 70px;
    margin: 0;
    font-family: "lobster two";
    padding-left: 0.2em;
    background-color: rgb(211, 0, 97);
    color: white;
    width: 285px;
    margin-top: 0.1em;
    
}
.evento1a h2 {
    width: 250px;
    margin: 0;
    margin-top: 1em;
    padding-left: 1.5em;
    font-size: 21px;   
    font-family: "quicksand";
    color: #ffffff
    }

.evento1a ul li {
    margin: 0;
    padding-top: 0.2em;
    margin-left: 0.3em;
    padding-left: 1em;
    font-family: "quicksand";
    color: #ffffff;
    list-style: circle
        
    }
.evento1a p {
    margin: 0;
    margin-top: 0.2em;
    padding-left: 2em;
    text-align:left;
    color: rgb(144, 5, 69); 
    font-size: 14px;
    margin-top: 2em;
    width: 300px;
    font-family: quicksand;
    font-weight: 700
    }

.evento1a h3 {
    width: 280px;
    margin: 0;
    margin-top: 1.5em;
    padding-left: 1.5em;
    background-color: rgb(211, 0, 97);
    font-family: "quicksand";
    color: #ffffff;
    margin-bottom: 1.5em;

        
    }

.evento1a a {
    padding-left: 2.5em;
    font-size: 13px; 
    color: white;
    text-align: right;
    font-family: quicksand;
        
        
}







.evento2y3 {
    display: flex;
    flex-direction: column;
   


}
.evento2t h4 {
    margin: 0;
    padding-right: 2em;
    padding-top: 0.5em;
    text-align: right;
    font-family: "quicksand";
    color: #ffffff;
    font-size: 13px;
        
    }





.evento2y3 h1{
    padding-top: 0.2em;
    font-family: roboto;
    font-size: 25px;
    margin: 0;
    font-family: "lobster two";
    padding-left: 1.3em;
    color: white;
        
}



.evento2y3 ul li {
    color: white;
    list-style-type: circle; 
    margin: 0;
    font-family: "roboto condensed";
    padding-left: 0.5em;
    margin-left: 1em;
        
}
.evento2 h3{
    color: #c95500
}
.evento2y3 h3{
    font-family: "roboto";
    font-size: 14px;
    margin: 0;   
    margin-bottom: 0.2em;
    padding-left: 2.3em;
    
    }
.evento3 h3{
    color: white;
}

.evento2y3 h2{
    font-family: roboto condensed;
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    padding-left: 2em;
    color: white;
    margin-top: 0.5em;
        
}
.evento2 h2{
    background-color: #ff8f00;
    width: 260px;
        
}
.evento3 h2{
    background-color: #007c8b;
    width: 260px;
}

.evento2y3 a {
    
    font-family: "quicksand";    
    font-size: 12px; 
    color: white;
    text-align: right;
    padding-left: 2.8em;
    
    
}
 

.evento3 h4 {
    margin: 0;
    padding-right: 2em;
    padding-top: 0.5em;
    text-align: right;
    font-family: "quicksand";
    color: #007c8b;
    font-size: 13px;
        
    }










/*<!-- Footer -->*/

.footer {
    max-width: 1024px;
    margin: auto;
    display: flex;
    
            
} 


footer ul{
    margin: 0;
    padding: 0;
}
.nosotros {
    display: flex;
    flex-direction: column;
    
}

.nosotros li a {
    font-family: "quicksand";
    font-size: 13px;
    text-decoration: none;
    list-style: none;
    color: black;
    text-align: left;
}

.nosotros li a:hover{
    color:white;
}

.direccion {
    display: flex;
    font-family: "quicksand";
    font-size: 14px;
    max-width: 300px;
    align-items: center;
    }

.direccion img{
    width: 15%;
    padding-right: 0.5em;
    
    margin: 0;
    }

.mail {
    display: flex;
    align-items: center;
    font-family: "quicksand";
    font-size: 12px;
    width: 300px}

.mail img{
    width: 15%;
    padding-right: 0.5em;
    padding-top: 0;
    margin: 0;
    }


.footer{
    justify-content: space-between;
}

.redes{
    display: flex;
    flex-direction: row;
    width: 10em;
    justify-content: space-between;
    align-items: center;
    

    
    }

.redes img {
    width: 40px;
    
    
       
}
.redes img:hover {
    opacity: 0.9;
}

.footerobligatorio {
    max-width: 960px;
    margin: auto;
    font-family: "quicksand";
    font-size: 12px;
    
}



    

/*------- PÁGINA EVENETOS ----------*/


/* PÁGINA EVENETOS */


.caratula {
    max-width: 1024px;
    margin: auto;
    }

.poster {
    max-width: 960px;
    margin: auto;
    display: flex;
    border-top: solid 1px #867f7f;
    margin-top: 1em;
}

.poster img {
    width: 70%;
    height: 50%;
    min-width: 300px;
}

/*<---- Eventos : Varietés próxima ---->*/

.variete{
    width: 480px;
}
.variete h1 {
    margin-top: 1.1em;
    font-family: "lobster two";
    font-weight: 100;
    text-align: right;
    border: solid rgb(198, 14, 85);
    border-left: none;
    font-size: 100px;
    color: rgb(198, 14, 85);
    padding-right: 0.3em;
}
.variete h2{
    margin-top: 1em;
    font-family: "roboto condensed";
    color: rgb(193, 12, 82);
    text-align: right;
    margin-right: 0.5em;
    margin-bottom: 0em;
    font-size: 25px;

}


.varietenumeros li {
    margin: 0;
    padding-top: 0.2em;
    font-family: "quicksand";
    color: white;
    text-align: right;
    font-weight: 800;
    background-color: rgb(198, 14, 85);
    margin: 0.2em 0 0.2em 0;
    padding-right: 0.4em;
    font-size: 18px;
        
        
        
        
}

.variete p {
    margin-top: 2em;
    font-family: "quicksand";
    color: white;
    font-size: 18px;
    text-align: left;
    width: 450px;
    margin-left: 2.4em;
    font-weight: 800;
  }
.varietedatos{
    margin-top: 2em;
    
}
.variete h3{
    text-align: right;
    font-family: "roboto condensed";
    color: rgb(255, 255, 255);
    margin: 0;
    font-size: 30px;
    margin-top: -2em;
    margin-right: 0.5em;
        
}
.variete h4{
    text-align: right;
    font-family: "roboto condensed";
    color: rgb(255, 255, 255);
    margin: 0;
    font-size: 20px;
    margin-right: 0.5em;
}
.varietedatos p{
    text-align: right;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.44);
    font-weight: 800;
    
        
}



/*<---- Eventos : Viernes de bandas ---->*/

.viernes{
    max-width: 1024px;
    margin: auto;
    margin-top: 4em;
}

.titulo img{
    width: 1024px;
    opacity: 0.65;
        
}    

.titulo h2{
    width: 960px;
    margin: auto;
    margin-top: 0.5em;
    font-family: "lobster two";
    font-size: 60px;
    font-weight: 100;
    color: #dcfffe;
        
    }

.titulo h6{
    width: 960px;
    margin: auto;
    color: #ffffff;
    font-family: "quicksand";
    font-size: 15px;
    
}


.fechastodas{
    max-width: 960px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3em;
}
.fechas{
    display: flex;
    align-items: center;
    width: 400px;
    margin-top: 1.5em;
    
    
    
}

.fdia{
    margin-right: 0.5em;
    color: #bc5763;
}
.fechas h1{
    margin: 0;
    padding: 0;
    font-family: "roboto";
    font-size: 52px;
    font-weight: 800;
     
    
}
.fechas h2{
     margin: 0;
    padding: 0;
    font-family: "roboto";
    font-size: 42px;
    margin-left: -0.15em;
    font-weight: 400;
}
.fechas h3{
    font-family: "roboto";
    color: #dcfffe;
    font-weight: 500;
    
}

.fechas p{
    padding-left: 0.5em;
    color: #ffffff;
    font-family: "quicksand";
    
    }

/*<---- Eventos : Varietés pasadas ---->*/

.varietes{
    max-width: 960px;
    margin: auto;
    

}    
.varietes h2{
    margin: 0;
    margin-top: 1em;
    font-family: "lobster two";
    font-size: 60px;
    font-weight: 100;
    color: rgb(198, 14, 85);
    }

.varietes p{
    margin: 0;
    padding-left: 1em;
    color: rgb(198, 14, 85);
    font-family: "quicksand";
    font-size: 15px;
    font-weight: 800;
    
}
.fotos{
    width: 960px;
    display: flex;
    flex-flow: row wrap;
    padding-left: 0.5em
    
    
}
.fotos img{
    width: 180px;
    padding: 0.2em;
}




/*<--- Participa --->*/ 

.paralaapp{
    height: 400px;
    margin-top: 3em;
}

.participa{
    max-width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    border-right: #9f3662 solid;
    height: 290px;
    margin-top: 3em;

}

.participa h4 {
    margin: 0;
    margin-top: 1em;
    text-align: right;
    font-family: "Roboto condensed";
    font-size: 30px;
    color: white;
    font-weight: 100;
    background-color: #9f3662;
    width: 430px;
    padding-right: 0.2em;
        
    }

.participa img{
    width: 400px;
    height: 300px
}










/*<--------------------------- Punto de quiebre-------------------------->*/






@media screen and (max-width: 750px){
    
    .menu{
        margin: 0;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        }
    
    .menu img {
        max-width: 4em;
        padding-left: 0.5em;
        
    }
    
    .menus {
        flex-direction: column;
        margin: 0; 
        padding: 0;
        font-size: 0.8em;
    } 
    
    .puntoscolores {
    max-width: 700px;
    margin: auto;
    display: flex;
    padding-top: 2em;
        
}

    .bandacolor {
    margin: auto;
    max-width: 700px;
    display: flex;
    margin-top: 1em;
}


    .introduccion{ 
    max-width: 650px;
    text-align: center;
    font-size: 12.5px;    
}
/*--------------- HOME A 750px -----------*/
    
/*<!-- Slider a 750px -->*/


.slider{
    max-width: 700px;
    margin: auto;
    overflow: hidden;    
    height: 300px;
    position: relative;
    margin-top: 0em
    }

.slider ul{
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 20s infinite alternate linear;
}

.slider li{
    width: 50%;
   }
    
#male{
    height: 300px;
    background-image: url(../img/slide1.2.jpg)
}
#viernes {
    height: 300px;
    background-image: url(../img/slide2.2.jpg)
}
#jero{
    height: 300px;
    background-image: url(../img/slide3.2.jpg)
}
.slidert1, .slidert2, .slidert3{
    width: 285px;
    height: 160px;
    position: relative;
    left: 3em;
    top: 3em;
    padding-left: 1em;
            
}
.slidert1 h1{
    font-size: 32px;
       
}
.slidert1 p{
    margin-top: -1em;
        
}
.slider2 a{
    font-size: 14px;
}


.slidert2 h1{
    font-size: 32px;
    color: white;    
}
.slidert2 p{
    width: 240px;
    margin-top: -1em;
    font-size: 14px;
        
}
.slidert3 h1{
    font-size: 24px;
    padding-top: 0.25em;
    color: white;    
}
.slidert3 p{
    width: 240px;
    margin-top: 1.7em;
    font-size: 14px;
        
}
        
#puntitos{
    left: 320px;
    top: 280px;
}
#puntitos img{
    padding: 0.2em
        
}
#puntitos img:hover{
    opacity: 0.5;
}


@keyframes cambio{
    0% {margin-left: 0;}
    35% {margin-left: 0;}
    
    40% {margin-left: -100%;}
    65% {margin-left: -100%;}
    
    70% {margin-left: -200%}
    100% {margin-left: -200%}
}

        
/*<---- Noticias home a 750px ---->*/   

.noticias{
    max-width: 500px;
    display: flex;
    flex-wrap: wrap;
    
}
.noticia1 , .noticia2 , .noticia3 , .noticia4{
    margin: 1em;
    width: 210px;
    height: 230px;
}
   
.noticias h1{
    font-size: 37px;
    border-bottom-width: 2px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 56px;
                    
}


.noticias a{
    font-weight: 400;
    padding-left: 0.5em;
    font-size: 23px;
    
}
.noticias p{
    font-size: 12px;
    width: 185px;
    margin-left: 1em;
    margin-top: 0.6em;
        
}

/*<!-- Introduccion a Eventos a 750px -->*/

.evento {
    max-width: 600px;
    margin: auto;
    display: flex;
    margin-top: 1em;
    flex-direction: row ;
    flex-wrap: wrap;
    padding-bottom: 1em;
    justify-content:space-around;
    }


.evento1{
    max-width: 270px;
    height: 400px;
    }
 
.evento2, .evento3{
    margin:0;
    width: 260px;
    height: 190px;
    margin-bottom: 1.2em;
    display: flex;   
    
}

.evento1 img{
        display: none
    }



.bandaama{
    width: 15px;
        
}
.bandaceleste{
    width: 15px;
}



.evento1a h5 {
    margin: 0;
    text-align: right;
    font-family: "quicksand";
    color: rgba(168, 16, 16, 0.63);
    width: 260px;
    font-size: 12px;
        
    }
 
.evento1a h4 {
    width: 157px;
    font-size: 20px;
        
    }
.evento1t h1{
    font-size: 60px;
    padding-left: 0.3em;
    width: 240px;
    
}
.evento1a h2 {
    width: 250px;
    margin: 0;
    margin-top: 1em;
    font-size: 20px;   
    }


.evento1a p {
    margin: 0;
    font-size: 14px;
    margin-top: 2em;
    width: 240px;
    }

.evento1a h3 {
    width: 240px;
    margin: 0;
    margin-top: 1.5em;
    padding-left: 1.2em;
    margin-bottom: 1.5em;

        
    }

.evento1a a {
    padding-left: 2.5em;
    font-size: 13px; 
    color: white;
        
        
}

   
.evento2t h4 {
    text-align: right;
    font-size: 11px;
    width: 250px;
    
    }


.evento2y3 h1{
    font-size: 22px;
        
}



.evento2y3 ul li {
    margin: 0;
    width: 200px;
    
        
}
.evento2y3 h3{
    font-size: 12px;
    margin: 0;   
    
    width: 250px;
    
    }


.evento2y3 h2{
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    padding-left: 1em;
    color: white;
        
}
.evento2y3 h2{
    width: 250px;
    
    }

.evento2y3 a {
    
    font-size: 11px; 
    text-align: right;
    
    
}
 

.evento3 h4 {
    margin: 0;
    font-size: 12px;
    width: 250px;
        
    }

/*--------------- EVENTOS A 750px----------------*/
    
.caratula {
    max-width: 700px;    
    margin: auto;
    }
    .caratula img{
        width: 700px;
    }
/*<---- Eventos : Varieté próxima a 750px ---->*/

    
.poster {
    max-width: 700px;
    margin: auto;
    display: flex;
    margin-top: 0.5em;
    margin-bottom: -2em;
}

.poster img {
    width: 50%;
    height: 50%;
}



    .variete{
    width: 300px;
}
.variete h1 {
    margin-top: 2em;
    font-size: 40px;
    padding-right: 0.3em;
}
.variete h2{
    margin-top: 0.1em;
    margin-bottom: 0em;
    font-size: 20px;

}


.varietenumeros li {
    padding-top: 0.2em;
    margin: 0.2em 0 0.2em 0;
    font-size: 15px;
       
}

.variete p {
    margin-top: 2em;
    font-size: 13px;
    text-align: right;
    width: 265px;
    margin-left: 2.4em;
    font-weight: 800;
    margin-bottom: -2em;
  }

.variete h3{
    margin: 0;
    font-size: 20px;
    margin-top: -1em;
        
}
.variete h4{
    margin: 0;
    font-size: 18px;
    margin-bottom: 0.5em;
}
.varietedatos p{
    text-align: right;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.44);
    font-weight: 800;
    
        
}
    
/*<--- banda a 750px--->*/

.bandacolor {
    width: 700px;
    }

/*<---- Eventos : Viernes de bandas a 750px---->*/

.viernes{
    max-width: 750px;
    margin: auto;
    margin-top: 1em;
}

.titulo img{
    max-width: 700px;
        
}    

.titulo h2{
    max-width: 700px;
    margin: auto;
    margin-top: 0em;
    font-size: 50px;
    font-weight: 100;
        
    }

.titulo h6{
    max-width: 690px;
    font-size: 14px;
    margin-left: 1em;
    
}


.fechastodas{
    max-width: 650px;
    margin-bottom: 1.5em;
}

.fechas{
    width: 300px;
    margin-top: 1em;
    
}


.fechas p{
      
    font-size: 13px;
    
    }

/*<---- Eventos : Varietés pasadas a 750px---->*/

.varietes{
    max-width: 750px;
    margin: auto;
    margin-top: -2em

}    
.varietes h2{
    margin: 0;
    margin-top: 1em;
    font-family: "lobster two";
    font-size: 50px;
    font-weight: 100;
    color: rgb(198, 14, 85);
    }

.varietes p{
    margin: 0;
    padding-left: 1em;
    color: rgb(198, 14, 85);
    font-family: "quicksand";
    font-size: 15px;
    font-weight: 800;
    
}

.fotos{
    width: 700px;
    display: flex;
    flex-flow: row wrap;
    padding-left: 1em
    
    
}
.fotos img{
    width: 150px;
    padding: 0.2em;
}
    
    
/*<--- Participa a 750px--->*/ 

.paralaapp{
    height: 300px;
    margin-top: 3em;
}

.participa{
    max-width: 650px;
    height: 220px;
    margin-top: 3em;

}

.participa h4 {
    margin: 0;
    margin-top: 1em;
    font-size: 22.5px;
    width: 320px;
    padding-right: 0.2em;
        
    }

.participa img{
    width: 250px;
    height: 250px
}   
        
    
/* Footer a 750px */


.footer {
    max-width: 600px;
    height: 100px;
} 


footer ul{
    margin: 0;
    padding: 0;
}


.nosotros li a {
    font-size: 12px;
}

.nosotros li a:hover{
    color:#919187;
}

.direccion {
    display: flex;    
    font-size: 12px;
    width: 200px;
    align-items: center;
    flex-direction: column;
    height: 50px;
    }

.direccion img{
    width: 15%;
    margin-bottom: -1em; 
    }

.mail {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    width:160px;
    height: 50px;
        
    
    }

.mail img{
    width: 20%;
    margin-bottom: -1em;   
    }




.redes{
    width: 10em;
    width: 100px;
        
    }

.redes img {
    width: 25px;
    
    
       
}
.redes img:hover {
    opacity: 0.5;
}


  
    

@media screen and (max-width: 480px){
    
   .menu{
        margin: 0;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
        height: 60px;
        }
    
    .menu img {
        max-width: 4em;
        padding-left: 0.5em;
        
    }
    
    .menus {
        flex-direction: column;
        margin: 0; 
        padding: 0;
        font-size: 0.8em;
    } 
    
    .puntoscolores {
    max-width: 400px;
    margin: auto;
    display: flex;
    padding-top: 0.5em;
        
}

    .bandacolor{
        margin: auto;
        width: 440px;
        height: 5px;
    }
   

    .introduccion{ 
    max-width: 350px;
    text-align: left;
    font-size: 11px;    
}
/*------------------HOME A 480px---------------*/
    
/*<!-- Slider2 -->*/


.slider{
    max-width: 440px;
    margin: auto;
    overflow: hidden;    
    height: 200px;
    position: relative;
    margin-top: 0em;
    margin-bottom: 1em;
        
    }

.slider ul{
    display: flex;
    padding: 0;
    width: 300%;
    animation: cambio 20s infinite alternate linear;
}

.slider li{
    width: 50%;
   }
    
#male{
    height: 200px;
    background-image: url(../img/slide1.3.jpg)
}
#viernes {
    height: 200px;
    background-image: url(../img/slide2.3.jpg)
}
#jero{
    height: 200px;
    background-image: url(../img/slide3.3.jpg)
}
.slidert1, .slidert2, .slidert3{
    width: 200px;
    height: 100px;
    position: relative;
    padding-left: 1em;
            
}
    .slidert2, .slidert3{
        top: 1em;
    }
    

    .slidert1 h1{
    font-size: 32px;
       
}
    .slidert1 a{
    display: none;
       
}
    .slidert1 p{
        display: none;
    }
    .slidert2 p{
        display: none;
    }
    .slidert3 p{
        display: none;
    }
    

    .slidert2 h1{
    font-size: 30px;
    color: white;    
}

    .slidert2 a{
    display: none;
}
    .slidert3 h1{
    font-size: 30px;
     color: white;
}
  .slidert3 a{
    display: none;
}      
    #puntitos{
    left: 200px;
    top: 200px;
    
}

    #puntitos img{
    
    width: 15px;
        
        
}

/*<----- Noticias a 480px ----->*/        
   

.noticias{
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    
}
.noticia1 , .noticia2 , .noticia3 , .noticia4{
    margin: 1em;
    width: 165px;
    height: 230px;
}
   
.noticias h1{
    font-size: 30px;
    border-bottom-width: 2px;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.2em;
    height: 46px;
                    
}


.noticias a{
    font-weight: 400;
    padding-left: 0.8em;
    margin-top: -0.8em;
    font-size: 17px;
    
    
}
.noticias p{
    font-size: 12px;
    width: 145px;
    margin-left: 1em;
    margin-top: 0.6em;
        
}

/*<!-- Introduccion a Eventos  a 480px-->*/

.evento {
    max-width: 400px;
    margin: auto;
    display: flex;
    margin-top: 1em;
    flex-direction: row ;
    flex-wrap: wrap;
    padding-bottom: 1em;
    justify-content:space-around;
    }


.evento1{
    max-width: 190px;
    height: 250px;
    }
 
.evento2, .evento3{
    margin:0;
    width: 190px;
    height: 125px;
    margin-bottom: 1.2em;
    display: flex;
    flex-direction: column;
    
}

.evento1 img{
        display: none
    }



.bandaama{
    width: 15px;
        
}
.bandaceleste{
    width: 15px;
}



.evento1a h5 {
    margin: 0;
    text-align: right;
    font-family: "quicksand";
    color: rgba(168, 16, 16, 0.63);
    width: 180px;
    font-size: 12px;
        
    }
 
.evento1a h4 {
    width: 140px;
    font-size: 20px;
        
    }
.evento1t h1{
    font-size: 48px;
    padding-left: 0.3em;
    width: 180px;
    
}
.evento1a h2 {
    width: 170px;
    margin: 0;
    margin-top: 1em;
    font-size: 15px;   
    }


.evento1a p {
    display: none;
    }

.evento1a h3 {
    width: 180px;
    margin: 0;
    margin-top: 1em;
    padding-left: 1.2em;
    margin-bottom: 0.5em;
    font-size: 14px;

        
    }

.evento1a a {
    padding-left: 2.5em;
    font-size: 13px; 
    color: white;
        
        
}
    .evento2{
        margin-bottom: 0;
        
    }

   
.evento2t h4 {
    text-align: right;
    font-size: 11px;
    width: 180px;
    
    }


.evento2y3 h1{
    font-size: 18px;
    font-family: "roboto condensed";
    font-weight: 400;
    width: 180px;
        
}



.evento2y3 ul li {
   display: none;
    
        
}
  
    .evento2y3 h2{
        font-size: 15px;
        margin: 0;
        font-weight: 400;
        padding-left: 1em;
        color: white;
        width: 180px;
        
        
}

    .evento2y3 h3{
    display: none
    
    }





.evento2y3 a {
    
    font-size: 11px; 
    text-align: right;
    color: black
    
    
}
 

.evento3 h4 {
    margin: 0;
    font-size: 12px;
    width: 180px;
        
    }
    
/*------------------- QUIENES SOMOS A 480px ------------------*/
    .menu{
        margin: 0;
        padding: 0;
        flex-direction: row;
        justify-content: space-between;
}
    
.menu img {
        max-width: 4em;
        padding-left: 0.5em;
        
}
    
.menus {
        flex-direction: row;
        margin: 0; 
        padding: 0;
        font-size: 0.8em;
} 
    
.contenedor {
    max-width: 1024px;
    margin-top: 10px;
    align-content: center;
}
    
    
    
.cabeza { 
        max-width: 430px;
        margin: auto;
        display: flex;
        align-items: center;
        
         
}


.cabeza img {
    max-width: 160px;
    max-height: 75px;
}


.cabeza h1 {
    color: white;
    font-family: "lobster two";
    font-size: 32px;
    font-weight: 100px;
    text-align: center;
    
}

.contenido1 {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 50px;
    max-width: 1280px;
    align-items: center;
    
    
}

.fotos {
    width: 450px;
    text-align: center;
}

.contenido1 img {
    width: 350px;
    
    
}


.subsuelo p { 
    font-family: "quicksand";
    font-size: 14px;
    line-height: 23px;
    width: 400px;
    text-align: justify;
    color:white;
}

.subsuelo h2 {
    font-family: "lobster two";
    font-size: 30px;
    color: white;
    text-align: center;
}


.contenido2 {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
    
    
}

.talleristas {
    width: 450px;
}

.talleristas p {
    font-family: "quicksand";
    font-size: 15px;
    line-height: 23px;
    color: white;
    text-align: justify;
}

.talleristas h2{
    font-family: "lobster two";
    font-size: 30px;
    color: white;
}

.talleres {
    height: 200px;
    width: 400px;
    display: flex;
    flex-direction: column; 
    justify-content: space-around;
    position: relative;
    
    
}
.talleristas1{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    
    
}
.talleristas1 li{
    display: flex;
    flex-direction: column;
    margin-right: 1em;
    margin-top: 0.5em;
    
}
.talleristas1 li img{
    width: 80%;
    height: 80%
}
.talleristas1 li  a{
    font-family: "quicksand";
    text-decoration: none;
    color: white;
    text-align: center;
        
}

.gracias h4 {
    display: flex;
    justify-content: center;
    font-family: "lobster two";
    font-size: 50px;
    color: white;
}

.talleres a {
    font-family: "quicksand";
    font-size: 12px;
}

/*----------------EVENTOS A 480px----------------*/
    
/*<---- Eventos : Varieté próxima a 450px ---->*/
    
       
    .caratula img{
        width: 460px;
        
    }
.poster {
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0em;
}

.poster img {
    max-width: 50%;
    height: 50%;
    margin-left: 1.7em;
}


.variete{
        max-width: 250px;
        margin-left: 5em;
        margin-top: -7em;

}
.variete h1 {
    width: 250px;
    font-size: 40px;
    margin-left: -0.1em;
    padding-left: 0.3em;
    text-align: left;
    border-left: solid
}
.variete h2{
    margin-top: 0.1em;
    margin-bottom: 0em;
    font-size: 18px;

}


.varietenumeros li {
    padding-top: 0.2em;
    margin: 0.2em 0 0.2em 0;
    font-size: 15px;
    margin-right: 0.5em;
    
       
}

.variete p {
    margin-top: 2em;
    font-size: 12px;
    text-align: left;
    width: 255px;
    margin-left: -1em;
    font-weight: 800;
    margin-bottom: -2em;
  }

.variete h3{
    padding-right: 0.4em;
    margin: 0;
    font-size: 20px;
    text-align: left;
    margin-top: -1.5em
        
        
}
.variete h4{
    padding-right: 0.4em;
    margin: 0;
    font-size: 18px;
    margin-bottom: 0.5em;
    text-align: left
}
.varietedatos p{
    display: none
    
        
}
    

/*<---- Eventos : Viernes de bandas a 480px---->*/

.viernes{
    max-width: 440px;
    margin: auto;
    margin-top: 4em;
}

.titulo img{
    max-width: 440px;
}    

.titulo h2{
    max-width: 400px;
    font-size: 40px;
        
    }

.titulo h6{
    display: none
    
}


.fechastodas{
    max-width: 400px;
    margin-bottom: 3em;
    margin-left: 0.5em;
    margin: auto
}

.fechas{
    width: 150px;
    display: flex;
    flex-direction: column;
}


.fechas p{
      display: none
    
    }

.fdia{
    margin-right: 0.5em;
    display: flex;
    
}
.fechas h1{
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 800;
     
    
}
.fechas h2{
     margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 400;
}
.fechas h3{
    font-size: 15px;
    text-align: center;
    
}

/*<---- Eventos : Varietés pasadas a 450px---->*/

.varietes{
    max-width: 440px;
    margin: auto;

}    
.varietes h2{
    margin: 0;
    margin-top: 1em;
    font-size: 40px;
    font-weight: 100;
    
    }

.varietes p{
    display: none
    
}

.fotos{
    display: flex;
    max-width: 440px;
    flex-flow: row wrap;
    
}
    
.varietes img{
    width: 130px;
    margin:0.2em;
}
    
    
    
    
/*<--- Participa a 480px--->*/ 

.paralaapp{
    height: 550px;
    margin: 0;
    
}

.participa{
    max-width: 350px;
    height: 520px;
    margin-top: 0em;
    display: flex;
    flex-direction: column;
    border: none

}

.participa h4 {
    margin: 0;
    margin-top: 1em;
    font-size: 22.5px;
    width: 320px;
    padding-left: 0.2em;
    text-align: left
        
    }

.participa img{
    width: 325px;
    height: 250px
}   
        
/* Footer a 480px */


.footer {
    max-width: 600px;
    height: 100px;
} 


footer ul{
    margin: 0;
    padding: 0;
}


.nosotros li a {
    font-size: 12px;
}

.nosotros li a:hover{
    color:#919187;
}

.direccion {
    display: flex;    
    font-size: 12px;
    width: 200px;
    align-items: center;
    flex-direction: column;
    height: 50px;
    }

.direccion img{
    width: 15%;
    margin-bottom: -1em; 
    }

.mail {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    width:160px;
    height: 50px;
        
    
    }

.mail img{
    width: 20%;
    margin-bottom: -1em;   
    }




.redes{
    width: 10em;
    width: 100px;
        
    }

.redes img {
    width: 25px;
    
    
       
}
.redes img:hover {
    opacity: 0.5;
}





 






