button.clipboard {
  border: 0;
  background: none;
  color: #856404;
  cursor: pointer;
}

body {
  background-color: #ede7f6;
}

.formulario_header {
  background-image: url("../img/background-2025.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 170px !important;
}

.formulario_carta {
  border-radius: 8px;
  margin-bottom: 20px;
}
.formulario_cuerpo {
  margin-top: -5%;
}
.imagen_loading {
  width: 200px;
}
@media only screen and (max-width: 992px) {
  .formulario_cuerpo {
    margin-top: -10%;
  }
}
@media only screen and (max-width: 560px) {
  .formulario_cuerpo {
    margin-top: -35%;
  }
  .imagen_loading {
    width: 100px;
  }
}

.freebirdSolidBackground {
  background-color: #17a2b8;
  color: rgba(255, 255, 255, 1);
}
.freebirdFormviewerViewHeaderThemeStripe {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 10px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% + 2px);
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}

.icon_edit {
  cursor: pointer !important;
}

.boxes {
  --size: 32px;
  --duration: 800ms;
  height: calc(var(--size) * 2);
  width: calc(var(--size) * 3);
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-top: calc(var(--size) * 1.5 * -1);
  -webkit-transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
  transform: rotateX(60deg) rotateZ(45deg) rotateY(0deg) translateZ(0px);
}
.boxes .box {
  width: var(--size);
  height: var(--size);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.boxes .box:nth-child(1) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-animation: box1 var(--duration) linear infinite;
  animation: box1 var(--duration) linear infinite;
}
.boxes .box:nth-child(2) {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-animation: box2 var(--duration) linear infinite;
  animation: box2 var(--duration) linear infinite;
}
.boxes .box:nth-child(3) {
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  -webkit-animation: box3 var(--duration) linear infinite;
  animation: box3 var(--duration) linear infinite;
}
.boxes .box:nth-child(4) {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-animation: box4 var(--duration) linear infinite;
  animation: box4 var(--duration) linear infinite;
}
.boxes .box > div {
  --background: #5c8df6;
  --top: auto;
  --right: auto;
  --bottom: auto;
  --left: auto;
  --translateZ: calc(var(--size) / 2);
  --rotateY: 0deg;
  --rotateX: 0deg;
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--background);
  top: var(--top);
  right: var(--right);
  bottom: var(--bottom);
  left: var(--left);
  -webkit-transform: rotateY(var(--rotateY)) rotateX(var(--rotateX))
    translateZ(var(--translateZ));
  transform: rotateY(var(--rotateY)) rotateX(var(--rotateX))
    translateZ(var(--translateZ));
}
.boxes .box > div:nth-child(1) {
  --top: 0;
  --left: 0;
}
.boxes .box > div:nth-child(2) {
  --background: #145af2;
  --right: 0;
  --rotateY: 90deg;
}
.boxes .box > div:nth-child(3) {
  --background: #447cf5;
  --rotateX: -90deg;
}
.boxes .box > div:nth-child(4) {
  --background: #dbe3f4;
  --top: 0;
  --left: 0;
  --translateZ: calc(var(--size) * 3 * -1);
}

@-webkit-keyframes box1 {
  0%,
  50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}

@keyframes box1 {
  0%,
  50% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@keyframes box2 {
  0% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
@-webkit-keyframes box3 {
  0%,
  50% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@keyframes box3 {
  0%,
  50% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
@-webkit-keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
    transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}
@keyframes box4 {
  0% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
  50% {
    -webkit-transform: translate(200%, 100%);
    transform: translate(200%, 100%);
  }
  100% {
    -webkit-transform: translate(100%, 100%);
    transform: translate(100%, 100%);
  }
}

body .dribbble {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
}
body .dribbble img {
  display: block;
  height: 28px;
}

.contenedor_loading {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 9999;
}

.contenedor_loading footer {
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  width: 100%;
  background: #e9e0d6;
  text-align: center;
}
.contenedor_loading footer .content {
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  height: 80px;
}
.contenedor_loading footer .content .bottom {
  padding: 0;
  margin: 0;
  top: 10%;
}
.contenedor_loading footer .content .bottom .beat {
  color: red;
  -webkit-animation: beat 0.3s infinite alternate;
  animation: beat 0.3s infinite alternate;
}
.contenedor_loading footer .content .top {
  font-size: 25px;
}
.contenedor_loading footer .content .top .fa-twitter:hover {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  color: #55acee;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.contenedor_loading footer .content .top .fa-youtube:hover {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  color: #cd201f;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.contenedor_loading footer .content .top .fa-instagram:hover {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  color: #e4405f;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.contenedor_loading footer .content .top .fa-codepen:hover {
  -webkit-transition: 350ms ease-in-out;
  transition: 350ms ease-in-out;
  color: #ffdd40;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.contenedor_loading footer .content .top a {
  padding: 10px;
}
.contenedor_loading footer .content .top i {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

.contenedor_loading {
  background: #e9e0d6;
  font-family: "Raleway", sans-serif;
  text-align: center;
  z-index: 99999999;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.artboard {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  position: absolute;
}

.domino > div {
  border-radius: 8px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  -webkit-animation: domino-effect 2.4s infinite ease-in-out;
  animation: domino-effect 2.4s infinite ease-in-out;
}
.domino > div:nth-child(1) {
  background: #354558;
}
.domino > div:nth-child(1):after {
  background: #354558;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.domino > div:nth-child(2) {
  background: #625059;
}
.domino > div:nth-child(2):after {
  background: #625059;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.domino > div:nth-child(3) {
  background: #905b5c;
}
.domino > div:nth-child(3):after {
  background: #905b5c;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.domino > div:nth-child(4) {
  background: #bd665e;
}
.domino > div:nth-child(4):after {
  background: #bd665e;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.domino > div:nth-child(5) {
  background: #eb7260;
}
.domino > div:nth-child(5):after {
  background: #eb7260;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.domino > div:nth-child(1) {
  margin: 23px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.domino > div:nth-child(2) {
  margin: 23px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.domino > div:nth-child(3) {
  margin: 23px;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.domino > div:nth-child(4) {
  margin: 23px;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.domino > div:nth-child(5) {
  margin: 23px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.domino > div:after {
  content: "";
  position: relative;
  top: 0px;
  left: -70px;
  opacity: 0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  -webkit-animation: illusion 2.4s infinite ease-in-out;
  animation: illusion 2.4s infinite ease-in-out;
}

@media only screen and (max-width: 450px) {
  .domino > div {
    width: 30px;
    height: 30px;
  }
  .domino > div:after {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .domino > div {
    width: 20px;
    height: 20px;
  }
  .domino > div:after {
    width: 20px;
    height: 20px;
  }
}

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes beat {
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
@-webkit-keyframes domino-effect {
  20%,
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes domino-effect {
  20%,
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@-webkit-keyframes illusion {
  0%,
  25% {
    opacity: 1;
  }
  26.10%,
  33.33%,
  100% {
    opacity: 0;
  }
}
@keyframes illusion {
  0%,
  25% {
    opacity: 1;
  }
  26.10%,
  33.33%,
  100% {
    opacity: 0;
  }
}
