*{
}

html,
body{
    /*font-family: "BioRhyme", "Gabriela", serif; "Franklin", sans_serif;*/
    font-family: 'BioRhyme', serif;
    font-family: 'Gabriela', serif;
    font-family: 'Libre Franklin', sans-serif;
    
}

.app{
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: 55px 30px auto 30px;
    background-color: #1343bc;
    padding: 0;
    position: relative;

}

.app h1{
    font-family: BioRhyme;
    font-size: 4rem;
    color: white;
    padding: 0rem;
    margin-left: 2rem;
    margin-bottom: 0;
}

.app h2{
    font-family: BioRhyme;
    font-size: 2rem;
    color: white;
    padding: 0rem;
    margin-left: 2rem;
    margin-bottom: 1rem;
}

.app h4{
    font-family: Libre Franklin;
    font-weight: 300;
    color: white;
    padding: 0rem;
    margin-left: 2rem;
    margin-top: 0;
    
}


.app .mainHeader{
    grid-row-start: 1; 
	grid-column-start: 1; 
	grid-row-end: 2;
	grid-column-end: 5;
    background-color: #93aef1;
    justify-content: space-between;

    display: flex;
    align-items: baseline;
    margin: 0;
    padding: .2rem;
    text-align: center;
    position: sticky;
    top:0;
    left: 0;
    z-index: 2;
}

/* HEADER LEFT */

.app .mainHeader .headerLeft{
    

}

.app .mainHeader .headerLeft img{
}

.app .mainHeader .headerLeft .nombre{
    font-family: Gabriela;
    font-size: 1.5rem;
    padding: 0 0 0 .5rem;
    align-items: baseline;
    color: rgb(50, 50, 50);

}

/* HEADER CENTER */

.app .mainHeader .headerCenter .mainNav{
    grid-row-start: 1; 
	grid-column-start: 2; 
	grid-row-end: 2;
	grid-column-end:4;
}

/* NAV */

.app .mainHeader .headerCenter .mainNav{

}

.app .mainHeader .headerCenter .mainNav .navList{
    list-style: none;
    display: flex;
    gap: 2rem;
}

.app .mainHeader .headerCenter .mainNav .navList .navListElem a{
    font-family: BioRhyme;
    color: rgb(50, 50, 50);
}

/* mouse over link */
.app .mainNav .navListElem a:hover{
    background-color: #fdfdfd;
    border-radius: 10px;
    padding: .1rem;
}

.app .mainNav .navListElem .extraNavLinks a:hover{
    background-color: #FDBD17;
    border-radius: 10px;
    padding: .1rem;
}


/* Extra NAV */

.app .headerCenter .extraNavMenu{
    height: 30px;
    width: 100%;
    position: sticky;
    left: 0;
    z-index: 3;
    top: 55px;
    background-color: #FFEED5;
    position: absolute;

}

.app .extraNavMenu .extraNavLinks{
    list-style: none;
    display: flex;
    gap: 2rem;
    margin-left: 31.5rem;
    font-family: BioRhyme;
    margin-top: .2rem;
    color: rgb(50, 50, 50);
    visibility: hidden;
}


/* .mainNav>ul>li:hover .extraNavLinks a{
    visibility: visible;}
    

.mainNav .navList .navListElem:hover section div{
    visibility: visible;
}*/

.mainNav .navList>li:hover .extraNavLinks{
    visibility: visible;
}

/* HEADER RIGHT */

.app .mainHeader .headerRight{
}

.app .mainHeader .headerRight .home .homeElem{
    list-style: none;
    font-family: BioRhyme;
    margin-right: 1rem;
}

.app .mainHeader .headerRight a{
    color: rgb(50, 50, 50);
}

/* MAIN CONTENT */

.app .mainContent {
    background-color: #1343bc;
    grid-area: 3 / 1 / 5 / 5;
}

.mainContent .teatro{
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-template-rows: 200px 1fr;
}

.teatro h1{
    margin-top: 5rem;
    margin-left: 4rem;
    font-size: 7rem;
    margin-bottom: 1.5rem;
    line-height: 6rem;
    color: #FDBD17;
}

.teatro h2{
    font-size: 1.5rem;
    width: 400px;
    padding: .2rem;
    margin-left: 4rem;

}

.teatro .titleSect{
    grid-area: 1 / 1 / 3 / 2;
}

#slideshow {
    grid-area: 1 / 2 / 3 / 3;
    text-align: center;
    overflow: hidden;
    height: 690px;
    width: 728px;
    margin: 0 auto;
    margin-left: 13rem;
  }
  
  .slideWrapper {
    width: 2912px;
    -webkit-animation: slide 20s ease infinite;
  }
  
  .slide {
    float: left;
    height: 910px;
    width: 728px;
  }

  .slide img{
margin-top: 1rem;  }
  
  .slide:nth-child(1) {
    background: #93aef1;
  }

  
  .slide:nth-child(2) {
    background: #5770b1;
  }
  
  .slide:nth-child(3) {
    background: #93aef1;
  }
  
  .slide:nth-child(4) {
    background: #5770b1;
  }
  
  .numberText {
    color: #FDBD17;
    text-align: center;
    font-size: .8rem;
  }

  .slide .text{
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2rem;
    padding: .5rem;
  }
  
  .slide:hover {animation-play-state: paused;
}
  
  @-webkit-keyframes slide {
    20% {margin-left: 0px;}
    30% {margin-left: -728px;}
    50% {margin-left: -728px;}
    60% {margin-left: -1456px;}
    70% {margin-left: -1456px;}
    80% {margin-left: -2184px;}
    90% {margin-left: -2184px;}
  }
  


/* FOOTER */

.mainFooter{
    background-color: #FFEED5;
    font-family: BioRhyme;
    grid-area: 5 / 1 / 6 / 5;

}

.mainFooter .mainFooterText{
    font-family: BioRhyme;
    font-weight: 300;
}