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

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

.collage_p h1{
    width: 100%;
}

.collage_p .collage_c{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    height: 100%;
    max-height: 774px;
}

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

.collage_p .cont_img:nth-child(1){
    background: transparent linear-gradient(134deg, rgba(246, 139, 31, 1) 0%, rgba(222, 24, 37, 1) 30%, rgba(139, 0, 39, 1) 100%) 0% 0% no-repeat padding-box !important;
    justify-content: center;
}

.collage_p .cont_img:nth-child(1) a{
    display: none;
}

.collage_p .cont_img:nth-child(3){
    width: 100%;
    max-width: 560px;
    height: 774px;
}

.collage_p .cont_img:nth-child(3) h3,
.collage_p .cont_img:nth-child(3) p{
    max-width: 450px;
}

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

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

.collage_p .cont_img a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    max-width: 175px;
    padding: 5px;
    background: #D31145;
    color: #fff;
    font-family: 'Alright Sans Black';
    font-size: 14px;
    transition: 0.5s ease-in-out;
}

.collage_p .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;
}

.collage_p .collage_c .cont_img a{
    margin-bottom: -105px;
}

.collage_p .collage_c .cont_img:hover a{
    margin-bottom: 30px;
}

.collage_p .collage_c .cont_img:hover h3{
    margin-bottom: 5px;
}