.nav>a:hover{
  background-color: #d1dfdb !important;
}

.nav>li>a:hover{
  background-color: #e9ecf2 !important;
}

.navbar-default .navbar-nav>li>a {
  color: black;
  justify-content: flex-start;
}

.jumbotron {
  background-color: #d6dedde3;
  border-radius: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}

/* === Texto dentro del Jumbotron - Responsive === */

.jumbotron h1 {
  font-size: 1.8rem;        /* Tamaño grande en desktop */
  font-weight: 400;
  line-height: 1;
}

.jumbotron p {
  font-size: 1.1rem;        /* ≈ 17.6px en desktop */
  line-height: 1.65;
}

/* ================== RESPONSIVE ================== */

@media (max-width: 992px) {     /* Tablets */
  .jumbotron h1 {
    font-size: 2.4rem;
  }
  .jumbotron p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {     /* Móviles y tablets pequeñas */
  .jumbotron h1 {
    font-size: 2.1rem;
  }
  .jumbotron p {
    font-size: 1rem;           /* ≈ 16px */
  }
}

@media (max-width: 576px) {     /* Móviles muy pequeños */
  .jumbotron h1 {
    font-size: 1.85rem;
  }
  .jumbotron p {
    font-size: 0.98rem;
  }
}



p{
  text-align: justify;
  font-size: 20px;
}

.car{
  text-align: center;
}

.description{
  font-size: 16px;
  color: black;
  text-align: center;
}

.thumbnail a>img{
  height: 90px;
}

.thumbnail p{
  font-size: 16px;
}

.img-fluid{
  margin-top: 0px;
  /* height: 16px; */
}

.nav>a{
  color: black;
}

.diego{
  margin-top: 30px;
}

.fotaza{
  margin-top: 30px;
  /* height: 20px; */
}

.caption>p{
  font-size: 15px;
  text-align: center;
}

.curu{
  text-align: right;
}

.dil1{
  /* transform: translateY(-180px); */
  text-align: center;
}

.carousel-inner>.carousel-item>img{
  width: 500px;
  height: auto;
  aspect-ratio: 500/350;
}

.nav-link{
  color: black;
}

a{
  text-decoration: none;
}

input{
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #1d1a1a;
  border-radius: 4px;
}

.mapa{
  margin-top: 40px;
  margin-bottom: 40px;
}

img:hover{
  cursor: pointer;
}


/* CSS para que las listas en los proyectos realizados sean responsive */
/* Lista de proyectos - Responsive */
.project-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.project-list li {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

.project-list h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
  line-height: 1.3;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .project-list h3 {
    font-size: 1.15rem;
  }
}

/* En pantallas grandes hacemos el título un poco más grande */
@media (min-width: 992px) {
  .project-list h3 {
    font-size: 1.35rem;
  }
}


/* Codigo para hacer el logo responsive */
/* .logo {
  height: 48px;           /* Tamaño en pantallas grandes */
  /* width: auto;
  transition: height 0.3s ease;
} */ 

/* Responsive - Logo más pequeño en pantallas pequeñas */
/* @media (max-width: 1400px) {
  .logo {
    height: 42px;
  }
}

@media (max-width: 1200px) {
  .logo {
    height: 38px;
  }
}

@media (max-width: 992px) {
  .logo {
    height: 34px;         /* Muy bueno para tablets */
  /* }
} */

/* @media (max-width: 768px) {
  .logo {
    height: 30px;         /* Pequeño en móviles */
  /* }
} */ 


/* Mapa Responsive */
.map-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;        /* Proporción 16:9 (la más recomendada) */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 768px) {
  .map-container {
    padding-top: 70%;
  }
}
