* {
    font-family: 'Titillium Web', sans-serif;

}

body {
    overflow-x: hidden !important;
}

.bg-body-tertiary {
    background-color: #FFF !important;
}

.banner {
    background-color: #013399;
    padding-top: 160px;
    padding-bottom: 80px;
    background-image: url("/images/bg-home.png");
    overflow: hidden;
}

.title-banner {
    text-align: center;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: #FFF;
}

.banner p {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
}
.banner button {
    padding: 10px 24px;
    background: #FFFFFF;
    /* white/white */
    margin-top: 100px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #003D7C;
}

.banner .small {
    color: #F2F2F2;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}


.visto-banner {
    position: absolute;
    right: -200px;
    top: 500px;
    z-index: 1;
}


.agende {
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: #F2F2F2;
}


.agende h2 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: #67428C;
    text-align: center;
    margin-bottom: 80px;
}

.agende .title-card {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #003D7C;
}


.agende .card {
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 61, 124, 0.08);
    border-radius: 16px;
    border: none;
    padding: 12px;
    display: flex;
    flex-direction: row;
}


.agende .card .icon {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-items: center;
    border-radius: 8px;
    margin-right: 20px;
}

.agende .card .icon span {
    color: #30C6CB;
    font-size: 30px;
}


.agende .card .card-content .text-card {
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8D94A3;
}


.agende .small {
    margin-top: 80px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8D94A3;
    text-align: center;
}


.button-primary {
    background: #67428C;
    border-radius: 12px;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1.25px;
    color: #FFFFFF;
    border: none;
    padding: 19px 24px;
 }




.parceiro-ideal {
    padding-top: 180px;
    padding-bottom: 180px;
    background: linear-gradient(0deg, #003B64 0%, #0A6AA6 100%);
}



.parceiro-ideal h2 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    margin-bottom: 80px;
}

.parceiro-ideal .card * {
    color: #FFF;
}

.parceiro-ideal .card {
    height: 100%;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.26);
    box-shadow: 0px 4px 8px rgba(0, 61, 124, 0.08);
    border-radius: 16px;
    border: none;
    padding: 32px;
    display: flex;
}

.card-blue:hover {
    background-color: #FFF;
    color: #003B64 !important;
}

.card-blue:hover p {
    color: #003B64 !important;
}


.parceiro-ideal .title-card {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #FFF;
    margin-top: 0px;
}

.parceiro-ideal .card .icon {
    margin-top: -10px;
}

.parceiro-ideal .card .icon span {
    font-size: 40px;
}


.parceiro-ideal .small {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;

}



.junte {
    padding-top: 180px;
    padding-bottom: 180px;
    background-color: #FFF;
}


.junte h2 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: #67428C;
    text-align: center;
    margin-bottom: 80px;
}


.junte .small {
    margin-top: 80px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #8D94A3;
    text-align: center;
}


.junte .card {
    height: 150px;
    border: none;
    padding: 8px;

    border-radius: 24px;
    box-shadow: 0px 4px 8px rgba(0, 61, 124, 0.08);
}

.junte .card-content {
    color: #FFF;
    display: flex;
    justify-items: center;
    align-items: center;
    justify-content: center;
    background-size: 100% 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    font-style: normal;
    height: 100%;
    border-radius: 24px;
}

.junte .card p{
    margin: 0px !important;
    text-align: center;
    /* 8br-0.8 */
}

.pre-inscricao {
    padding-top: 80px;
    background-color: #F2F2F2;
    background-image: url("/images/bg-inscricao.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.pre-inscricao h2 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 53px;
    color: #67428C;
    text-align: center;
}

.pre-inscricao .small {
    text-align: center;
    color: #8D94A3;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

}

.pre-inscricao .card {
    padding: 60px 80px;
    gap: 40px;
    margin-top: 80px;
    background: #FFFFFF;
    box-shadow: 0px 4px 36px rgba(0, 61, 124, 0.44);
    backdrop-filter: blur(7px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 32px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}

.pre-inscricao .card .title {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #003D7C;
    margin-bottom: 0px;
}

.pre-inscricao .card .small {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #8D94A3;
}


.pre-inscricao .button-primary {
    width: 100%;
}


.myInput, .myInput:focus-visible, .myInput:focus {
    padding: 0px 4px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #9768C7;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
    border-left: 0px;
    box-shadow: none !important;
}


.input-group-prepend {
    padding: 0px 4px;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #9768C7;
    border-radius: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.input-btn input{
    border-right: 0px;
}

.input-btn .input-group-text {
    border: 1px solid #9768C7;
    background-color: #FFF;
}

.input-btn .input-group-text button {
    align-items: center;
    padding: 0px 24px;
    background: #67428C;
    border-radius: 8px;
    flex: none;
    order: 1;
    flex-grow: 0;
    z-index: 1;
    color: #FFF;
    border: none;
    height: 40px;
}



.input-group {
    margin-bottom: 16px !important;
}


.accordion {
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 61, 124, 0.36);
    border-radius: 32px;
}


.accordion h2 button {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 28px;
    color: #003D7C;
    padding: 44px;
}
.accordion .accordion-body {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    leading-trim: both;
    text-edge: cap;
    color: #4D505E;
}


.accordion-item:first-of-type, .accordion-header, .accordion-button {
    border-top-left-radius: 32px !important;
    border-top-right-radius: 32px !important;
}



.accordion-item:last-of-type, .accordion-header, .accordion-button {
    border-bottom-left-radius: 32px !important;
    border-bottom-right-radius: 32px !important;
}

.accordion-button:focus-visible,.accordion-button:focus  {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #FFF;
}



footer {
    background: linear-gradient(0deg, #003B64 0%, #0A6AA6 100%);
    padding-top: 50px;
    padding-bottom: 50px;
}

footer p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.87);
}

footer a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.87) !important;
}


.btn-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 24px;
    gap: 16px;
    height: 52px;
    background: #F2F2F2;
    border-radius: 12px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-right: 10px !important;
}


.btn-primary-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 24px;
    gap: 16px;
    height: 52px;
    background: #67428C;
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #FFF;
}
