@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
:root{
    --clr-black: #161623;
    --clr-blue-light: rgb(57, 206, 226);
}



*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppings', sans-serif;
    
}

.pimg1,.pimg2,.pimg3,.pimg4,.pimg5, .pimg6, .pimg7{
    position: relative;
    opacity: 0.7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*
    background-attachment: scroll;
    */
}

.banner{
    position: fixed;
    top:0;
    left:0;
    color:#fff;
    z-index: 2;
    background: var(--clr-black);
    width: 100%;
    box-shadow: 20px 30px 50px rgba(0,0,0,0.5);
    margin-bottom: 110px;
}
.banner img{
    max-height: 100px;
    padding: 5px 30px;
    margin-bottom: 10px;
}

.banner div{
    display: inline;
}

.logo{
    margin-right: 7em;
}

.pimg1{
    background-image: url("../img/clientes3.png") ;
    height: 400px;
}

.pimg2{
    background-image: url("../img/pimg1.png?");
    min-height: 400px;
}

.pimg3{
    background-image: url("../img/pimg2.png?");
    min-height: 400px;
}

.pimg4{
    background-image: url("../img/pimg3.png?AA");
    min-height: 400px;
}

.pimg5{
    background-image: url("../img/pimg4.png?A");
    min-height: 400px;
}

.pimg6{
    background-image: url("../img/pimg5.png?a");
    min-height: 400px;
}

.pimg7{
    background-image: url("../img/pimg6.png");
    min-height: 400px;
}

.pimg8{
    background-image: url("../img/pimg6.png");
    min-height: 400px;
}

.section{
    text-align: center;
    margin-top: 20px;
    padding: 50px 80px;
    background: var(--clr-black);
    justify-content: center;
    align-items: center;
}

.section-light{
    background: var(--clr-black);
    color: #FFF;
}

.section-dark{
    text-align: center;
    padding: 100px 0px 20px;
    background: var(--clr-black);
    color: #999;
}
.section-dark h1, .section-light h1, .section-primary h1{
    font-size: 26pt;
}


.section-primary{
    background: #123a59;
    color: #fff;
}

section img{
    border-radius: 20px;
    margin: 10px -60px 10px;
    width: 360px !important;
}

section .section-ul{
    display: flex;
    margin-left: calc(100vw /2 - 250px);
}

section ul{
    margin-top: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

section p{
    margin-top:10px;
}
.ptext{
    position: absolute    ;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ptext .border{
    background-color: #123a59;
    color: #fff;
    padding: 20px;
    opacity: 0.6;
    border-radius: 0px 25px 25px 25px ;

}

.ptext .border.trans{
    background-color: transparent;

}

.bg-video {
    z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
    width: 100%;
    height: 400px;
    overflow: hidden; /* evita do video passar a altura desejada do .wrap */
}

@media(max-width: 768px){
    .pimg1,.pimg2,.pimg3,.pimg4,.pimg5,.pimg6, .pimg7{
        background-attachment:local ;
    }

    section .section-ul{
        display: flex;
        margin-left: 30px;
    }
    
}