html {
  font-size: 18px;
}

@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.images {
    width: 100%;
    height: auto;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*object-fit: cover;
    object-position: bottom;*/
}
.imagesTwo {
    width: 100%;
    height: auto;
    /*align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;*/
    
    /*object-fit: cover;
    object-position: bottom;*/
}

.modalContainer {
    padding: 10px;
    -webkit-box-shadow: 10px 10px 40px 2px rgba(148,148,148,1);
    -moz-box-shadow: 10px 10px 40px 2px rgba(148,148,148,1);
    box-shadow: 10px 10px 40px 2px rgba(148,148,148,1);
}

.imagenes {
    margin: 10px auto;
    border-radius: 5px;
    border: 1px solid #999;
    padding: 13px;
    width: 220px;
    height: 220px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('/images/img8.JPG');
    background-size: cover;
}

    .imagenes imagenes {
        width: 100%;
    }

@media all and (min-width: 500px) and (max-width: 1000px) {
    .imagenes {
        margin: 20px auto;
        border-radius: 5px;
        border: 1px solid #999;
        padding: 13px;
        width: 300px;
        height: 300px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url('/images/img8.JPG');
        background-size: cover;
    }
}

.imagenes imagenes {
    width: 100%;
}


