/* Colores
#F2C740 #C4FFDB #122E4D 
  */

body {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  /* background-image: url(../images/logoBG.svg); */
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: center;
  background-position-x: 135px;
  background-position-y: 340px;
}

.stick-top {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10px 0px 10px 0px;
  background-color: #f2c740;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-container {
  display: flex;
  padding: 60px 0px 60px 0px;
  flex-direction: column;
  align-items: center;
}

.section-container img {
  width: 290px;
}

.section-container p {
  color: #f2c740;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  margin-top: 60px;
}

.linkToCatalog {
  text-decoration: none;
  background-color: #f2c740;
  color: #122e4d;
  padding: 20px 50px 20px 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  background-image: url(../images/open-pdf.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 19px;
  background-position-x: 168px;
  margin-top: 40px;
}

.linkToMail {
  color: #f2c740;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 35px;
  margin-top: 60px;
  text-decoration: none;
}

.stick-bottom {
  background-color: #122e4d;
  width: 100%;
  padding: 30px 0px 30px 0px;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stick-bottom a {
  text-decoration: none;
  color: white;
  font-size: 35px;
  font-weight: 700;
  background-image: url(../images/icon-whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position-x: 10px;
  width: 300px;
  text-align: center;
  padding-left: 20px;
}

/* Cortes dispositivos */

@media only screen and (max-width: 768px) {
  body {
    background-position-x: 20px;
  }

  .section-container p {
    margin-top: 35px;
  }

  body {
    background-position-y: 307px;
  }

  .linkToCatalog {
    margin-top: 20px;
  }

}

@media only screen and (max-width: 425px) {
  body {
    background-position-x: -150px;
  }
}

@media only screen and (max-width: 375px) {
  body {
    background-position-x: -178px;
  }

  .stick-top {
    font-size: 11px;
  }
}

@media only screen and (max-width: 320px) {
  body {
    background-position-x: -205px;
  }
}
