.main {
    background: #003a76;
    padding: 20px;
    color: rgba(255,255,255,.6);
    margin-top: 15px;
    margin-bottom: 15px;
    
}

.group--color2 .container {
    background: #ef5936;
    color: #fff;
    padding: 1px;
    text-align: center;
    margin-bottom: 6px;
   
}
.gallery__img {
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.5s;

}

.gallery__img:hover {
    transform: scale(1.02);
}

.main__about__description2 .column__txt{
    margin-left: 6px;
}

/*--------------Abrir imagenes----------------*/
.main__about__description2 {
    margin-top: 15px;
    text-align: left;
}
.main__about__description2 img {
    height: 250px;
    object-fit: cover; 
  
}

.modal {
    width: 100%;
    min-height: 100vh;
    background: rgba(0,58,118,.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    display: none;
    
}

.modal__content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
}

.modal__img {
    max-width: 70%;
    max-height: 95%;
    width: 50%;
   
}

.modal__boton {
    position: absolute;
    top: 10px;
    right: 10px;
    color: whitesmoke;
    cursor: pointer;
    font-weight: bold;
    width: 28px;
    height: 28px;
    line-height: 27px;
    background: #ef5936;
    font-size: 1em;
    text-align: center;
    border-radius: 50%;
}


.modal--open {
    display: block;

}
