﻿.body_div {
    overflow-x:hidden;
    width:100%;
    height:100%;
}

.wrapper_sbp {
    position: relative;
    max-width: 565px;
    min-height: 520px;
    width: 90%;
    margin: 7.5% 7.5%;
    padding-bottom: 10px;
    font-family: Open Sans, Arial, sans-serif;
    background-attachment:fixed;
}
.wrapper_sbp .first-screen {
    padding: 0 0px;
}

.logo-sbp {
    margin-top: 0px;
    width: 150px;
    height: 60px;
}
.wrapper_sbp p {
    margin-top: 0;
}

.wrapper_sbp .content {
    font-size: 20px;
    margin-top: 18px;
    line-height: 1.5;
}

.wrapper_sbp .content_footer {
    color: #99A0AB;
    font-size: 16px;
    max-width: 300px;
}

.wrapper_sbp .title {
    font-weight: bold;
    font-size: 28px;
    max-width: 450px;
    line-height: 1.33;
    margin-top: 40px;
}

.wrapper-button {
    margin-top: 32px;
    height: 64px;
    max-width: 315px;
    text-transform: none;
    font-size: 18px;
    background-color: #E62632;
}

.img_mobile_container {
    width: 105%;
    height: 300px;
    overflow: hidden;
    margin-left: -3%;
}

.img_mobile {
    position: relative;
    top: 94%;
    transform: translateY(-45%);
    width: 100%;
}

.img_tablet_container {
    display: none;
    width: 140%;
    height: 350px;
    overflow: hidden
}

.img_tablet {
    position: relative;
    top: 70%;
    transform: translateY(-35%);
    margin-left: 9%;
}

.img_web_container {
    display: none;
}

@media only screen and (min-width: 620px) {
    .wrapper_sbp .title {
        font-size: 45px;
        max-width: 520px;
        margin-top: 40px;
    }

    .wrapper_sbp .content {
        max-width: 520px;
        width: 100%;
        font-size: 18px;
    }

    .wrapper_sbp .content_footer {
        font-size: 16px;
    }

    .img_mobile_container {
        display: none;
    }

    .img_tablet_container  {
        display: block;
    }

    .img_web_container  {
        display: none;
    }
}

@media only screen and (min-width: 1366px) {
    .wrapper_sbp {
        min-height: 730px;
    }
    
    .wrapper_sbp .title {
        margin-top: 50%;
    }

    .img_mobile_container  {
        display: none;
    }

    .img_tablet_container  {
        display: none;
    }

    .img_web_container  {
        display: block;
        position: absolute;
        margin-left: 80%;
        margin-top: -30%;
    }
}
