@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

#form {
  display: none;
  margin-bottom: 25px;
}
#transcript {
  list-style: none;
  margin-top: 50px;
  padding-left: 0px !important;
}


#alignlegenda{
	height: 100%;
  min-height: 100%;
  display: -webkit-flex;
	display: flex;
	-webkit-align-items: center !important;
	align-items: center;
	-webkit-justify-content: center !important;
	justify-content: center;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 5px 10px;
    font-size: 10px;
    line-height: 10px;
    border-radius: .3rem;
}

ul.styled {
	rgba(50, 62, 76, 0.21) padding: 10px;
    font-family: 'Open Sans', sans-serif;
	max-width: 690px;
	margin: 0 auto;
	margin-bottom: 0px;
	border-radius: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 30px;
}
#transcript li {
  display: none;
}
#transcript li.speaking {
    display: block;
    height: 150px;
}

#btnPlay {
  display: none;
}
#audio {
  display: none;
}
.playalign {
     max-width: 700px;
 }


#modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 0;
}
#modal #content {
  margin: 0 auto;
  position: absolute;
/*  top: 50%;*/
  top: 200px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}
#modal #content .btn-modal {
  color: white;
  border-color: white;
  background-color: #f52500;
  font-size: 30px;
  padding: 20px 40px;
}

#modal #content .btn-modal:hover{
    background-color: #8c0306;
}

/* ================= */
/*      DESKTOP      */
/* ================= */

@media only screen and (min-width: 961px){
    
    
}




/* ================= */
/*      TABLET      */
/* ================= */

@media only screen and (max-width: 960px){
    
    
}





/* ================= */
/*      MOBILE       */
/* ================= */

@media only screen and (max-width: 600px) {

    ul.styled {
	rgba(50, 62, 76, 0.21) padding: 10px;
    font-family: 'Open Sans', sans-serif;
	max-width: 690px;
	margin: 0 auto;
	margin-bottom: 0px;
	border-radius: 4px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 25px;
}
    
    #transcript {
  list-style: none;
  margin-top: 50px;
  padding-left: 0px !important;
}
  
    #transcript li.speaking {
    display: block;
    height: 220px;
}

    
    
}


@media only screen and (max-width: 350px) {

    
     
}
