
/* Utilities */
body {
    background: #FFF;
    font-family: "BradescoSans", sans-serif;
}

.caminho-de-pao {
    display: flex;
    margin: 99px 297px;
    position: absolute;
    z-index: 9;
}

.caminho-relativo {
    padding: 8px;
    color: #FFF;
    text-decoration: none;
}

.font-caminho {
    font-weight: bold;
    font-size: 17px;
}

.section-title {
    color: #47484C;
    font-size: 24px;
    line-height: 34px;
}

.section-title::after{
    content: "";
    display: block;
    margin-top: 10px;
    border-radius: 20px;
    width: 60px;
    height: 3px;
    background-color: #05418D;
}

/* Banner */
.banner img {
    width: 100%;
}

.banner .mobile {
    display: none;
}

.banner-title {
    color: #FFF;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    position: absolute;
    max-width: 600px;
    margin-left: 20%;
    top: 10%;
}

/* Top Content */
.top-content {
    height: 200px;
    width: 100%;
    background: linear-gradient(180deg, rgba(5,65,141,1) 0%, rgba(20,36,99,1) 100%);
}

.top-content__float {
    width: calc(55% + 80px);
    height: 200px;
    color: #47484C;
    background-color: #FFF;
    border-radius: 9px;
    box-shadow: 0px 3px 6px #00000045;
    transform: translateY(-75px);
    padding: 20px 30px;
    margin: 0 auto;
}

.top-content__float__subtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
}

/* Cards */
.section-cards {
    width: 55%;
    margin: 80px auto 90px auto;
}

.grid-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    margin-top: 75px;
}

.card-seguros {
    width: 318px;
    height: 440px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000045;
    background-image: var(--background);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: start !important;
}

.card-seguros__text {
    height: 165px;
    padding: 18px 25px 33px 25px;
}

.card-seguros__text h2 {
    color: #FFF;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 42px;
}

.card-seguros__text h2::after{
    content: "";
    display: block;
    margin-top: 10px;
    border-radius: 20px;
    width: 85px;
    height: 3px;
    background-color: #FFF;
}

.card-seguros__text a {
    width: 100px;
    height: 40px;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #034691;
    background-color: #FFF;
    font-weight: 600;
}

.card-seguros__text a:hover {
    color: #FFF;
    background-color: #034691;
}

/* Contact */
.section-contact .section-title {
    width: 55%;
    text-align: start;
    margin: 0 auto;
}

.contact-content {
    max-height: 744px;
    margin-top: 60px;
    margin-bottom: 30px;
    background: linear-gradient(180deg, rgba(5,65,141,1) 0%, rgba(20,36,99,1) 100%);
    color: #FFF;
    display: flex;
    justify-content: start;
}

.contact-content__info {
    padding: 45px 0;
    font-weight: normal;
    text-align: start;
    margin-left: 30px;
    font-size: 16px;
    line-height: 25px;
    max-width: 600px;
}

.contact-content .img-contact-mobile {
    display: none;
}

.contact-content .img-contact-mobile img {
    width: 100%;
}

.contact-content .img-contact-desk img {
    border-radius: 0px 20px 20px 0px;
}

.contact-content__info .text-large {
    font-size: 18px;
    text-align: start;
    font-weight: normal;
}

.whataApp-content {
    width: 600px;
    height: 175px;
    padding: 10px 10px 10px 20px;
    margin-top: 35px;
    margin-bottom: 50px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    background-color: #3d5c94;
}

.whataApp-content__info {
    padding-top: 15px;
    padding-bottom: 20px;
}

.whataApp-content__info .icon {
    display: block;
    margin-bottom: 18px;
}

.whataApp-content__info .text {
    max-width: 340px;
    font-size: 16px;
    font-weight: normal;
    text-align: start;
}

.cta-content {
    display: none;
}

.cta-content a {
    background-color: #FFF;
    color: #034691;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-weight: 600;
}

.qr-code-content {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 8px;
    width: 150px;
    height: 150px;
}

/* Grafismos */
.top-content::after {
    content: "";
    background-color: #2B6EB6;
    display: block;
    position: absolute;
    width: 115px;
    height: 115px;
    right: 0;
}

.contact-content::before {
    content: "";
    background-color: #93999E;
    display: block;
    position: absolute;
    border-radius: 0;
    width: 115px;
    height: 115px;
    left: 0;
    transform: translateY(-115px);
}

.section-contact::before {
    content: "";
    background-color: #CC092F;
    display: block;
    position: absolute;
    width: 115px;
    height: 115px;
    left: 0;
    transform: translateY(107px);
}

.section-contact::after {
    content: "";
    background-color: #2B6EB6;
    display: block;
    position: absolute;
    width: 115px;
    height: 115px;
    right: 0;
    bottom: 30px;
}

/* Responsive */
@media (max-width: 1600px) {
    .top-content__float {
        width: 70%;
        transform: translate(80px, -75px);
    }
}

@media (max-width: 1370px) {
    .card-seguros {
        width: 280px;
        height: 387px;
    }
}

@media (max-width: 1370px) {
    .card-seguros {
        width: 270px;
        height: 373px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    /* Utilities */
    .section-title {
        padding: 0 5%;
        width: 100% !important;
    }

    /* Slick */
    .slick-track {
        padding: 30px 0;
    }
    
    .slick-dots {
        bottom: -70px;
        display: none;
    }
    
    .slick-dots li {
        height: 12px;
        width: 12px;
        border-radius: 50%;
        border: 1px solid #FFF;
        background-color: transparent;
        margin: 0 3px;
    }
    
    .slick-dots li button:before {
        display: none;
    }
    
    .slick-dots li.slick-active {
        background-color: #FFF;
    }
    
    .slick-dots:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        margin-top: 45px;
    }

    /* Banner */
    .banner .mobile {
        display: block;
    }

    .banner .desktop {
        display: none;
    }

    .banner-title {
        font-size: 28px;
        line-height: 28px;
        max-width: 315px;
        margin-left: 8%;
        top: 11%;
    }

    /* Top Content */
    .top-content {
        padding: 0 5%;
        height: auto;
    }

    .top-content__float {
        width: 100%;
        height: auto;
        transform: translateY(-15px);
        padding: 20px 30px;
    }

    .top-content__float__subtitle {
        margin-top: 40px;
    }

    /* Cards */
    .section-cards {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 90px;
    }

    .section-cards::before {
        content: "";
        display: block;
        background: linear-gradient(180deg, rgba(5,65,141,1) 0%, rgba(20,36,99,1) 100%);
        width: 100%;
        height: 400px;
        position: absolute;
        left: 0;
        z-index: 0;
        transform: translateY(300px);
    }
    
    .grid-cards {
        display: block;
        margin-top: 35px;
    }
    
    .card-seguros {
        width: 318px;
        height: 440px;
        margin: 0 20px;
    }

    .card-seguros__text,
    .card-seguros__text a{
        width: 100%;
    }

    /* Contact */
    .contact-content {
        height: auto;
        max-height: none;
        display: block;
        margin-top: 30px;
    }

    .contact-content__info {
        margin: 0;
        padding: 40px 5%;
    }

    .contact-content .img-contact-desk {
        display: none;
    }

    .contact-content .img-contact-mobile {
        display: block;
        width: 100%;
    }

    .whataApp-content {
        width: 100%;
        height: auto;
        display: block;
        padding: 15px 15px 30px 15px;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .whataApp-content__info {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .whataApp-content__info .icon {
        display: block;
        margin-bottom: 18px;
    }

    .whataApp-content__info .text {
        max-width: 100%;
    }

    .cta-content {
        display: block;
    }

    .qr-code-content {
        display: none;
    }

    /* Grafismos */
    .top-content::after,
    .contact-content::before,
    .section-contact::before,
    .section-contact::after {
        display: none;
    }
}

@media (max-width: 350px) {
    /* Banner */
    .banner-title {
        top: 7.5%;
    }

    /* Top Content */
    .top-content, 
    .top-content__float {
        height: auto;
    }

    /* Cards */
    .card-seguros {
        width: 280px;
        height: 387px;
    }
}