/* Fonts */
@font-face {
  font-family: Impact;
  src: url(../fonts/impact.ttf);
}
@font-face {
  font-family: Tahoma;
  src: url(../fonts/tahoma.ttf);
}
@font-face {
  font-family: "Helvetica Bold";
  src: url(../fonts/Helvetica-Bold-Font.ttf);
}
/* General style */
* {
  margin: 0;
  padding: 0;
}

.nav-bar-list {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Header styles */
nav {
  background-color: #00072B;
  color: white;
}

header {
  font-family: Helvetica Bold;
  font-size: 1.2rem;
}
header h3 {
  font-size: 1.6rem;
}

/* Body style */
.contenedor {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100vh;
}

.title {
  font-family: Impact;
  font-size: 2.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

.subtitle {
  font-family: Tahoma;
  padding-top: 1rem;
}

/* Main style */
main {
  background-color: #95989E;
  color: #00072B;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 992px) {
  main {
    justify-content: center;
  }
  main.landing {
    flex-direction: row;
  }
}

.hide-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

/* Footer style */
footer {
  font-family: Helvetica Bold;
  font-size: 1.2rem;
  background-color: #91B9F2;
  color: #020202;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
footer .icon-red-social {
  font-size: 2rem;
}

/* Hero style */
.hero-image {
  padding-top: 5px;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-image {
    padding-top: 0px;
    width: 450px;
  }
}

.hero-button {
  display: inline-block;
  padding-top: 1rem;
  color: #00072B;
  border: 1px solid #00072B;
  padding: 0.5rem 1rem;
  border-radius: 10rem;
}

.producto-card {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.producto-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}

.contactanos-btn {
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #91B9F2;
}

.banner {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.empleado-img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  margin-bottom: 20px;
}

.edificio-img {
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}

.form-group {
  margin-bottom: 20px;
}

.btn-contacto {
  background-color: #007bff;
  color: #fff;
  margin-bottom: 30px;
} 
main iframe {
  aspect-ratio: 16/9;
  width: 100%;
}
@media (min-width: 992px) {
  main iframe {
    width: auto;
    height: 540px;
  }
}

.slide-in-elliptic-bottom-bck {
  animation: slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-28 13:11:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-elliptic-bottom-bck
 * ----------------------------------------
 */
@keyframes slide-in-elliptic-bottom-bck {
  0% {
    transform: translateY(600px) rotateX(-30deg) scale(6.5);
    transform-origin: 50% -100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 500px;
    opacity: 1;
  }
}
.pulsate-fwd {
  animation: pulsate-fwd 0.5s ease-in infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-28 13:16:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@keyframes pulsate-fwd {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.flip-MichaelScott:hover {
  content: url("./../img/cast/michael-scott-hover.jpg");
}

.flip-diagonal-2-br:hover {
  animation: flip-diagonal-2-br 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-28 13:35:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation flip-diagonal-2-br
 * ----------------------------------------
 */
@keyframes flip-diagonal-2-br {
  0% {
    transform: rotate3d(-1, 1, 0, 0deg);
  }
  100% {
    transform: rotate3d(-1, 1, 0, 180deg);
  }
}
.shadow-drop-2-center:hover {
  animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-28 14:3:22
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@keyframes shadow-drop-2-center {
  0% {
    transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}/*# sourceMappingURL=style.css.map */