body{
	background: url(../img/Simple_Shiny.svg);
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: center;
	  background-size: cover;
	  font-family: 'Roboto Slab', serif;
	  font-weight: 300;
		font-size: 16px;
}
header{
	background: #000;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 100;
}
h2{
	font-family: rufina-alt-01, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 2.5rem;
	color: #000;
}

h3{
	font-family: rufina-stencil, sans-serif;
	font-weight: 400;
	font-style: normal;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}

/*Header*/
.oper {
  background-image: url(../img/portada-lauder.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.tit1 {
  text-align: center;
  font-family: rufina-alt-01, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  padding: 25% 0px 25% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
}

.bajada{
	font-family: rufina-stencil, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
	letter-spacing: 1px;
	color: #000;
}


.texto{
	font-family: neue-haas-grotesk-display, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
}
.elle{
	width: 110px;
	padding: 0.5rem;
}
.presentado{
	font-size: 0.6rem;
}
.detalle{
	font-size: 12px;
	transform: none;
}
.autor{
	font-size: 10px;
	transform: none;
}
.cita{
	font-family: 'Dancing Script', cursive;
	font-size: 1.8rem;
}
.cta{
	background: #000;
	color: #fff;
	padding: 5px 20px;
}

.cta:hover{
	background: #4d4d4d;
	color: #fff;
	padding: 5px 20px;
}
footer{
    background: #eee;
}

/*Button*/
button.btn {
  background: #fff;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  width: 220px;
  text-transform: uppercase;
  cursor: pointer;
  transform: skew(-21deg);
  margin: 15px 0px;
}

span._f{
  transform: none!important;
}
span{
  display: inline-block;
  transform: skew(21deg);
}

button.btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: rgb(20, 20, 20);
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}

button.btn:hover {
  color: #fff;
}

button.btn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.glass{
/* From https://css.glass */
background: rgba(255, 255, 255, 0.1);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.2px);
-webkit-backdrop-filter: blur(4.2px);
border-radius: 15px;
}

@media only screen and (max-width: 700px) {
	h2{
		font-size: 1.5rem;
	}
	.caja-texto{
		margin-left: 0%;
	}

	.box1{
		background: rgb(0,0,0);
	}
	.box-negro{
	background: rgb(0,0,0);
	}

	.oper {
  background-image: url(../img/portada-lauder-m.jpg);

}
.tit1 {

  font-size: 10vw;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  border: none;
}

body{

	  background-position: left;

}
}