
input::placeholder {
  color: royalblue;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-loader{
  background-color: #000;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  width: 100%;
}
.hidden{
  overflow: hidden;
}
/*Loader Moderno*/
.spinner {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: -75px;
}

.spinner span {
  position: absolute;
  top: 50%;
  left: var(--left);
  width: 35px;
  height: 7px;
  background: #ffff;
  animation: dominos 1s ease infinite;
  box-shadow: 2px 2px 3px 0px black;
}

.spinner span:nth-child(1) {
  --left: 80px;
  animation-delay: 0.125s;
}

.spinner span:nth-child(2) {
  --left: 70px;
  animation-delay: 0.3s;
}

.spinner span:nth-child(3) {
  left: 60px;
  animation-delay: 0.425s;
}

.spinner span:nth-child(4) {
  animation-delay: 0.54s;
  left: 50px;
}

.spinner span:nth-child(5) {
  animation-delay: 0.665s;
  left: 40px;
}

.spinner span:nth-child(6) {
  animation-delay: 0.79s;
  left: 30px;
}

.spinner span:nth-child(7) {
  animation-delay: 0.915s;
  left: 20px;
}

.spinner span:nth-child(8) {
  left: 10px;
}

@keyframes dominos {
  50% {
    opacity: 0.7;
  }

  75% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  80% {
    opacity: 1;
  }
}


/*Loader Lavarropas*/
/*
.lavarropas {
  width: 120px;
  height: 150px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ddd 50%, #bbb 51%),
    linear-gradient(#ddd, #ddd), linear-gradient(#ddd, #ddd),
    radial-gradient(ellipse at center, #aaa 25%, #eee 26%, #eee 50%, #0000 55%),
    radial-gradient(ellipse at center, #aaa 25%, #eee 26%, #eee 50%, #0000 55%),
    radial-gradient(ellipse at center, #aaa 25%, #eee 26%, #eee 50%, #0000 55%);
  background-position: 0 20px, 45px 0, 8px 6px, 55px 3px, 75px 3px, 95px 3px;
  background-size: 100% 4px, 1px 23px, 30px 8px, 15px 15px, 15px 15px, 15px 15px;
  position: relative;
  border-radius: 6%;
  animation: shake 3s ease-in-out infinite;
  transform-origin: 60px 180px;
}
.lavarropas:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 100%;
  width: 7px;
  height: 5px;
  background: #aaa;
  border-radius: 0 0 4px 4px;
  box-shadow: 102px 0 #aaa;
}
.lavarropas:after {
  content: "";
  position: absolute;
  width: 95px;
  height: 95px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  background-color: #bbdefb;
  background-image: linear-gradient( to right, #0004 0%, #0004 49%, #0000 50%, #0000 100% ),
    linear-gradient(135deg, #64b5f6 50%, #607d8b 51%);
  background-size: 30px 100%, 90px 80px;
  border-radius: 50%;
  background-repeat: repeat, no-repeat;
  background-position: 0 0;
  box-sizing: border-box;
  border: 10px solid #DDD;
  box-shadow: 0 0 0 4px #999 inset, 0 0 6px 6px #0004 inset;
  animation: spin 3s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  50% {
    transform: rotate(360deg)
  }

  75% {
    transform: rotate(750deg)
  }

  100% {
    transform: rotate(1800deg)
  }
}
@keyframes shake {
  65%, 80%, 88%, 96% {
    transform: rotate(0.5deg)
  }

  50%, 75%, 84%, 92% {
    transform: rotate(-0.5deg)
  }

  0%, 50%, 100% {
    transform: rotate(0)
  }
}
*/
@font-face {
  font-family:Helvetica;
  src: url(./fuente/Montserrat-Regular.otf);
}
@font-face {
  font-family:sans-serif;
  src: url(./fuente/Anaheim-Regular.ttf);
}
@font-face {
  font-family:initial ;
  src: url(./fuente/Inter-Regular.ttf);
}
@font-face {
  font-family:'Segoe-UI';
  src: url(./fuente/Blackout-Midnight.ttf);
}
@font-face {
  font-family: 'Avenir black';
  src: url(./fuente/Avenir\ Black.ttf);
}
@font-face {
  font-family: 'Avenir semibold';
  src: url(./fuente/Metropolis-Regular.otf);
}
body{
  color: rgb(255, 255, 255);
  background-color: #2b2828;
  font-family: "Avenir semibold";
}
p{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
 .p-titulo-horizontal{
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 4.125rem;
  margin-bottom: 2.813rem;
  padding-bottom: 2.813rem;
  position: relative;
}
.div-horizontal {
  background-color: none;
  padding: 40px;
  position: relative;
  z-index: 3;
}

.div-horizontal h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.div-horizontal p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding-left: 450px;
  padding-right: 450px;
}

/* BOTTON para subir*/
#button-up{
  width: 60px;
  height: 60px;
  background: #0697b4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 20px;
  position: absolute;
  left: 930px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 300ms ease;
  z-index: 100;
}

#button-up:hover{
  transform: scale(1.1);
  border-color: #222020;
}
.subtitulos{
  padding-left: 450px;
  padding-right: 450px;
  margin-top: 25px;
}