/* Here goes the universal styles no matter viewport size */

/* This block is for when you want a perfect background image */
/* html {
  background: url("../img/bg/1.jpg") no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}      */

body{
  font-family: 'Roboto', sans-serif;  
} 

.row{
  height: 100vh;  
}

.fb-wrapper{  
  display: inline-block;
}

#slider1,
#slider3,
#slider4,
#slider5{
  text-align: center;
  color: white;  
}

.header2{
  font-weight: bold;
  font-size: 7.25em;
  color: #ebc630;
}

.header3{
  font-size: 2.25em;
  color: white;
}

.header4{
  font-weight: bold;
  font-size: 2.1875em;
  color: white;
}

.header5{
  font-weight: bold;  
}

.header6 span{
  font-weight: bold;
  font-size: 1.4375em;
}
.header6{
      font-weight: normal;
    font-size: 0.8em;
    display: inline;
}

.header8{
  color: #ebc630;
  font-weight: bold;
  font-style: italic;    
}

.header9{
  color: white;
  font-size: 1.5em;
  font-style: italic;    
}

.btn-participar{  
  border: none;
  padding: 5px 40px;
  background-color: #ebc630; 
  font-size: 1.875em;
  font-weight: bold;
  color: #282724;
  box-shadow: 3px 3px #3c332a;
  margin-bottom: 10px;
}

.btn-compartir{
  border: none;
  background-color: #4267b2;
  font-weight: bold;
  padding: 20px 35px;
  border-radius: 5px;
}

#btn-calificar{
  padding: 5px;
  background-color: #ebc630;
  box-shadow: 2px 2px #888888;
  color: black;
}

.sequencer img {
	position: relative;
	z-index: 10;	
	border-radius: 3px;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  vertical-align: middle;
}

.sequencer img:hover {
  z-index: 11;
	-webkit-transform: scale(2.5);
	transform: scale(2.5);
}

.sequencer label{
  vertical-align: middle;
}

.sequencer label span {
	position: relative;
	display: block;	 
	border: 2px solid #ebc630;
	border-radius: 2px;
  cursor: pointer;  
}

.sequencer label input[type=checkbox]:checked ~ span {
	background: #ebc630;
}

.sequencer label.active input[type=checkbox]:checked ~ span {
	background: #EB495D;
}

.sequencer label input {
	display: none;
}

.sequencer .active span {
	border-color: #EB495D;
}

.botones{
  color: white;
  font-weight: bold;
}

.botones:hover,
.botones:visited,
.botones:active,
.botones:link{
  text-decoration: none;
  color: white;
  font-weight: bold;
}

#slider4 p{
  font-weight: bold;
  font-style: italic;
  font-size: 1.5em;
}

.btn-megusta{
  border: none;
  border-radius: 3px;
  background-color: #4267b2;
  font-weight: bold;
  color: white;
  padding: 5px 5px;
}
#pla-demo{
  display: inline;
}
.link{
  color: #fff;
  text-decoration: underline;
  margin: 14% 0;
  font-size: 15px;
  cursor: pointer;

}
.link:hover{
  color: #fff22c;
}