@font-face {font-family: 'Shadows'; src: url('/recursos/font/Shadows.woff') format('woff');}
@font-face {font-family: 'Neucha'; src: url('/recursos/font/Neucha.woff') format('woff');}
@font-face {font-family: 'CabinSketch'; src: url('/recursos/font/CabinSketch.woff') format('woff');}

* {margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; list-style: none;   scroll-behavior: smooth; }

/* Fuente principal */
.fontHome {font-family: 'CabinSketch'; letter-spacing: 2px; color:#55433b;}
.font {font-family: 'Shadows'; letter-spacing: 2px; color:#55433b;}
.fontSub{font-family: 'Neucha'; letter-spacing: 2px;color:#4f4a48; }

.color-fontRed{color:rgba(211, 64, 64, 0.875)}
.text-border{
  text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px;
}

.text-borderWhite{text-shadow: rgb(255 255 255) 1px 0px 0px, rgb(255 255 255) 0.540302px 0.841471px 0px, rgb(255 255 255) -0.416147px 0.909297px 0px, rgb(255 255 255) -0.989992px 0.14112px 0px, rgb(255 255 255) -0.653644px -0.756802px 0px, rgb(255 255 255) 0.283662px -0.958924px 0px, rgb(255 255 255) 0.96017px -0.279415px 0px;}

body{
  background-color: #ffffff;
  overflow-x: hidden;
}

.container_first{
    position: absolute;
    padding: 1em;
    width: 100vw;
}

.elemento{
    background-image: url(/recursos/img/grip.svg);
    background-color: #f9f9f9;
    background-repeat: repeat;
    background-size: 300px 300px;
    border: 1px solid transparent; /* Asegúrate de que el borde tenga grosor */
    border-image-source: url('/recursos/img/texturaLapiz.png'); /* Imagen de la textura */
    border-image-slice: 20; /* Ajusta el corte de la imagen */
    border-image-width: 1.6px; /* Controla el grosor del borde */
    border-image-repeat: round;
}

/* CSS */
.button-55 {
  align-self: center;
    background-image: url(/recursos/img/bottonPrincipal.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    font-weight: bold;
    border: none;
    filter: saturate(3);
    font-size:large;
    padding: 1.4rem;
    transition: all 235ms ease-in-out;
    touch-action: manipulation;
}

.button-55:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  filter:grayscale(1);
}

.button-55:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}


.div-text-valor{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em 1em 3.5em 1em;
  text-align: center; 
  gap: 0.5em;
}

mark {
  background-color: #fbf59abf;
  padding: 2px;
}


.focus {
  animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
  font-size: 25px;
  font-weight: bold;
}

@keyframes text-focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}



.footer_container{
   display: flex;
    align-items: center;
    position: relative;
    justify-content: space-evenly;
    bottom: -0.2em;
    padding-bottom: 1em;
}



.link_3 a img{
  width:38px;
  padding: 0.3em;
}

.animate__animated {
    animation-duration: 4s;
    animation-fill-mode: both;
  }

@keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    animation-name: fadeIn;
  }




    @media (max-width: 770px) {
     .footer_container{
   flex-direction: column;
   padding: 0.5em;
} 
}



