body { 
    background: url(../images/background.png) fixed;
    position: relative; 
} 
.phonesimg {
    margin-left: 59px;
    z-index: 2;
}
.icons {
    height: 40px;
    padding: 4px;
    opacity: 0.7;
}.icons:hover {
    height: 40px;
    padding: 4px;
    opacity: 1;
}
.bg-left {  
    margin-top: 53px;
    width: 40%;
    height: fit-content;
    margin-left: 12%;
}
.bg-right {
    background: #fff;
    margin-top: 53px;
    width: 40%;
    height: fit-content;
    border: #0F1B3D 1px solid;
    margin-right: 12%;
}
.bg-right2 {
    background: #fff;
    margin-top: 8px;
    width: 40%;
    height: fit-content;
    border: #0F1B3D 1px solid;
    margin-right: 12%;
}
.bg-right3 {
    margin-top: 8px;
    width: 40%;
    height: fit-content;
    margin-right: 12%;
}
.text1 {
    color:#0F1B3D;
    position: relative;
    font-size: 36px;
    font-family: 'Montserrat';
    z-index: 1;
    font-style: italic;
    margin-left: 10%;
    font-weight: 500;
}
.text2 {
    color:#0F1B3D;
    font-size: 34px;
    font-family: 'Montserrat';
    z-index: 1; 
    margin-left: 10%;
    font-style: italic;
    margin-top: -45px;
    line-height: 39px;
} 
.text3 {
    color:#0F1B3D;
    position: relative;
    font-size: 14px;
    font-family: 'Montserrat';
    z-index: 1;
    margin-top: 29px; 
    font-style: italic;
    font-weight: 500;
}
.footer {
    color:#fff; 
    font-size: 16px;
    font-family: 'Montserrat';
    z-index: 1;
    margin-top: 29px;  
}
.text6 {
    color:#0F1B3D;
    font-size: 16px;
    font-family: 'Montserrat';
    z-index: 1;
    font-weight: bold;
    opacity: 0.7;
    margin-left: 4px;
}
.text8 {
    color:#222e4d;
    font-size: 40px;
    font-family: 'Montserrat';
    z-index: 1; 
    margin-right: -90px;
    margin-left: 10%;
    margin-top: -15px;
    line-height: 40px;
    font-weight: 900;
}
.container-fluid { /* correção do erro do container-fluid >> 15px padd right */
    padding-right: 0px;
    margin-left: auto;
}
.form-control {
    background-color: #c1c6d4;
    border: #fff solid 1px;
}
.btn {
    background-color: #0F1B3D;
    color: #C2A540;
    border: #374774 solid 1px;
    font-weight: bolder;
    font-style: italic;
    border-radius: 0px;
    width: 100%;
} .btn:hover {
    background-color: #C2A540;
    color: #0F1B3D;
} .btn:active {
    background-color: #1f9715;
    color: #000000;
}
form {
    justify-content: space-between;
}

@media (max-width: 560px) {
    .logo1 {
        margin-bottom: 20px;
        height: 50px;
        margin-left: 16%;
    }
    .phonesimg {
        margin-left: 59px;
        z-index: 2;
    }
    .icons {
        height: 40px;
        padding: 4px;
        opacity: 0.7;
    }.icons:hover {
        height: 40px;
        padding: 4px;
        opacity: 1;
    }
    .bg-left {  
        margin-top: 53px;
        width: 40%;
        height: fit-content;
        margin-left: 1%;
    }
    .bg-right {
        background: #fff;
        margin-top: 53px;
        width: 40%;
        height: fit-content;
        border: #0F1B3D 1px solid;
        
    }
    .bg-right2 {
        background: #fff;
        margin-top: 8px;
        width: 40%;
        height: fit-content;
        border: #0F1B3D 1px solid;
    }
    .bg-right3 {
        margin-top: 8px;
        width: 40%;
        height: fit-content;
        margin-right: 12%;
    }
    .text1 {
        color:#0F1B3D;
        position: relative;
        font-size: 36px;
        font-family: 'Montserrat';
        z-index: 1;
        font-style: italic;
        margin-left: 1%;
        font-weight: 500;
    }
    .text2 {
        color:#0F1B3D;
        font-size: 34px;
        font-family: 'Montserrat';
        z-index: 1; 
        margin-left: 10%;
        font-style: italic;
        margin-top: -45px;
        line-height: 39px;
    } 
    .text3 {
        color:#0F1B3D;
        position: relative;
        font-size: 11px;
        font-family: 'Montserrat';
        z-index: 1;
        margin-top: 29px; 
        font-style: italic;
        font-weight: 500;
    }
    .footer {
        color:#fff; 
        font-size: 16px;
        font-family: 'Montserrat';
        z-index: 1;
        margin-top: 29px;  
    }
    .text6 {
        color:#0F1B3D;
        font-size: 11px;
        font-family: 'Montserrat';
        z-index: 1;
        font-weight: bold;
        opacity: 0.7;
        margin-left: 4px;
    }
    .text8 {
        color:#222e4d;
        font-size: 14px;
        font-family: 'Montserrat';
        z-index: 1; 
        margin-right: -90px;
        margin-left: 10%;
        margin-top: -15px;
        line-height: 20px;
        font-weight: 900;
    }
    .container-fluid { /* correção do erro do container-fluid >> 15px padd right */
        padding-right: 0px;
        margin-left: auto;
    }
    .form-control {
        background-color: #c1c6d4;
        border: #fff solid 1px;
    }
    .btn {
        background-color: #0F1B3D;
        color: #C2A540;
        border: #374774 solid 1px;
        font-weight: bolder;
        font-style: italic;
        border-radius: 0px;
        width: 100%;
    } .btn:hover {
        background-color: #C2A540;
        color: #0F1B3D;
    } .btn:active {
        background-color: #1f9715;
        color: #000000;
    }
    form {
        justify-content: space-between;
    }
}
@media only screen and (min-device-width : 250px) and (max-device-width : 360px) { /* mobile */
    .text1 {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        line-height: 20px;
    }
    .text2 {
        font-size: 16px;
        font-family: 'Montserrat';
        margin-top: -50px;
        line-height: 39px;
        margin-left: -2px;
    } 
    .text8 {
        font-size: 10px;
        margin-right: -90px;
        margin-top: -39px;
        line-height: 10px;
        font-weight: 900;
        margin-left: -2px;
    }
    .phonesimg {
        margin-left: 0%;
        z-index: 2;
    }
    .text3 {
        position: relative;
        font-size: 6px;
        z-index: 1;
        margin-top: 29px; 
        font-style: italic;
        font-weight: 500;
    }
    .btn {
        font-size: 5px;
        border-radius: 0px;
        width: 100%;
    }
    .text6 {
        font-size: 8px;
        opacity: 0.7;
        margin-left: 4px;
    }
    .form-control {
        background-color: #c1c6d4;
        border: #fff solid 1px;
        font-size: 7px;
    }
}
 @media only screen and (min-device-width : 361px) and (max-device-width : 430px) {
    .text1 {
        position: relative;
        font-size: 22px;
        font-weight: 500;
        line-height: 20px;
    }
    .text2 {
        font-size: 16px;
        font-family: 'Montserrat';
        margin-top: -50px;
        line-height: 39px;
        margin-left: -2px;
    } 
    .text8 {
        font-size: 14px;
        margin-right: -90px;
        margin-top: -45px;
        line-height: 18px;
        font-weight: 900;
        margin-left: -2px;
    }
    .phonesimg {
        margin-left: 0%;
        z-index: 2;
    }
    .text3 {
        position: relative;
        font-size: 8px;
        z-index: 1;
        margin-top: 29px; 
        font-style: italic;
        font-weight: 500;
    }
    .btn {
        font-size: 5px;
        border-radius: 0px;
        width: 100%;
    }
    .text6 {
        font-size: 8px;
        opacity: 0.7;
        margin-left: 4px;
    }
    .form-control {
        background-color: #c1c6d4;
        border: #fff solid 1px;
        font-size: 7px;
    }
    .icons {
        height: 20px;
        padding: 4px;
        opacity: 0.7;
    } 
}