@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: rgb(233, 233, 233);
  font-family: "Poppins", serif;
}

.ar-btn {
  border: none;
  border-radius: 2px;
  padding: 0.7em 1.5em;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s;
  text-decoration: none;
  outline: none;
  font-weight: 500;
}

.btn-ar-s {
  background: #b2b2b2;
  letter-spacing: 0.5px;
  border-radius: 50px;
  color: #bebebe;
  background: linear-gradient(145deg, #1e1e1e, #4c4c4c);
  box-shadow: 5px 6px 10px -1px #101010, inset -6px -5px 10px #252525,
    inset 6px 5px 10px #373737, -1px -1px 10px -1px #303030;
  transition: all 0.3s ease-in-out;

  &:hover {
    color: var(--prin);
    box-shadow: 5px 6px 20px -1px rgb(16, 16, 16),
      inset -6px -5px 10px rgb(37, 37, 37), inset 6px 5px 10px rgb(55, 55, 55),
      -1px -1px 15px -1px var(--prin);
  }
}

.aw-cont {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  background-color: #333;
  background-image: url('./img/f3.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  & .img1 {
    content: url("./img/f1.png");
    position: absolute;
    width: auto;
    height: 90vh;
    left: 0;
    bottom: 10px;
  }
  & .img2 {
    content: url("./img/contruccion.svg");
    position: absolute;
    width: auto;
    height: 50vh;
    right: 0;
    bottom: 10px;
  }
  & .img3 {
    position: relative;
    width: auto;
    height: 30vh;
    right: 0;
    bottom: 10px;
  }
}

.aw-msj {
  width: 100%;
  height: 100vh;
  max-width: 720px;
  max-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  background-color: transparent;

  & h1 {
    position: relative;
    font-size: 3em;
    line-height: 1.2em;
    text-transform: uppercase;
    background-color: transparent;
    margin-bottom: 10px;
    color: #fff;
    animation:blur 2000ms ease-out infinite;
    text-shadow:0px 0px 5px #a33535,
                0px 0px 7px #6e4b4b;
  }
}

@keyframes blur{
    0% {
        text-shadow:
          2px -2px 0 hsla(0, 100%, 50%, 1), 
          1.5px -1.5px 0 hsla(0, 100%, 50%, 1), 
          1px -1px 0 hsla(0, 100%, 50%, 1), 
          0.5px -0.5px 0 hsla(0, 100%, 50%, 1),
          -2px 2px 0 hsla(180, 100%, 50%, 1), 
          -1.5px 1.5px 0 hsla(180, 100%, 50%, 1), 
          -1px 1px 0 hsla(180, 100%, 50%, 1), 
          -0.5px 0.5px 0 hsla(180, 100%, 50%, 1)
        ;
      }
      25% {    
        text-shadow:      
          -2px -2px 0 hsla(180, 100%, 50%, 1), 
          -1.5px -1.5px 0 hsla(180, 100%, 50%, 1), 
          -1px -1px 0 hsla(180, 100%, 50%, 1), 
          -0.5px -0.5px 0 hsla(180, 100%, 50%, 1),
          2px 2px 0 hsla(0, 100%, 50%, 1), 
          1.5px 1.5px 0 hsla(0, 100%, 50%, 1), 
          1px 1px 0 hsla(0, 100%, 50%, 1), 
          0.5px 0.5px 0 hsla(0, 100%, 50%, 1)      
        ;
      }
      50% {
        text-shadow:
          -2px 2px 0 hsla(0, 100%, 50%, 1), 
          -1.5px 1.5px 0 hsla(0, 100%, 50%, 1), 
          -1px 1px 0 hsla(0, 100%, 50%, 1), 
          -0.5px 0.5px 0 hsla(0, 100%, 50%, 1),
          2px -2px 0 hsla(180, 100%, 50%, 1), 
          1.5px -1.5px 0 hsla(180, 100%, 50%, 1), 
          1px -1px 0 hsla(180, 100%, 50%, 1), 
          0.5px -0.5px 0 hsla(180, 100%, 50%, 1)
        ;
      }
      75% {
        text-shadow:
          2px 2px 0 hsla(180, 100%, 50%, 1), 
          1.5px 1.5px 0 hsla(180, 100%, 50%, 1), 
          1px 1px 0 hsla(180, 100%, 50%, 1), 
          0.5px 0.5px 0 hsla(180, 100%, 50%, 1),
          -2px -2px 0 hsla(0, 100%, 50%, 1), 
          -1.5px -1.5px 0 hsla(0, 100%, 50%, 1), 
          -1px -1px 0 hsla(0, 100%, 50%, 1), 
          -0.5px -0.5px 0 hsla(0, 100%, 50%, 1)      
        ;
      }
      100% {
        text-shadow:
          2px -2px 0 hsla(0, 100%, 50%, 1), 
          1.5px -1.5px 0 hsla(0, 100%, 50%, 1), 
          1px -1px 0 hsla(0, 100%, 50%, 1), 
          0.5px -0.5px 0 hsla(0, 100%, 50%, 1),
          -2px 2px 0 hsla(180, 100%, 50%, 1), 
          -1.5px 1.5px 0 hsla(180, 100%, 50%, 1), 
          -1px 1px 0 hsla(180, 100%, 50%, 1), 
          -0.5px 0.5px 0 hsla(180, 100%, 50%, 1)
        ;
      }  
  }