.flex-container-menu-gall {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: left;
  font-size: 1.5rem;
  text-align: left;
  border:0px solid blue;
  padding: 0 0 0.5% 0;
  
}

.flex-container-menu-gall-2-col {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: right;
  font-size: 1.5rem;
  text-align: left;
  border:0px solid blue;
  padding: 0 0 0.5% 0;
  
}

.flex-item-menu-gall {
  padding: 1%;
  flex: 19.5%;
  min-width:19.5%;
  max-width:19.5%;
  min-height:100px;
  max-height:100px;
  height:100px;
  box-sizing: border-box;
  border:1px solid silver;
  margin:0.25% 0.25% 0.25% 0.25%;
  background-size: cover;
}


.flex-item-cuadro-gall {
  padding: 0%;
  width: 23%;
  min-width:23%;
  max-width:23%;
  box-sizing: border-box;
  border:1px solid silver;
  border-bottom:5px solid #ff6363;
  margin:0.75% 0.75% 0.75% 0.75%;
  background-size: cover;
}


.flex-item-cuadro-gall-2-col {
  padding: 0%;
  width: 46%;
  min-width:46%;
  max-width:46%;
  box-sizing: border-box;
  border:1px solid silver;
  border-bottom:5px solid #ff6363;
  margin:0.75% 0.75% 0.75% 0.75%;
  background-size: cover;
}



.flex-item-vid-menu-gall {
  background-color: #f1f1f1;
  padding: 1%;
  flex: 19.5%;
  min-width:19.5%;
  max-width:19.5%;
  box-sizing: border-box;
  border:1px solid #e6e6e6;
  margin:0.25% 0.25% 0.25% 0.25%;
  background-size: cover;
}



.imgGallery-menu{
    width:80%;
    padding:1%;
    margin:0;
    /*height:200px;*/
    border:0;
    opacity: 1;
    color:#14b8ce;
    font-weight:bold;
    font-size:1.2rem;
}



.imgGallery-cuadros{
    width:100%;
    padding:0;
    margin:0;
    /*height:200px;*/
    border:0;
    opacity: 1;
    color:#14b8ce;
    font-weight:bold;
    font-size:1.2rem;
}





.imgGallery-menu:hover {
    background-color:#14b8ce;
    color:white;
}



.flex-container-icon-gall {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items:center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  border:0px solid blue;
  padding: 0 0 0.5% 0;
  
}


.flex-item-icon-gall {
  padding: 1%;
  width: 140px;
  min-width:140px;
  max-width:140px;
  min-height:140px;
  max-height:140px;
  height:140px;
  box-sizing: border-box;
  border:1px solid white;
  margin:2% 4% 12% 4%;
  background-size: cover;
  background-color:white;
  border-radius:50%;
}


.icon-text-gall{
    margin-top:60%;
    font-size:17px;
    font-weight:bold;
}

.h2-icon-gall{
    text-align:center;
    padding:5% 2% 1% 2%;
    font-size:32px;
}



@media (max-width: 767.98px) {
.flex-container-menu-gall {
    flex-direction: column;
  }
  
.flex-container-icon-gall {
    flex-direction: column;
    align-content: center;
    align-items:center;
    justify-content: center;
    font-size: 1.5rem;
    text-align: center;
    border:0px solid blue;
    padding: 0 0 0.5% 0;    
  }  
  
  
.flex-item-menu-gall {
    padding: 5%;
	width:94%;
	min-width:94%;
	height:100px;
	min-height:100px;
	margin-left:3%;
	margin-top:2%;
 } 
 
 
 
.flex-item-cuadro-gall {
  width: 94%;
  min-width:94%;
  max-width:94%;
  margin-left:3%;
  margin-top:2%;
} 
 

.flex-item-cuadro-gall-2-col {
  width: 94%;
  min-width:94%;
  max-width:94%;
  margin-left:3%;
  margin-top:2%;
}  


.flex-item-icon-gall {
    padding: 1%;
    width: 140px;
    min-width:140px;
    max-width:140px;
    min-height:140px;
    max-height:140px;
    height:140px;
    box-sizing: border-box;
    border:1px solid white;
    margin:2% 4% 34% 4%;
    background-size: cover;
    background-color:white;
    border-radius:50%;
 }



.icon-text-gall{
    margin-top:60%;
    font-size:17px;
    font-weight:bold;
}



.flex-item-vid-menu-gall {
	min-width:94%;
	margin-left:3%;
	margin-top:2%;
}

.h2-icon-gall{
    text-align:center;
    padding:14% 2% 1% 2%;
    font-size:32px;
}
  
}