body {
  font-family: "Montserrat", sans-serif;
}

img {

  width: 300px;
}

#img {
  width: 300px;
}

.imatipo {
    height:40px;
    width:40px;
}
.img_logo {
    margin-left: 40px;
  }
@media (max-width: 768px) {
  .img_logo {
    width: 230px;
    margin-left: 40px;
  }
  .imatipo{
      height:30px;
      width:30px
  }


}

@media (max-width: 576px) {
  #img {
    max-width: 50px;
  }
}

#img-titulo {
  width: 400px;
}

.nav-link {
  font-size: 20px;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.navbar a,
.navbar a:visited,
.navbar a:active,
.navbar a:focus {
  color: white;
  text-decoration: none;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #E4A11B;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav-link:hover {
  color: #ffffff;
}

.navbar {
  background-color: #213448;
}

h1,
h2,
h4,
h5 {
  color: #00469b;
}

#boton {
  background-color: #00469b;
  color: white;
}

footer {
  background-color: #213448;
  margin-top: 100px;
}

.fixed-panel {
  margin-bottom: 20px;
  min-height: 200px;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.fa-2x {
  color: #00469b;
}

#benefico:hover {
  cursor: pointer;
  background-color: #00469b;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;


  h4 {
    color: white;
  }

  .fa-2x {
    color: white;
  }
}

.contact-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.contact-box {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 1300px;
  width: 100%;
}

.contact-info {
  color: black;
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.contact-info p {
  font-size: 1.1rem;
  opacity: 0.9;
}

.contact-form {
  flex: 1;
  padding: 40px;
  background-color: #213448;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 12px 16px;

}

.btn-send {
  background-color: #2d3e50;
  border: none;
  padding: 12px 20px;
  border-radius: 10px;
  color: white;
  font-size: 1rem;
  transition: 0.3s;
}



@media (max-width: 768px) {
  .contact-box {
    flex-direction: column;
  }

  .contact-info,
  .contact-form {
    padding: 30px;
  }
}

strong {
  color: #00469b;
}

.carousel-item img {
  max-height: 150px;
  margin: auto;
  object-fit: contain;
}


.carousel-control-prev,
.carousel-control-next {
  width: 8%;

}

.carousel-control-prev {
  left: -4%;

}

.carousel-control-next {
  right: -4%;

}

.carousel-control-next-icon {
  background-color: #00469b;
}

.carousel-control-prev-icon {
  background-color: #00469b;
}

.tech-icon {
  max-height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .carousel-inner .row>div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

h6,
h3 {
  margin-top: 5px;
  color: #00469b;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th {
  height: 150px;
}

.divider {
  border-left: 2px solid #ccc;
  height: 100%;
}



.section-title {
  font-weight: bold;
  font-size: 1.5rem;
}

.full-height {
  height: 100%;
  min-height: 100%;
}

.v-divider-container {
  display: flex;
  align-items: stretch;
}

.v-divider {
  width: 2px;
  background-color: #ccc;
  margin: 0 auto;
}

.hero {
  background: url('https://images.unsplash.com/photo-1570696557714-01186e96d8c9?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center center/cover;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  padding: 100px 20px;
  border-radius: 40px 40px 40px 40px;
}

.card {
  transition: transform 0.3s ease;
}

.card:hover {
  transform: scale(1.03);
}

#mision,
#vision {
  color: #00469b;
  font-size: 50px;
}

