/* Variables */
/* Fuentes */
@font-face {
  font-family: MrEavesRegular;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Reg.otf); }
@font-face {
  font-family: MrEavesBold;
  src: url(fuentes/Emigre-MrEavesXLSanNarOT-Ultra.otf); }
@font-face {
  font-family: LCScript;
  src: url(fuentes/LCScript-Regular.otf); }
@font-face {
  font-family: RobotoBold;
  src: url(fuentes/Roboto-Bold.ttf); }
@font-face {
  font-family: RobotoMedium;
  src: url(fuentes/Roboto-Medium.ttf); }
@font-face {
  font-family: RobotoRegular;
  src: url(fuentes/Roboto-Regular.ttf); }
/* SCROLL */
html {
  scroll-behavior: smooth; }

/* TERMINA SCROLL */
/* NAV */
nav {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center; }
  nav div:first-child {
    width: 30%; }
    nav div:first-child img {
      padding-left: 15%; }
  nav div:last-child {
    width: 70%;
    font-size: 20px; }
    nav div:last-child ul {
      display: flex;
      justify-content: flex-end;
      list-style: none;
      margin: 0%;
      padding: 0%;
      padding-right: 6%; }
      nav div:last-child ul li {
        margin: 0% 1.5% 0% 1.5%; }
        nav div:last-child ul li a {
          text-decoration: none;
          font-family: MrEavesBold;
          color: #F8671B; }
        nav div:last-child ul li a:hover {
          color: black; }
      nav div:last-child ul li:last-child a {
        color: black; }
      nav div:last-child ul li:last-child a:hover {
        color: #F8671B; }

#NavMobile {
  display: none; }

@media only screen and (max-width: 850px) {
  nav div:first-child {
    width: 100%;
    display: flex;
    justify-content: center; }
    nav div:first-child img {
      padding-left: 0%; }
  nav div:last-child {
    display: none; }

  #NavMobile {
    display: flex;
    width: 100%;
    height: 65px;
    background-color: white;
    border-top: 3px solid black;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 3; }
    #NavMobile ul {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      list-style: none;
      margin: 0%;
      padding: 0%; }
      #NavMobile ul li {
        margin: 0% 2% 0% 2%; } }
/* TERMINA NAV */
/* Generales */
body {
  font-family: RobotoRegular, Arial, Helvetica, sans-serif;
  /* Scroll  */ }
  body ::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  body ::-webkit-scrollbar-thumb {
    background: #E84F00 !important;
    border-radius: 0px; }
  body ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(13deg, #c7ceff 14%, #f9d4ff 64%); }
  body ::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #f0f0f0; }

/* REGISTRO */
#cont-registro {
  width: 100%;
  min-height: 800px;
  background-image: url("fondos/pizza.png");
  margin-bottom: 30px; }

  #cont-teaser {
  width: 100%;
  height: auto;
  background-image: url("fondos/bg.png");
  background-color: #F8671B;
   }

#cont-registro-password {
  width: 100%;
  height: 500px;
  background-image: url("fondos/pizza.png");
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.cont-lc-lupa {
  position: absolute;
  left: 0;
  height: auto; }
  .cont-lc-lupa .mano {
    margin-top: 160px;
    position: absolute;
    z-index: 2;
    opacity: 0; }
  .cont-lc-lupa .LC-lupa {
    margin-left: 0px;
    margin-top: 100px;
    position: absolute;
    z-index: 0; }

.linea-vertical {
  height: 1000px;
  border-left: 20px solid #F8671B;
  position: absolute;
  z-index: 1;
  left: 0; }

.linea-vertical-right {
  height: 1000px;
  border-left: 20px solid #F8671B;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 130px; }

/*CREAR CUENTA*/
#registro {
  width: 50%;
  padding-top: 80px; }

#ingresar {
  display: none;
  width: 50%;
  padding-top: 80px; }

#recuperarPassword {
  width: 50%;
  padding-top: 80px; }

.flex-cont {
  display: flex;
  justify-content: center; }
  .flex-cont .titulo-form {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0; }
    .flex-cont .titulo-form h2 {
      margin: 0;
      font-family: MrEavesRegular;
      font-size: 45px;
      color: #707070; }
  .flex-cont .titulo-form-password {
    width: 100%;
    margin: 0; }
    .flex-cont .titulo-form-password h2 {
      margin: 0;
      font-family: MrEavesRegular;
      font-size: 45px;
      color: #707070; }
    .flex-cont .titulo-form-password p {
      font-family: MrEavesRegular;
      font-size: 24px;
      margin: 0; }
  .flex-cont .sub-title {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .flex-cont .sub-title p {
      margin: 0;
      text-decoration: underline;
      font-family: MrEavesBold;
      font-size: 20px;
      cursor: pointer; }
  .flex-cont .input-50 {
    width: 50%;
    margin: 10px; }
    .flex-cont .input-50 p {
      margin: 0; }

.cont-complete {
  width: 97.5%;
  margin: 10px;
  margin-top: 50px; }
  .cont-complete p {
    margin: 0; }

.cont-complete-ingresar {
  width: 100%;
  margin: 0;
  margin-top: 50px; }
  .cont-complete-ingresar p {
    margin: 0; }

.no-margin-top {
  margin-top: 0px !important; }

input {
  width: 100%;
  height: 45px;
  padding-left: 10px; }

select {
  width: 100%;
  height: 45px;
  text-align: center;
  padding-left: 10px; }

#eye {
  position: absolute;
  margin-left: -50px;
  margin-top: 5px;
  cursor: pointer; }

input:focus,
select:focus,
input.form-control:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.linea-negra {
  width: 100%;
  border-top: 2px solid black;
  margin-top: 20px;
  margin-bottom: 20px; }

.checkbox {
  display: flex; }
  .checkbox input {
    width: 30px;
    margin-right: 30px; }
  .checkbox p {
    margin: 0;
    margin-top: 10px; }
  .checkbox span {
    color: #F8671B;
    cursor: pointer;
    font-family: RobotoMedium; }

.cont-btn-form {
  width: 100%;
  margin-top: 30px; }
  .cont-btn-form button {
    width: 250px;
    height: 45px;
    border: 3px solid #F8671B;
    background: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #F8671B;
    font-family: MrEavesBold; }
  .cont-btn-form button:hover {
    background-color: #F8671B;
    color: white; }

@media only screen and (max-width: 969px) {
  .cont-lc-lupa {
    display: none; }

  .linea-vertical-right {
    display: none; }

  #cont-registro {
    width: 100%;
    height: auto;
    padding-bottom: 80px; }

  #cont-registro-password {
    width: 100%;
    height: auto;
    padding-bottom: 80px; }

  #registro {
    width: 80%; }

  #ingresar {
    width: 80%; }

  #recuperarPassword {
    width: 80%; }

  #BrazoLC {
    display: none; }

  .flex-cont {
    display: block; }
    .flex-cont .titulo-form {
      width: 100%;
      display: flex;
      align-items: center;
      margin: 0; }
      .flex-cont .titulo-form h2 {
        margin-bottom: 10px; }
    .flex-cont .titulo-form-password {
      width: 100%; }
    .flex-cont .sub-title {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .flex-cont .sub-title p {
        margin: 0;
        text-decoration: underline;
        font-family: MrEavesBold;
        font-size: 20px;
        cursor: pointer; }
    .flex-cont .input-50 {
      width: 100%;
      margin: 10px; }
      .flex-cont .input-50 p {
        margin: 0; }

  .cont-complete {
    width: 100% !important;
    margin: 10px;
    margin-top: 50px; }
    .cont-complete p {
      margin: 0; }

  .cont-btn-form {
    width: 100%;
    margin-top: 50px; }
    .cont-btn-form div {
      width: 100%; } }
.right {
  display: flex;
  justify-content: flex-end !important; }

.btn-text {
  cursor: pointer;
  text-decoration: underline;
  padding-top: 10px; }

@keyframes LC-lupa {
  from {
    margin-left: -200px; }
  to {
    margin-left: 20px; } }
@keyframes mano-LC {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes brazo-LC {
  from {
    margin-left: -350px; }
  to {
    margin-left: -100px; } }
#BrazoLC {
  position: absolute;
  left: 0;
  margin-top: 200px;
  margin-left: -350px; }

/*TERMINA CREAR CUENTA*/
/* TERMINA REGISTRO */
/* FOOTER */
footer {
  width: 100%;
  display: flex;
  justify-content: center; }
  footer section {
    width: 80%; }
    footer section .linea {
      width: 100%;
      border-top: 2px solid #F8671B; }
    footer section .cont-footer {
      width: 100%;
      display: flex;
      justify-content: center; }
      footer section .cont-footer .redes {
        width: 30%;
        display: flex; }
        footer section .cont-footer .redes a {
          margin: 10px; }
      footer section .cont-footer .visita {
        width: 70%;
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        footer section .cont-footer .visita a {
          font-family: MrEavesBold;
          color: black;
          text-decoration: none;
          font-size: 26px; }
        footer section .cont-footer .visita a:hover {
          text-decoration: underline; }
      footer section .cont-footer .bases {
        width: 90%;
        padding: 1%; }
      footer section .cont-footer ul {
        width: 100%;
        display: flex;
        justify-content: center;
        list-style: none;
        padding: 0%;
        margin: 0; }
        footer section .cont-footer ul li {
          margin: 2%;
          cursor: pointer;
          color: black;
          text-decoration: none;
          text-align: center; }
        footer section .cont-footer ul li:hover {
          text-decoration: underline; }
      footer section .cont-footer p {
        width: 80%;
        font-family: RobotoRegular;
        text-align: center; }

@media only screen and (max-width: 850px) {
  footer {
    margin-bottom: 100px; }
    footer section .cont-footer ul li {
      text-align: center !important; } }
@media only screen and (max-width: 770px) {
  footer {
    width: 100%;
    display: flex;
    justify-content: center; }
    footer section {
      width: 90%; }
      footer section .cont-footer {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        footer section .cont-footer .redes {
          width: 100%;
          display: flex;
          justify-content: center;
          margin-top: 10px;
          margin-bottom: 10px; }
          footer section .cont-footer .redes a {
            margin: 10px; }
        footer section .cont-footer .visita {
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
        footer section .cont-footer .bases {
          width: 100%;
          text-align: center; }
        footer section .cont-footer ul {
          width: 100%;
          display: flex;
          justify-content: center; }
          footer section .cont-footer ul li {
            margin: 2%;
            margin-top: 20px; }
        footer section .cont-footer p {
          width: 100%;
          margin-top: 20px; } }
@media only screen and (max-width: 520px) {
                  footer {
                    width: 100%;
                    display: flex;
                    justify-content: center; }
                    footer section .cont-footer .visita {
                      text-align: center;
                      line-height: 1;
                      margin-bottom: 10px; }
                    footer section .cont-footer ul {
                      flex-direction: column; }
                      footer section .cont-footer ul li {
                        margin: 1%;
                        margin-top: 10px; }
                    footer section .cont-footer p {
                      font-size: 10pt; } }
                .icono {
                  text-align: center; }

                .TituloPrincipal {
                  text-align: center;
                  margin-top: 100px;
                  margin-bottom: -25px;
                  font-family: MrEavesBold;
                  font-size: 70px;
                  line-height: 1;
                  padding-left: 20px;
                  padding-right: 20px;
                  color: #F8671B; }
                  .TituloPrincipal span {
                    color: #F8671B; }

                @media only screen and (max-width: 460px) {
                  .TituloPrincipal {
                    font-size: 50px; } }
                .TituloSecundario {
                  font-family: LCScript;
                  font-size: 50px;
                  text-align: center;
                  margin-bottom: 100px;
                  transform: rotate(1.3deg);
                  line-height: 1; }

                /*# sourceMappingURL=estilosRepositorio.css.map */



      


.box {
   width: 100%; 
   padding-right: var(--bs-gutter-x, .75rem); 
   padding-left: var(--bs-gutter-x, .75rem); 
   margin-right: auto; 
   margin-left: auto; 
}

/* DOMContentLoaded: Se asegura de que el script se ejecute después de que la página haya cargado el HTML.*/
/* #diadelapizza {
  display: none !important;
} */


/* Animación para la imagen principal */
/* Estilo común para ambas imágenes */

/* Contenedor para las imágenes */
.image-container {
  position: relative;
  width: 260px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Animación para la mano (subir) */
.hand {
  position: absolute;
  top: 0;
  left: 20%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 10;
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Animación para la imagen principal */
.main-image {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 5;
  animation: slide-in-bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Animación para la mano (subir) */
@keyframes hand-slide-up {
  0% {
    transform: translateY(100px); /* Comienza más abajo */
    opacity: 1;
  }
  100% {
    transform: translateY(0); /* La mano se mueve hacia su posición final */
    opacity: 1;
  }
}

/* Animación para la mano (bajar) */
@keyframes hand-slide-down {
  0% {
    transform: translateY(0); /* La mano está en su posición final */
    opacity: 1;
  }
  100% {
    transform: translateY(100px); /* La mano se mueve hacia abajo */
    opacity: 0; /* Desaparece */
  }
}

/* Animación para la imagen principal */
@keyframes slide-in-bottom {
  0% {
    transform: translateY(50px); /* Comienza más abajo */
    opacity: 0;
  }
  100% {
    transform: translateY(0); /* Se mueve hacia su posición original */
    opacity: 1;
  }
}

/* Animaciones secuenciales para cada bloque */
.block-1 {
  opacity: 0;
  animation: block-1-animation 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-2 {
  opacity: 0;
  animation: block-2-animation 1.6s 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-3 {
  opacity: 0;
  animation: block-3-animation 1.6s 3.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-4 {
  opacity: 0;
  animation: block-4-animation 1.6s 5.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-5 {
  opacity: 0;
  animation: block-5-animation 1.6s 7.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-6 {
  opacity: 0;
  animation: block-6-animation 1.6s 9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-7 {
  opacity: 0;
  animation: block-7-animation 1.6s 10.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-8 {
  opacity: 0;
  animation: block-8-animation 1.6s 12.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-9 {
  opacity: 0;
  animation: block-9-animation 1.6s 14.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Animación para cada bloque */
@keyframes block-1-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-2-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-3-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-4-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-5-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-6-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-7-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-8-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes block-9-animation {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Sincronización de animación de la mano con los bloques */
.block-1 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-2 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 3.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-3 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 5.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-4 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-5 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 8.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-6 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 10.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-7 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 12.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-8 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 14.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.block-9 .hand {
  animation: hand-slide-up 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, hand-slide-down 0.6s 16s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Responsividad */
@media (max-width: 768px) {
  .image-container {
    width: 90%;
    height: auto;
  }

  .hand, .main-image {
    width: 100%;
  }
}



/* Contenedor para las imágenes */

