@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo-700.otf') format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Museo';
    src: url('../fonts/museo-900.otf') format('opentype');
    font-style: normal;
    font-weight: 900;
}

body {
    font-family: 'Museo';
    font-weight: 700;
}

header {
    background-color: #F4DB53;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    height: 150px;
    padding: 30px 0;
}

#logo {
    position: absolute;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.header-link {
    font-family: 'Museo';
    color: #fff!important;
    text-decoration: none!important;
    background-color: #790C20;
    display: inline-block;
    padding: 0 30px;
    font-size: 25px;
    line-height: 38px;
    border-radius: 15px;

}

main {
    background-color: #790C20;
    background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 50px 0;
}

.slogan {
    font-family: 'Museo';
    font-weight: 700;
    color: #F4DB53;
    font-size: 50px;
    line-height: 1em;
    position: relative;
    top: -50px
}

#relative-row {
    position: relative;
    top: -80px
}

h2 {
    font-size: 35px;
    font-weight: 900;
    color: #F4DB53;
    font-family: 'Museo';
    margin-bottom: 15px;
    margin-top: 250px;
}

h2 + ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h2 + ul li {
    color: #fff;
    font-size: 28px;
    line-height: 1.3em;
}

h2 + ul li .dot {
    color: #F4DB53;
}

.link-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    max-height: 100px;
    text-decoration: none!important;
    background-color: #F4DB53;
    color: #790C20!important;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    padding: 20px 0;
}

.link-section picture {
    position: relative;
    bottom: -20px;
}

footer {
    padding: 30px 0;
}

.social {
    font-family: 'Museo';
    font-weight: 700;
    color: #790C20!important;
    text-decoration: none!important;
    font-size: 35px;
    margin: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social small {
    font-family: 'Museo';
    font-weight: 700;
    font-size: 65%;
}

.social.social--small {
    font-size: 28px;
}

.address {
    font-family: 'Museo';
    font-weight: 700;
    color: #790c20;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.1em;
}

@media (max-width: 991.98px) {
    main {
        padding: 170px 0 30px 0;
    }

    .header-link {
        padding: 0 20px;
        font-size: 22px;
        line-height: 32px;
        border-radius: 13px;
    }

    .slogan {
        font-size: 40px;
        top: -30px;
    }

    h2 {
        font-size: 30px;
        margin-top: 140px;
    }

    h2 + ul li {
        font-size: 22px;
    }

    .link-section {
        max-height: 100px;
        font-size: 28px;
        padding: 20px 0;
    }

    .social {
        font-size: 26px;
        margin: 0 30px;
    }

    .social.social--small {
        font-size: 20px;
    }

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

@media (max-width: 767.98px) {
    main {
        padding: 120px 0 50px 0;
    }

    .header-content {
        height: 170px;
    }

    .header-link {
        position: absolute;
        top: 15px;
        font-size: 15px;
        padding: 0 10px;
        line-height: 28px;
        border-radius: 11px;
        width: 135px;
        text-align: center;
    }

    .header-link:last-child {
        right: 0px;
    }

    #logo {
        top: 50px;
    }

    .slogan {
        font-size: 60px;
        top: 0px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    #relative-row {
        top: 0px;
    }

    h2 {
        margin-top: 30px;
        font-size: 28px;
    }


    h2 + ul li {
        font-size: 22px;
    }

    .link-section {
        max-height: auto;
        font-size: 18px;
        padding: 20px 15px;
    }

    .link-section picture {
        position: relative;
        bottom: -10px;
    }

    .facebook-icon {
        width: 34px!important;
        height: 34px!important;
    }

    .whatsapp-icon,
    .instagram-icon {
        width: 31px!important;
        height: 31px!important;
    }

    .social {
        font-size: 24px;
    }

    .social.social--small {
        font-size: 18px;
    }

    .address {
        font-size: 18px;
    }
}