@font-face {
    font-family:'Montserrat Regular';
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Montserrat SemiBold';
    src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'Montserrat Light';
    src: url("../fonts/Montserrat-Light.woff") format("woff");
    font-weight:normal;
    font-style:normal;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family:'Montserrat Regular';
}

.font-semibold {
    font-family:'Montserrat SemiBold';
}

.font-light {
    font-family:'Montserrat Light';
}


.font-size-15 {
    font-size: 15px;
}

.font-size-24 {
    font-size: 24px;
}


.color-white {
    color: #fff;
}

.content {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 1120px;
    height: calc(50vh - 101px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.content p {
    font-size: 34px;
}

.footer {
    min-height: calc(50vh - 60px);
    background-color: #1f202f;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.col-3\.5 {
    width: 30%;
}

.col-8\.5 {
    width: 70%;
}

.mb-3 {
    margin-bottom: 0.75rem!important;
}

.contact {
    background-color: #2D2D3C;
    margin-top: 90px;
    position: relative;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    padding: 28px 0 28px 60px;
}

.contact-text {
    top: -1px;
}

.contact:after {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background-color: #2D2D3C;
    width: 9999px;
    right: -9999px;
}

.button {
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 999px;
    font-size: 15px;
    padding: 11px 21px 11px 21px;
    display: inline-block;
}

.button:hover {
    text-decoration: underline;
    color: #fff;
    opacity: .7;
}

.button-email {
    margin-left: 6px;
}

.links {
    margin-left: 5%;
}

.facebook {
    margin-right: 10px
}

.socials a:hover {
    opacity: .7;
}

.copyright {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    color: #757581;
}

.socials-footer {
    display: none;
}

@media (max-width:991px) {
    .links {
        margin: 20px 0;
    }

    .contact {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .socials {
        display: none !important;
    }

    .button {
        margin-bottom: 10px;
    }

    .content {
        height: 100%;
        max-width: 100%;
    }

    .copyright {

        text-align: left;
        bottom: 20px;
    }

    .socials-footer {
        display: block;
    }

    .socials-footer a {
        display: inline-block;
    }

    .col-copyright {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .col-3\.5 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media (max-width:511px){
    .button-email {
        margin-left: 0;
    }
}

@media (min-width: 576px) {
    .content {
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .content {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .content {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .content {
        max-width: 1120px;
    }
}

@media (max-width: 1199px) {
    .content p {
        font-size: 30px;
        margin-top: 25px;
        margin-bottom: 25px
    }
}

