@charset "UTF-8";
/* RESETEO UNIVERSAL */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@700&family=Platypi:ital,wght@0,300..800;1,300..800&family=Poppins&family=Questrial&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*TAMAÑOS DE FUENTES*/
/*H1*/
/*H2*/
/*P*/
/*LINKS NAV*/
/*TITLE CARD*/
/*BUTTON*/
/*FOOTER-TOP*/
.navbar {
  background-color: #0A305C;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 80px;
  font-weight: bold;
  font-family: "Questrial", sans-serif;
  font-size: 20px;
}
.navbar .navbar-nav a {
  position: relative;
}
.navbar .navbar-nav a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: black;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.navbar .navbar-nav a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.navbar .navbar-nav a:hover {
  color: black;
}
.navbar .nav-link {
  color: #FCF2CB;
  font-family: "Questrial", sans-serif;
}

main {
  background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-blend-mode: normal, lighten, soft-light;
}
main h1 {
  font-size: 45px;
  font-family: "Platypi", serif;
  text-shadow: 1px 0px 1px #CCCCCC, 0px 1px 1px #EEEEEE, 2px 1px 1px #CCCCCC, 1px 2px 1px #EEEEEE, 3px 2px 1px #CCCCCC, 2px 3px 1px #EEEEEE, 4px 3px 1px #CCCCCC, 3px 4px 1px #EEEEEE, 5px 4px 1px #CCCCCC, 4px 5px 1px #EEEEEE, 6px 5px 1px #CCCCCC, 5px 6px 1px #EEEEEE, 7px 6px 1px #CCCCCC, 2px 2px 2px rgba(206, 89, 55, 0);
  text-transform: uppercase;
}
main p, main li, main a {
  font-size: 18px;
  font-family: "Platypi", serif;
}
main h2, main h4 {
  font-size: 30px;
  font-family: "Poppins", sans-serif;
}
main h3 {
  font-size: 22px;
  font-family: "Karla", sans-serif;
}

/*CALL TO ACTION*/
.cta-home {
  background-color: #8A97BC;
  font-family: "Platypi", serif;
}
.cta-home h1 {
  font-size: 45px;
}
.cta-home .btn-cta-home {
  background-color: #0A305C;
  color: #FCF2CB;
}
.cta-home .btn-cta-home a {
  text-decoration: none;
  color: #FCF2CB;
  font-size: 22px;
}

.cta-home-2 {
  background-color: #0A305C;
  font-family: "Platypi", serif;
}

.presentacion {
  text-align: justify;
}

/*BOTONERA*/
.botonera-home {
  background-color: #061D37;
  padding: 20px;
  padding-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  max-width: none;
}
.botonera-home .ul-botonera-home {
  list-style: none;
  padding-left: 0;
}
.botonera-home .ul-botonera-home a:hover {
  transform: scale(1.2);
}

.ul-botonera-home a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: white;
}

.ul-botonera-home img {
  width: 65px;
}

.mapa-home {
  background-color: #8A97BC;
  text-align: center;
  width: 100%;
  padding: 20px 0 0px 0px;
  max-width: 100%;
}
.mapa-home h4 {
  text-shadow: 0 1px 0px #378ab4, 1px 0 0px #5dabcd, 1px 2px 1px #378ab4, 2px 1px 1px #5dabcd, 2px 3px 2px #378ab4, 3px 2px 2px #5dabcd, 3px 4px 2px #378ab4, 4px 3px 3px #5dabcd, 4px 5px 3px #378ab4, 5px 4px 2px #5dabcd, 5px 6px 2px #378ab4, 6px 5px 2px #5dabcd, 6px 7px 1px #378ab4, 7px 6px 1px #5dabcd, 7px 8px 0px #378ab4, 8px 7px 0px #5dabcd, 2px 2px 2px rgba(206, 89, 55, 0);
  font-weight: bold;
}
.mapa-home iframe {
  width: 100%;
}

.footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top .contacto-footer-top li {
  list-style: none;
  text-align: justify;
  font-size: 12px;
}
.footer-top .fa-instagram {
  font-size: 30px;
  color: #e4405f;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f8f8f8;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  line-height: 1.7;
}
.footer-top .fa-instagram:hover {
  background-color: #e4405f;
  color: white;
}
.footer-top .footer-top-p {
  font-size: 12px;
}

footer {
  background-color: #0A305C;
  color: #FCF2CB;
  font-family: "Questrial", sans-serif;
  font-size: 12px;
}
footer .redes a {
  color: #FCF2CB;
  text-decoration: none;
  font-size: 20px;
  align-items: baseline;
}
footer .redes i:hover {
  transform: scale(1.15);
}
footer .invisible {
  visibility: hidden;
}

/*BOTON WHATSAPP*/
.whatsapp {
  height: 50px;
  width: 50px;
  background-color: rgba(76, 200, 90, 0.6);
  color: black;
  text-decoration: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.whatsapp:hover {
  background-color: #128c7e;
}

/*PROPIEDADES*/
.tarjetas {
  color: #4C6D9F;
  padding: 15px;
  font-family: "Poppins", sans-serif;
}
.tarjetas h2 {
  color: #0A305C;
  text-shadow: 2px 2px 0px #FFFFFF, 5px 4px 0px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}

.card {
  width: 100%;
  position: relative;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  margin-bottom: 50px;
  background-color: #0A305C;
}

.card-title {
  background-color: #0A305C;
  color: #FCF2CB;
}

.card:hover {
  transform: scale(1.05);
  opacity: 1;
  background-color: white;
}

.card-body {
  padding: 10px;
}

.card-body ul {
  list-style: none;
  padding: 10px;
}

.btn a {
  text-decoration: none;
  color: white;
  font-family: "Karla", sans-serif;
  font-size: 18px;
}

.btn-card {
  position: absolute;
  bottom: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  padding: 10px;
  font-size: 18px;
  font-family: "Karla", sans-serif;
}

.btn-grad {
  background-image: linear-gradient(to right, #314755 0%, #26a0da 51%, #314755 100%);
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.card-info {
  opacity: 0;
}

.card:hover .btn-card,
.card:hover .card-info {
  opacity: 1;
}

/*INDIVIDUALES*/
.responsive-map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* Aspect ratio 16:9 */
  position: relative;
}

.responsive-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*CONTACTO*/
.btn-form {
  background-color: #0A305C;
}

.btn-form:hover {
  background-color: #4C6D9F;
}

/*SPAN*/
span {
  font-weight: bold;
  color: #FCF2CB;
}

/* MEDIAQUERIES */
@media only screen and (min-width: 768px) {
  /*HEADER*/
  .collapse {
    display: flex;
    justify-content: end;
  }
  footer {
    font-size: 18px;
  }
  footer .redes a {
    font-size: 30px;
  }
  /*ENCONTRANOS*/
  .footer-top .contacto-footer-top li {
    font-size: 14px;
  }
  .footer-top .footer-top-p {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */