.blac-bg{
    background-color: #000;
}
.contact{
    display: flex;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    height: 23vw;
    background-color: #070B1E;
    position: relative;
    justify-content: flex-end;
}
.container-black-bg{
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}
.contact .btn-contact{
    width: 35vw;
    margin-right: 10vw;
    margin-top: auto;
    margin-bottom: auto;
}
.contact .red-bottom-left1{
    position: absolute;
    bottom: -5vw;
    left: -3vw;
}
.contact .red-bottom-left2{
    position: absolute;
    left: -7vw;
    bottom: -6vw;
}
.contact .red-top-left{
    position: absolute;
    top: -10vw;
    left: 19vw;
}
.contact .red-top-middle1{
    position: absolute;
    bottom: 0vw;
    right: 12vw;
    width: 8vw;
}
.contact .red-top-middle2{
    position: absolute;
    bottom: 0vw;
    right: 42vw;
    width: 4vw;
}
.contact p{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 30px;
    color: white;
    font-family: "opensans-bold";
}
.contact span{
    font-size: 30px;
    color: rgb(255,70,68);
    font-family: "opensans-bold";
}
image{
    position: relative;
    left: 0px;
    bottom: 63px;
}
.button{
    margin: 25px 0px;
}
.btn {
    border-radius: 0px;
}
.button-contact{
    border-radius: initial;
    height: 40px;
    width: 120px;
    font-size: 14px;
    font-family: "opensans-bold";
}
.container-logo {
    padding: 10px 90px;
    width: 100%;
}
.bg-footer{
    display: flex;
    background-color: #e7edf7;
}
.bg-footer .social{
    padding: 0px 20px;
    width: 75%;
}
.bg-footer .copyright{
    display: flex;
    font-size: 13px;
}
.bg-footer .footer-copyright{
    font-family: "opensans-regular";
    width: auto;
    padding: 0px 20px;
}
.bg-footer .border-footer{
    border-left: 2px solid black;
}
.bg-footer img{
    margin: 0px 10px;
}
.bg-footer .email{
    font-family: "opensans-bold";
    width: 25%;
}
.bg-footer .email span{
    color: rgb(255,70,68);
}
.bg-footer .terms-conditions{
    font-family: "opensans-semibold";
    font-size: 13px;
}
.container-footer {
    padding: 10px 90px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.footer-contact{
    font-family: "opensans-bold";
    vertical-align: middle;
    line-height: 60px;
    color: rgb(255,70,68);
}
.footer-logo{
    text-align: left;
}
.img-footer{
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-left: 40px;
}
.img-footer img{
    width: 50vw;
}
@media screen and (min-width: 1600px) {
    .container-footer, .container-logo, .container-black-bg{
        max-width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .contact {
        height: 320px;
    }
    .container-black-bg .btn-contact {
        width: 400px;
        margin-right: 0px; 
        margin-top: auto;
        margin-bottom: auto;
    }
    .container-black-bg .img-footer img {
        width: 700px;
    }
}
@media screen and (max-width: 992px) {
    .container-footer {
        padding: 10px 20px;
    }
    .contact .red-top-middle2 {
        position: absolute;
        bottom: 0vw;
        right: 42vw;
        width: 4vw;
        display: none;
    }
    .contact p {
        font-size: 25px;
    }
    .contact span {
        font-size: 20px;
    }
    .contact .button {
        margin: 5px 0px;
    }
}
@media screen and (max-width: 767px) {
    .contact {
        height: auto;
        background-color: black;
    }
    .contact p {
        margin-bottom: 0px;
        margin-top: 80px;
        font-size: 30px;
        padding: 40px 40px 0px;
        color: white;
        font-family: "opensans-bold";
    }
    .contact .button {
        padding: 0px 40px;
        margin: 25px 0px;
    }    
    .contact span {
        display: block;
        padding: 0px 40px;
        font-size: 30px;
        color: rgb(255,70,68);
        font-family: "opensans-bold";
    }
    .container-footer {
        padding: 10px 10px;
    }
    .footer-logo{
        text-align: center;
        padding: 15px;
    }
    .footer-contact{
        display: none;
    }
    .bg-footer img {
        margin: 0px 5px;
    }
    .bg-footer .social {
        padding: 0px 10px;
        width: 50%;
    }   
    .bg-footer .email{
        width: 50%;
        font-size: 13px;
    } 
}