/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@font-face {
    font-family: "Oxygen Regular";
    src: url("../fonts/Oxygen/Oxygen-Regular.ttf");
}

@font-face {
    font-family: "DM Serif Text Regular";
    src: url("../fonts/DM_Serif_Text/DMSerifText-Regular.ttf");
}

.navbar {
    background-color: #0A2463 !important;
}

.navbar a {
    font-family: "Oxygen Regular", serif;
    color: #FFF !important;
}

.navbar :hover {
    color: #FF7A00 !important;
}

.page-button {
    background-color: #FF7A00 !important;
    color: #FFF !important;
    font-family: "Oxygen Regular", serif;
}

.page-button:hover {
    background-color: #0A2463 !important;
    color: #FFF !important;
}

.hero-section h1 {
    font-family: "Oxygen Regular", serif;
    color: #0A2463;
    font-size: 2.2rem;
}

.hero-section {
    min-height: 480px;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.96) 0%,
            rgba(255, 255, 255, 0.80) 50%,
            rgba(255, 255, 255, 0.15) 85%,
            rgba(255, 255, 255, 0.05) 100%),
        url('../imagens/banner_img.jpg') no-repeat right center/cover;
    position: relative;
    overflow: hidden;
}

.hero-content {
    z-index: 2;
    position: relative;
}

.contato-form {
    background-color: #F2F2F2 !important;
    font-family: "Oxygen Regular", serif;
    border-radius: 25px;
    max-width: 500px;
}

#abile_link {
    color: #3B5BA9 !important;
    text-decoration: none;
}

#abile_link:hover {
    color: #FF7A00 !important;
    text-decoration: none;
}

#how-it-works {
    background-color: #3B5BA9 !important;
    font-family: "Oxygen Regular", serif;
    color: #FFF !important;
}

.icon-beneficios {
    font-size: 2rem;
    color: #2C2C2C;
}

#float-whatsaap-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Breackpoints */
@media (min-width: 300px) {
    .hero-section h1 {
        font-size: 2.2rem;
    }

    .icon-beneficios {
        font-size: 1.3rem;
    }

    .icon-font-title {
        font-size: 1.1rem;
    }
}

@media (min-width: 768px) {
    .hero-section h1 {
        font-size: 3rem;
    }

    .icon-beneficios {
        font-size: 1.4rem;
    }

    .icon-font-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 1000px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 1200px) {
    .hero-section h1 {
        font-size: 3.5rem;
    }

    .icon-beneficios {
        font-size: 2rem;
    }

    .icon-font-title {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .icon-font-text {
        font-size: 1rem;
    }
}