body {
  font-family: "Libre Baskerville", serif;
}

.logo-brand {
  height: 60px;
}

.text-footer {
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.hr-black {
  height: 3px;
  width: 50px;
  background-color: black;
  margin: 0;
}

.border-grey {
  border: solid 2px #929292;
}

.centered-left {
  position: absolute;
  top: 50%;
  transform: translate(-0%, -50%);
  color: #ffffff;
  text-align: left;
}

.btn-white {
  background-color: #ffffff;
}

/* Estilos para las imagenes */

.container-1 {
  position: relative;
  text-align: center;
}

.centered-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* botón de whats */

.whatsapp-button {
  position: fixed;
  bottom: 70px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

.phone-button {
  position: fixed;
  bottom: 70px;
  left: 15px;
  z-index: 99;
  background-color: #87ceeb;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  animation: effect 5s infinite ease-in;
}

.link-no-underline {
  text-decoration: none !important;
}

@keyframes effect {
  20%,
  100% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  5% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.text-justify {
  text-align: justify !important;
}
