body {
  font-family: "Roboto", sans-serif;
  /* font-family: 'recoletaregular' !important; */
}

.logo-brand {
  min-width: 250px;
  max-width: 65px;
}
.nav-menu-azul {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1345a9;
}
.nav-bold-azul {
  font-size: 12px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #1345a9;
}
.nav-sm-azul {
  font-size: 10px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: left;
  color: #1345a9;
}
.border-right-nav {
  border-right: 1px solid #1345a9;
}

.btn-blue {
  border-radius: 42px;
  background-color: #1345a9;
}
.btn-blanco {
  border-radius: 42px;
  border: solid 1px #1344a8;
}
.btn-azul-cuadrado {
  border-radius: 2px;
  background-color: #1345a9;
}

/* animación en imagen */
/* .img-animated {
    transition: 0.1s;
}

.img-animated:hover {
    width: 100px;
    transition: 0.1s;
} */
.img-trans-blanco {
  background-image: url(./img/contacto_blanco.png);
  /* background-position: 0% 0%; */
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  width: 100%;
}
.img-trans-cajas {
  background-image: url(./img/contacto_cajas.png);
  /* background-position: 0% 0%; */
  /* background-size: 100% 100%; */
  background-repeat: no-repeat;
  width: 100%;
}

/* Estilos para las imagenes */

.container-1 {
  position: relative;
  text-align: center;
}

.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-vertical {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-test {
  width: 100%;
}
/* botón de whats */

.whatsapp-button {
  position: fixed;
  bottom: 100px;
  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: 100px;
  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;
  }
}
.aumento {
  background-color: #e8eff7;
  color: #1345a9;
  transition: 0.5s !important;
}
.aumento:hover {
  background-color: #1345a9;
  color: #e8eff7;
}
.aumento:hover .letra-enorme-azul {
  color: white !important;
}
.aumento:hover .btn-azul-cuadrado {
  background-color: white !important;
  color: #1345a9 !important;
}
.aumento:hover hr {
  height: 1px;
  background-color: white;
}
