.qsomos-top{
    z-index: 0;
    padding-top: 200px;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../img/bg-top-internas.jpg?v=2');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.qsomos-top:before{
     content: " ";
     display: block;
     width:100%;height: 100%;
     background: linear-gradient(180deg, rgba(0, 105, 156, 0) 0%, #00699C 100%);
     opacity: 0.26;
     transform: rotate(-180deg);
     position: absolute;
     left: 0;top:0;
     z-index: -1;
}
.qsomos-top:after{
    content: " ";
    display: block;
    width:100%;height: 60%;
    position: absolute;
    left: 0;bottom:0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.qsomos-top .header-home{
    position: absolute;
    top: 0; left:0;
    opacity: 1;
    width: 100%;
    max-width: 100% !important;
}

.qsomos-top h2{
   color: #00699C;
   font-size: 2.8em;
}
.qsomos-top .descricao p{
    color:#2E2E2E;
    font-size: 14px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.qsomos-top .descricao{
    display: block;
    width: 450px;
    max-width: 100%;
}
.qsomos-top .video-content{
    position: relative;
    display: block;
    padding-bottom: 50%;
    border-radius: 22px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.qsomos-top .video-content > video,
.qsomos-top .video-content > .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;top: 0;
}
.qsomos-top .video-content > .inner{
    z-index: 20;
    background-color: rgba(5, 60, 86, 0.68);
}
.qsomos-top .video-content video{
    z-index: 0;
    object-fit: cover;
}

.qsomos-top .video-content .btn{
    font-size: 15px;
    border-radius: 18px;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 38px;
}

.qsomos-top .video-content .btn-outline-white-blue svg path{
    fill: #fff;
}
.qsomos-top .video-content .btn-outline-white-blue:hover svg path{
    fill: #00699C;
}
.qsomos-bottom > .container{
    padding-bottom: 25px;
    padding-top: 25px;
}
.qsomos-bottom .col-header{
    padding-top: 50px;
    padding-bottom: 50px;
}
.qsomos-bottom .col-header h2{
    color: #00699C;
}
.item-valor{
    position: relative;
    padding-left: 40px;
}
.item-valor-2{
    position: relative;
    padding-right: 40px;
}
.item-valor .inner,
.item-valor-2 .inner{
    width: 100%;
    border: 1px solid #00699C;
    border-radius: 25px;

}
.item-valor .inner{
    min-height: 180px;
    padding:30px 30px 30px 70px;
}
.item-valor-2 .inner{
    padding:30px 70px 30px 35px;
}

.item-valor p,
.item-valor-2 p,
.item-valor ul,
.item-valor-2 ul li{
    color:#2E2E2E;
    font-size: 14px;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.item-valor-2 ul li{
    margin-bottom: 15px;
}
.item-valor-2 ul li::marker{
    color:#00699C;
}
.item-valor h5,
.item-valor-2 h5{
    font-size: 18px;
    color: #00699C;
    font-weight: 700;
    font-family: "Work Sans", sans-serif;
}
.item-valor svg{
    position: absolute;
    left: 0;top: 50%;
    width: 100px;
    transform: translate(-10%,-50%);
}
.item-valor-2 svg{
    position: absolute;
    right: 0;top: 50%;
    width: 100px;
    transform: translate(10%,-50%);
}
.item-valor ul,
.item-valor-2 ul{
    padding-left:20px;
}
.item-valor-2,
.item-valor-2 .inner{
    height: 97%;
    min-height: 97%;
}
.qsomos-bottom .col-btn{
    padding-top: 25px;
    padding-bottom: 25px;
}
.qsomos-bottom .btn-red-direct,
.qsomos-bottom .btn-primary,
.qsomos-bottom .btn-success{
    padding-left: 30px;
    padding-right:30px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
    font-family: "Work Sans", sans-serif;
}
.qsomos-bottom .btn-red-direct{
    width: 260px;
    max-width: 100%;
}
.qsomos-bottom .btn-success{
    padding-top:0;
    padding-bottom: 0;
}
.qsomos-bottom .btn-primary svg,
.qsomos-bottom .btn-success svg{
    fill: white;
}
.qsomos-bottom .btn-primary:hover svg,
.qsomos-bottom .btn-primary:active svg,
.qsomos-bottom .btn-primary:focus svg{
    fill:#00699C;
}
.qsomos-bottom .btn-success:hover svg,
.qsomos-bottom .btn-success:focus svg,
.qsomos-bottom .btn-success:active svg{
   fill:#389545;
}
.institucional-iframe .mfp-content{
    height: 600px;
    max-height: 90vh;
    width: 1024px;
    max-width: 90vw;
}

@media (max-width: 992px) {
    .qsomos-top .descricao{
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 992px) and (min-width: 1199px) {
    .item-valor-2,
    .item-valor-2 .inner{
        height: 100%;
        min-height: 100%;
    }
}
@media (max-width: 768px) {
    .qsomos-top{
        z-index: 0;
        padding-top: 100px;
    }
    .item-valor-2{
        position: relative;
        padding-left: 40px;
        padding-right: 0;
    }
    .item-valor-2 svg{
        right:auto;
        left: 0;top: 50%;
        width: 100px;
        transform: translate(-10%,-50%);
    }
    .item-valor-2 .inner{
        padding:30px 30px 30px 70px;
    }
}
