@media screen and (min-width: 1500px) {

  header .container {
    max-width: 1200px;
  }

  header .menu-toggle {
    right: 20%;
  }

  .la-empresa .info-texto {
    margin-left: 37%;
  }
}

@media (min-width: 1300px) and (max-width: 1500px) {
  header .container {
    max-width: 1200px;
  }
}
@media (max-width: 991.98px) {
  #videoCarousel,
  #videoCarousel .carousel-inner,
  .carousel-item {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 0;  /* elimina espacio inline extra */
    line-height: 0;
  }

  .video-mobile {
    display: block !important;        /* quita espacio inline */
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: bottom;           /* elimina espacio debajo */
  }
  .header {
    height: 100px !important;
  }
}


@media (min-width: 1300px) and (max-width: 1400px) {
  footer a {
    font-size: 17px;
  }

  header .container {
    max-width: 1100px;
  }

  .la-empresa .info-texto {
    margin-left: 23%;
  }
}

@media screen and (max-width: 992px) {
  .trabajo-realizado-item img {
    filter: blur(8px);
  }

  .trabajo-realizado-item .texto {
    opacity: 1;
    bottom: 50%;
  }

  .trabajo-realizado-item .texto a.btn-ver-mas {
    opacity: 1;
  }

  header .logo {
    left: auto;
  }

  header .menu-toggle {
    top: 90px;
    right: 80px;
  }

  header.header-interna .menu-toggle {
    top: 60px;
  }

  .la-empresa .info-texto {
    max-width: 720px;
    margin-bottom: 15px;
    margin-right: 15%;
  }

  .la-empresa .imagen-mision {
    width: 100%;
  }

  .modal-miembro-equipo .tarjeta {
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
    .equipo .equipo-item .imagen-equipo img{
      height: auto;
    }
}

@media screen and (max-width: 500px) {
  header .logo {
    top: 20px;
    left: 15px;
  }

  header .menu-toggle {
    top: 50px;
    right: 15px;
  }

  header .close-icon {
    top: 50px;
    right: 15px;
    background-size: contain;
    width: 34px;
    height: 34px;

  }

  header .menu {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }

  header .menu ul li a {
    font-size: 27px;
    line-height: 27px;
  }

  header .menu .idiomas {
    max-width: 90%;
    bottom: 100px;
  }

  .la-empresa .info-texto {
    margin-left: 15px;
    margin-right: 15px;
  }

  .modal-miembro-equipo .modal-left {
    padding: 0;
    position: relative;
  }

  .modal-miembro-equipo .modal-right h6 {
    margin-top: 40px;
  }
  .tipo-trabajo-realizado-item,
  .trabajo-realizado-item{
    max-width: 100%;
    height: 400px;
  }
  .trabajo-realizado-item .texto {
    bottom: 30%;
  }
  h1.nombre-de-la-obra{
    font-size: 28px;
  }
}