@import url("https://fonts.googleapis.com/css2?family=Francois+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

body {
  background-color: #ffd8a5;
}

.tamano {
  margin: auto;
  width: 40%;
  height: 100%;
  text-align: center;
  background-color: #ffd8a5;
}

.logobaviera {
  margin: auto;
  text-align: center;
  width: 25%;
  margin-bottom: 1rem;
}

.logotapasraciones {
  margin: auto;
  text-align: center;
  width: 40%;
  margin-bottom: 1.5rem;
}

.subtitu {
  font-family: "Francois One", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  text-align: left;
  color: #056825;
  width: 100%;
  height: 5rem;
  border-color: #056825;
  border-bottom: 5px solid #056825;
  margin-bottom: 0.5rem;
}
.productList {
  font-family: "Francois One", sans-serif;
  font-size: 1.5rem;
  text-align: left;
  margin: auto;
  width: 100%;
}

.conatiner {
  width: 100%;
}

.left {
  text-align: left;
  display: inline-block;
  width: 70%;
}

.titulocolumnamedio {
  text-align: right;
  position: absolute;
  display: inline-block;
  color: #066421;
  text-decoration-line: underline;
  font-weight: bold;
  width: 6%;
  margin-right: 15%;
}

.titulocolumnadrch {
  text-align: right;
  color: #066421;
  font-weight: bold;
  text-decoration-line: underline;
  float: right;
  width: 15%;
}

.middle {
  text-align: right;
  position: absolute;
  display: inline-block;
  width: 6%;
  margin-right: 15%;
}
.right {
  text-align: right;
  float: right;
  width: 15%;
}

.titulonovedad {
  font-size: 1.6rem;
  margin-top: 10px;
  color: red;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
}

.novedadmid {
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: 80%;

}
.novedadright {
  text-align: right;
  font-weight: bold;
  float: right;
  width: 15%;
}

.pulgasboca {
  font-family: "Francois One", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  text-align: left;
  color: #056825;
  width: 100%;
  height: 5rem;
  border-color: #056825;
  border-bottom: 5px solid #056825;
  margin-bottom: 0.5rem;
}

.pulga {
  font-size: 1.4rem;
  text-align: right;
  position: absolute;
  display: inline-block;
  color: #066421;
  text-decoration-line: underline;
  font-weight: bold;
  width: 6%;
  margin-right: 15%;
}

.bocadillo {
  font-size: 1.4rem;
  text-align: right;
  color: #066421;
  font-weight: bold;
  text-decoration-line: underline;
  float: right;
  width: 15%;
}
.legendtitulo {
  font-size: 1.4rem;
}
.opinion {
  margin: auto;
  font-size: 1.5rem;
  width: 40%;
  margin-top: 2rem;
  padding-top: 2rem;
  font-size: 0.8rem;
  font-family: "Righteous", cursive;
  border: 1px solid #000;
}
.logo {
  display: block;
  margin: auto;
  text-align: center;
  width: 30%;
  margin-bottom: 1rem;
}
.author {
  font-size: 1.6rem;
  font-family: "Righteous", cursive;
  display: block;
  padding-top: 3rem;
  text-align: center;
  margin: auto;
}
.mulasrootlink{
  text-decoration: none;
  color: black;

  
}


@media only screen and (max-width: 768px) {
  .tamano {
    margin: auto;
    width: 90%;
    height: 100%;
    text-align: center;
    background-color: #ffd8a5;
  }
  .logobaviera {
    margin: auto;
    text-align: center;
    width: 70%;
    margin-bottom: 1rem;
  }

  .logotapasraciones {
    margin: auto;
    text-align: center;
    width: 95%;
    margin-bottom: 1.5rem;
  }

  .subtitu {
    font-family: "Francois One", sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    text-align: left;
    color: #056825;
    width: 100%;
    height: 3rem;
    border-color: #056825;
    border-bottom: 5px solid #056825;
    margin-bottom: 0.5rem;
  }

  .pulgasboca {
    font-family: "Francois One", sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: left;
    color: #056825;
    width: 100%;
    height: 2.8rem;
    border-color: #056825;
    border-bottom: 5px solid #056825;
    margin-bottom: 0.5rem;
  }


  
  .productList {
    font-size: 1rem;

    font-family: "Francois One", sans-serif;
    text-align: left;
    margin: auto;
    width: 100%;
  }

  .conatiner {
    width: 100%;
  }
  .left {
    text-align: left;
    display: inline-block;
    width: 65%;
  }
  .middle {
    text-align: right;
    position: absolute;
    display: inline-block;
    width: 14%;
    margin-right: 15%;
  }
  .right {
    text-align: right;
    float: right;

    width: 17%;
  }

  .titulonovedad {
    font-size: 1.1rem;
    margin-top: 10px;
    color: red;
    font-weight: bold;
    text-shadow: 1px 1px 1px black;
  }

  .novedadmid {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    width: 80%;


    /*   background-color: #8b8b8c;
     */
  }
  .novedadright {
    text-align: right;
    font-weight: bold;
    float: right;
    width: 15%;
  }

  .titulocolumnamedio {
    text-align: right;
    position: absolute;
    display: inline-block;
    color: #066421;
    text-decoration-line: underline;
    font-weight: bold;
    width: 14%;
    margin-right: 15%;
  }

  .titulocolumnadrch {
    text-align: right;
    color: #066421;
    font-weight: bold;
    text-decoration-line: underline;
    float: right;
    width: 15%;
  }
  .pulga {
    font-size: 0.9rem;
    text-align: right;
    position: absolute;
    display: inline-block;
    color: #066421;
    text-decoration-line: underline;
    font-weight: bold;
    width: 14%;
    margin-right: 15%;
  }

  .bocadillo {
    font-size: 0.9rem;

    text-align: right;
    color: #066421;
    font-weight: bold;
    text-decoration-line: underline;
    float: right;
    width: 15%;
  }
  .legendtitulo {
    font-size: 1rem;
  }
  .opinion {
    margin: auto;
    width: 90%;
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 0.8rem;
    font-family: "Righteous", cursive;
    border: 1px solid #000;
  }
  .logo {
    display: block;
    margin: auto;
    text-align: center;
    width: 50%;
    margin-bottom: 1rem;
  }
  .author {
    font-size: 0.8rem;
    font-family: "Righteous", cursive;
    display: block;
    padding-top: 3rem;
    text-align: center;
    margin: auto;
  }
}
