@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;500;600&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5 {
  font-family: "Bebas Neue", sans-serif;
}

a {
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
  text-align: justify;
  font-weight: 300;
}

section {
  padding: 70px 0px;
}

.text-primarydf {
  color: #272d96;
}

xsmall {
  font-size: x-small;
}

.title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-left: 7px solid #272d96;
  padding-left: 1rem;
}

.title-light {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-left: 7px solid #a5abae;
  padding-left: 1rem;
  color: white;
}

.menu-links {
  color: #151852;
  font-family: "Bebas Neue", sans-serif;
}

#menu-s {
  z-index: 1099;
}

.phone-ads {
  display: flex;
  justify-content: end;
  align-items: top;
}

.bg-fuentes {
  background-color: #272d96;
}

.bg-fuentes-dark {
  background-color: #151852;
}

.bg-fuentes-gd {
  background: #272d96;
  background: linear-gradient(149deg, #272d96 50%, #151852 50%);
  background: -webkit-linear-gradient(149deg, #272d96 50%, #151852 50%);
  background: -moz-linear-gradient(149deg, #272d96 50%, #151852 50%);
}

.parallax {
  background-size: cover;
  height: 350px;
}

.parallax > div {
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  top: 50%;
  position: relative;
}

.parallax > h3 {
  color: white;
  font-weight: bold;
}

.img-about {
  position: relative;
  top: -80px;
  z-index: 9;
}

.slider-caption {
  position: absolute;
  top: 40%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.form-t-bg {
  background-color: transparent !important;
  color: white;
  font-weight: 300;
}

.form-t-bg:focus {
  color: #fff;
}

.form-t-bg::placeholder {
  color: #a5abae;
}

.alinks-dark {
  color: white;
}

.alinks-dark:hover {
  color: #a5abae;
}

.slider-img {
  position: absolute;
  top: 15%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: left;
}

.whatsapp {
  background: #25d366;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1099;
}

.telefono {
  background: #1473bc;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 0;
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1099;
}

.card-body {
  display: flex;
  align-items: center;
  height: 100px;
}

/*# sourceMappingURL=styles.css.map */
