@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-position: center;
	  background-size: cover;
	  font-family: 'Roboto Slab', serif;
	  font-weight: 300;
		font-size: 18px;
}
header{
	background: #000;
	text-align: center;
	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: 'Poppins', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5rem;
}
ul{
	color: #fff;
}
li{
	text-decoration: none;
	color: #fff;
}

/*Header*/
.oper {
  background-image: url(../img/portada-jackson.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: 45% 0px 45% 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: 3.5rem;
	letter-spacing: 1px;
	color: #000;
}
.titulo{
	border-bottom: 1px #000 solid;
	font-family: rufina-stencil, sans-serif;
	font-size: 3rem;
}

.subtitulo{
	font-family: neue-haas-grotesk-display, sans-serif;

}

.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.8rem;
}
.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 {
	background: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 2em;
  border: 1px solid #000000!important;
  border-radius: 0px!important;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #000;
  z-index: -1;
  color:#fff;
}

button:hover, button:focus {
  color:#fff;
}

button:hover:before, button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

button:active {
  transform: scale(0.9);
}
.btn:hover {
    color: #ffffff;
    text-decoration: none;
}
/*Button*/


.link{
	color: #212529;
	text-decoration: underline;
}

.link:hover{
	color: #949494;
	text-decoration: underline;
}

.usa{
	height: 50px;
}

@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;

}
}