

* {
     
    box-sizing: border-box;
}

html, body{
    display: flex;
    flex-direction: column;
    height:100vh;
    margin: 0;
    background-color: black;
    font-family: 'Spartan', sans-serif;
    
  
}

.botonmenu{
    display: none;
}

.header{
    background-color: black;
    display: flex  ;
    flex-wrap: nowrap;
    height:100%;
    margin:0;
    flex-direction: row;
}

    .menu{
        background-color: rgb(0, 0, 0);
        display:flex;
        flex-wrap: nowrap;        
        flex: 1 1 auto;
        flex-direction: column;
        align-items: center;
        min-width: 400px;

    }

        .logo {
            
            display: flex;
            flex-wrap: nowrap;
            flex: 8 1 auto;
            font-size: 25px;
            margin-top: 5vh;
            font-family: 'Wire One', sans-serif;
            font-family: 'Spartan', sans-serif;
            font-size: 60px;        
            color: bisque;
            
            
        }

       
        .imglogo{
            width: 100%;
            min-width: 300px;
            padding: 20px;
            height: auto;
            max-height: 95px;
            
        }

        .imgiso{
            display: none;
        }

        .nav {
            
            font-size: 18px;
            color:  white;
            text-decoration: none;
            display: flex;
            flex-wrap: nowrap;
            flex: 8 1 auto;
            flex-direction: column;
            align-items: center;
            margin-top: 0vh;
            letter-spacing: .1rem;
        }

        .nav a {    
            font-size: 12px;
            color:  white;
            text-decoration: none;
            font-weight:bolder;
            
            display: block;
            position: relative;
            padding: 0.2em 0;
            
        }

        .nav a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 0.03em;
            background-color: rgb(216, 216, 216);
            transition: opacity 300ms, transform 300ms;
            opacity: 1;
            transform: scale(0);
            transform-origin: center;
            }

        .nav a:hover::after, .nav a:focus::after{
            transform: scale(1);
            

        }


        .social {
            
            display: flex;
            flex-wrap: nowrap;
            flex: 1 1 auto;
            flex-direction: column;
            align-items: center;
            color: white;
            

        }

            .direccion{
            margin-top: 0px;
            font-size: 11px;
            letter-spacing: 2rem;
            font-weight: bold;
            
            letter-spacing: .01em;
            color: #acacac;
            letter-spacing: .7px;
            }

            .iconos{
                font-size: 25px;
                color: white;
            }

    .cartelera{
        
        
        background-position: center;
        background-attachment: contain;
        background-size:cover;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        flex-direction: column;
        flex: 5 1 auto;
        padding: 30px;
        padding-top: 65px;
        padding-bottom: 10vh;
        text-shadow: 2px 2px 7px #212529;        
        
        
    }

    
    .exposicion {
        
        padding: 0px;
        margin-top: 0px;
        display: flex;
        justify-content: right;
        flex-wrap: nowrap;
        font-size: 90px;
        font-weight: lighter;
        
        
        
    }
    .artista{
        display: flex;
        justify-content: right;
        flex-wrap: nowrap;
        font-size: 32px;
        font-weight: bolder;        
        
    }

    .cartel1{
        
        color: bisque;
        margin: 0px;
        color: white;
        margin-top: 0px;
        margin-bottom: -10px;
        text-align: right;
        justify-content: right;
        font-family: 'Spartan', sans-serif;
        display: flex;
        flex-wrap: nowrap;
        
        
        
    }

    .cartel2{
        font-size: 35px;
        color: bisque;
        color: white;
        font-weight:normal;
        text-align: left;
        margin-left: 5px;
        margin-top: 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: right;
        font-weight: bolder;
        
    }
    .linksub{
        text-decoration: none;
    }

    

    .terms{
            text-decoration: none;
            margin-top: 0px;
            font-size: 10px;
            letter-spacing: 2rem;
            font-weight: bold;
            
            letter-spacing: .01em;
            color: #acacac;
            letter-spacing: .1rem;
    }

    .redes{
            margin-top: -10px;
            font-size: 25px;
            letter-spacing: 2rem;
            font-weight: bold;
            
            
            color: #acacac;
            letter-spacing: .2rem;
    }

    .redes:hover, .terms:hover{

            color: white;
    }

    .whatsapp {
        position:fixed;
        width:40px;
        height:40px;
        bottom:20px;
        right:20px;
        background-color: rgba(0, 0, 0, 0.212);
        color:rgb(255, 245, 245);
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
      }
      
      .whatsapp-icon {
        margin-top:5px;
      }

      .whatsapp-icon:hover{
          color: black;
      }
      

    
@media all and (max-width:970px){
    .menu{
        min-width: 400px;
    }

}

@media all and (min-width: 2000px){
    .imglogo{
        width: 100%;
        min-width: 250px;
        padding: 20px;
        height: auto;
        max-height: 110px;
        
    }
    .menu{
        
        width: 25%;
        
        
        min-width: 400px;

    }

    .exposicion {
        
        
        font-size: 95px;
        
        
        
        
    }
    .artista{
        display: flex;
        justify-content: right;
        flex-wrap: nowrap;
        font-size: 32px;
        font-weight: lighter;
        
        
    }

    .terms{
        text-decoration: none;
        color: white;
    }

}
    

@media all and (max-width:780px) {

    html, body{
        display: flex;
        flex-direction: column;
        
        margin: 0;
        font-family: 'Spartan', sans-serif;
        height:auto;
                    
    }

    .header{
        flex-direction: column;
        
        background-color: rgb(0, 0, 0);
}
        
    .menu{
        
        width: 100%;
        height: 15vh;
        flex-direction: row;
        align-items: center;
        background-color:rgb(0, 0, 0);
        display: flex;
        flex-wrap: nowrap;
        padding-right: 2vh;
        padding-left: 2vh;
        flex: 1 1 auto;
        padding-top: auto;
        padding-bottom: auto;
    

            
        min-width: 200px;
    
        
    }    

    .imglogo{
        display: none;
        
    }

    .nav, .social{
        display: none;
    }

    .imgiso{
        display:inline;
        width: 90px;
        height: 90px;
        margin-left: 0vh;
        align-self: center;
        
    }

    .logo {
        background-color: rgb(0, 0, 0);
        
        display: flex;
        flex-wrap: nowrap;
        flex: 1 1 auto;
        font-size: 25px;
        margin-top: auto;
        font-family: 'Wire One', sans-serif;
        font-family: 'Spartan', sans-serif;
        margin-top: 0px;
        color: bisque;    
        }
        
    .botonmenu{
        display: inline;
        margin-right: 3vh;
    }    

    #offcanvasExample{
        background-color:rgb(0, 0, 0) ;
        color: white;
        font-size: 15px;
        max-width: 70%;
    }

    .btn {
        background-color:rgb(0, 0, 0) ;
        border-color: rgb(0, 0, 0);
    }

    .btn:hover{
        background-color:white ;
        border-color: white;
        color:rgb(0, 0, 0);

    }
    .linkmenu{
        text-decoration: none;
        color: white;
    }
    

    .cartelera{
        min-height: 400px;
        height: 85vh;
        text-align: right;
        justify-content: right;
        flex-wrap: nowrap;

    }

    

    .exposicion {
        
        font-size: 48px;        
        margin-bottom: 2vh;
    }

    .artista{
        
        font-size: 28px;
        font-weight: bold;
       
        
        
    }
    
    

    
        
        

    .cartel1{
        justify-content: left;
        text-align: left;
    }

    .cartel2{
        margin-top: 30px;
        font-size: 20px;
        max-width: 80vh;
        justify-content: left;
        text-align: left;
    }


    }

    @media all and (max-width:412px){
    

    .exposicion {
        max-width: 80vh;
        font-size: 55px;        
        margin-bottom: 2vh;
    }

    .artista{
        margin-top: 30px;
        font-size: 18px;
        font-weight: bold;
        max-width: 80vh;
        
    }
    
    .cartel1{
        justify-content: right;
        text-align: right;
    }

    .cartel2{
        margin-top: 55px;
        font-size: 25px;
        max-width: 80vh;
        justify-content: right;
        text-align: right;
    }

    }
