﻿body {
    /*overflow-y: hidden;*/
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.top-content {
    background-image: url("/media/bg/new-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
}

#fortyus-logo {
    width: 70rem;
    padding-top: 10rem;
}

.btn-link-2 {
    position: relative;
    border: 2px solid !important;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem !important;
    text-transform: initial !important;
    background: rgb(255, 255, 255, 0.3) !important;
    margin: 9px 0 0 15px;
    padding: 6px 15px;
    font-family: 'Josefin Sans', sans-serif;
    opacity: 1;
    text-transform: uppercase;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

    .btn-link-2:hover {
        outline: 0;
        opacity: 0.6;
        color: #fff;
        background: none !important;
    }

.btn-link-3:hover {
    outline: 0;
    opacity: 0.6;
    color: #fff;
}

#fortyus-logo-container {
    display: flex;
    justify-content: center;
}


#fortyus-logo {
    width: 50rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid;
}

#logo-box {
    display: flex;
    justify-content: center;
}

#logo-box,
.description-titulo {
    width: fit-content;
}

#logo-subtitle {
    font-size: 3rem;
    text-align: end;
}

.top-content-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60%;
}

.social-content-container {
    position: absolute;
    bottom: 15rem;
    width: 100%;
}

#social-media {
    display: flex;
    flex-direction: column;
    position: relative;
}

    #social-media a {
        color: #fff;
        font-size: 1.8rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

        #social-media a:hover {
            outline: 0;
            opacity: 0.6;
        }

        #social-media a i {
            margin-right: 1rem;
        }

.footer-content-container {
    position: absolute;
    bottom: 0;
    right: auto;
    left: auto;
    width: 100%;
    padding: 3rem 0 3rem;
}


@media (max-width: 1920px) {
    #fortyus-logo {
        width: 50rem;
        padding-top: 5rem;
    }

}

@media (max-width: 768px) {
    #fortyus-logo {
        width: 30rem;
        padding-top: 5rem;
    }

    #social-media a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 1.6rem;
    }

}

@media (max-height: 768px) {
    #social-media a {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    .social-content-container {
        bottom: 10rem;
    }

    .footer-content-container {
        padding: 1rem 0 1rem;
    }
}