#page_dossier {
    max-width: 100%;
}
#Container-UNIFORMES {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#Container-UNIFORMES picture.bg,#Container-UNIFORMES img.bg ,#Container-UNIFORMES video{
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
#Container-UNIFORMES .blocText{
    position: absolute;
    bottom: 16vh;
    height: max-content;
    margin: auto;
    width: 100%;
}
#Container-UNIFORMES .blocText h3{
    font-size: 100px;
    line-height:100px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:50px;
    color: #ffffff;
}
#Container-UNIFORMES .ctas {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: max-content;
    width: 100%;
}
#Container-UNIFORMES .ctas a {
    width: 178px;
    height: 50px;
    font-weight: 400;
    font-size: 14px;
    background-color:#ffffff;
    color: #0D3880;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
    text-transform: uppercase;
}
#Container-UNIFORMES .ctas a:hover {
    background-color: #0D3880;
    color: #ffffff;
}
.no-desk{display: none;}
@media screen and (max-width: 1500px) {
#Container-UNIFORMES .blocText h3{
    font-size: 70px;
    line-height:72px;
    margin-bottom:40px;
}
}
@media screen and (max-width: 767px) {
    #Container-UNIFORMES {
        width: 100%;
        min-height: auto;
    }
    #Container-UNIFORMES picture.bg, #Container-UNIFORMES img.bg, #Container-UNIFORMES video {
        width: 100%;
        max-height: 700px;
        min-height: 500px;
        height: auto;
    }
    .no-desk{display: inline-block;}
    #Container-UNIFORMES .blocText h3 {
        font-size: 56px;
        line-height: 56px;
    }   
    #Container-UNIFORMES .ctas {
        max-width: 366px;
    }
    #Container-UNIFORMES .blocText{
        position: absolute;
        bottom: 12vh;
    }
}
@media screen and (max-width: 480px) {
    #Container-UNIFORMES .blocText h3 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 30px;
    }   
    #Container-UNIFORMES .ctas {
        max-width: 286px;
    }
    #Container-UNIFORMES .ctas a{
        width: 138px;
        height: 45px;
        font-size: 12px;
    }
}