/*.fondo{
    background-image: url(fondo-invt.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60vh;
}
button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }*/
  body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #e6e6e6;
  }
  .hero-image {
    background-image: url(../img/fondo-invt.webp);
    height: 80%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: white;
    background-color: #BC2132;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  .back-img {
    background-image: url(../img/RectorInf.webp);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }
  .btn1 {
    border: none; 
    color: white; 
    padding: 5px 48px; 
    cursor: pointer; 
    border-radius: 1px; 
    display: inline-block;
    margin: 5px;
    background-image: linear-gradient(to right, #e0666e, #d32838);
  }
  .danger:hover {
    background-image: linear-gradient(to right, #d32838, #e0666e);
  }
  .img-galeria{
    background-image: url(../img/img-galeria.png);
    width: 100%;
    height: 85px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .img-slider-prin{
    width: 65%;
    filter: drop-shadow(1px 1px -3px #000000);
  }
  .cont-img{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .contenedor{
    width:auto;
    height: 180px;
    overflow: hidden;
    position: relative;
    
  }
  .contenedor img{
    width:100%;
    height: 100%;
  }
  .contenedor P{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 3rem;
    color: rgb(13, 42, 75);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  footer{
    background-color: #233470;
    padding: 40px;
  }
  .fon-vest-1 {
    background-image: url(../img/RectorInf.webp);
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

  }


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .img-slider-prin{
    width: 180%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  
}