@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;500&display=swap');

:root {
    --primary: #007cba;
    --secondary: #006ba1;
    --terciary: #005a87;
    --quartiary: #2063EF;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 26px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html {
    overflow-x: hidden;
    position: relative;
}

header * {
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.navbar-nav > ul > li {
    padding: 0 15px;
}

.navbar-nav > ul > li.active a, .navbar-nav > ul > li:hover a {
    color: var(--quartiary);
}

.navbar-nav > ul > li.active a::before, .navbar-nav > ul > li:hover a::before {
    transform: scaleY(1);
}

.navbar-nav a {
    color: black;
    transition: color 500ms;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.navbar-nav a:hover {
    text-decoration: none;
    color: var(--quartiary);
}

.navbar-nav a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    width: 2px;
    height: 8px;
    background-color: var(--quartiary);
    transform: scaleY(0);
    transition: transform 500ms;
}

.brand-img {
    width: 230px;
}

header {
    box-shadow: rgba(0, 0, 0, 0.3) 0 -5px 25px;
}

.header-responsive-btn {
    font-size: 30px;
    display: none;
    color: var(--light-blue);
}

.header-top {
    background-color: #2353b8;
    color: white;
    font-size: 11px;
    font-weight: 400;
}

.header-top .tel {
    font-size: 14px;
    color: white;
    text-transform: none;
    font-weight: 600;
    margin-left: 5px;
}

.header-top .tel:hover {
    text-decoration: none;
}

.social-medias-container {
    font-weight: 600;
    font-size: 14px;

}

.social-medias > a {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 5px;
}

.social-medias .facebook {
    background-color: #3b5999;
}

.social-medias .instagram {
    background-color: #e4405f;
}

.about-us-main-section {
    height: 700px !important;
}

.about-us-main-section h2{
    color: #094daf;
    font-weight: 600;
    text-align: center;
}

.about-us-main-section p {
    font-size: 15px;
}

.about-us-img {
    background-image: url('/assets/assets_files/about-main.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 100%;
}

.page-main-section {
    padding: 110px;
    color: var(--white);
    overflow: hidden;
    position: relative;
}

.page-main-section h2:first-child {
    font-size: 41px;
    font-weight: 600;
}

.page-main-section h2:nth-child(2) {
    color: #007593;
    font-size: 73px;
    font-weight: 700;
}

.page-main-section h3 {
    font-size: 18px;
    font-weight: 700;
}

.page-main-section a {
    background-color: #004377;
    padding: 15px 41px;
    display: inline-block;
    border-radius: 30px;
    color: white;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.securities-main-section a .fa-angle-right {
    position: absolute;
    font-size: 20px;
    right: 30px;
    opacity: 0;
    transition: right 200ms, opacity 200ms;
}

.securities-main-section a:hover {
    background-color: #15a317;
}

.securities-main-section a:hover .fa-angle-right {
    position: absolute;
    opacity: 1;
    right: 22px;
}

.amenities-section h3 {
    font-size: 16px;
}

.amenity-item {
    text-align: center;
    transform: scale(0);
    transition: transform 700ms ease-in-out;
    margin-bottom: 20px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0) 0 0 25px;
    transition: box-shadow 500ms;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
}

.card .card-title {
    font-weight: bold;
    font-size: 20px;
}

.card .card-text {
    max-width: 80%;
    text-align: center;
}

.card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 25px
}

.amenity-item.active {
    transform: scale(1);
}

.amenity-item a {
    border-radius: 25px;
    color: white;
    text-decoration: none;
    font-weight: 500;
    display: block;
    padding: 10px 25px;
    border-width: 2px;
    border-style: solid;
    transition: color 300ms, background-color 300ms
}

.amenity-item a:hover {
    background-color: white;
    color: black;
}

.amenity-item .whatsapp-btn {
    background-color: #12CE25;
    border-color: #12CE25;
}

.amenity-item .quotation-btn {
    background-color: #0080FF;
    border-color: #0080FF;
}

.hand-shake-bg {
    background: url('../assets_files/aperto-de-mao.jpg') no-repeat center center;
    background-size: cover;
}

.commercialization-msg {
    padding: 100px 0;
}

.commercialization-msg p {
    font-size: 16px;
}

.insurerers-section .carousel-indicators {
    bottom: 20px;
}

.insurerers-section .carousel-control-prev, .insurerers-section .carousel-control-next {
    font-size: 30px;
}

.insurerers-section .carousel-indicators li {
    background-color: #5472d2;
    color: white;
    text-indent: 0;
    height: auto;
    border-radius: 5px;
    font-size: 15px;
    opacity: 0.5;
    transition: opacity 500ms;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insurerers-section .carousel-indicators li:hover, .insurerers-section .carousel-indicators li.active {
    opacity: 1;
}

.bg-gray {
    background-color: #f9f9f9;
}

.testimony-item > * {
    margin-bottom: 20px;
    display: block;
}

.testimony-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 70px !important;
    border-radius: 50px;
    position: relative;
    min-width: calc(50% - 10px * 2);
    margin: 0 10px;
}

.testimony-image {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px 3px;
    border: white solid 3px;
    position: absolute;
    top: -25%;
    width: 100px;
    height: 100px;
}

.testimony-client {
    color: black;
    font-size: 17px;
    display: block;
}

.testimony-cite .cite-icon {
    font-size: 20px;
    color: #807e7d;
}

.testimony-text {
    quotes: none;
}

.testimonies {
    margin-top: 100px;
    cursor: grab;
    user-select: none;
    position: relative;
    left: 0;
}

.loans-main-section img.glue {
    position: absolute;
    bottom: 0;
    left: calc(50% + 100px);
    text-align: center;
}

.form-container {
    border-radius: 25px;
    padding: 2.5rem 2rem;
}

.simulation-container {
    background-image: linear-gradient(to bottom, #2B65EB, #2B65EB);
}

.form-container .form-control {
    border-radius: 15px;
    border-top: #02C6E0 solid !important;
    border-left: #02C6E0 solid !important;
    height: 3rem;
    transition: border 300ms;
}

.form-btn {
    color: white;
    font-weight: 700;
    border: none;
    outline: none;
    padding: 14px 35px;
    border-radius: 30px;
    transition: background-color 400ms;
}

.form-btn:hover {
    cursor: pointer;
}

.form-container .form-btn {
    background-color: #00c0d6;
}

.form-container .form-btn:hover {
    cursor: pointer;
    background-color: #154a99;
}

.form-container .form-control:focus, .form-container .form-control:active {
    border-width: 0 !important;
    box-shadow: none;
}

.whatsapp-btn-block {
    background-color: #25d366;
    border-radius: 20px;
    padding: 22px 65px;
    text-decoration: none !important;
    font-size: 22px;
    display: block;
    text-align: center;
    color: white !important;
    transition: background-color 400ms;
}

.whatsapp-btn-block:hover {
    background-color: #20b539;
}

.form-container.plan-form-container .form-control {
    background-color: #e3edfd;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none;
    height: 2.5rem;
    appearance: none;
}

.contact-form textarea.form-control {
    height: auto;
}

.contact-form .form-control:active, .contact-form .form-control:focus {
    border-color: red;
}

.contact-form .form-btn {
    background-color: #4dba12;
}

.contact-form .form-btn:hover {
    background-color: #3a8729;
}

.footer-container {
    background-color: #014098;
}


.reclameaqui-container img {
    height: 200px;
    padding-bottom: 20px;
}

.contact-info-container {
    position: relative;
    margin-top: -150px;
    margin-bottom: 30px;
}

.contact-info-item {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 4rem;
}

.contact-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.contact-icon {
    font-size: 50px;
    margin-bottom: 5px;
    color: #014199;
}

.contact-texts {
    font-size: 15px;
    display: flex;
    flex-direction: column;
}

.contact-texts > * {
    margin-bottom: 5px;
}

@media (max-width: 992px) {

    .loans-main-section {
        padding-bottom: 0;
    }
    
    .loans-main-section img.glue {
        position: relative;
        left: 0;
    }

    .header-responsive-btn {
        display: block;
    }

    .navbar-nav {
        z-index: 10;
    }

    .navbar-nav ul {
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 40%;
        height: 100vh;
        text-align: center;
        background-color: #2F2F39;
    }

    .navbar-nav ul {
        transform: translateX(-100%);
        transition: transform 200ms;
    }


    .navbar-nav.active ul {
        transform: translateX(0);
    }

    .navbar-nav ul li {
        padding: 15px 0;
        border-bottom: rgba(255, 255, 255, 0.3);
        border-width: 1px;
        border-style: solid;
    }

    .navbar-nav ul li.active a, .navbar-nav ul li:hover a {
        color: white;
    }

    .navbar-nav a {
        color: white;
        font-weight: normal;
    }

    .navbar-nav a::before {
        display: none;
    }

}

.footer-container .embed-responsive {
    height: 400px;
}

.footer-container .description {
    font-size: 15px !important;
}

.footer-btn {
    border-radius: 50%;
    font-size: 50px;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white !important;
    font-size: 30px;
    position: fixed ;
    bottom: 20px;
}

.button-to-top {
    background-color: #2693e2;
    left: -100%;
    transition: left 400ms ease-in-out;
}

.button-to-top.active {
    left: 20px;
}

.footer-btn.button-whatsapp {
    background-color: #2DB742;
    right: 20px;
    font-size: 35px;
}

@media (max-width: 768px) {

    .testimonies {
        cursor: default !important;
    }

    .testimony-item {
        margin-bottom: 100px;
    }

    .page-main-section {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .securities-main-section a {
        display: flex;
        margin-bottom: 10px;
        justify-content: center;
    }
}