.hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: url('../images/banner-hero.png') no-repeat center center;
    background-size: cover;
}

.hero .wrapper-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero header {
    background-color: #002B5B;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.hero header .logo-header h1 {
    margin: 0;
}

.hero header .navbar {
    position: relative;
}

.hero header .navbar .nav-item {
    padding: 0 10px;
}

.hero header .navbar .navbar-toggler {
    color: #fff;
    border-color: #fff;
    padding: 6px 8px 6px 8px;
}

.hero header .navbar .navbar-toggler-icon {
    background-image: none;
}

.hero header .navbar .nav-link {
    font-family: "Lora", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #F7FDFF;
}

.hero header .navbar .nav-link.active {
    color: #4B7F52;
    border-bottom: 3px solid #4B7F52;
}

.hero header .navbar .nav-link:hover {
    color: #4B7F52;
    border-bottom: 3px solid #4B7F52;
}

.hero .hero-content {
    text-align: center;
    padding: 133px 1rem 0 1rem;
}

.hero .hero-content h1 {
    color: #F7FDFF;
    font-size: 3rem;
    font-family: "Lora", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 3rem;
}

.hero .hero-content h2 {
    color: #F7FDFF;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 3rem;
    font-style: normal;
}

.hero .hero-content .btn-cta {
    border: 0;
    background-color: #002B5B;
    border-radius: 8px;
    padding: 10px 20px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    display: flex;
    color: #F7FDFF;
    margin: 0 auto;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
}


.hero .hero-content .btn-cta svg {
    margin-right: 1rem;
}

.hero .hero-content a {
    text-decoration: none;
    display: block;
    width: 30%;
    margin: 0 auto;
}

.c_header_wpp {
    margin-right: 0.5rem;
}

@media (max-width: 1260px) {
    .hero .hero-content a {
        width: 40%;
    }
}

@media (max-width: 991.98px) {
    .hero .wrapper-header {
        display: block;
    }

    .hero .container {
        max-width: 100%;
        padding: 0;
    }

    .hero header .navbar .navbar-toggler {
        position: absolute;
        bottom: 50px;
        right: 20px;
    }

    .hero header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #002B5B;
    }

    .hero header .navbar-nav {
        width: 100%;
        text-align: left;
    }

    .hero header .navbar .nav-item {
        width: 100%;
    }

    .hero header .navbar .nav-link.active {
        color: #569BBF;
        border-bottom: none !important;
    }

    .hero header .navbar .nav-link:hover {
        color: #569BBF;
        border-bottom: none !important;
    }

    .hero .hero-content a {
        width: 100%;
    }

    .hero .hero-content {
        padding: 250px 1rem 3rem 1rem;
    }

    .hero header .logo-header h1 img {
        position: relative;
        top: 9px;
    }

    .c_header_wpp {
        display: none;
    }

    .c_insta_wpp {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .hero .hero-content {
        padding: 200px 1rem 1rem 1rem;
    }
}

@media (max-width: 575.98px) {
    .hero .hero-content h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero .hero-content h2 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}