/*
Theme Name: Bitxo Theme
Template: blankslate
Author: Juan Hernández
Version: 1.0
*/

@import url("../blankslate/style.css");




.featured-bg {
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 3rem;
  color: white;
  background-attachment: fixed;
}

* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Josefin Sans', cursive;
      background: url('img/bitxo_background.jpg') no-repeat center center fixed;
      background-size: cover;
      color: white;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }

    header, main {
 padding-top: 0px !important;
  padding-bottom: 0px !important;
    }

    header img {
      max-width: 400px;
      height: auto;
      display: block;
      margin: 0 auto 20px;
    }

.logos-container {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  padding: 10px 0;
}


    .logos {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
 margin-bottom: -10px;

    }

    .logos img {
      max-height: 125px;
      height: auto;
      width: auto;
    }

.oscurito {
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8)),
    url('/wp-content/uploads/2025/06/textura-fondo.png');
  background-size: auto;
  background-repeat: repeat;
  background-blend-mode: overlay;
margin: -25px -5vw -68px -5vw;
  padding-left: 6vw;
  padding-right: 6vw;
  
      flex-grow: 1;
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.6;
	   
    }

    footer {
        padding: 12px;
      background-color: black;
      font-size: 0.9em;
      text-align: center;
    }

    /* Versión responsive */
    @media (max-width: 768px) {
      header img {
        max-width: 80%;
      }

      .logos {
        gap: 10px;
      }

      .logos img {
        max-height: 100px;
      }

      oscurito {
        font-size: 1rem;
        padding: 0 5%;
      }

      footer {
        font-size: 0.8em;
      }
    }

    @media (max-width: 480px) {
      main {
        font-size: 0.95rem;
        padding: 0 3%;
      }

      .logos img {
        max-height: 75px;
      }
      .bitxo img {
    max-width:300px;}
    }
    
    .hero-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  transition: padding 0.3s ease;
}

h1 {
    font-family: 'Amatic SC';
    Font-weight: 800;
  color: #f1c40f;
  text-shadow: -1px -1px 0 #000,  
                1px -1px 0 #000,
               -1px  1px 0 #000,
                1px  1px 0 #000;
font-size: 2.7em;
}

h2 {
    font-family: 'Amatic SC';
    Font-weight: 700;
  color: #f1c40f;
  text-shadow: -1px -1px 0 #000,  
                1px -1px 0 #000,
               -1px  1px 0 #000,
                1px  1px 0 #000;
font-size: 2.5em;

}

h3 {
  font-family: 'Amatic SC';
  color: #f1c40f;
  Font-weight: 700;
  text-shadow: -1px -1px 0 #000,  
                1px -1px 0 #000,
               -1px  1px 0 #000,
                1px  1px 0 #000;
                font-size: 1.8em;
}

h4 {
   font-family: 'Neucha';
   Font-weight: 700;
   text-shadow: -1px -1px 0 #000,  
                1px -1px 0 #000,
               -1px  1px 0 #000,
                1px  1px 0 #000;
    font-size: 1.2em;
}

a {
    color: #f1c40f;
    text-decoration:none;
}

header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  padding: 1rem;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}


@keyframes zoomInCenter {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.hero-logo img {
  animation: zoomInCenter 1s ease-out forwards;
  transform-origin: center;
}

.bitxo img {
  opacity: 0;
  transform: scale(0.3);
  transition: transform 1s ease-out, opacity 1s ease-out;
  transform-origin: center;
}

.bitxo.animate img {
  transform: scale(1);
  opacity: 1;
}



html, body {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
  background: none;
}


#page, #site-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
}