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

.collage3_n{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.collage3_n h1{
    font-size: 48px;
    font-family: 'Alright Sans Ultra';
    color: #D31145;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.collage3_n p{
    font-size: 14px;
    font-family: 'Alright Sans Regular';
    color: #000000;
    text-align: center;
    margin-bottom: 12px;
}

.collage3_c{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* max-width: 1366px; */
    height: 100%;
    max-height: 774px;
}

.collage3_c .group_container{
    width: 100%;
    /* max-width: 403px; */
    height: 100%;
    /*max-height: 544px;*/
    max-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collage3_c .group_container:nth-child(2){
    width: 100%;
    max-width: 560px;
    height: 100%;
    /*max-height: 544px;*/
    max-height: 590px;
}

.collage3_n .collage3_c .cont_img{
    width: 100%;
    /* max-width: 403px; */
    height: 290px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    overflow: hidden;
    position: relative;
}


.collage3_n .collage3_c .group_container:nth-child(2) .cont_img{
    width: 100%;
    max-width: 560px;
    /*height: 560px;*/
    height: 580px;
}

.collage3_n .collage3_c .cont_img:nth-child(3) h3,
.collage3_n .collage3_c .cont_img:nth-child(3) p{
    max-width: 480px;
}

@media (max-width: 1024px){
    .collage3_n .collage3_c .contenido_collage{
        margin-left: 25px;
        margin-right: 25px;
    }
}

.collage3_n .collage3_c .cont_img h3{
    text-align: left;
    color: #fff;
    font-family: 'Alright Sans Ultra';
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    max-width: 323px;
    margin-bottom: 35px;
    transition: 0.5s ease-in-out;
}

.collage3_n .collage3_c .cont_img p{
    text-align: left;
    color: #fff;
    font-family: 'Alright Sans Regular';
    font-size: 16px;
    text-transform: none;
    width: 100%;
    max-width: 323px;
    margin-bottom: 63px;
    transition: 0.5s ease-in-out;
}


.collage3_n .collage3_c .cont_img .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 (min-width: 768px){
    .collage3_n .collage3_c .group_container:first-child .cont_img:first-child:hover p{
        margin-bottom: 63px !important;
    }
    
    .collage3_n .collage3_c .group_container:first-child .cont_img:first-child:hover h3{
        margin-bottom: 35px !important;
    }
}

.collage3_n .collage3_c .cont_img:hover p{
    margin-bottom: 20px;
}

.collage3_n .collage3_c .cont_img:hover h3{
    margin-bottom: 5px;
}

.collage3_n .bottom_bar{
    width: 100%;
    /* max-width: 1366px; */
    height: 182px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(98deg, rgba(211, 17, 69, 1) 0%, rgba(139, 0, 20, 1) 65%, rgba(139, 0, 20, 1) 100%) 0% 0% no-repeat padding-box;
}

.collage3_n .bottom_bar h1{
    font-size: 44px;
    font-family: 'Alright Sans Black';
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 16px; 
}

.collage3_n .bottom_bar a{
    width: 100%;
    max-width: 265px;
    height: 42px;
    font-size: 14px;
    font-family: 'Alright Sans Black';
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 21px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition-duration: 0.4s;
}
.collage3_n .bottom_bar a:hover{
    scale: 1.1;
    transition-duration: 0.4s;
}

.collage3_n .bottom_bar a img{
    width: 16px;
    height: 10px;
    margin-left: 12px;
}

@media (max-width: 768px){
    .collage3_n{
        height: 985px;
    }
    .collage3_c{
        flex-wrap: wrap;
        /*max-height: 937px;*/
        max-height: 581px;
    }

    .collage3_n .bottom_bar{
        display: none;
    }
    /* GROUP 1 */
    .collage3_c .group_container:first-child{
        max-width: 100%;
        max-height: 680px;
    }
    .collage3_c .group_container:first-child .cont_img{
        max-width: 100%;
        justify-content: center;
    }
    .collage3_c .group_container:first-child .cont_img:first-child{
        align-items: start;
    }
    .collage3_c .group_container:first-child .cont_img:first-child .contenido_collage{
        margin-left: 20px;
    }
    .collage3_c .group_container:first-child .cont_img:nth-child(2){
        /*height: 400px;*/
        height: 300px;
    }
    .collage3_c .group_container:first-child .cont_img h3{
        max-width: 350px;
        margin-bottom: 20px !important;
    }
    .collage3_c .group_container:first-child .cont_img p{
        font-family: 'Alright Sans Medium';
        font-size: 21px;
        max-width: 350px;
        margin-bottom: 20px !important;
    }
    .collage3_c .group_container:first-child .cont_img a{
        display: flex !important;
        background: transparent;
        border: 1px solid #fff;
        border-radius: 20px;
        font-size: 14px;
        color: #FFF;
        align-items: center;
        justify-content: center;
        max-width: 130px;
        height: 40px;
    }

    /* GROUP 2 */
    .collage3_c .group_container:nth-child(2){
        max-width: calc(100% * 1/3);
        max-height: 256px;
    }
    .collage3_c .group_container:last-child{
        max-width: calc(100% * 2/3);
        flex-direction: row;
        max-height: 256px;
    }

    .collage3_c .group_container:nth-child(2) .cont_img,
    .collage3_c .group_container:last-child .cont_img{
        height: 256px;
        background-position: center;
    }

    .collage3_c .group_container:nth-child(2) .cont_img h3,
    .collage3_c .group_container:last-child .cont_img h3{
        font-size: 18px;
        margin-bottom: 15px !important;
    }

    .collage3_c .group_container:nth-child(2) .cont_img p,
    .collage3_c .group_container:last-child .cont_img p{
        margin-bottom: 15px !important;
    }

}

@media (max-width: 600px){
    .collage3_n{
        max-height: 880px !important;
    }
    .collage3_c{
        /*max-height: 880px !important;*/
        max-height: 580px !important;
    }
    .collage3_c .group_container:nth-child(2){
        max-height: 200px !important;
    }
    .collage3_c .group_container:last-child{
        max-height: 200px !important;
    }
    .collage3_c .group_container:nth-child(2) .cont_img,
     .collage3_c .group_container:last-child .cont_img{
        height: 200px !important;
     }
}

@media (max-width: 480px){
    .collage3_n{
        max-height: 822px !important;
    }
    .collage3_c{
        /*max-height: 822px !important;*/
        max-height: 580px !important;
    }
    .collage3_c .group_container:nth-child(2){
        max-height: 142px !important;
    }
    .collage3_c .group_container:last-child{
        max-height: 142px !important;
    }
    .collage3_c .group_container:nth-child(2) .cont_img,
     .collage3_c .group_container:last-child .cont_img{
        height: 142px !important;
     }
}

@media (max-width: 400px){
    .collage3_n {
        max-height: 580px !important;
    }
    .collage3_c {
        max-height: 580px !important;
    }
    .collage3_c .group_container:nth-child(2),
    .collage3_c .group_container:last-child{
        display: none !important;
    }
    .collage3_c .group_container:first-child .cont_img:nth-child(2){
        height: 300px !important;
    }
    .collage3_c .group_container:first-child{
        max-height: 580px !important;
    }
}