@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?qk736l');
    src:  url('../fonts/icomoon.eot?qk736l#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?qk736l') format('truetype'),
      url('../fonts/icomoon.woff?qk736l') format('woff'),
      url('../fonts/icomoon.svg?qk736l#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-menu:before {
    content: "\e9bd";
  }


body{
    font-family: "Source Sans Pro", sans-serif;
    margin: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
}
.logo{
    margin-top: auto;
}
h1{
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: -.2px;
    color: white;
    margin: 0px;

}

h2 {
    color: darkgrey;
    text-transform: uppercase;
    font-family:"Source Sans Pro", sans-serif;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 40px;
    margin-top: 0%;
    display: flex;
    justify-content: center;
}
h3{
    font-size: 32px;
    font-family: ' Fjalla One',  ;
}


.header{
    background-color: white;
    color: white;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 0 40px 0;
    border-bottom: #e5e5e5 solid 1px;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

figure {
    margin: 0;
    text-align: center;
    align-items: center;
    display: flex;
}

.nav-bar a{
    color:#c22020;
    text-decoration: none;  
    font-weight: bold;
    display: flex;
    align-items: center;
    height: inherit;
    padding: 26px 30px 19px;
    font-size: 19px;
    font-family: ' Fjalla One',  ;
}
.header a{
    color:black;
    text-decoration: none;  
    font-weight: bold;
}
.menu {
    height: inherit;
}
.header ol {
    display: flex;
    height: inherit;
}
.header ol li{
    height: inherit;
}
.header a {
    display: flex;
    align-items: center;
    height: inherit;
    padding: 0 10px;
}
.nav-bar ol {
    display: flex;
    height: inherit;
    justify-content: center;
}
.nav-bar ol li{
    height: inherit;
}


.footer{
 color: white;
 background-color: black;
 display: flex;
 align-items: center;
 justify-content: space-between;
 flex-wrap: wrap;
}

.footer img {
    vertical-align: middle;
}

.footer a{
    color: white
}
.event-list{
    display: flex;
    flex-wrap: wrap;
}
 .event-list-title{
padding-top: 25px;
margin-bottom: -10px;
border-bottom: solid #f3f3f3 2px;
font-size: 40px;
font-family: ' Fjalla One',  ;
}
.event {
  margin: 1%;
  width: 23%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  
}
.event img {
    height: 400px;
    object-fit: contain;
    overflow: hidden;
}
.event-detail{
    margin: 20px 40px;
    margin-top: -40px;
    position: relative;
    padding: 20px;
    text-align: center;
}
.event-descrption{
    text-align: center;
}

.event-url{
    color: white;
    border: 1px solid ;
    padding: 5px 20px;
    text-decoration: none;
    border-radius: 5px;
    background-color: crimson;

}
.contact{
    background-color: black;
    color: white;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-email a{
    color: white;
}
.social {
    height: 100%;
    margin-bottom: auto;
}

.social-link{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 10px;
    background-size: 50px 50px;
}

.social-link.facebook{
    background-image: url("../images/facebook.svg");
}

.social-link.instagram{
    background-image: url("../images/instagram.svg");
}

.social h3{
    font-weight: normal;
    font-family: ' Fjalla One',  ;
}

.form-email input{
    border-color: gray;
    border-style: solid;
    border-radius: 5px;
    padding: 10px 20px 10px 25px;
    background-image: url("../images/envelope.svg");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
}

.form-email button{
    display: block;
    background: #2a2a2a;
    color: white;
    padding: 10px 0;
    border-radius: 5px;
    width: 100px;
    margin-top: 10px;
}

.form-email h3{
   font-family: ' Fjalla One',  ;
}

.form-email h4{
    font-size: 40px;
    font-family: "allura";
    margin: auto;
    }
    
 .form-email p{
   font-size: 18px;
    }
    .frase{
        background-color: gray
    }
    .frase p{
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        font-family: "allura";
        font-size: 32px;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .frase-small p{
    margin:0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px; 
    }
    
.container{
     /* border: 1px solid red; */
    max-width: 1000px;
    flex: 1;
    margin: 0 auto;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
    height: inherit;
    flex-wrap: inherit;
}
.container-logo{
    /* border: 1px solid red; */
   max-width: 1000px;
   flex: 1;
   margin: 0 auto;
   display: inherit;
   justify-content: center;
   align-items: inherit;
   height: inherit;
   flex-wrap: inherit;
   z-index: 3;
}
.proximamente-image{
    height: auto;
    width: 100%;
}
.proximamente{
    margin-bottom: 80px;
}
.event-title a{
    color: black;
    text-decoration: none
}

#june  {
    height: 400px;
    object-fit: contain;
    flex-wrap: wrap;
}

.container-stock{
    /* border: 1px solid red; */
   /* max-width: 1000px; */
   flex: 1;
   margin: 0 ;
   display: inherit;
   justify-content: inherit;
   align-items: inherit;
   height: inherit;
   flex-wrap: inherit;
}
.citas p{
    font-size: 23px;
    margin-left: 18px;
    }
    .citas-container{
        display: flex;
    }

.burger-button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    line-height: 40px;
    text-align: center;
    position: fixed;
    z-index: 4;
    left: 5px;
    top: 5px;
    color: white;
}
@media screen and (max-width: 1023px) {
.event-list-title{
    margin-left: 0;
}    
.event-detail{
    margin: 0%;
    margin-top: -80px
}
.event-url{
    font-size: 13px;
}

.container {
    padding: 0 1em;
}
.container-stock{
    padding: 0 1em; 
}

h1 {
    font-size: 2em;
    z-index: 2;
}


.burger-button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    line-height: 40px;
    text-align: center;
    position: fixed;
    z-index: 4;
    left: 5px;
    top: 5px;
    color: white;
}
}
@media screen and (max-width: 767px) {
    h2{
        font-size: 1.2em;
        margin: .5em 0;
    }
    .burger-button{
        display: block;
    }
    
    .menu{
        position: fixed;
        background: rgba(32, 28, 29,.9);
        z-index: 3;
        top: 0%;
        left: -100vw;
        width: auto;
        bottom: 0%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .3s;
    }
    .menu.is-active{
        left: 0;
        justify-content: flex-start;
        align-items: baseline;
        padding-top: 29px;
    }
    .logo img{
        height: 130px;
        }
    .event{
        width: 48%;
        flex-shrink: initial;
    }
    .event img{
        width: 100%;
    }
    .event-detail{
        margin-top: -30px
    }

    .nav-bar ol {
        display: block;
    }
    .nav-bar ol li{
        height: 50px;
    }
    .nav-bar a{
        height: 40px;
        font-size: 1.5em;
        text-decoration: none;
        margin-bottom: .5em;
        border-bottom: solid 1px #2b2329;
        color:#dcdcdc;
        padding: 0 20px;

}
@media screen and (max-width: 480px) {
    h1{
        font-size: 1.5em;
    }
    
     .event-detail{
      margin: -2em .5em .5em;
      padding: 1em;
    }
    .contact{
        height: auto;
        padding: 1.5em 0;
        text-align: center;
        display: block;
    }
    .logo img{
        height: 90px;
        }
    .form-email button{
        margin:  1em auto;
    }
    .form-email h3{
        margin-top: 0;
    }
    .footer{
        display: block;
        text-align: center;
        border: 1px solid transparent
    }
    .social-link{
        width: 40px;
        height: 40px;
        background-size: 100%;
    }
    .event-url{
        font-size: 12px
    }
    .event img{
        height: auto;
    }
    .event-detail{
        margin: 0%;
    }
    .event-title{
        font-size: 24px;
    }
    .header{
        padding: 10px 0;
    }
    .nav-bar a{
        font-size: 1em;
    }
    .event-list-title{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .citas-container {
        justify-content: center;
    }     
}

@media screen and (max-width: 320px) {
    h1{
        font-size: 1.2;
        } 
    .event-url{
        font-size: 7px
    }
    .event-detail{
        padding: .5em;
    }
    .logo img {
        height: 60px;
    }

    .event-list-title{
        font-size: 28px;
        padding: 0%;
    }
    .event-title{
        font-size: 17px;
    }
}