body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-size: 1rem;
    color: #FFFFFF;
    text-rendering: optimizeLegibility;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-align: justify;
}

a {
    text-decoration: none;
}

video {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    object-fit: cover;
    z-index: -1;
}

h1 {
    font-size: 140px;
    font-weight: 300;
    color: #FFFFFF;
    position: absolute;
    bottom: 10%;
    left: 5%;
    z-index: 1;
}

h2 {
    font-family: 'Roboto';
    font-size: 4em;
    color: #31578F;
    position: absolute;
    bottom: 5%;
    right: 5%;
    text-align: right;
    display: block;
    z-index: 1;
}

h3 {
    font-family: 'Roboto';
    border-bottom: 6px solid #CDDCF0;
    color: #31578F;
    font-size: 3em;
    margin-top: 40px;
}

h4 {
    font-family: 'Roboto';
    color: #31578F;
    text-align: center;
    margin: 40px 0;
    font-size: 2.5em;
    font-weight: bold;
}

#tests {
    display: none;
}

.rc-anchor-light,
.g-recaptcha,
.rc-anchor-container {
    margin-top: 20px !important;
    background: none !important;
    color: #000;
}

.navbar {
    margin-top: 170px;
    z-index: 10;

}

.navbar-custom {
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    height: 50px
}

.box1 {
    background-color: #DCDDDF;
    width: 100%;
    height: 110px;
    margin-top: 25px;
}

.nav-link {
    font-family: 'Roboto';
    color: #31578F;
    font-size: 16px;
}

.nav-link:hover {
    color: #000000;

}

.img-main {
    margin: 100px 0;
}

.box2 {
    text-align: justify;
    color: #4C4C4E;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

.box2 .div1 {
    width: 50%;
    margin: 0px;
    line-height: 40px;
    padding: 20px;
}

.box2 .div2 {
    width: 50%;
    padding: 20px;
    text-align: center;
}

.box10 {
    text-align: justify;
    margin: 50px 0;
    width: 100%;
}

.box10 .div1 {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.box9 {
    text-align: justify;
    color: #4C4C4E;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;

}

.box9 .div1 {
    width: 50%;
    margin: 0px;
    line-height: 40px;
    padding: 20px;
}

.box9 .div2 {
    width: 50%;
    padding: 20px;
    text-align: center;
}

.box9 .div1 h4 {
    position: relative;
    top: -240px;
}

.box11 {
    padding: 20px;
    text-align: center;
    margin-bottom: 100px;
}

.logo {
    width: 100%;
    position: absolute;
    top: 40px;
    text-align: center;
}

.footer {
    background-color: #31578F;
    width: 100%;
    padding-top: 110px
}

.footer a:hover {
    color: #000000;
}


.footer a {
    color: #FFFFFF;
}


.logoFooter {
    margin: 5px 40px;
    border-bottom: 1px solid #FFFFFF;
    display: block;
}

.logoFooter div {
    text-align: left;
    line-height: 2em;
    font-size: 1.4em;
    margin: auto -0 auto auto;
    width: max-content;
}

.logoFooter img {
    width: 185px;
    height: 72px;
    position: absolute;
    margin-top: -72px;
}

.imprint {
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    height: 60px;
}

.imprint a {
    font-size: 1.1em;
}

.submenu {
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    margin-bottom: 50px;
}

.submenu a {
    font-size: 1.2em;
    margin-left: 10px;
    line-height: 2.5em;
}

.box3 {
    margin-bottom: 125px;
}

.box3 .row {
    background-color: #315E93;
    height: 280px;
}

.box3 img {
    margin-top: -60px;
}

.box3 h1 {
    font-family: 'Roboto';
    font-size: 30px;
    color: #FFFFFF;
    z-index: 100;
    position: relative;
    margin-top: 125px;

}

.box4 {
    margin: 45px 10px;
    text-align: right;
    width: 100%;
}

.box5 {
    background-color: #315E93;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box5 .div1 {
    width: 50%;
    padding: 20px;
    color: #FFFFFF;
    line-height: 40px;



}

.box5 .div2 {
    width: 50%;
}


.box6 {
    width: 100%;
    height: 300px;
    border-radius: 300px 40px 40px 0;
    background-color: #d5e3f3;
    margin: 50px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box6 .div1 {
    margin: 0px 35px;
    position: relative;
    top: -25px;
    width: auto;
}

.box6 .div2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1.8em;
    color: #426780;
    text-align: center;
    width: 100%;
    margin: 50px;
}

.box7 {
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: right;
    align-items: center;
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 1300px;
}

.box7 .div1 {
    color: #FFFFFF;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 1.1em;
    position: absolute;
    margin: 0 0 0 50%;
    padding: 10px;
}

.box7 .div2 {
    display: none;
}


.box8 {
    background: #E4E5E9;
    font-family: 'Roboto';
    font-size: 1.6em;
    width: 100%;
    padding-bottom: 50px;
    box-shadow: 1px 1px 8px 3px #BBBBBB;
    border-radius: 25px;
    margin-bottom: 50px;
}

.box8 .div1 {
    background: #ECECEF;
    display: flex;
    align-items: center;
    margin-left: 40px;
    padding: 10px;
}

.box8 .div1 img {
    margin-left: 30px;
}

.box8 .div2 {
    color: #4099BA;
    font-size: 1em;
    margin-left: 10px;
}

.box8 .form-control {
    background-color: #E4E5E9 !important;
    border: 2px inset #FFFFFF;
    /* box-shadow:inset 0 0 2px 2px #BBBBBB; */
    border-radius: 25px;
    margin-top: 30px;
}

.box8 .form-control::placeholder {
    color: #4099BA;
    opacity: 1;
}

.box8 .contactButton {
    margin-top: 30px;
    color: #4099BA;
    background-color: #E4E5E9 !important;
    box-shadow: 2px 3px 5px #BBBBBB;
    float: right;
}

.box12 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 80%;
}

.box12 .div1 {
    position: relative;
    width: auto;
    margin: 0 20px;
}

.box12 .div2 {
    width: 100%;

    color: #476bac;
    text-align: left;
}

.box12 .div1 img {
    margin-right: 10px;
}


.box12 .div2 img {
    margin-top: 25px;
}

.box13 {
    width: 100%;
    height: 542px;
    background-repeat: no-repeat;

}

.box13.a {
    background: url("../img/page-oil-analysis-11-a.png");
    background-repeat: no-repeat;
}

.box13.b {
    background: url("../img/page-oil-analysis-11-b.png");
    background-repeat: no-repeat;
}

.box13.c {
    background: url("../img/page-oil-analysis-11-c.png");
    background-repeat: no-repeat;
}

.box13.d {
    background: url("../img/page-oil-analysis-11-d.png");
    background-repeat: no-repeat;
}

.box13.e {
    background: url("../img/page-oil-analysis-11-e.png");
    background-repeat: no-repeat;
}

.box13.f {
    background: url("../img/page-oil-analysis-11-f.png");
    background-repeat: no-repeat;
}


.box13 .div1 {
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    padding: 77px 105px 0 0;
}

.box13 .div2 {
    width: 100%;
}

.box13 .div2 img {
    position: absolute;

}

.box14 {
    position: relative;
    margin: 60px 0 0 213px;
    font-size: 11px;
    color: #476bac;
    height: 371px;
    width: 75%;
}

.box14 .div3 {
    color: #476bac;
    border: 1px solid #DDD;
    box-shadow: 10px 10px 5px rgba(3, 7, 18, 0.02);
    font-weight: bold;
    padding: 5px;
    margin: auto;

}

.box14 .div4 {
    margin-top: 10px;
}

.box14 .div5 {
    width: 100%;
    text-align: center;
}

.box14 .div6 {
    text-align: right;
    margin-right: 29px;
    border: 1px solid #DDD;
    box-shadow: 10px 10px 5px rgba(3, 7, 18, 0.02);
    width: auto;
    position: absolute;
    bottom: 0;
    right: -55px;
    padding: 5px 10px;
    background: #FFF;
}

.box14 .div6:hover {
    background: #e8eef8;
    cursor: pointer;
}

.box14 .test:hover {
    background: #e8eef8;
    border-radius: 10px;
}

.box14 input {
    margin: 10px;
}

.box14 label {
    cursor: pointer;
    padding: 5px;
}

.barra,
.mob {
    display: none;
}

.msgs {
    position: absolute;
    z-index: 2001;
    display: none;
    line-height: 30px;
    font-size: 18px;
    margin: -75px 0 0 120px;
}

.alert {
    padding: 5px 10px !important;
}

.msgTxt {
    display: inline-flex;
}

.msgs button {
    display: inline-flex;
    background: none;
    border: none;
    margin-left: 10px;
}

/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 80px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 80px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: .6s;
    animation-fill-mode: both;
    -webkit-animation-duration: .6s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.delay1 {
    animation-delay: .5s;
}

.delay2 {
    animation-delay: 1s;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.pag {
    top: 100%;
    position: absolute;
    height: 100%;
    width: 100%;
}

.pagA {
    position: relative;
    display: block;
    min-height: 100%;
    width: 100%;
    color: #666666;
    margin-top: 190px;
}

.divLanguage {
    position: absolute;
    right: 200px;
    top: 60px;
    border: 1px solid #DDDDDD;
    z-index: 1;

}

.divLanguage .dropdown-toggle::after {
    display: none !important;
}

.divLanguage a {
    padding: 10px;
    color: #FFFFFF;
}

.divLanguage a:hover {
    background: rgba(0, 0, 0, .2);
    cursor: pointer;
}

.divLanguage .dropdown-menu {
    min-width: inherit;
    margin-left: 27px !important;
    background: rgba(0, 0, 0, .1);
    border: 1px solid #DDDDDD;
    z-index: 2;
}

#cookieModal .modal-dialog {
    max-width: 1000px;
    text-align: center;
    background-color: #FFFFFF;
    position: fixed;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.cookie-text {
    color: #333;
}

#cookieModal .modal-content {
    border-radius: 0rem;
}

#cookieModal .modal-body {
    padding: 10px !important;
}

.logo {
    width: 100%;
    position: absolute;
    top: 40px;
    text-align: center;
}

@media only screen and (min-width:990px) and (max-width: 1400px) {
    .box14 {
        margin-top: 10px;
        height: 420px;
    }

    .box14 .div6 {
        margin-right: 0;
        right: -60px;
    }
}

@media only screen and (max-width: 991px) {

    .logo {
        width: 100%;
        position: absolute;
        top: 20px;
        text-align: right;
        padding-right: 10px;
    }

    .logo img {
        width: 185px;
        height: 72px;
    }

    .navbar {
        margin-top: 0;
        border-radius: 10px;
        z-index: 10;
    }

    .separa {
        padding: 10px;
        z-index: 10;
    }

    .navbar-toggler {
        border: 2px solid #FFFFFF;
    }

    .divLanguage {
        display: none;
    }

    h1 {

        font-size: 4em;
        color: #FFFFFF;
        position: absolute;
        bottom: 300px;
        left: 5%;
    }

    h2 {

        font-size: 1.8em;
        color: #31578F;
        position: absolute;
        bottom: 160px;
        right: 5%;
        text-align: right;
        display: block;
        z-index: 1;
    }

    h4 {
        margin: 40px 0;
        font-size: 2em;

    }

    .barra {
        display: block;
        position: absolute;
        bottom: 20px;
    }

    .navbar-nav {

        margin-top: 10px;
    }

    .nav-item {
        background-color: rgba(189, 207, 248, 0.9);
        border-radius: 10px;
        margin-top: 4px;
        text-align: center;
        width: 140px;
        font-weight: bold;
        font-size: 1.2em;
    }


    .nav-link {
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .branco a {
        color: #FFFFFF;
        display: inline-block;
        line-height: 1.2em;
        font-weight: bold;
        font-size: 1.2em;
    }

    .mob {
        display: block;
    }

    .submenu {
        margin-bottom: 10px;
    }

    .submenu a {
        font-size: .9em;
    }

    .logoFooter div {
        line-height: 1.2em;
        font-size: .9em;
        margin: 30px 0 17px auto;
        width: max-content;
    }

    .footer {
        padding-top: 50px
    }

    .logoFooter img {
        width: 85px;
        height: 33px;
        position: absolute;
        margin-top: -40px;
    }

    .imprint {
        font-size: .8em;
    }

    .box2 {
        display: block;
        text-align: justify;
        font-size: 16px;
        margin: 5px;
        width: calc(100% - 10px);
    }


    .box2 .div1 {
        width: 100%;
    }

    .box2 .div2 {
        width: 100%;
    }

    .box3 {
        margin: 10px;
        width: calc(100% - 22px);
    }

    .box3 .row {
        background-color: #315E93;
    }

    .box3 img {
        margin: 0;
        display: none;
    }

    .box3 h1 {
        font-family: 'Roboto';
        font-size: 2.5em;
        color: #FFFFFF;
        z-index: 100;
        position: relative;
        text-align: center;
        left: 0;
        margin: 0;
        top: 0;
    }

    .box4 {
        margin: 0;
        text-align: center;
        width: 100%;
    }


    .box5 {
        display: block;
        padding: 0;
    }

    .box5 .div1 {
        width: 100%;
        padding: 20px;
    }

    .box5 .div2 {
        margin: 0;
        color: #FFFFFF;
        font-size: 1.2em;
        padding: 0px;
        width: 100%;
        text-align: justify;
    }

    .container {
        padding: 0;
    }

    h3 {
        padding-left: 10px;
    }


    .box6 {
        width: calc(100% - 20px);
        border-radius: 150px 43px 40px 0px;
        margin: 50px 10px 0 10px;
        height: 125px
    }

    .box6 .div1 img {
        width: 75px;
    }

    .box6 .div1 {
        margin: 0;
        padding: 0;
        top: 0;
    }

    .box6 .div2 {
        line-height: 23px;
        font-size: 13px;
        padding: 5px 20px 0 10px;
        margin: 0;
    }

    .box7 {
        height: auto;
        display: block;
        width: 100%;
        margin-top: 40px;
        padding: 20px;
    }

    .box7 .div1 {
        width: 100%;
        font-size: 1.7em;
        padding: 20px;
        background-color: #5C9ABD;
        border-radius: 10px 50px 0 0;
        text-align: center;
        position: relative;
        margin: 0;
    }

    .box7 .div2 {
        display: block;
    }

    .box7 .div3 {
        display: none;
    }


    .box8 {
        font-size: 16px;
        width: 100%;
        border-radius: 0;
        margin: 30px 0;
        padding: 20px;
    }

    .box8 .div1 {

        margin-left: 0;
        padding: 0;
    }

    .box8 .div1 img {
        margin: 15px 0 0 10px;
    }

    .box8 .div2 {
        color: #4099BA;

    }

    .box8 .form-control {
        background-color: #E4E5E9 !important;
        border: 2px inset #FFFFFF;
        /* box-shadow:inset 0 0 2px 2px #BBBBBB; */
        border-radius: 25px;
        margin-top: 30px;
    }

    .box8 .form-control::placeholder {
        color: #4099BA;
        opacity: 1;
    }

    .box8 .contactButton {
        margin-top: 30px;
        color: #4099BA;
        background-color: #E4E5E9 !important;
        box-shadow: 2px 3px 5px #BBBBBB;
        float: right;
    }

    .box9 {
        display: block;
        padding: 0;
    }

    .box9 .div1 {
        width: 100%;
        padding: 20px;
    }

    .box9 .div2 {
        width: 100%;
        padding: 0;

    }

    .box9 .div1 h4 {
        position: relative;
        top: 0;
    }

    .box12 {
        display: block;
        width: 100%;
        margin: 0;
    }

    .box12 .div1 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .box12 .div2 {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }


    .box12 .row {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .box13 {
        width: 100%;
        display: block;
        height: 100%;

    }

    .box13 .div3 {
        font-size: 1.8em;
        width: 90%;
        padding: 5px;
        margin: auto;
    }

    .box13 .div4 {
        font-size: 1.8em;
    }

    .box14 .div6 {
        margin-right: 29px;
        font-size: 1.8em;
        position: relative;
    }

    .box13.a,
    .box13.b,
    .box13.c,
    .box13.d,
    .box13.e,
    .box13.f {
        background: none;
    }

    .box13 .div7 {
        background: url(../img/page-oil-analysis-11-end.png);
        width: 100%;
        height: 102px;
    }

    .box14 {
        background: url(../img/page-oil-analysis-11.png);
        background-position: -98px;
        padding: 0 0 0 30px !important;
        margin: 0 0 0 98px;
        height: auto;
        width: 71%;
        text-align: center;
    }

    .box13 .div1 {
        padding: 77px 0 0 180px;
        text-align: center;
    }

    .box13.a .div2 {
        background: url("../img/page-oil-analysis-11-a.png");
        height: 231px;

    }

    .box13.b .div2 {
        background: url("../img/page-oil-analysis-11-b.png");
        height: 231px;
        margin-left: 1px;
    }

    .box13.c .div2 {
        background: url("../img/page-oil-analysis-11-c.png");
        height: 231px;
        margin-left: 1px;
    }

    .box13.d .div2 {
        background: url("../img/page-oil-analysis-11-d.png");
        height: 231px;
        margin-left: 1px;
    }

    .box13.e .div2 {
        background: url("../img/page-oil-analysis-11-e.png");
        height: 231px;
        margin-left: 1px;
    }

    .box13.f .div2 {
        background: url("../img/page-oil-analysis-11-f.png");
        height: 231px;
        margin-left: 1px;
    }

    .box12,
    .box13,
    body {
        overflow-x: hidden;
    }
}