:root {
  --negro: #020202;
  --rojo: #e1382b;
  --verde: #3ec70b;
  --gris: #323232;
  --verde-lima: #6e7f35;
  --amarillo: #f59959;
  --amarillo-barra: #b4825c;
  --gris-texto: #aaaaaa;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before:after {
  box-sizing: inherit;
}

/*Utilidades*/
.separador {
  padding: 2.5rem 0;
}

.contenedor {
  width: 100%;
  max-width: 1200rem;
  margin: 0 auto;
}
.contenedor-texto {
  width: 95%;
  max-width: 1200rem;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

.shadow-box {
  box-shadow: 5px 5px 5px #00000036;
}

body {
  font-family: "Source Serif Pro", serif;

  margin: 0;
  padding: 0;
}
h1 {
  font-size: 5rem;
  font-family: "The Nautigal", cursive;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.2rem;
}
h4 {
  font-size: 2rem;
}
p {
  font-size: 1.8rem;
}
img {
  width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 100%;
}
.mw-120 {
  max-width: 12rem;
}
.mw-70 {
  max-width: 7rem;
}

a {
  text-decoration: none;
}

/*Header*/
header {
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 2rem;
  align-items: center;
}
header h1 {
  font-weight: 700;
}
header h1 span {
  font-weight: 400;
}
/*Menu*/

/*Footer*/
footer {
  color: white;
  text-align: center;
}
footer p {
  font-size: 2.2rem;
}
.logos {
  display: flex;
  justify-content: space-around;
  padding: 0px 30rem;
}
.vh-40 {
  height: 100vh;
}
.img-banner {
  background-image: url(../img/banner-1.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  /*    margin-right: -50rem;*/
}
.contenedor-tipo {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.4fr 2fr;
}

.informacion {
  height: 100vh;
  overflow-y: scroll;
  padding: 0 2rem;
  background-color: var(--gris);
}
.barra {
  background-color: var(--amarillo-barra);
  padding: 3px;
  width: 98%;
}
.titulo-info {
  color: var(--amarillo);
  text-align: center;
  padding: 1rem 0 0 0;
}
.precio {
  color: var(--verde-lima);
  text-align: center;
}
.info-footer {
  display: grid;
  gap: 2rem;
}
.info-inferior {
  color: white;
}
.info-inferior p {
  text-align: justify;
}
.subtitulo {
  color: var(--verde-lima);
}
.descripcion {
  /*   color: var(--gris-texto);*/
  color: white;
}

/*Tabs*/

.navegacion {
  margin: 2rem 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
.navegacion button {
  background-color: var(--gris-texto);
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
  text-align: center;
  border: none;
  border-radius: 1rem;
}

button:hover {
  cursor: pointer;
}
.actual {
  color: white;
  background-color: #7f8487;
}

.color-gray {
  color: white;
}

.barra-footer {
  background-color: var(--gris-texto);
  padding: 1px;
  width: 80%;
  margin: 0 auto;
}
.derechos {
  font-size: 1.8rem;
}
footer {
  padding: 1rem 0;
}
.info-paso {
  display: none;
}
.ocultar {
  visibility: hidden;
}
.mostrar-seccion {
  display: block !important;
}

.paginacion {
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
}
.paginacion button {
  background-color: var(--gris-texto);
  padding: 1rem 3rem;
  display: block;
  text-align: center;
  color: var(--negro);
  border: none;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.paginacion button:hover {
  cursor: pointer;
  color: white;
  background-color: #7f8487;
}

.precios {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  border-top: 3px solid var(--amarillo-barra);
  border-bottom: 3px solid var(--amarillo-barra);
}
.precios-general {
  text-align: center;
  border-top: 3px solid var(--amarillo-barra);
  border-bottom: 3px solid var(--amarillo-barra);
}
.precio {
  font-size: 2.8rem;
  margin: 1rem;
  font-weight: bolder;
}
.leyenda {
  padding: 2.5rem 0;
  text-align: center;
  color: white;
}

.precio-pizza {
  font-size: 2.8rem;
  margin: 1rem;
  font-weight: bolder;
  text-align: center;
  color: var(--verde-lima);
}
.menu {
  background-color: #020202;
}

@media (max-width: 480px) {
  .precios {
    grid-template-columns: none;
  }
  .navegacion {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .logos {
    display: block;

    padding: 1rem;
  }
  .paginacion {
    gap: 5px;
    margin-left: -5px;
    margin-right: auto;
  }
  .paginacion button {
    padding: 0.5rem 0.5rem;
  }
  .contenedor-tipo {
    display: block;
  }
  .img-banner {
    height: 30rem;
  }

  header {
    display: block;
    text-align: center;
  }
  .img-header {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .info p {
    font-size: 1.7rem;
  }
}
.bg-black {
  background-color: var(--negro);
}
.subrayado {
  text-decoration: underline;
  color: white;
}

.contenedor_carga {
  background-color: var(--gris);
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10000;
}
.img-carga {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: girar 2.5s linear infinite;
  -o-animation: girar 2.5s linear infinite;
  animation: girar 2.5s linear infinite;
}
.carga-texto {
  height: 100px;
  width: 100px;
  font-size: 2.2rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto 15rem auto;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ocultar {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.cambiar-img{
    transition: all 1s ease-in-out;
}
.image-rounded{
  border-radius: 1rem;
}