@charset "UTF-8";
.sticky-bar {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
.sticky-bar .contact-info {
  display: flex;
  justify-content: center;
  background-color: #005B94;
  color: #ffffff;
  padding: 4px 4px;
  align-items: center;
  font-size: large;
}
.sticky-bar .contact-info .container {
  margin: 0px;
  padding: 0px;
}

a.numero {
  text-decoration: none;
  color: white;
}

nav.navbar {
  padding: 0px;
}
nav.navbar a.navbar-brand {
  padding: 0px;
  font-size: xx-large;
}
nav.navbar img {
  padding: 0px;
}
nav.navbar ul li a {
  font-size: large;
}
nav.navbar .navbar-toggler-icon:hover {
  background-color: #005B94;
  /* Cambia el color de fondo al pasar el ratón sobre el botón */
}

a.dropdown-item {
  color: white;
}

.container.max-container {
  max-width: 100%;
  max-height: auto t;
  padding: 0px;
  z-index: 1;
  justify-content: center;
  background-color: rgb(0, 0, 0);
}

.carousel-inner .carousel-item .img {
  max-width: 100%;
  height: auto;
  margin: 0px;
}
.carousel-inner .carousel-item h1 {
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  font-size: xx-large;
  font-weight: 700;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.carousel-inner .carousel-item p {
  color: white;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: x-large;
  text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  font-weight: 600;
}
.carousel-inner .carousel-item .carousel-caption {
  margin-top: 20px;
}

.header {
  background-color: #333;
  color: #fff;
  padding: 10px;
}
.header .navbar-brand img {
  height: 5rem;
  max-width: 5rem;
  height: auto;
}
.header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.header nav ul li {
  margin: 0 20px;
}
.header .social-icons {
  text-align: right;
}
.header .social-icons a {
  margin: 0 10px;
}
.header .social-icons img {
  max-width: 100%;
  height: auto;
}

.container-title {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
}
.container-title .title-features {
  color: #005B94;
}

div.row {
  padding: 0px;
}
div.row a {
  text-decoration: none;
}

i {
  padding-top: 10px;
  display: flex;
  align-self: center;
  font-size: 5vw;
  color: #005B94;
}

@media (max-width: 720px) {
  i {
    font-size: 10vw;
  }
}
.card {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  background-color: #F1C40F;
}

.card:hover {
  -webkit-box-shadow: 10px 10px 14px 2px rgba(0, 0, 0, 0.47);
  box-shadow: 10px 10px 14px 2px rgba(0, 0, 0, 0.47);
}

h6.card-title {
  align-items: center;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.container.brand {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 10px;
}
.container.brand .title-brand {
  text-align: center;
  background-color: #005B94;
  color: white;
  width: 100%;
  margin: 0;
  padding: 0.5rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.container.brand .secondary-brand {
  text-align: center;
  background-color: #212529;
  width: 100%;
  color: white !important;
  padding: 0.25rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

img.img-responsive {
  overflow: clip;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

img.img-responsive:hover {
  -webkit-box-shadow: 10px 10px 14px 2px rgba(0, 0, 0, 0.47);
  box-shadow: 10px 10px 14px 2px rgba(0, 0, 0, 0.47);
}

.image-logo img {
  max-width: 100%;
  /* Asegura que las imágenes no sean más anchas que el contenedor */
  height: auto;
  /* Mantiene la relación de aspecto original de las imágenes */
}

@media (max-width: 768px) {
  .row-cols-1.row-cols-md-6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer {
  background-color: #212529;
  text-align: center;
  align-items: center;
}
.footer img {
  width: 10%;
}

.footer2 {
  background-color: #005B94;
  text-align: center;
  align-items: center;
  color: white;
  padding-bottom: 2rem;
}
.footer2 h3 {
  font-weight: 400;
}

.row-footer {
  margin-left: 10% !important;
  margin-right: 10% !important;
}
.row-footer .text-justify {
  text-align: justify;
}
.row-footer img.qr {
  width: 60%;
}
.row-footer ul {
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0px;
  list-style: none;
}
.row-footer ul li a {
  text-decoration: none;
  color: white;
}

.container-footer3 {
  text-align: center;
}

.buttom-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}

.buttom-right {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.buttom-right a {
  text-decoration: none;
}
.buttom-right i {
  color: #039eff;
  font-size: 3.3rem;
}

.sec-nosotros .title-us h5 {
  font-weight: 200;
}

.texto-us {
  font-weight: 400;
  color: #005B94;
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.texto-identidad {
  color: #005B94;
  text-align: center;
}

.parrafo-identidad {
  font-weight: 400;
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lista-identidad {
  padding-left: 40%;
}
.lista-identidad li {
  text-decoration: none;
}

.card-text {
  text-align: center;
  color: #212529;
}

p {
  text-align: justify;
}

.footer3 {
  margin-left: 20% !important;
  margin-right: 20% !important;
}

body {
  padding: 0px;
  margin: 0px;
}

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