body {
  background-image: url("./img/fondofrases.png");
  background-size: 70vw;
  background-attachment: fixed;
}

h1 {
  font-size: 11vh;
  color: white;
  text-align: center;
  margin-left: 4.5vw;
  width: 90%;
  font-family: "Lilita One", sans-serif;
  background-color: #cc7a00;
}

.contenedor2 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 60vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.slides {
  padding: 0;
  width: 60vw;
  height: 55vh;
  margin: 0;
  position: relative;
}

.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slide {
  top: 0;
  opacity: 0;
  width: 60vw;
  height: 55vh;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: all 0.7s ease-in-out;
}

.slide img {
  width: 100%;
  height: 100%;
}

.nav label {
  width: 20vw;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 20vw;
  text-align: center;
  line-height: 45vh;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px #777777;
}

.slide:hover + .nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 1;
}

.nav .next {
  right: 0;
}

input:checked + .slide-container .slide {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
  display: block;
}

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -5px;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6,
input#img-7:checked ~ .nav-dots label#img-dot-7,
input#img-8:checked ~ .nav-dots label#img-dot-8,
input#img-9:checked ~ .nav-dots label#img-dot-9,
input#img-10:checked ~ .nav-dots label#img-dot-10,
input#img-11:checked ~ .nav-dots label#img-dot-11,
input#img-12:checked ~ .nav-dots label#img-dot-12,
input#img-13:checked ~ .nav-dots label#img-dot-13,
input#img-14:checked ~ .nav-dots label#img-dot-14,
input#img-15:checked ~ .nav-dots label#img-dot-15,
input#img-16:checked ~ .nav-dots label#img-dot-16 {
  background: rgba(0, 0, 0, 0.8);
}

.btn-clash.one {
  font-family: "Lilita One", sans-serif;
  bottom: 0;
  right: 0;
  margin-left: 41vw;
  margin-bottom: 1.5vw;
  z-index: 2;
  border: none;
  border-radius: 1vw;
  font-size: 2VW;
  color: #cc7a00;
  background: none;
  cursor: pointer;
  padding: 22px 70px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffbd21;
  color: BLACK;
  box-shadow: 0 6px #ae6a06, -1px 8px 0 black, 0 0 0 2px black, 0px 6px 0px 2px black;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.btn-clash.one:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-clash.one:hover {
  box-shadow: 0 4px #ae6a06, 0 0 0 2px black, 0px 4px 0px 2px black;
  top: 2px;
}
.btn-clash.one:active {
  box-shadow: 0 0 #ae6a06, 0 0 0 2px black, 0px 0px 0px 2px black;
  top: 6px;
}
.btn-clash.one .overlay {
  width: 95%;
  height: 87%;
  position: absolute;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 4px #fe8d0a;
  border-radius: 5px;
  top: 2px;
  left: 5px;
}
.btn-clash.one .overlay + .overlay {
  height: 45%;
  width: 92.5%;
  left: 7px;
  border-radius: 5px;
  top: 6px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.btn-clash.one .overlay + .overlay + .overlay {
  width: 5px;
  height: 8px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 200px;
  right: 8px;
  left: auto;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  list
}