/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
/***** - - - - - - - - - - -| Image and Videos  Content |- - - - - - - - - *****/
/*= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =*/
.galery_content
    {
    display: block;
    max-width: 100%;
    min-width: 100%;
    }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*==== - - - - - - - - -|| Form Container ||- - - - - - - - - ====*/
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.galery_container
    {
    /*background-color: rgba(48,101,103,0.2);*/
    color: #0B132D;
    width: 96%;
    position: relative;
    padding-top: 30px;
    margin: auto;
    margin-bottom: 30px;
    display: block;
    }

    .galery_figure {
        display: block;
        width: 90%;
        border: 0.02em solid rgba(23, 21, 42, 0.5);
        margin-left: 5%;
        margin-top: 10%;
        margin-bottom: 10%;
        padding-bottom: 15px;
      }
    .galery_img {
        max-width: 98%;
        border: solid 1px #050818;
        margin-left: -7%;
        margin-top: -10%;
        aspect-ratio: 4/2.85;  /* Proporcion de la imagen ancho / alto */
        cursor: pointer;
 }

.galery_texto_conatainer
    {
    background: rgba(41,47,53,0.8);
    color: #FFF;
    display: block;
    width: 100%;
    top: 0;
    margin: auto;
    position: absolute;
    }
 .galery_text
    {
    box-shadow: 1px 1px 1px 1px rgba(47,49,51,0.3);
    display: block;
    margin: auto;
    text-align: center;
    width: 93%;
    }
.bicolor:nth-child(2n) {
    background-color: rgba(215, 207, 244, 0.3);
    border-right: solid 1px rgba(22, 21, 21, 0.3);
    border-bottom: solid 1px rgba(22, 21, 21, 0.3);
    padding: 25px;
}
.bicolor:nth-child(2n+1) {
    background-color: rgba(176, 169, 91, 0.3);
    border-right: solid 1px rgba(22, 21, 21, 0.3);
    border-bottom: solid 1px rgba(22, 21, 21, 0.3);
    padding: 25px;
}
/*= = = = = = = = = = = = = = = = = M  O  D  A  L = = = = = = = = = = = = = = = = = = =  = = =*/

/*= = = = = = = = = = = = = = = = = M  O  D  A  L 2= = = = = = = = = = = = = = = = = = =  = = =*/
.modal-container{
    display: inline-block;
    position: relative;
}
.modal-container.active {
    position: fixed;
    width: 100vw;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    z-index: 991;
}
.modal-container.active img{
    width: 70%;
    /*height: 100vh;*/

    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    vertical-align: middle;
    /*top: 0;*/
    z-index: 995;
    box-shadow: 6px 6px 3px 3px rgb(255, 255, 255);
    border: solid 1px #ffffff;
    aspect-ratio: 4/2.80;  /* Proporcion de la imagen ancho / alto */
}
.modal-container.active::after {
    content:'';
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(21, 11, 54,0.9);
    z-index: 0;
}
  /*= = = = = = = = = = = = = = = = = M  O  D  A  L 3= = = = = = = = = = = = = = = = = = =  = = =*/

  @media(min-width: 768px){
    .galery_content
        {
        display: flex;
        }
    .galery_container
        {
        width: 24%;
        position: relative;
        margin: auto;
        }
}