.h-15 {
    height: 15%;
}

.w-15 {
    width: 15%;
}

.bold {
    font-weight: bold;
}

.click {
    font-weight: 800;
}

.click a:hover {
    color: #0096ff;
}

.theme-bg {
    background-color: #052c98;
}

.btn {
    background-image: radial-gradient(circle at 22.91% 3.08%, #0096ff 0%, #0072ff 43%, #0047c5 84%);
    border-radius: 30px;
    padding: 10px 30px;
    transition: none;
}

.btn:hover {
    background: #fff;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    transition: none;
}

@media (min-width: 992px) {

    .header-2 .navbar-nav .nav-link:hover,
    .header-2 .navbar-nav .nav-item .nav-link.active {
        background-image: radial-gradient(circle at 22.91% 3.08%, #0096ff 0%, #0072ff 43%, #0047c5 84%);
        border-radius: 30px;
        color: white;
        line-height: 3;
        margin-top: 12px;
    }
}

.right-nav a i {
    transition: none;
}

.navbar-toggler span {
    background: #1565C0;
}

.text-initial {
    text-align: initial;
}

.text-white {
    color: #FFF;
}

.banner {
    max-height: 85vh;
}

@media screen and (max-width:335px) {
    #banner h1 {
        font-size: 28px;
        line-height: 1;
    }

    #banner p {
        font-size: 20px !important;
        line-height: 1.2;
    }
}

#banner .item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    background: linear-gradient(90deg, rgba(0, 73, 192, 1) 16%, rgba(0, 150, 255, 1) 44%, rgba(255, 255, 255, 0.5634628851540616) 100%);
    mix-blend-mode: multiply;
}

#about {
    padding-top: 11em;
}

#about ul,
#credito ul,
#seguros ul {
    list-style: none
}

#about ul li:before,
#credito ul li:before,
#seguros ul li:before {
    content: '\2022';
    margin: 0 8px;
    color: #3142ed;
    font-size: 24px;
}

#credito h2 {
    color: #2b7eff;
}

#credito span,
#credito h3 {
    color: #0047c5;
    font-weight: 500;
}

#credito .text-dark-blue,
#title-modal {
    color: #0047c5;
    font-size: 24px;
    font-weight: 700;
}

#static {
    z-index: 999;
    padding: 40px 0;
}

#static strong {
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .ajuste-footer {
        padding: 0 6em;
    }
}

@media screen and (min-width:1025px) {
    .ajuste-footer {
        padding: 0 8em;
    }
}

.header-2 {
    background: white;
}

.navbar-nav .nav-link {
    color: #0072ff;
}

#header-wrap.fixed-header {
    background: #eaebf4;
}

.dark-bg .counter h6 {
    color: #0096ff;
}

.cases-item.style-3 .cases-desc span {
    color: #0096ff
}

#produtos {
    background: #052c98;
}

#produtos .featured-icon p {
    color: black;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#produtos .featured-icon img {
    width: 30%;
}

#produtos .featured-desc p {
    color: white;
    font-weight: 500;
}

#seguros {
    background: #FFF;
}

#seguros .row {
    justify-content: space-around;
    color: rgb(95, 99, 104);
}

#seguros .section-title h6,
#produtos .section-title h6 {
    color: white;
}

#seguros .section-title p {
    color: rgb(95, 99, 104);
}

#produtos .section-title p {
    color: white;
}

#seguros .title,
#produtos .title {
    color: #0096ff;
}

#seguros .featured-item.style-4 {
    border: #0095fd 3px solid;
}

#seguros .featured-item.style-4,
#produtos .featured-item.style-4 {
    text-align: center;
    background: white;
    border-radius: 10px;
    height: 180px;
    padding: 40px 1em;
}

#seguros .featured-item.style-4:hover,
#produtos .featured-item.style-4:hover {
    background: #0096ff;
    color: white;
}

.featured-item.style-4:hover .featured-desc {
    transform: translate3d(0, -6em, 0);
}


#barra {
    position: fixed;
    padding: 0;
    width: 100%;
    height: 60px;
    bottom: 0px;
    background: radial-gradient(circle at 22.91% 3.08%, #0096ff 0%, #0072ff 43%, #0047c5 84%);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#barra .media-icon li a:hover {
    color: #0d092c;
}

.botao {
    display: block;
    float: left;
    width: 180px;
    height: 60px;
    text-align: inherit;
}

.box-icon {
    width: 70px;
}

.box-icon .icon {
    display: flex;
    position: absolute;
    padding: 7px 15px 7px 15px;
    border-radius: 100%;
    bottom: 10px;
}

.box-icon .icon i {
    font-size: 30px;
    color: white;
}

.type-1 {
    background: #0047c5;
    color: #0047c5 !important;
}

.type-2 {
    background: #0047c5;
    color: #0047c5 !important;
}

.type-3 {
    background: #0047c5;
    color: #0047c5 !important;
}

.featured-item .featured-icon:hover {
    color: #fff
}

.fixo {
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

.social .wh i {
    margin-top: 6px;
}

.social a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 2.5em;
    line-height: 35px;
    padding-top: 6px;
    color: #fff;
}

.social a:before,
.social a:after {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    transition: .3s all;
    border: 2px solid;
}

.social .wh:before,
.social .wh:after {
    border-color: #25d366;
}

.social .wh {
    background: #25d366;
}

.cases-item.style-3 .cases-desc span {
    color: #0096ff
}

.lgz-future {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    font-family: Poppins;
}

@media (min-width: 1500px) {
    .lgz-future {
        font-size: 2rem;
    }
}

.lgz-future p {
    color: #f8f8f8;
    background-color: #052c98;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    padding: 0.7em;
}

#marketing img {
    width: 15em;
}

@media (max-width: 576px) {
    .lgz-future {
        padding: 0 1rem;
    }

    .lgz-future p {
        padding: 0.5em;
    }
}

@media (min-width: 1500px) {
    .lgz-future {
        font-size: 2rem;
    }
}

.lgz-future p span {
    color: rgb(16, 239, 255);
    font-weight: 700;

}


@media (min-width: 0px) and (max-width:767px) {
    .botao {
        display: none;
    }
}

@media (min-width: 0px) and (max-width:374px) {
    .footer .secondary-footer {
        padding-bottom: 22%;
    }

    .fixo {
        bottom: 8px;
        right: 2px;
    }
}

@media (min-width: 375px) and (max-width:426px) {
    .footer .secondary-footer {
        padding-bottom: 17%;
    }

    .fixo {
        bottom: 10px;
        right: 15px;
    }
}

@media (min-width: 427px) and (max-width:768px) {
    .footer .secondary-footer {
        padding-bottom: 15%;
    }

    .fixo {
        bottom: 70px;
        right: 10px;
    }

}

@media (min-width: 769px) and (max-width:1024px) {
    .footer .secondary-footer {
        padding-bottom: 9%;
    }
}

@media (min-width: 1025px) and (max-width:1440px) {
    .footer .secondary-footer {
        padding-bottom: 6%;
    }

}

@media (min-width:1441px) {
    .footer .secondary-footer {
        padding-bottom: 3%;
    }
}

.footer .secondary-footer {
    padding-bottom: 4%;
}

.icon-insta {
    color: #0096ff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 12em;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 2px solid #0047c5;
    width: 50%;
}

.box-close {
    display: flex;
    position: absolute;
    right: -10px;
    top: -10px;
}

.close {
    color: #fff;
    font-size: 31px;
    font-weight: bold;
    background: #0047c5;
    width: 35px;
    height: 35px;
    border-radius: 16px;
    padding-left: 8px;
    line-height: 1.2;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}


@media screen and (min-width: 0px) and (max-width: 360px) {
    .modal-content {
        padding: 1em;
    }
}

@media screen and (max-width: 750px) {
    .modal {
        padding-top: 6em;
    }
}

@media screen and (min-width: 760px) {
    .modal {
        padding-top: 9em;
    }
}

@media screen and (min-width: 1024px) {
    .modal {
        padding-top: 15em;
    }
}

@media screen and (min-width: 2100px) {
    .modal {
        padding-top: 25em;
    }
}

@media (min-width: 0px) and (max-width: 1024px) {
    .modal-content {
        width: 85%;
    }

    .mobile-header-logo a {
        left: 10px;
    }
}



#contact .btn.btn-white:hover {
    background: #25d366;
    border: none;
}

@media (max-width: 767px) {
    .fullscreen-banner {
        height: 84vh !important;
    }
}