html {
    background-color: #003E85 !important;
}


.header{
    height: 100vh;
    /* background-color: #003E85;
    background-image: url('../assets/our_work/background_our_work.png');
    background-repeat: no-repeat;
    background-size: cover;  */
    position: relative;
    z-index: 1;
}
.img-header{
    width: 100px;
    text-align: center;
}
.title_page{
    font-size: 4em;
    color: white;
}

.body-page{
    /* background-color: #003E85 !important; */
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: auto;

    padding-top: 100px;

    position: relative;
    z-index: 2;
}

#nav-style {
    background-color: transparent;
    /* z-index: 90; */
    /* padding-bottom: 80px; */
}

.nav-style.navbar-scroll {
    background-color: #003E85 !important;
}

.animate__animated {
    will-change: transform !important;
}

.cont-blocks-page {
    /* background-color: #003E85;
    background-image: url('../assets/backgrounds/1-min.png');
    background-repeat: no-repeat;
    background-size: cover; */
}

.cont-1-work {
    /* height: 100vh; */
    width: 100%;
    /* z-index: 100; */
    /* margin-top: 80px; */
    position: relative;
    padding-top: 130px;
}

.white-paper{
    margin-top: -100px;
    background-image: url('../assets/our_work/background_one.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.white-paper-two{
    background-image: url('../assets/our_work/white_footer.png');
    background-repeat: no-repeat;
    background-size: cover;

    margin-top: -100px;
    padding-top: 100px;
    position: relative;
    z-index: -1;
    padding-bottom: 100px;
    background-position: left;
}

.white-paper .cont-1-work{

}
.white-paper .cont-2{
    /* background-image: url('../assets/our_work/white_footer.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    background-position: bottom; */
}
.cont-1-work h2.font-title {
    color: #003E85;
    font-size: 3.3em;
    text-align: center;
    margin-top: 50px;
}

.content-cont-1-work {
   
}

.grid-left{
    display: grid;
    grid-template-columns: 40% 60%;
    /* place-content: center; */
    place-content: space-around;
    place-items: center;
    /* place-items: flex-start; */
    margin-top: 100px;

    width: 90%;
    margin: auto;
}
.grid-left.cinc-cinc{
    grid-template-columns: 50% 50%;
}
.grid-right{
    display: grid;
    grid-template-columns: 60% 40%;
    /* place-content: center; */
    place-content: space-around;
    place-items: center;
    /* place-items: flex-start; */
    margin-top: 100px;
    width: 90%;
    margin: auto;
}

.content-cont-1-work>.text {
    margin-top: 50px;
}
.text>.content{
    width: 70%;
    /* margin: auto; */
}
.title-blocks {
    font-size: 3.3em;
    font-weight: bold;
    color: #003E85;

    font-family: organetto, sans-serif;
    font-weight: 700;
}

.text-blocks {
    font-size: 1.5em;
    color: #003E85;
    font-weight: 500;
    max-width: 700px;

}

/* CONTENIDO 2 */
.cont-2-work,
.cont-3-work,
.cont-4-work,
.cont-5-work {
    padding-top: 50px;

    max-width: 1500px;
    /* display: grid;
    grid-template-columns: 60% 40%;
    place-content: center;
    place-items: center;

    width: 90%;
    margin: auto; */
}
.content-cont-1-work{
    max-width: 1500px;
}
.cont-2-work{
    padding-bottom: 200px;
}
.cont-blue-background {
    /* background-color: #003E85; */
    background-image: url('../assets/our_work/background-blue.png');
    background-size: cover;
    /* margin-top: -200px; */
    padding-top: 50px;
    margin-top: -200px;
    padding-bottom: 200px;
}


.cont-5-work {
    /* background-image: url('../assets/backgrounds/background_before_footer_work.png');
    background-position: bottom;
    background-size: cover;
    position: relative; */
    z-index: 2;
    /* height: 100vh; */
    padding-bottom: 200px;
    /* padding-top: 100px; */
}

.text-right {
    text-align: right;
}

.img img {
    max-width: 100%;
}

.img-border-bottom{
    display: block;
    margin: auto;
    width: 600px;
    max-width: 80%;
    height: 200px;
    margin-top: -80px;
    position: absolute;
    right: 0;
    left: 0;
}
.footer{
margin-top: -260px !important;
}
@media (min-width: 1500px) {
    .title_page{
        font-size: 5em;
    }
    .cont-blue-background{
        background-size: 100% 100%;
    }
}
@media (max-width: 1300px) {
    .text>.content{
        width: 100%;
    }
}
@media (max-width: 968px) {
    .footer{
        margin-top: -360px !important;
    }
    .title_page{
        font-size: 3em;
    }
    .text>.content{
        width: 100%;
    }
    .grid-right, .grid-left{
        display: grid;
        grid-template-columns: 95%;
        place-content: center;
        margin-top: 0px;
    }
    .grid-left.cinc-cinc{
        grid-template-columns: 95%;
    }

    .cont-2-work,
    .cont-3-work,
    .cont-4-work,
    .cont-5-work {
        padding-top: 50px;
        display: grid;
        grid-template-columns: 95%;
        place-content: center;

        text-align: center !important;
    }

    .cont-1-work h2.font-title {
        /* margin-top: 0px; */
    }


    .title-blocks,
    .text-blocks,
    .text-right {
        text-align: center !important;
    }

    .cont-2-work .img{
        order: 2;
    }

    .cont-2-work .text{
        order: 1;
    }

    .cont-4-work .img{
        order: 2;
    }

    .cont-4-work .text{
        order: 1;
    }

    .cont-5-work{
        height: fit-content;
    }

    .cont-5-work .img{
        order: 2;
    }

    .cont-5-work .text{
        order: 1;
    }

    h2.title-blocks{
        font-size: 2.8em !important; 
    }

}

@media (max-width: 425px) {
    .title_page{
        font-size: 2em;
    }
}
