.galeria-n{
    margin-top: 0px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.galeria_n{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1366px;
}

.galeria_n .collage_c{
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    width: 100%;
    max-width: 1176px;
    height: auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 90px;
}

.galeria_n h1{
    display: flex;
    justify-content: start;
    width: 100%;
    max-width: 1176px;
    padding: 20px;
    padding-bottom: 0px;
    margin-top: 76px;
    margin-bottom: 0px;
    font-size: 34px;
    color: #BA0C2F;
}

.galeria_n .fila_galeria{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 768px;
    height: auto;
    margin-right: 16px;
}

.galeria_n .fila_galeria .galeria_f1,
.galeria_n .fila_galeria .galeria_f2{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    height: 100%;
    max-height: 210px;
    margin-bottom: 16px;    
}

.galeria_n .fila_galeria img{
    width: 100%;
    height: 100%;
    max-height: 210px;
}

.galeria_n .cont_img{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.galeria_n .cont_img h3{
    margin-left: 20px;
    font-size: 22px;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
    transition: 0.5s ease-in-out;
    position: relative;
}

.galeria_n .cont_img a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px;
    margin-left: 20px;
    margin-bottom: -43px;
    /* margin-bottom: 16px; */
    max-width: 134px;
    max-height: 42px;
    background: #BA0C2F;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 21px;
    transition: 0.5s ease-in-out;
    position: relative;
    font-family: 'Alright Sans Black';
}

.galeria_n .cont_img a img{
    width: 20px;
    height: 13px;
    margin-left: 11px;
}

.galeria_n .galeria_f1 .cont_img{
    width: 100%;
    max-width: 368px;
    height: 100%;
    max-height: 210px;
}

.galeria_n .galeria_f1 .cont_img:first-child{
    margin-right: 16px;
}

.galeria_n .galeria_f2 .cont_img:first-child{
    margin-right: 16px;
    width: 100%;
    max-width: 464px;
    height: 100%;
    max-height: 210;
}

.galeria_n .galeria_f2 .cont_img:last-child{
    width: 100%;
    max-width: 272px;
    height: 100%;
    max-height: 210px;
}

.galeria_n .galeria_f3 .cont_img{
    max-width: 752px;
    height: 246px !important;
}

.galeria_n .galeria_f4{
    width: 100%;
    max-width: 368px;
}

.galeria_n .galeria_f4 .cont_img{
    max-width: 368px !important;
    height: 698px !important;
}

.galeria_n .cont_img:hover h3{
    margin-bottom: 16px;
} 

 .galeria_n .cont_img:hover a{
    margin-bottom: 16px;
}

.galeria_n .sombreado{
    background: linear-gradient(45deg, black 0%, rgba(128, 33, 47, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}

@media (max-width: 1064px){
    .galeria_n .fila_galeria{
        margin-right: 16px;
    }
}


@media (max-width: 768px){
    .galeria_n .collage_c{
        display: none !important;
    }
    .gallery_slider{
        display: flex !important;
    }
    .galeria_n h1{
        margin-left: 35px;
        font-size: 26px;
        margin-bottom: 20px;
        margin-top: 40px;
    }
}

@media (max-width: 530px){
    .gallery_slider{
        margin-left: 30px !important;
    }
    .galeria_n h1{
        margin-left: 0px !important;
        padding-left: 18px !important;
    }
}

/* mobile */
.gallery_slider {
    width: 100%;
    height: 300px;
    max-width: 1251px;
    margin-top: 0px;
    margin-left: 80px;
    margin-bottom: 60px;
    overflow: hidden;
    justify-content: start;
    align-items: center;
}

.gallery_s {
    display: flex;
    align-items: center;
    transition: transform 0.5s ease-in-out;
    margin-left: 0px;
    z-index: 200;
}

.gallery_s .slider_card {
    width: 250px;
    height: 282px;
    margin-right: 20px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding-left: 20px;
    padding-bottom: 15px;
    border-radius: 15px;
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease-in-out;
    background-position: center;
    background-size: cover;
    z-index: 100;
    position: relative;
}

.gallery_s .slider_card .sombreado{
    background: linear-gradient(45deg, black 0%, rgba(128, 33, 47, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    border-radius: 15px;
}

.gallery_s .slider_card .content_s{
    z-index: 200;
}

.gallery_s .slider_card h2{
    display: flex;
    align-items: end;
    font-size: 22px;
    text-align: left;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    max-width: 220px;
    margin-bottom: 5px;
}

.gallery_s .slider_card a{
    width: 100%;
    max-width: 100px;
    max-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BA0C2F;
    color: #fff;
    font-size: 14px;
    opacity: 1;
    border-radius: 20px;
    padding: 11px;
    font-weight: 900;
    /* margin-bottom: -43px; */
    transition: 0.5s ease-in-out;
}


