.imgBox img{
    
    height: 300px;
    object-fit: contain;
    
}


.texto h1{
    text-align: center;
}

.thumb {
    position: absolute;
    bottom: 20px;
    display: flex;
   margin-right: 50px;
   
}
.thumb li img{
    width: 80px;
    padding: 20px;
    height: 80px;
   
}

.imgBox{
    
    height:300px ;
    
    
}




.thumb li:hover{
    transform: translateY(-15px);
}
.principal{
    display: flex;
    justify-content: center;
   
}
.thumb li{
    list-style: none;
    cursor: pointer;
    transition: 0.5s;
}
body{
    background-color: red;
}


@media (min-width: 200px) and (max-width: 900px) {
    /* … */
   
    .principal{
        background-color: white;
       
    }
    .thumb{
        margin-top: 150px;
        display: flex;
        flex-wrap: wrap;
        margin-left: 40px;
       bottom: 10px;
    }
   
    .imgBox img{
        width: 100%;
        height: 300px;
        
        
    }
    .imgBox{
        
        height:300px ;
        width: 100%;
    }
    .texto{
        display: contents;
        
    }
    .texto ul li{
        color: aqua;
        font-size: x-large;
        text-decoration: none;
    }
   
  }

  @media (min-width: 600px) and (max-width: 1300px){
    
    .imgBox img{
        width: 100%;
        max-height: 400px;
    }
  }
