.section1__img1, .section1__img2{
    position: absolute;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}
.section1__img1{  width: 35%;}
.section1__img2{
    width: 65%;
    margin-left: 35%;
}
.section1__img3{
    position: absolute;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 20;
    width: 30%;
    top: calc(100vh - 90vh);
    left: 11%;
}
.section1{
    width: 100%;
    height: 100vh;
    z-index: 10;
}
.section1__box{
    position: relative;
    background-color: #002d42ec;
    width:  40%;
    height: 45vh;
    top: calc(100vh - 45vh);
    left: calc(100% - 65%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
}
.pacto{
    font-weight: 800;
    font-size: 4.6rem;
    line-height: 7rem;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 10%;
}
.section1__btn{
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-left: 10%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: 200px;
    height: 55px;
    padding: 1.8rem;
}
.btns{
    background-color: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 1rem;
    top: 70vh;
}
.btn_gps img, .btn_fone img{
    width:48px;
    height: 48px;
}
.btn_gps, .btn_fone{
    padding: 1rem;
    background-color: transparent;
}
.btn_gps{
    border-bottom: 1px solid #BB8D39;
}

