@font-face {font-family: 'CabinSketch'; src: url('/recursos/font/CabinSketch.woff') format('woff');}
@font-face {font-family: 'Neucha'; src: url('/recursos/font/Neucha.woff') format('woff');}
* {margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; list-style: none; }

/* 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; }

.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: #efe9df63;
  overflow-x: hidden;
}

.container_first{
    position: absolute;
    padding: 1em;
    width: 100vw;
    height: 100%;
}


.elemento{
    height: 95vh;
    background-image: url(/recursos/img/grip2.svg);
    background-color: linear-gradient(90deg,rgba(252, 227, 227, 1) 0%, rgba(232, 255, 242, 1) 50%, rgba(255, 250, 212, 1) 100%);
    background-repeat: repeat;
    background-size: 300px 300px;
    border: 1.5px solid rgba(0, 0, 0, 0.734); /* Asegúrate de que el borde tenga grosor */
    border-bottom-left-radius: 15px 300px;
    border-bottom-right-radius: 200px 15px;
    border-top-left-radius: 200px 15px;
    border-top-right-radius: 15px 300px;
}

.marcoVideo{
    height: 95%;
    border: 5px double #55433b; /* Asegúrate de que el borde tenga grosor */
    border-bottom-left-radius: 15px 300px;
    border-bottom-right-radius: 200px 15px;
    border-top-left-radius: 200px 15px;
    border-top-right-radius: 15px 300px;
}

.container_home{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 3em;
    justify-content: space-evenly
}

.container_button{
       display: flex;
    flex-direction: row;
    padding-top: 1em;
    gap: 0.9em;
}

/* VISIBILIDAD */
.video-pc,
.video-mobile,
.video-mobile-katww{
    display: none;
}

/* SOLO el activo */
.active{
    display: block;
}

/* Tamaños */
.video-pc{
    width: 50%;
}

.video-mobile{
    width:28%;
    margin: 0em 9.2em 0em 9.2em;
}

.video-mobile-katww{
      width: 33%;
    margin: 0em 9.2em 0em 9.2em;
}



.container_text{
  width: 550px;
  padding: 0.7em;
  display: flex;
  flex-direction: column;
 align-items: flex-end;
}

mark {
    background-color: #fbf59abf;
  padding: 5px;
  border: 1px solid #55433bd2;
}

.container_text h1{
  font-weight: 800;
  font-size: 55px;
  
}

.container_text h2{
  padding-top: 0.5em;
}


.container_text h3{
  padding: 0.5em 0em 0.7em 0em;
 text-align: end;
font-size: 15px;
}

.subtitle{
  width: 150px;
}

.animate__animated {
    animation-duration: 5s;
    animation-fill-mode: both;
  }


/* CSS */
.button-55 {
  align-self: flex-end;
  background-color: #decaa3;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  cursor: pointer;
  outline: none;
  padding: .75rem;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  touch-action: manipulation;
  border: 2px solid rgba(0, 0, 0, 0.423);
  color: #4f4a48;
}

.button-55:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button-55:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.button-click {
   align-self: flex-end;
    background-image: url(/recursos/img/bottonPrincipal.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
    box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    font-weight: bold;
    border: none;
    padding: .95rem;
    transition: all 235ms ease-in-out;
    touch-action: manipulation;
     filter: saturate(4);
}

.button-click:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
  filter: grayscale(1)
}

.button-click:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    animation-name: fadeIn;
  }

  

@media (max-width: 935px) {
    .container_home{
        flex-direction: column;
        padding-bottom: 2em;
          background-size: cover;
          background-repeat: no-repeat;
    }

    .video-pc {
      width: 90%; 
    }

          .elemento {
    height: auto !important;
} 

      .video-mobile{
    width: 70%;
     margin: 0em 0em 0em 0em;
}

      .video-mobile-katww{
    width: 70%;
     margin: 0em 0em 0em 0em;
}

.button-click {
    align-self: center;
}

    .container_text{
       width: auto;
        margin-left: 0em;
         align-items: center;
         padding-top: 2em;
    }

    
    .container_text h1{
      font-size: 40px;
  }

  .container_text h2{
      font-size: 30px;
  }

  .container_text h3{
      font-size: 15px;
      text-align: center;
      padding: 2em 3em 0.7em 3em;
  }
  .button-55{
    padding: .5rem;
    font-size: 12px;
      align-self: center;
  }
 
}


@media (max-width: 450px) {
  .container_text h1{
    font-size: 33px;
}

.container_text h2{
    font-size: 17px;
}

.container_text h3{
    font-size: 11px;
    padding: 2em 3em 0.7em 3em;
}

.buttonHeader {
  height: 40px;
  width: 125px;
  font-size: 10px;
}   
}



