/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1 {
  font-size: 2.4rem;
}

h2, h3, h4 {
  font-size: 2rem;
}

p, li {
  font-size: 1.8rem;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

img {
  width: 100%;
}

input, textarea, label, a {
  font-size: 1rem;
  outline: none;
  line-height: 1.65;
}
input:focus, textarea:focus, label:focus, a:focus {
  border: 1.5px solid #ffd166 !important;
}
@media only screen and (min-width: 380px) {
  input, textarea, label, a {
    font-size: 1.6rem;
  }
}

textarea {
  resize: none;
  width: 100%;
  border: none;
  padding: 1rem;
  overflow-y: hidden;
  font-size: 1.8rem;
}
textarea:focus {
  outline: none;
}

.invisible {
  display: none;
}

@media only screen and (min-width: 868px) {
  .vertical {
    width: 60%;
    margin-left: 20%;
  }
}

form {
  overflow: hidden;
  width: 80%;
  height: auto;
  margin: auto;
}
@media only screen and (min-width: 868px) {
  form {
    max-width: 80rem;
    margin-top: 5rem;
  }
}

.boton-amarillo {
  background-color: #ffd166;
}

.boton-verde {
  background-color: #06d6a0;
}

.boton-rojo {
  background-color: #b61c1c;
}

.boton-enviar {
  color: #000;
  display: flex;
  width: 90%;
  margin: auto;
  background: #073b4c;
  margin-bottom: 4rem !important;
  margin-top: 4rem !important;
}
.boton-enviar:hover {
  filter: brightness(1) !important;
}

.boton-enviar__layout {
  background: #fff;
}

.boton {
  display: grid;
  width: 100%;
  margin: auto;
  padding: 0.5rem;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.boton-block {
  min-width: 8%;
  display: block;
  padding: 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.boton-block a {
  font-size: 1.2rem;
}

@media only screen and (min-width: 868px) {
  .boton-absolute {
    display: inline;
    position: absolute;
    margin-left: 45%;
    margin-right: 2%;
    top: 4rem;
  }
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media only screen and (min-width: 868px) {
  .header {
    flex-direction: row;
    max-width: 90rem;
    margin: auto;
    padding: 4rem;
    margin-bottom: 10rem;
  }
}
.header ul {
  padding-left: 0;
}

.header-imagen {
  width: 100%;
  height: auto;
}
.header-imagen img {
  width: 100%;
}
@media only screen and (min-width: 868px) {
  .header-imagen {
    width: 29.25%;
    height: 5rem;
  }
}

.header-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -17rem;
  margin-bottom: 12%;
  height: 4rem;
}
.header-menu img {
  width: 8%;
  filter: invert(0);
  transition: filter 0.2s linear;
}
@media only screen and (min-width: 868px) {
  .header-menu {
    display: none;
  }
}

.header-lista {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
  z-index: -1;
  margin-top: -10rem;
  height: 16rem;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 87%);
  transition: all 0.2s linear;
}
@media only screen and (min-width: 868px) {
  .header-lista li {
    display: flex;
    justify-content: center;
    width: 25%;
    margin-left: 5%;
  }
}
.header-lista li a {
  color: #fff;
}
@media only screen and (min-width: 868px) {
  .header-lista {
    flex-direction: row;
    transition: none;
    margin: 0;
    z-index: 100;
    opacity: 1;
    padding: 2rem;
    flex-direction: row;
    flex: 3;
    justify-content: center;
    align-items: center;
    width: 70%;
  }
}

.transform-lista {
  opacity: 1;
  z-index: 10;
  transform: translateY(6.5rem);
  margin-bottom: 15%;
}

.barras-invert {
  filter: invert(0.75) !important;
  transition: filter 0.2s linear;
}

footer {
  width: 90%;
  margin-left: 10%;
}
footer a {
  color: #073b4c;
  text-decoration: underline;
}
@media only screen and (min-width: 868px) {
  footer {
    width: 100%;
    margin-left: 0%;
    max-width: 70rem;
    margin: auto;
  }
}

:root {
  --deg:0deg;
}

.presentacion, .conclusiones {
  max-width: 100rem;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 15rem;
  border: 0.5rem solid #8e7850;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 87%);
}
.presentacion h2, .conclusiones h2 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
}
@media only screen and (min-width: 868px) {
  .presentacion, .conclusiones {
    border: 0.5rem solid #8e7850;
  }
  .presentacion h2, .conclusiones h2 {
    font-size: 3.5rem;
  }
}

.presentacion-texto h1 {
  margin-left: 1%;
  color: #fff;
  margin-bottom: 3rem;
  font-size: 5rem;
}
.presentacion-texto span {
  display: none;
}
.presentacion-texto textarea {
  background: inherit;
  color: #fff;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) {
  .presentacion-texto {
    padding: 2rem;
  }
  .presentacion-texto span {
    display: inline;
    width: 10rem;
    height: 10rem;
    text-align: center;
    position: absolute;
    font-size: 0.8rem;
    transform: translateY(-1.4em) translateX(-11rem) rotate(-28deg);
    color: #fff;
  }
}

.presentacion-cards textarea {
  background: inherit;
  color: #fff;
}
@media only screen and (min-width: 868px) {
  .presentacion-cards {
    display: grid;
    grid-template-columns: 2fr 1fr;
    background: #8e7850;
    background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 87%);
  }
}

.presentacion-cards__imagen {
  margin-bottom: 10rem;
}
@media only screen and (min-width: 868px) {
  .presentacion-cards__imagen {
    border: solid 1rem #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem;
  }
}

.presentacion-cards__contenido {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.presentacion-cards__contenido img {
  width: 80%;
  margin-left: 10%;
}
.presentacion-cards__contenido div {
  order: 1;
}
.presentacion-cards__contenido p {
  order: 0;
  padding: 2rem;
}
@media only screen and (min-width: 868px) {
  .presentacion-cards__contenido {
    border: solid 1rem #fff;
    margin: 1.5rem;
  }
  .presentacion-cards__contenido img {
    order: 0;
    width: 100%;
    margin-left: 0;
  }
  .presentacion-cards__contenido p {
    order: 1;
    padding-top: 2rem;
  }
}

.presentacion-pie {
  width: 100%;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 87%);
  padding: 0.4rem 0 0.4rem 0;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 868px) {
  .presentacion-pie {
    width: 100%;
    background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 87%);
    display: grid;
    grid-template-columns: 2fr 1fr;
    color: #fff;
  }
  .presentacion-pie p {
    grid-column: 1/3;
    text-align: center;
  }
}

:root {
  --rotarY:180deg;
  --caidaVerde:0rem;
  --caidaVerdeLeft:0rem;
  --rotateAzul:186deg;
  --caidaAmarilla:0rem;
  --caidaAmarillaLeft:0rem;
  --caidaRosa:0rem;
  --caidaRosaLeft:0rem;
  --color1:linear-gradient(194deg, rgba(142,120,80,1) 4%, rgba(216,176,141,1) 42%, rgb(148, 104, 63) 67%);
  --color2: linear-gradient(128deg, rgba(143,164,69,1) 6%, rgba(255,255,255,1) 51%, rgba(119,138,18,1) 74%);
  --color3: linear-gradient(128deg, rgba(255,178,15,1) 6%, rgba(255,255,255,1) 51%, rgba(255,229,72,1) 74%);
}

.galeria-bolas {
  position: relative;
  overflow: hidden;
  max-width: 106rem;
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.galeria-bolas img {
  border: 0.2rem solid #4b2d11;
  border-radius: 50%;
  width: 18rem;
  height: 18rem;
  object-fit: cover;
  object-position: center;
  position: absolute;
  transform: rotateY(var(--rotarY));
}
@media only screen and (min-width: 868px) {
  .galeria-bolas img {
    width: 20rem;
    height: 20rem;
  }
}

.galeria-bolas__primera {
  display: flex;
  justify-content: center;
  height: 10rem;
}

#circle {
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: var(--color1);
  margin: var(--caidaRosa) 0% 0% var(--caidaRosaLeft);
  transform: rotate(var(--rotarUltima));
}

#circle0 {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--color3);
  margin: var(--caidaAmarilla) 0% 0% var(--caidaAmarillaLeft);
  transform: rotate(var(--rotarSegunda));
}

#circle1 {
  position: absolute;
  width: 5rem;
  height: 5rem;
  z-index: 500;
  border-radius: 50%;
  background: var(--color2);
  margin: var(--caidaVerde) 0% 0% var(--caidaVerdeLeft);
  transform: rotate(var(--rotarPrimera));
}

#semicircle {
  width: 7rem;
  height: 7rem;
  background: linear-gradient(128deg, #cf4057 6%, white 51%, #9c1c31 74%);
  transform: rotate(var(--rotateAzul));
  margin: calc(105vw + var(--scrollUpPink) * 10) 0% 0% 82%;
  -moz-border-radius: 100% 100% 0 0;
  -webkit-border-radius: 100% 100% 0 0;
  border-radius: 1000px 1000px 0 0;
  margin: 15rem 0% 0% 0%;
}

.galeria-bolas__texto {
  max-width: 106rem;
  margin: auto;
}
.galeria-bolas__texto textarea {
  background: inherit;
  color: #fff;
  margin-bottom: 3rem;
}
.galeria-bolas__texto p {
  padding: 2rem;
  margin: 0;
}

@media only screen and (min-width: 868px) {
  .contenido-medio {
    background: white;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-flow: dense;
  }
  .contenido-medio div {
    padding: 5rem;
    display: flex;
    align-items: center;
  }
}

.contenido-medio__img {
  position: relative;
  padding: 2rem;
  margin-top: 5rem;
}
.contenido-medio__img img {
  width: 98%;
  margin-left: 1%;
}
.contenido-medio__img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 868px) {
  .contenido-medio__img:before {
    background-color: #ffffff !important;
  }
}
@media only screen and (min-width: 868px) {
  .contenido-medio__img {
    padding: 5rem;
  }
  .contenido-medio__img img {
    width: 100%;
  }
}

.contenido-medio__img1:before {
  background-color: #907952;
}

.contenido-medio__img2:before {
  background-color: #b59570;
}

.contenido-medio__img3:before {
  background-color: #d5ad8a;
}

.contenido-medio__img4:before {
  background-color: #6a492c;
}

.contenido-medio__img5:before {
  background-color: #4b2d11;
}

.desplazar-derecha:before {
  content: "";
  left: 100%;
  background-color: inherit;
  transition: 0.5s linear;
}

.desplazar-izquierda:before {
  content: "";
  right: 100%;
  transition: 0.5s linear;
}

.contenido-medio__textos {
  margin-top: 5rem;
}
.contenido-medio__textos textarea {
  background: inherit;
  color: #fff;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 868px) {
  .contenido-medio__textos textarea {
    color: #000;
  }
}

.contenido-medio__img1, .texto2, .contenido-medio__img3, .texto4, .contenido-medio__img5, .texto6 {
  grid-column: 1/2;
}

.texto2, .contenido-medio__img2, .texto3, .contenido-medio__img4, .contenido-medio__img6, .texto5 {
  grid-column: 2/3;
}

.vibrar {
  transform: rotate(-3deg);
  transform-origin: 100% 100%;
  transition: 0.3s linear;
}

.vibrar2 {
  transform: rotate(3deg);
  transform-origin: 30% 100%;
  transition: 0.3s linear;
}

:root {
  --desplazamiento:0%;
}

.seccion-final {
  border: 0.5rem solid #8e7850;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 67%);
  position: relative;
  overflow: hidden;
  margin: 10rem 0 10rem 0;
  color: #fff;
}
.seccion-final h2 {
  margin-left: 5%;
  font-size: 3rem;
  width: 60%;
  padding-top: 3rem;
}
@media only screen and (min-width: 868px) {
  .seccion-final h2 {
    padding-top: 5rem;
    margin-bottom: 5rem;
  }
}
.seccion-final textarea {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 868px) {
  .seccion-final {
    user-select: none;
    margin: 0rem 0 15rem 1.5rem;
  }
}

.contenido-final {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  margin-left: 0;
}
@media only screen and (min-width: 868px) {
  .contenido-final {
    overflow-x: initial;
    transform: translateX(var(--desplazamiento));
    transition: transform 0.5s ease-out;
    margin-bottom: 9rem;
  }
}

.contenido-final__img {
  min-width: 66.6%;
  height: auto;
  padding: 0 1.5rem 0 0rem;
}
@media only screen and (min-width: 868px) {
  .contenido-final__img {
    min-width: 22%;
    padding: 0;
    margin: 0 3rem 0 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contenido-final__img :nth-child(2) {
  position: relative;
  z-index: 100;
  padding: 0.3rem;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 67%);
  margin-top: -2.62rem;
  width: 35%;
  font-size: 1.6rem;
  padding-left: 0.5rem;
}
@media only screen and (min-width: 868px) {
  .contenido-final__img :nth-child(2) {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    margin-top: -1.9rem;
  }
}
.contenido-final__img p {
  font-size: 1.8rem;
}
@media only screen and (min-width: 868px) {
  .contenido-final__img p {
    font-size: 1.6rem;
    margin: 0.5rem 0 0 0;
  }
}
.contenido-final__img img {
  scroll-snap-align: start;
}
@media only screen and (min-width: 868px) {
  .contenido-final__img img {
    scroll-snap-align: none;
  }
}

.pisadas {
  display: none;
}
@media only screen and (min-width: 868px) {
  .pisadas {
    display: block;
    position: absolute;
    width: 6%;
    margin-top: -26%;
    border: 1px solid #75491f;
    border-radius: 50%;
    padding: 0.7rem;
    background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 67%);
    margin-left: 2rem;
  }
  .pisadas:hover {
    background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 67%);
  }
  .pisadas:active {
    background: #8e7850;
  }
  .pisadas img {
    width: 80%;
  }
}

.adelante {
  margin-left: 90%;
}

.ocultar-botones {
  opacity: 0;
  transition: 0.2s linear;
}

.contenido-final__escritorio {
  min-width: 80%;
  padding: 2rem;
}
.contenido-final__escritorio img {
  scroll-snap-align: center;
}
@media only screen and (min-width: 868px) {
  .contenido-final__escritorio {
    position: relative;
    min-width: 60%;
    padding: 0;
  }
  .contenido-final__escritorio p {
    position: absolute;
    margin-top: -17%;
    margin-left: 3rem;
    color: #fff;
    font-size: 3rem;
  }
}

.contenido-final__titulos h3 {
  padding-left: 12%;
}
@media only screen and (min-width: 868px) {
  .contenido-final__titulos {
    margin-left: 0;
    display: flex;
    align-items: center;
    min-width: 15%;
  }
  .contenido-final__titulos h3 {
    font-size: 4.5rem;
  }
}

.conclusiones {
  margin-bottom: 15rem;
}
.conclusiones h2 {
  text-align: center;
}
.conclusiones textarea {
  background-color: inherit;
  color: #fff;
  text-align: center;
}

.cont-form {
  max-width: 80rem;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .cont-form {
    max-width: 95rem;
  }
}
@media only screen and (min-width: 868px) {
  .cont-form {
    overflow: hidden;
    display: grid;
    grid-template-columns: 90% 40%;
    align-items: center;
  }
}
.cont-form .img-form {
  display: none;
}
@media only screen and (min-width: 868px) {
  .cont-form .img-form {
    display: block;
    margin-top: 0%;
    margin-bottom: 0%;
  }
  .cont-form .img-form img {
    width: 90%;
    margin-left: -65%;
  }
}

.form-comentarios {
  background: #8e7850;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 67%);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 5rem;
}
.form-comentarios legend {
  color: #000;
}
.form-comentarios label {
  margin: 2rem 0 2rem 1rem;
}
.form-comentarios fieldset {
  padding: 0;
  display: flex;
  border: none;
  flex-direction: column;
  margin-bottom: 5rem;
}
.form-comentarios fieldset h2 {
  font-size: 3rem;
}
@media only screen and (min-width: 868px) {
  .form-comentarios fieldset {
    width: 65%;
    margin-left: 1rem;
  }
  .form-comentarios fieldset h2 {
    font-size: 4rem;
    margin-top: 8rem;
  }
}
.form-comentarios fieldset p {
  margin-left: 1rem;
}
.form-comentarios fieldset p:after {
  content: "";
  display: flex;
  width: 35%;
  height: 0.2rem;
  background-color: #ffd166;
  margin-top: 0.5rem;
}
.form-comentarios .input-form {
  width: 80%;
  margin: auto;
}
.form-comentarios input {
  width: 80%;
  margin: auto;
}
.form-comentarios input[type=submit] {
  width: 90%;
  margin-left: 5%;
  margin-top: 0;
  margin-bottom: 5rem;
}
@media only screen and (min-width: 868px) {
  .form-comentarios input[type=submit] {
    width: 48%;
    margin-bottom: 8rem;
    margin-left: 10%;
    margin-top: 6rem;
  }
}
.form-comentarios textarea {
  height: 20rem;
  resize: none;
  margin-bottom: 4rem;
}
.form-comentarios textarea:focus {
  border: 1px solid #ffd166;
}
@media only screen and (min-width: 868px) {
  .form-comentarios textarea {
    width: 95%;
    margin: auto;
    height: 10rem;
    margin-bottom: 12rem;
  }
}

.g-recaptcha {
  width: 50%;
  height: 12rem;
  margin-left: 11.2%;
  transform: scale(0.4);
  transform-origin: 0 0;
}
@media only screen and (min-width: 380px) {
  .g-recaptcha {
    transform: scale(0.8);
    margin-left: 10.4%;
  }
}
@media only screen and (min-width: 868px) {
  .g-recaptcha {
    height: 12rem;
    transform: scale(0.8);
    margin-left: 8.2%;
  }
}

.comentarios-todos {
  width: 80%;
  margin: auto;
  font-size: 2rem;
}
@media only screen and (min-width: 868px) {
  .comentarios-todos {
    max-width: 60rem;
    margin-bottom: 5rem;
    margin-top: 10rem;
  }
}
.comentarios-todos h3 {
  font-size: 3rem;
  text-align: center;
}
@media only screen and (min-width: 868px) {
  .comentarios-todos h3 {
    font-size: 4rem;
  }
}
.comentarios-todos .estrellas-promedio {
  font-size: 3rem;
}
.comentarios-todos .comentarios-todos__contenedor {
  width: 100%;
  background: linear-gradient(194deg, #8e7850 4%, #d8b08d 42%, #4b2d11 87%);
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.comentarios-todos textarea {
  border: none;
  width: 100%;
}
.comentarios-todos p:after {
  content: "";
  display: flex;
  width: 90%;
  height: 0.2rem;
  background-color: #ffd166;
  margin-top: 0.5rem;
}

.promedio {
  text-align: center;
  color: #ffd166;
  margin-bottom: 5rem;
}

.comentarios-todos__valoracion {
  display: flex;
  flex-direction: row;
}
.comentarios-todos__valoracion p {
  width: 60%;
}
.comentarios-todos__valoracion div {
  width: 40%;
}

.opiniones {
  display: flex;
  flex-direction: row;
  margin-top: 5rem;
  padding: 0.5rem;
}
.opiniones p {
  width: 30%;
  margin: 0;
  color: #fff;
}
.opiniones .contenedor-estrella__usuarios {
  color: #ffd166;
}

#comentarios ul li {
  text-align: center;
  color: red;
}

.alerta-captcha {
  text-align: center;
  font-size: 1.4rem;
  color: #e03e3e;
  height: 2rem;
  width: 100%;
}

.contenedor-estrella__estrella,
.contenedor-estrella__estrella::before,
.contenedor-estrella__estrella::after {
  width: 0;
  border-color: transparent transparent white transparent;
  border-width: 0 0.9rem 0.5rem 0.9rem;
  border-style: solid;
  position: absolute;
  transform: rotate(180deg);
}

.contenedor-estrella__estrella::before {
  content: "";
  margin-top: -0.1rem;
  margin-left: -1rem;
  transform: rotate(70deg);
}

.contenedor-estrella__estrella::after {
  content: "";
  margin-top: -0.1rem;
  margin-left: -0.85rem;
  transform: rotate(-70deg);
}

.valoracion {
  display: flex;
  margin-left: 2.5%;
  flex-direction: row;
  align-items: center;
}

.contenedor-estrella {
  width: 15%;
}
@media only screen and (min-width: 380px) {
  .contenedor-estrella {
    max-width: 4rem;
  }
}

.star-checkbox {
  width: 2% !important;
  position: absolute;
  opacity: 0;
}

.star1 {
  border-color: transparent transparent #ffbb02 transparent;
}
.star1:before {
  border-color: transparent transparent #ffbb02 transparent;
}
.star1:after {
  border-color: transparent transparent #ffbb02 transparent;
}

.contenedor-alerta {
  margin-top: -2rem;
  width: 50%;
  height: 6rem;
}
@media only screen and (min-width: 380px) {
  .contenedor-alerta {
    margin-top: -3rem;
    margin-bottom: 4rem;
    margin-left: 5%;
  }
}
@media only screen and (min-width: 868px) {
  .contenedor-alerta {
    margin-bottom: 0rem;
  }
}

.alerta {
  color: #ffd166;
  margin-left: 0;
  font-size: 1.2rem;
  animation-name: alert;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
@media only screen and (min-width: 380px) {
  .alerta {
    font-size: 1.6rem;
  }
}

.ojos {
  width: 30%;
  margin-top: 0;
  margin-left: 0%;
}

@keyframes alert {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
.login {
  max-width: 60rem;
  margin: auto;
}
.login input {
  margin: 1rem;
}

.legal {
  width: 90%;
  margin: auto;
}
.legal p a {
  text-decoration: underline;
  color: red;
}
@media only screen and (min-width: 868px) {
  .legal {
    width: 100%;
    max-width: 70rem;
    margin: auto;
  }
}

.index-admin {
  margin-bottom: 10rem;
}

.cabecera-admin {
  position: relative;
  background: #073b4c;
  height: 10rem;
  text-align: center;
  color: #fff;
  padding: 1rem;
}
.cabecera-admin a {
  font-size: 1.2rem;
}

@media only screen and (min-width: 868px) {
  .header-admin {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 15rem;
  }
  .header-admin img {
    width: 20%;
  }
}

.menu-admin {
  display: none;
}
@media only screen and (min-width: 868px) {
  .menu-admin {
    display: flex;
    justify-content: space-evenly;
  }
  .menu-admin li {
    padding: 3rem;
  }
}

.obtener {
  background: #d5d6d6 !important;
}
.obtener legend {
  margin: 2rem;
}
.obtener h2 {
  margin-left: 2%;
  padding-top: 2%;
  font-size: 3rem;
  border-bottom: 0.5rem #ffd166 solid;
}
.obtener label {
  padding: 0.5rem;
}
.obtener input {
  color: #000 !important;
}

.plantilla-admin__titulo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
  background: #ffd166;
  padding: 1rem;
}
.plantilla-admin__titulo h2 {
  margin: 0;
}

.plantilla-titulo__crear {
  flex-direction: column;
}
.plantilla-titulo__crear a {
  color: black;
}

.lista-plantillas {
  display: grid;
  grid-template-columns: 10% 15% 55% 15%;
  padding: 0;
}
.lista-plantillas li {
  text-align: center;
  padding-top: 0.5rem;
}
@media only screen and (min-width: 868px) {
  .lista-plantillas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-left: 0;
    height: auto;
  }
  .lista-plantillas li {
    padding-top: 1rem;
  }
}

.lista-plantillas__campos {
  background: #eec43b;
}

.contenedor-plantillas__usuario {
  display: flex;
  flex-direction: row;
  background: #eec43b;
}
.contenedor-plantillas__usuario ul {
  padding-left: 0;
}
@media only screen and (min-width: 868px) {
  .contenedor-plantillas__usuario {
    flex-direction: column;
  }
}

.lista-plantilla__usuarios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #eec43b;
}
.lista-plantilla__usuarios:nth-child(1) {
  width: 35%;
  padding-left: 1rem;
}
.lista-plantilla__usuarios:nth-child(2) {
  width: 65%;
  align-items: center;
}
.lista-plantilla__usuarios li {
  text-align: center;
  padding-top: 0.5rem;
  padding: 1rem 0 1rem 0;
}
@media only screen and (min-width: 868px) {
  .lista-plantilla__usuarios {
    width: 100%;
    display: grid;
    grid-template-columns: 10% 20% 20% 20% 10% 20%;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    height: 6rem;
  }
  .lista-plantilla__usuarios li {
    padding-top: 1rem;
  }
  .lista-plantilla__usuarios:nth-child(1) {
    width: 100%;
    padding-left: 1rem;
  }
  .lista-plantilla__usuarios:nth-child(2) {
    width: 100%;
    align-items: center;
  }
}

.contenido-final__admin {
  display: flex;
  flex-direction: row;
  overflow-x: auto !important;
  padding: 2rem;
}
.contenido-final__admin:-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

.lista-plantillas__botones {
  max-width: 120rem;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.contenedor-plantillas {
  background-color: #f1f1f1;
  max-width: 120rem;
  margin: auto;
  margin-top: 8rem;
}

.boton-crear a {
  color: #fff;
}

.galeria-bolas__admin {
  width: 45%;
  min-height: 40rem;
  margin: auto;
}
@media only screen and (min-width: 868px) {
  .galeria-bolas__admin {
    width: 15%;
    height: auto;
  }
}
.galeria-bolas__admin img {
  width: 15rem;
  height: 15rem;
  border: 1px solid #fff;
  border-radius: 50%;
  object-fit: cover;
}
@media only screen and (min-width: 868px) {
  .galeria-bolas__admin img {
    width: 20rem;
    height: 20rem;
  }
}

.galeria-bolas__texto__admin textarea, .galeria-bolas__texto__admin label {
  border: 1px solid #000;
  color: #fff;
}

.boton-crear {
  text-align: center;
  color: #073b4c;
}

.eliminar-admin h1 {
  text-align: center;
  margin-top: 10rem;
}
.eliminar-admin form {
  max-width: 90rem;
  margin: auto;
}
.eliminar-admin input {
  background: red;
  margin: 5rem 0 5rem 0;
  color: #fff;
}
.eliminar-admin a {
  display: block;
  background: grey;
  padding: 1rem;
  color: #fff;
}

.boton-obtener__usuarios {
  margin: auto;
  margin-top: 1rem;
}

.obtener-usuarios {
  padding: 1rem;
}

.comentarios h1 {
  text-align: center;
  color: #ffd166;
}

.obtener-comentarios {
  margin: 1rem;
  margin-top: 5%;
}
@media only screen and (min-width: 868px) {
  .obtener-comentarios {
    width: 80%;
    margin: auto;
    margin-top: 5%;
  }
}
.obtener-comentarios ul {
  display: flex;
  padding-left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.obtener-comentarios ul li {
  padding: 2rem;
  border-bottom: 1px solid #ffd166;
}
.obtener-comentarios ul div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mensajes-panel__admin {
  text-align: center;
  font-size: 4rem;
  margin-top: 0;
  color: #fff;
}

.confirmacion {
  height: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #020024;
  background: linear-gradient(357deg, #020024 0%, #090979 35%, #00d4ff 100%);
}
@media only screen and (min-width: 868px) {
  .confirmacion {
    height: 60rem;
  }
}

.plantilla {
  width: 100%;
  max-width: 120rem;
}
.plantilla textarea {
  min-height: 30rem;
  margin-top: 1rem;
}
.plantilla .texto-plantilla {
  min-height: 10rem;
}
.plantilla input {
  color: #fff;
}

.presentacion-cards__admin {
  width: 90%;
  margin: auto;
}
.presentacion-cards__admin textarea, .presentacion-cards__admin label {
  border: 1px solid #000;
  color: #fff;
}
@media only screen and (min-width: 868px) {
  .presentacion-cards__admin {
    width: 100%;
  }
}

.imagen-formularios {
  width: 15rem;
  height: auto;
  margin-top: 10%;
}

.presentacion-texto__admin {
  padding: 0;
}
.presentacion-texto__admin div {
  padding: 2rem;
}
.presentacion-texto__admin textarea, .presentacion-texto__admin label {
  border: 1px solid #000;
  color: #fff;
}

.contenido-modificar__admin {
  border: 2px solid #fff;
  display: inline !important;
  padding-right: 0;
}
@media only screen and (min-width: 868px) {
  .contenido-modificar__admin {
    border: 1rem solid #fff;
  }
  .contenido-modificar__admin :nth-child(2) {
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
  .contenido-modificar__admin input {
    background-color: #fff !important;
  }
}

.contenido-final__admin {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  padding: 2rem;
}

.texto1 textarea {
  margin-top: 3rem;
}

.contenido-medio__admin {
  align-items: center;
  width: 95%;
  margin: auto;
  padding: 2rem;
  border: 1rem solid #fff;
  padding: 2rem;
}
@media only screen and (min-width: 868px) {
  .contenido-medio__admin div {
    flex-direction: column;
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .contenido-medio__admin div img {
    padding: 2rem;
  }
  .contenido-medio__admin div textarea, .contenido-medio__admin div label {
    border: 1px solid #000;
    color: #000;
  }
}
.contenido-medio__admin label {
  color: #fff;
}

@media only screen and (min-width: 868px) {
  .contenido-medio__modificar img {
    width: 90%;
  }
}

.imagen-formularios {
  margin-top: 5%;
}

.div-input {
  position: relative;
  margin: 0rem;
  padding: 0rem !important;
}
.div-input:before {
  content: "Selecciona una imagen";
  background: #073b4c;
  color: #fff;
  font-size: 0.7rem;
  padding: 0.2rem 1rem 0.2rem 1rem;
  animation: 25s temblar infinite;
  border: 1.5px solid #fff;
}
@media only screen and (min-width: 380px) {
  .div-input:before {
    font-size: 1.1rem;
  }
}
@keyframes temblar {
  0% {
    filter: brightness(0.9);
  }
  50% {
    filter: brightness(2);
  }
  100% {
    filter: brightness(0.9);
  }
}
.div-input:hover {
  opacity: 0.7;
}

.input-imagen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.plantilla-admin__modificar div {
  margin-top: 5%;
}
@media only screen and (min-width: 868px) {
  .plantilla-admin__modificar {
    padding: 4rem;
  }
}

.galeria-final__admin {
  scroll-snap-type: none;
  overflow-x: scroll;
  padding: 2rem;
}

.conclusiones-admin img {
  width: 80%;
  margin-left: 10%;
  padding: 2rem;
}
@media only screen and (min-width: 868px) {
  .conclusiones-admin {
    padding: 4rem;
  }
  .conclusiones-admin img {
    width: 20%;
    padding: 2rem;
  }
  .conclusiones-admin div {
    margin-top: 3rem;
  }
}

.conclusiones-admin__obtener img {
  width: 40%;
  margin-left: 30%;
  margin-top: 7rem;
}
.conclusiones-admin__obtener p {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffd166;
}

.form-usuario fieldset {
  display: flex;
  flex-direction: column;
  color: #000;
  padding: 10%;
}
.form-usuario fieldset input {
  margin-bottom: 4rem;
}
.form-usuario fieldset label {
  font-size: 1.8rem;
}
@media only screen and (min-width: 868px) {
  .form-usuario fieldset {
    width: 80%;
    margin: auto;
  }
}

.login h1 {
  text-align: center;
}

.formulario-login fieldset {
  background: #fff;
}
.formulario-login input {
  width: 90%;
  margin-left: 5%;
}
.formulario-login label {
  margin-left: 0;
}

.error-admin {
  color: #e03e3e;
  text-align: center;
}

.visualizacion-plantilla {
  margin: auto;
}

.seleccion-plantilla {
  display: flex;
  min-width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3%;
  margin-bottom: 0;
}
.seleccion-plantilla label {
  color: #000;
  margin-left: 1rem;
}
.seleccion-plantilla div {
  display: flex;
  flex-direction: row;
}
.seleccion-plantilla p {
  color: #000;
  padding-right: 3%;
  font-size: 1.4rem;
}
@media only screen and (min-width: 868px) {
  .seleccion-plantilla p {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 868px) {
  .seleccion-plantilla {
    flex-direction: row;
  }
  .seleccion-plantilla input[type=submit] {
    margin-left: 3%;
  }
}