/* FONTS */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 11, 2020 */

@font-face
{
	font-family: "Bauhaus";
    src:url(fonts/Bauhaus_.ttf),url(fonts/Bauhaus_.woff),url(fonts/Bauhaus_.svg),url(fonts/Bauhaus_.otf);
   
}
@font-face
{
	font-family: "Helvetica-Condensed";
	src:url(fonts/Helvetica-Condensed.ttf),url(fonts/Helvetica-Condensed.woff),url(fonts/Helvetica-Condensed.svg),url(fonts/Helvetica-Condensed.otf),url(fonts/Helvetica-Condensed.eot);
}

/* GLOBAL STYLES */ 
html, body {
    height: 100%;
    max-width: 100vw;
     
}

body {
    background-color: black;
    font-family: Cabin;
    min-height: 100vh ;
    width:100%;
}
* {
    box-sizing: border-box;  
}
ul {
    list-style-type: none;  
}
.active a {
    color: #d42424!important;
}



/* SECTIONS */
#home {
    min-height: 80vh;    
}

/* HEADER */ 
/* Navbar */
.navbar {
    max-width: 100vw;
}
.navbar img {
    width: 50vw;
}
.container {
    max-width: 100vw;
}
.navbar-brand {
    width: 50vw;
}
.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.navbar-nav a {
    font-family: Bauhaus;
    color: #fff;
    text-decoration: none;
}
.navbar-nav a:hover {
    color: #d42424;
}
.navbar-toggler i:hover {
    color: #d42424;
    border: none;
}
.navbar-collapse li {
    font-size: 1em ;
    padding: 0.5em;
}
.navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
}


/* INDEX */
/* Cabecera */
#cabecera {
    max-width: 90vw;
}
#cabecera img  {    
    width: 80vw;    
}
/* Home */
#content {
    max-width: 90vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
#content img, h2 {
    font-family: Bauhaus;
    width: 45vw;
    color: #d42424;
    font-size: 1.2rem;
    text-align: center;
}
/* Call to action */
#options {
    width: 100%;
    margin-top: 5rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
#options img {
    width: 3.5rem;
    margin: .5rem;
    border: solid 1px transparent;
    border-radius: 5px;
  
}

/* Video */
#video {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hover */
@-webkit-keyframes bob-on-hover {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @keyframes bob-on-hover {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @-webkit-keyframes bob-on-hover-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  @keyframes bob-on-hover-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  .bob-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .bob-on-hover:hover, .bob-on-hover:focus, .bob-on-hover:active {
    -webkit-animation-name: bob-on-hover-float, bob-on-hover;
    animation-name: bob-on-hover-float, bob-on-hover;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
  }


  /* BIO */
  #bio, #mision, #shows, #talleres, #fotos {
      justify-content: center;
      max-width: 100%;
      margin-bottom: 7rem;
  }
  #bio-img, #mision-img, #shows-img, #talleres-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #bio-img img, #mision-img img, #shows-img img, #talleres-img img {
      width: 100%;
  }
  #bio-content, #mision-content, #shows-content {  
    display: flex; 
    justify-content: center;
    align-items: start;
  }

#bio-txt p, #mision-txt p, #shows-txt p, #talleres-txt p {
    font-family: Bauhaus;
    text-align: center;
    color: white;
    padding: 1rem;
    letter-spacing: 1px;  
    width: 100%;
    margin-bottom: -1rem;
    line-height: 2;
  }

  #cita  {
    font-family: Satisfy;
    font-size: 1.2rem;
    justify-content: center;
    align-items: center;
    color: #d42424;
    line-height: 1.5;
    margin-bottom: 7rem;
}
#cita p {
    margin-left: 2.5rem ;
    margin-right: 2.5rem;
    text-align: center;
}

/* MISION */ /* SHOWS */ /* TALLERES */
#mision-txt h3, #shows-txt h3, #talleres-txt h3, #talleres-txt h4 {
    font-family: Bauhaus;
    text-align: center;
    padding: 1rem;
    color: #d42424;
    margin-top: 1rem;
   
    font-size: 2rem;
}
#mision-txt ul {
    color: #fff;
    text-align: left;
}
#mision-txt li {
    font-family: Bauhaus;
}

 #talleres-txt h4 {
     font-size: 1.2rem;
 }

 /* FOTOS */

.carousel {
    width: 100%;
}
.img-fluid  {
    background: #000;
    border: solid 1px #000;
    border-radius: 10px;
}

/* WHATSAPP */
.flotante {
    background-color: #000;
    display: scroll;
    position: fixed;
    bottom: 45%;
    z-index: 99;
    cursor: pointer;
    opacity: 80%;
    right: .5rem;
    width: 4rem;
    border-radius: 5px; 
    justify-content: center;
    align-items: center; 
    padding-left: .3rem;
}
#telephone i {
    font-size: 1.5rem;
    float: right;
    color: #fff;
}
#telephone h4 {
    font-family: Bauhaus;
    font-size: .5rem;
    margin-top: .5rem;
}
#telephone h4:hover {
    font-size: 1.2rem;
}



/* FOOTER */
.footer {
    background-color: rgb(7, 7, 7);
    color: #fff;
    height: 200px;
    position: relative;
    margin-top: -4rem;
}
.footer .footer-content {
    display: flex;
    text-align: center;
}
.footer .footer-content .footer-section {
    flex: 1;
    padding: 25px;
    display: block;
}
.footer .footer-content h1 {
    font-family: Bauhaus;
    font-size: 1rem;
}
.footer .footer-content h1 span {
    color: #d42424;
    font-size: 2rem;
}
.footer .footer-content .about .contact span {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.footer .footer-content .about .socials {
    margin-bottom: -1.5rem;
}
.footer .footer-content .about .socials a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 1.3rem;
    justify-content: space-between;
    color: #fff;
    margin-right: -.3rem;
    
}
.footer .footer-content .about .socials i:hover {
    font-size: 1.5em;
    color: #d42424;
}




/* MEDIA QUERIES */

/* MD Viewport */
@media all and (min-width: 767px) {
    .navbar img {
        width: 30vw;
    } 
    #telephone i {
        font-size: 2rem;
    }
    #telephone {
        width: 6rem;
    }
    #telephone h4 {
        font-size: 1rem;
    }  
    #cabecera {
        margin-top: -1rem;
    }
    #content img {
        width: 20vw;
    }
    #content h2 {
        font-size: 2rem;
    }
    #home {
        min-height: 80vh;
    }
    #options img {
        width: 5rem;
    }
    
    .social-icons i {
        font-size: 2rem;
        margin-top: 2rem;
    }
    .social-icons i:hover {
        font-size: 2.5rem;
    }
    #options {
        margin-top: 2rem;
    }
    #mision-txt, #shows-txt, #talleres-txt {
        max-width: 70%;
    }
    #bio-img img, #mision-img img, #shows-img img, #talleres-img img {
        width: 90%;
    }
    #bio-txt p, #mision-txt p, #shows-txt p, #talleres-txt p {
        font-size: 1.3rem;
        min-width: 100%;
    }
    #mision-txt h3, #shows-txt h3, #talleres-txt h3 {
        max-width: 100%;
        color: #d42424;
        
        font-size: 2.5rem;
    }
  
    #talleres-txt h4 {
        font-size: 1.5rem;
        margin-left: 5rem;
        margin-right: 5rem;
    }
    #mision-txt ul {
        color: #fff;
        font-size: 1.5rem;
    }
    #cita {
        font-size: 2rem;
    }
    .flotante {
        bottom: 60%;
    }
    #video {
        margin-top: 5rem;
    }

}

/* LG Viewport */
@media all and (min-width: 991px) {
    .navbar {
    margin-right: 2rem;
}
    .navbar-nav {
        width: 100%;
        margin-left: 10rem;
    }
    .navbar-collapse {
        width: 100vw;
    }
    #navbarResponsive li {
        font-size: 1rem;
    }
    .social-icons i {
        margin: 1rem;
    }
    .copyright h4 {
        font-size: .75rem;
    }
    #bio-img, #mision-img, #shows-img {
        justify-content: center;
        align-items: center;

    }
    #bio-img img, #mision-img img, #shows-img img, #talleres-img img {
        width: 80%;
    }
    #bio-txt p, #mision-txt p, #shows-txt p, #talleres-txt p {
        font-size: 1.5rem;
        width: 80%;
    }
    #mision-txt h3, #shows-txt h3 {
        color: #d42424;
        font-size: 3rem;
    }
    #mision-txt ul {
        color: #fff;
        font-size: 1.5rem;
    }
    .carousel {
        width: 60%;
        margin: auto;
    }
    #home {
        min-height: 75vh;
    }
    .footer {
        margin-top: 2rem;
    }
    #content img {
        width: 30vw;
    }
    #content h2 {
        font-size: 2.5rem;
    }
    
}

/* XL Viewport */
@media all and (min-width: 1200px) { 
  #navbarResponsive li {
      font-size: 1.5rem;
      
  }
    #mision-txt ul {
        color: #fff;
        font-size: 1.5rem;
    }
    #mision-txt, #shows-txt, #talleres-txt h3 {
        font-size: 2rem;
      
    }
    #talleres-txt h4 {
        font-size: 1.8rem;
        margin-left: 8rem;
        margin-right: 8rem;
    }
    #content h2 {
        font-size: 3rem;
    }
}

