/*====================================================
**========== Table of Content 
**====================================================

*** -  1. Template Default Css
*** -  2. Template Background Css
*** -  3. Header Area Css
*** -  4. Project Complete Area Css
*** -  5. Pricing Area Css
*** -  6. Footer Area Css
*** -  7. Template Hover Css
*** -  8. Template Transition Css
*** -  9. Widget Prosas     


=========----------------------------------=========
            1.Template Default Css     
=========----------------------------------=========
*/


body {
    font-family: 'Manrope', sans-serif, serif;
    font-size: 14px;
    color: #222;
    line-height: 1.5em;
}

#buttonwhatsapp {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    float: right;
    border-radius: 30px 8px 30px 30px;
    background-color: #075E54;
    box-shadow: none;
    color: rgb(255, 255, 255);
    z-index: 2147483647;
    cursor: pointer;
    padding: 12px 20px;
    transition: all 0.1s ease-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 20px;
    bottom: 0;
    position: fixed;
    right: 0;
}


#buttonwhatsapp h5 {
    float: right;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

span,
.separator {
    color: white;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #D72228
}

a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:focus {
    color: inherit;
}

.navbar {
    margin: 4px 0;
    border: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    line-height: 1.5em;
    margin: 0 0 14px 0;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
}

h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 60px;
    color: #fff;
    margin-top: 0;
    line-height: 60px;
    margin-bottom: 40px;
    margin-top: 41px;
    font-weight: 900;
    letter-spacing: -1px;
}

h2 {
    font-size: 48px;
    color: #D72228;
    margin-top: 0;
    line-height: 60px;
    margin-bottom: 36px;
}

h3 {
    font-size: 26px;
    color: #fff;
    line-height: 38px;
    margin-bottom: 12px;
    text-transform: none;
}

h4 {
    font-size: 24px;
    color: #575757;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: none;
    padding: 25px;
}

.subpatro {
    font-size: 24px;
    color: white;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: none;
    padding: 2px;
}

h5 {
    font-size: 20px;
    color: #fff;
    line-height: 32px;
    -webkit-margin-before: 1.5em;
    text-transform: none;
}

h6 {
    color: #ffffff;
    text-transform: none;
    -webkit-margin-before: 1.5em;
    font-size: 18px;
    line-height: 30px;
}

p {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Manrope', sans-serif;
    color: #fff;
    margin: 0px 0 12px;
}

.top60 {
    margin-top: 60px;
}

img {
    max-width: 100%;
    height: auto;
}

blockquote {
    background-color: #222;
    padding: 40px;
    border-left: 4px solid #D72228;
}

blockquote p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
}

.nopaddingb {
    padding-bottom: 0 !important;
}

.nomargin {
    margin: 0 !important;
}

.fullwidth {
    width: 100%;
}

select {
    width: 100%;
    padding: 5px;
    outline: 0;
}

.form-control:focus {
    border-color: #777;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}

input,
button,
textarea {
    outline: 0;
}

.contact-form .form-group {
    margin-bottom: 14px;
}

.contact-form .form-control {
    border-radius: 12px;
    height: 48px;
    color: #575757;
    border: 1px solid #D72228;
    background-color: transparent;
    font-family: 'Manrope', sans-serif;
    padding: 12px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-form textarea.form-control {
    height: 250px;
}

.contact-form h5 {
    margin-left: -11px;
    margin-bottom: 8px;
}

.contact-form1 h5 {
    margin-left: 69px;
    margin-bottom: 8px;
}


.contact-form .form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(71, 72, 75, .6);
}



/*========== Preloader Css ==============
========================================*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -35px;
}

.btn-group {
    margin-top: 20px;
}

.default-btn,
.active-btn,
.kc_button.active-btn {
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #222;
    color: #222;
    margin: 0 10px 10px 0;
    letter-spacing: 1px;
    background-color: transparent;
}

.contact-btn {
    background-color: #D72228;
}

.section-padding {
    padding: 90px 0;
}

.cta-area h2 {
    color: #fff;
    margin: 0;
}

#logo-preloader {
    margin-top: 210px;
}


/*
=========----------------------------------=========
            2.Template Background Css     
=========----------------------------------=========
*/

.wellcome-bg {
    background-image: url(../images/slide-bg-1.jpg);
}

.video-bg {
    background-image: url(../images/video-bg.jpg);
}

.wellcome-bg,
.video-bg {
    background-color: rgba(0, 0, 0, .80);
    /*    background-repeat: no-repeat;*/
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}


/*
=========----------------------------------=========
            3.Header Area Css     
=========----------------------------------=========
*/

.header-area {
    background-color: #bd1301;
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0px 0px 5px 1px #26262630;
}

.header-area.stickymenu {
    position: sticky;
    padding: 10px;
    box-shadow: 0px 0px 5px 1px #26262630;
}

.logged-in .header-area.stickymenu {
    margin-top: 32px;
}


.logo img {
    max-width: 70px;
    margin-top: 8px;
}

.logo {
    padding: 8px 0;
    overflow: hidden;
    max-width: 110px;
}

.logoformsrs {
    padding: 8px 0;
    overflow: hidden;
    max-width: 80px;
    margin: auto;
}


.stickymenu .logo {
    padding: 11px 0;
}

.logo h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.logo a {
    color: #4e9df0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
    margin-top: 10px;
    float: right;

}

.main-menu .navbar-nav li {
    display: inline-block;
    position: relative;
    padding: 14px 0;
}

.main-menu .navbar-nav li a {
    font-size: 12px;
    padding: 0px 10px;
    color: white;
    font-weight: 500;
    display: block;
    line-height: 18px;
    font-family: 'Manrope', sans-serif;
    text-transform: uppercase;
}

.main-menu .navbar-nav li:first-child a {
    border: none;
}

.main-menu .navbar-nav li a:before {
    background-color: #ffc153;
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 0;
    height: 2px;
    visibility: hidden;
    opacity: 0;
}

.send_header {
    text-decoration: none;
    width: 100%;
}

.send_header button {
    background: #FFA01C;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    margin: 10px 0 9px;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
}



.card-vantagens p {
    font-size: 20px;
    padding: 10px;
    color: #333;
}

.check {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: white;
    margin-top: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -18px 16px 18px 0px rgb(0 0 0 / 30%);
}

/**
 * Submenu Css
 * ======================================
 */

.main-menu .navbar-nav li:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.main-menu .navbar-nav li>.sub-menu {
    position: absolute;
    width: 260px;
    background-color: #fff;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    padding: 0px 0;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
    visibility: hidden;
    border-radius: 6px;
}

.main-menu .navbar-nav li .sub-menu li {
    display: block;
    border-bottom: 1px solid #cecece;
}

.main-menu .navbar-nav li .sub-menu li:last-child {
    border-bottom: initial;
}

.main-menu .navbar-nav li .sub-menu li a {
    padding: 0px 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.main-menu .navbar-nav li .sub-menu li a::before {
    position: inherit;
    width: 0;
    height: 0;
}

.main-menu .navbar-nav li .sub-menu li:hover>a {
    background-color: #fff;
}

.main-menu .navbar-nav li .sub-menu li .sub-menu {
    left: -100%;
    top: 0;
    -webkit-box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
    box-shadow: 1px -1px 10px rgba(0, 0, 0, .20);
}


/*
=========----------------------------------=========
            4.Project Complete Area Css     
=========----------------------------------=========
*/

.project-complete-area {
    background: #D72228;
    margin: 0;
    border-top: 2px solid #53105f;
}

.single-project-item,
.single-contact-item {
    position: relative;
}

.project-icon,
.contact-icon {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 35px;
    color: #D72228;
    overflow: hidden;
}


.contact-icon1 {
    position: absolute;
    top: 103px;
    left: 50px;
    font-size: 20px;
    color: #D72228;
    overflow: hidden;
}

.single-project-item h2,
.single-project-item h5,
.single-contact-item h5,
.single-contact-item h6,
.contact-form h5 {
    color: #575757;
}

.single-project-item h2 {
    margin-top: 0;
    display: block;
    font-size: 40px;
    font-weight: 400;
    padding-bottom: 15px;
    position: relative;
}

.single-project-item h2:before,
.single-contact-item h5:before,
.contact-form h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #D72228;
    bottom: 0;
    left: 0;
}


.single-project-item1 h2:before,
.single-contact-item1 h5:before,
.contact-form1 h5:before {
    position: absolute;
    content: "";
    width: 83px;
    height: 2px;
    background-color: #D72228;
    bottom: 0;
    left: 84px;
    top: 130px;
}


/*
=========----------------------------------=========
            5.Pricing Area Css     
=========----------------------------------=========
*/

.single-pricing-item {
    -webkit-box-shadow: 0 1px 2px 0px #222;
    box-shadow: 0 1px 2px 0px #222;
    padding: 15px 0;
    margin-top: 45px;
}

.single-pricing-item h2 {
    color: #444;
    font-size: 26px;
}

.single-pricing-item h6 {
    letter-spacing: 0;
    display: block;
    margin: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.pricing-head>h6 {
    border-bottom: 1px solid #222;
}

.pricing-head {
    padding: 0 20px;
    overflow: hidden;
}

.pricing-price>h2 {
    font-size: 30px;
    margin: 10px 0 0;
}

.pricing-price sup {
    top: -1em;
    font-size: 12px;
}

.pricing-price span {
    letter-spacing: 0;
    color: #666;
    font-size: 12px;
}

.pricing-items {
    padding: 25px 0;
}

.pricing-items li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 20px;
    color: #666;
    letter-spacing: 2px;
}

.pricing-items li:nth-child(2n) {
    background-color: #ececec;
}

.pricing-items li i {
    margin-right: 15px;
}

.pricing-footer {
    text-align: center;
    padding: 20px 25px;
}

.pricing-btn {
    padding: 7px 25px;
    color: #000;
}


/*
=========----------------------------------=========
            6.Footer Area Css     
=========----------------------------------=========
*/

#footer-copyright {
    position: relative;
    z-index: 1;
    background: #e33a37;
    margin: 0;
    width: 100%;
}

footer {
    background: #F5F5F5;
}

#footer-area {
    padding: 60px 0;
    background-color: #f79c52;
}


.footer-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.copyright-text {
    padding: 26px 0 21px;
}

.copyright-text img {
    width: 40px;
}

.copyright-text {
    padding: 18px 0;
}

.copyright-text p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 12px auto;
}

.copyright-text a {
    color: #fff;
}


/*
=========----------------------------------=========
            7.Template Hover Css     
=========----------------------------------=========
*/

.main-menu .nav li a:focus {
    background-color: inherit;
}

.stickymenu .main-menu,
.stickymenu .send_header {
    padding: 0px 0;
}

.main-menu .navbar-nav li a:hover {
    color: #ffd39f;
    background: transparent;
}

.main-menu .navbar-nav li:hover a:before,
.main-menu .navbar-nav li.active a:before,
.single-team-member:hover .member-img img,
.single-work-item:hover .work-img img {
    opacity: 1;
    visibility: visible;
    width: 100%
}

.social-links li a:hover {
    background-color: #FFD39F;
    color: #D72228;
}

.default-btn:hover,
.blog-btn:hover,
.active-btn {
    background-color: #D72228;
    color: #222;
    border: 2px solid transparent;
}

.blog-btn:hover {
    border: 1px solid transparent;
}

.cta-btn:hover {
    border: 3px solid transparent;
    background-color: #fff;
}

.icon-btn:hover i {
    right: 7px;
    visibility: visible;
}

.pricing-btn:hover {
    background-color: #fff;
}

.single-team-member:hover:before {
    top: 65%;
}

.work-filter li:hover,
.work-filter li.current {
    color: #F3D13D;
}

.single-work-item:hover:before {
    visibility: visible;
    opacity: .75;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc,
.single-work-item:hover .work-link {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-work-item:hover .work-desc {
    -webkit-transform: translateX(0) translateY(85px);
    transform: translateX(0) translateY(85px);
}

.single-work-item:hover .work-link {
    -webkit-transform: translateY(0) translateY(-80px);
    transform: translateY(0) translateY(-80px);
}

.work-link a:hover {
    color: #000;
}

.video-icon:hover {
    color: #fff;
}

.single-pricing-item:hover {
    -webkit-box-shadow: 0 1px 2px 0px #222222;
    box-shadow: 0 1px 2px 0px #222222;
}

.single-pricing-item:hover .pricing-head,
.single-pricing-item:hover .pricing-footer,
.pricing-current .pricing-head,
.pricing-current .pricing-footer {
    background-color: #999999;
}

.single-pricing-item:hover .pricing-head h2,
.single-pricing-item:hover .pricing-head h6,
.single-pricing-item:hover .pricing-price sup,
.single-pricing-item:hover .pricing-price span,
.pricing-current .pricing-head h2,
.pricing-current .pricing-head h6,
.pricing-current .pricing-price sup,
.pricing-current .pricing-price span {
    color: #fff;
}

.single-pricing-item:hover .pricing-head>h6 {
    border-bottom: 1px solid #000;
}


/*
=========----------------------------------=========
            8.Template Transition Css     
=========----------------------------------=========
*/

.logo img,
.default-btn,
.social-links li a,
.main-menu .navbar-nav li a:before,
.header-area,
.icon-btn i,
.single-team-member:before,
.member-img img,
.owl-controls .owl-nav div,
.work-filter li,
.single-work-item:before,
.work-img img,
.work-desc,
.work-img:before,
.work-link,
.work-link a,
.pagination li a,
.tags li a,
.blog-img:before,
.blog-img a i,
.slider-area .owl-controls .owl-nav div {
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}


/*
=========----------------------------------=========
            9.Widget Prosas     
=========----------------------------------=========
*/

#widget {
    padding: 80px 0 60px;
}

#widget-app {
    max-width: 960px;
    margin: 24px auto 0;
}


/*
=========----------------------------------=========
            10.Social
=========----------------------------------=========
*/

.social-links {
    padding: 0;
}

.social-links li {
    display: inline-block;
    margin: 0 0 0 4px;
}

.social-links li a {
    display: block;
    height: 50px;
    color: #fff;
    margin-right: 3px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #D72228;
    border-radius: 50%;
    font-size: 20px;
}


/*
=========----------------------------------=========
            11.Contato
=========----------------------------------=========
*/

.webinar-link {
    margin-bottom: 0;
    border: 2px solid #ffffff;
    color: #fff;
    width: 438px;
    margin-top: 395px;
    margin-left: 58px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 8px;
}

.webinar-link:hover {
    color: #FF5236;
    background-color: #fff;
}

#contato {
    background: #000;
    padding-top: 90px;
    padding-bottom: 90px;
}

.quem-participa {
    border-right: 2px solid #dacfcf;
}

/*
=========----------------------------------=========
            HOME
=========----------------------------------=========
*/

/*
=========----------------------------------=========
            SEÇÃO SOBRE
=========----------------------------------=========
*/

#sobrehome {
    background: url(../images/bg-icons.webp);
    margin-top: 0px;
    background-color: #fddeb561;
    padding: 80px 80px 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#sobrehome img {
    max-width: 135%;
    margin-top: 60px;
    margin-left: -64px;
}

#sobrehome h1 {
    font-size: 90px;
    line-height: 80px;
    margin-top: -10px;
    color: #bd1301;
}

#sobrehome h4 {
    font-size: 25px;
    color: #333;
    line-height: 36px;
    margin-bottom: 12px;
    text-transform: none;
    padding: 0;
    font-weight: 500;
}

#sobrehome h5 {
    color: #333;
    padding: 0;
}

#sobrehome .bold {
    color: #333;
    font-size: 22px;

}

#sobrehome h2 {
    font-size: 45px;
    line-height: 45px;
    color: #bd1301;
    margin-top: -30px;
    padding-right: 150px;
    font-weight: 500;
    letter-spacing: -1px;
}


#sobrehome2 {
    padding: 80px 0 80px 0px;
    background-color: #fddeb561;
}

#sobrehome2 h5 {
    color: #333;
}

#sobrehome2 h2 {
    font-size: 45px;
    line-height: 45px;
    color: #bd1301;
    padding-right: 100px;
    font-weight: 500;
    letter-spacing: -1px;
}

#sobrehome2 .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -30px;
}

.video {
    padding: 58px 0 0 60px;
    position: absolute;
    min-width: 655px;
}

.video2 {
    margin-left: -2px;
    margin-top: -106px;
    border-radius: 20px;
}

.video2 #poster {
    border-radius: 20px;
}


/*
=========----------------------------------=========
            SEÇÃO BIP PREMIUM
=========----------------------------------=========
*/

#banco-premium-home {
    padding: 50px 0;
    background: white;
}

#banco-hero .botoes {
    display: flex;
    gap: 50px 2%;
    margin-left: -10px;
}

#banco-hero .botao-cta {
    background: #f89c533b !important;
    border: 2px solid #f89c533b !important;
    color: #f89c53 !important;
    border-radius: 8px;
    margin: 20px auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    padding: 20px 30px;

}

#banco-hero .botao-cta:hover {
    border: 2px solid #f89c53 !important;
    background-color: transparent !important;
    color: #f89c53 !important;
}

#banco-hero .botao-cta2 {
    background: #f89c53 !important;
    border: 2px solid #f89c53 !important;
    color: white !important;
    border-radius: 8px;
    margin: 20px auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    padding: 20px 30px;

}

#banco-hero .botao-cta2:hover {
    border: 2px solid #f89c53 !important;
    background-color: transparent !important;
    color: #f89c53 !important;
}



#banco-premium-home h1 {
    color: #bd1301;
    font-size: 70px;
}


#banco-premium-home .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 80px;
    margin-bottom: -30px;

}

#banco-premium-home h5 {
    color: #333;
    margin-bottom: 50px;
}

#banco-premium-home img {
    max-width: 130%;
    margin-left: -150px;
    margin-top: -30px;

}

.premium-bank-grid {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px 50px;
    flex-direction: row;

}


/*
=========----------------------------------=========
            SEÇÃO CLIENTES
=========----------------------------------=========
*/

#clientes {
    background: #ffc153;
    padding: 70px 0px 50px;
}

#clientes h1 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 40px;
    margin-top: -20px;
    margin-bottom: 50px;
}

#clientes img {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto
}


/*
=========----------------------------------=========
            SEÇÃO BIP FREE
=========----------------------------------=========
*/

#banco-public-home {
    padding: 50px 0;
    background: white;
}


#banco-public-home h1 {
    color: #bd1301;
    font-size: 70px;
}


#banco-public-home .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: -30px;

}

#banco-public-home h5 {
    color: #333;
    margin-bottom: 50px;
}

#banco-public-home img {
    max-width: 110%;
    margin-left: -10px;
    margin-top: -30px;

}

.public-bank-grid {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2px 50px;
    flex-direction: row;

}


/*
=========----------------------------------=========
            SEÇÃO BIBLIOTECA
=========----------------------------------=========
*/


#duvida-home {
    margin-top: 0px;
    background-color: #e33a37;
    padding: 80px 0 80px 0px;
}

#duvida-home h1 {
    text-align: center;
    padding: 100px;
    margin-top: -80px;
    margin-bottom: -60px;
}

#duvida-home .hate {
    font-size: 12px;
    color: #ffffffba;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: -30px;
}

#duvida-home img {
    max-width: 110%;
    margin-left: -50px;
}

#cardincentivo {
    background: #FFFFFF;
    border-radius: 24px;
    min-height: 138px;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    text-align: center;
    justify-content: center;
    box-shadow: 18px -20px 0px 0 #ffc153;
}

#cardincentivo h5 {
    color: #333;
}

#duvida-home .botao-cta {
    background: #f89c53 !important;
    border: 2px solid #f89c53 !important;
    color: white !important;
    border-radius: 8px;
    margin: 20px auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    padding: 15px 45px;
}


#duvida-home .botao-cta:hover {
    border: 2px solid #bd1301 !important;
    background-color: transparent !important;
    color: #bd1301 !important;
}

/*
=========----------------------------------=========
            SEÇÃO CADASTRE O SEU PROJETO
=========----------------------------------=========
*/


#cadastre-home {
    padding: 50px 0;
    background: white;
}

#cadastre-home h1 {
    color: #bd1301;
    font-size: 70px;

}

#cadastre-home h5 {
    color: #333;
    margin-bottom: 50px;
    padding-right: 50px;

}

#cadastre-home img {
    max-width: 110%;
    margin-left: -10px;
    margin-top: -20px;
    margin-bottom: -30px;
}

#cadastre-home .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: -30px;
    margin-top: 60px;
}



/*
=========----------------------------------=========
           BANCO DE PROJETOS
=========----------------------------------=========
*/


/*
=========----------------------------------=========
           SEÇÃO BANCO DE PROJETOS 
=========----------------------------------=========
*/


#banco-hero {
    padding: 80px 0;
    background: #fddeb561;
}

#banco-hero img {
    max-width: 120%;
    margin-top: 50px;
}

#banco-hero .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -30px;
}

#banco-hero h1 {
    color: #bd1301;
    font-size: 70px;
    text-align: left;
}



#banco-hero h5 {
    color: #333;
}

#banco-hero .noticetitle {
    color: #333;
}



/*
=========----------------------------------=========
           SEÇÃO BIP PREMIUM
=========----------------------------------=========
*/


#bippremium {
    width: 100%;
    height: 100%;
    background: url(../images/bg.webp);
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0px 36px;
}


#bippremium .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -40px;
    margin-bottom: 50px;
}

#bippremium .card-free .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -30px;
    padding: 25px;
}


#bippremium .card-premium .hate {
    font-size: 12px;
    color: #ffffffba;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -30px;
    padding: 25px;
}

#bippremium .card-consult .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -30px;
    padding: 25px;
}

#bippremium h1 {
    text-align: left;
    color: #bd1301;
    margin-top: -40px;
    margin-bottom: 10px;
    font-size: 70px;
}

#bippremium h5 {
    text-align: left;
    color: #333;
    padding-right: 380px;
    margin-left: -10px;
}

.textconheca {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 50px;
    letter-spacing: -1px;
}


.cards-plans {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.cards-plans h4 {
    text-align: left;
    font-family: 'Manrope', sans-serif;
    font-size: 35px;
    border-radius: 16px;
    font-weight: 900;
}

.cards-plans .card-free p {
    color: #200701;
    font-weight: 300;
}

.cards-plans .card-free h4 {
    color: #200701;
}

.card-free {
    background: #f7f6f6;
    float: left;
    border: thin solid #ccc;
    margin-top: 2%;
    text-align: left;
    padding: 30px;
    border-radius: 16px;
}

.card-premium {
    background: #bd1301;
    float: left;
    margin-top: 2%;
    text-align: left;
    padding: 30px;
    border-radius: 16px;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgb(189 19 1);
}

.cards-plans .card-premium p {
    color: white;
    font-weight: 300;
}

.cards-plans .card-premium h4 {
    color: white;
}


.card-consult {
    border: thin solid #ccc;
    background-color: #ffc15326;
    float: left;
    margin-top: 2%;
    text-align: left;
    padding: 30px;
    border-radius: 16px;

}

.cards-plans .card-consult p {
    color: #200701;
    font-weight: 300;
}

.cards-plans .card-consult h4 {
    color: #200701;

}

.cards-plans .vantagens>* {
    border-bottom: 1px solid #200701;
    padding: 10px 0px;
}

.cards-plans .card-premium .vantagens>* {
    border-bottom: 1px solid white;
    padding: 10px 0px;
}


/*
=========----------------------------------=========
           SEÇÃO FORMULÁRIO 1
=========----------------------------------=========
*/

#forms2 {
    padding: 80px 0;
    background: #ffc153;
}

#forms2 h1 {
    color: #bd1301;
    margin-top: -1px;
    line-height: 50px;
    font-size: 48px;
    font-weight: 500;
}

#forms2 h3 {
    color: #333c;
    font-weight: 400 !important;
    font-family: 'Manrope', sans-serif;
    margin-top: -20px;
    font-size: 20px;
    line-height: 30px;
    /* padding-right: 100px; */
}


#forms2 img {
    max-width: 110%;
    margin-top: -20px;
    margin-left: 50px;

}

#forms2 .hate {
    font-size: 12px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -1px;
    /* padding: 25px; */
    text-align: left;
}

.textforms2 {
    margin-left: 100px;
}

.bold {
    font-weight: 1000;
}


/*
=========----------------------------------=========
           SEÇÃO VANTAGENS
=========----------------------------------=========
*/


#vantagens {
    background: white;
    padding: 80px 0;
}

#vantagens h1 {
    text-align: center;
    color: #bd1301;
    margin-left: 10px;
    margin-bottom: 50px;
    font-size: 70px;
}


#vantagens .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -40px;
    padding: 25px;
    text-align: center;
}


#vantagens img {
    max-width: 120%;
    margin-left: -120px;
}


/*
=========----------------------------------=========
           SEÇÃO FORMULÁRIO 2
=========----------------------------------=========
*/


#forms {
    padding: 50px 0;
    background: #ffc153;
}


#forms h1 {
    color: #bd1301;
    line-height: 50px;
    font-size: 48px;
    text-align: left;
    font-weight: 500;
    padding-right: 100px;
}


#forms .hate {
    font-size: 12px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 180px;
    margin-bottom: -30px;
    /* padding: 25px; */
    text-align: left;
}

#forms h3 {
    color: #333c;
    font-weight: 400 !important;
    font-family: 'Manrope', sans-serif;
    margin-top: -20px;
    font-size: 20px;
    line-height: 30px;
    padding-right: 100px;
}


/*
=========----------------------------------=========
           NOTÍCIAS
=========----------------------------------=========
*/

#noticias {
    background: white;
    padding: 80px 0;
}

#noticias .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -1px;
    margin-bottom: -30px;
    /* padding: 25px; */
    text-align: left;
}

#noticias h1 {
    color: #bd1301;
    font-size: 70px;
}

#noticias h5 {
    color: #333;
}



/*
=========----------------------------------=========
           CADASTRE SEU PROJETO
=========----------------------------------=========
*/

#nossos-bancos {
    background: white;
    padding: 80px 0;
}

#nossos-bancos .hate {
    font-size: 12px;
    color: #d76000;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: -30px;
    text-align: center;
}

#nossos-bancos h1 {
    color: #bd1301;
    font-size: 70px;
    text-align: center;
}


#nossos-bancos h5 {
    color: #333;
    text-align: center;
    margin-bottom: 100px;
}


#newnotice #content {
    padding: 20px 30px 20px;
    min-height: 300px;
    background: #f89c534d;
    border-radius: 0px 0px 10px 10px;
}

#newnotice img.bottom {
    border-radius: 8px 8px 0 0;
    border-left: thin solid #d3cfcf;
    border-top: thin solid #d3cfcf;
}

#newnotice h4 {
    color: #333;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    text-align: center;

}

#newnotice h5 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    margin: 0;
}


#nossos-bancos .botao_leiamais {
    background: #f89c53 !important;
    border: 2px solid #f89c53 !important;
    color: #fff !important;
    width: 60%;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    position: absolute;
    bottom: 36px;
    right: 55px;
}

#nossos-bancos .botao_leiamais:hover {
    border: 2px solid #bd1301 !important;
    background-color: transparent !important;
    color: #bd1301 !important;
    position: absolute;
    bottom: 36px;
    right: 55px;
}



/*
=========----------------------------------=========
           BIP RS
=========----------------------------------=========
*/

#homers {
    background-color: #008136;
    padding: 80px;
}

#homers .hate {
    font-size: 12px;
    color: #ffffffba;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#homers h1 {
    color: white;
    font-size: 70px;
    margin-top: -10px;
    line-height: 70px;
    padding-right: 100px;
}

#homers h5 {
    color: #ffffffb5;

}

.imagemhomers {
    max-width: 140%;
    height: auto;
    margin-top: 50px;
}


.botao-cta-rs {
    background: #FFA01C !important;
    border: 2px solid #FFA01C !important;
    color: #fff !important;
    border-radius: 8px;
    margin: 30px auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    padding: 15px 45px;

}

.botao-cta-rs:hover {
    border: 2px solid white !important;
    background-color: #fff !important;
    color: #FFA01C !important;
}



/*
=========----------------------------------=========
           CONHEÇA OS PROJETOS RS
=========----------------------------------=========
*/

#noticiasrs #newnotice h5 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 26px;
    padding: 0;
    margin: 0;
    text-align: center;
}


#noticiasrs .hate {
    font-size: 12px;
    color: #ffffffba;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

#noticiasrs h1 {
    margin-top: 10px;
    margin-bottom: 100px;
    font-size: 70px;
    line-height: 75px;
}


/*
=========----------------------------------=========
           FAQ
=========----------------------------------=========
*/

#faq {
    background: #fddeb561;
    min-height: calc(100vh - 300px);
    padding: 80px 0;
}

#faq .hate {
    font-size: 12px;
    color: #f89c53;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: -30px;
}

#faq h1 {
    color: #bd1301;
    font-size: 70px;
}

#faq h6 {
    color: #333;
    margin-bottom: 80px;
}

#faq a {
    color: #D72228;
}

#faq a:hover {
    color: #FFA01C;
}


.faqtext {
    color: #bd1301 !important;
}

.faqtext:hover {
    color: #FFA01C !important;
}

.clique12 {
    color: #D72228 !important;
}

.clique12:hover {
    color: #FFA01C !important;
}


#contentweb {
    background: #FFD39F;
    min-height: calc(100vh - 300px);
    padding: 80px 0;
}

#contentweb h1 {
    color: #D72228;
}

#contentweb img {
    width: 75%;
}

#contentweb p {
    margin: -230px 0px 0px -130px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

#contentweb1 {
    background: #FFD39F;
    min-height: calc(100vh - 300px);
    padding: 80px 0;
}

#contentweb1 h1 {
    color: #D72228;
    margin-top: 90px;
}

#contentweb1 img {
    width: 75%;
}

.mapa {
    width: 100% !important;
    margin-left: -53px;
}

#contentweb1 p {
    margin: -230px 0px 0px -130px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

.rouanet {
    margin: -22px 0 0 68px;
    color: #000;
    font-weight: bold;
}

.esporte {
    margin: 1px 0 26px 65px;
    ;
    color: #000;
    font-weight: bold;
}

.fia {
    margin: -22px 0 0 290px;
    color: #000;
    font-weight: bold;
}

.idoso {
    margin: 1px 0 26px 290px;
    ;
    color: #000;
    font-weight: bold;
}

.square-1 {
    height: 25px;
    width: 25px;
    background-color: #D72228;
    margin-left: 32px;
}

.square-2 {
    height: 25px;
    width: 25px;
    background-color: #FF5B0C;
    margin: 48px 0 -25px 30px;
}

.square-3 {
    height: 25px;
    width: 25px;
    background-color: #FF8D43;
    margin: -120px 0 0 257px;
    ;
}

.square-4 {
    height: 25px;
    width: 25px;
    background-color: #FFA01C;
    margin: 48px 0 -25px 256px;
    ;
}

#selecionados {
    background: #D72228;
    padding: 80px 0;
}

#selecionados img {
    width: 50%;
    margin: 0 0 0 100px;
}

#selecionados p {
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    font-size: 100px;
    margin: 70px 0;
}

#selecionados h1 {
    margin: 20px 0 0 -150px;
}











#edital {
    background: #FFD39F;
    padding: 42px 0 104px;
}

#edital h1 {
    color: #D72228;
    text-align: center;
}

#edital h6 {
    color: #fff;
    text-align: center;
}

#edital h5 {
    color: #D72228;
    text-align: center;
    padding: 15px 15px 0;
    margin: 0;
}

#edital .col-md-4 .blc {
    background: #FFA01C;
    border-radius: 10px;
    box-shadow: 5px 5px 0px #FF5236;
    margin: 63px 0 0;
    padding: 25px 25px 0 25px;
    min-height: 355px;
}

#edital .col-md-4 .blc .blc-icons {
    max-width: 110px;
}

.marcatexto1 {
    margin: 25px 25px 25px 198px;
    background: #FF5236 !important;
    border: 2px solid #FF5236 !important;
    color: #fff !important;
    width: 60%;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    size: 25px;
    padding: 17px 0 17px 0;
}


.informativo {
    color: white;
    margin-right: -379px;
    margin-top: 17px;
    margin-left: 44px;
    text-align: justify;
}

#edital .botao_inscrever {
    margin: 25px 25px 25px 35px;
    background: #FF5236 !important;
    border: 2px solid #FF5236 !important;
    color: #fff !important;
    width: 60%;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    size: 25px;
    padding: 17px 0 17px 0;
}

#edital .botao_inscrever:hover {
    border: 2px solid #FF5236 !important;
    background-color: #fff !important;
    color: #FF5236 !important;
}

#edital-info {
    background-color: #FF5236;
    padding: 100px 50px 50px 50px;
}

#edital-info h6 {
    text-align: center;
    padding: 25px 0 0;
}

#edital-info .col-md-6 {
    text-align: center;
}

#edital-info .box {
    border-radius: 30px;
    border: 2px solid white;
    margin: 10px 0 70px 0px;
    align-items: center;
    padding: 40px;
    overflow-x: hidden;
    text-align: center;
    min-height: 300px;
}

#chamada {
    background: #FF5236;
}

#chamada .bg-chamada {
    background: rgba(255, 255, 255, 0.05);
    padding: 48px 0;
}

.text-chamada h3 {
    color: #fff;
    margin: 8px 0 6px;
    line-height: 30px;
}

.text-chamada h3 a {
    color: #fff;
}

.text-chamada p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.icone {
    width: 130%;
    padding-top: 10px;
}

a.send-chamada {
    text-decoration: none;
    width: 100%;
}

.botao-chamada {
    background: #fff;
    border: 0;
    color: #FF5236;
    font-size: 12px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 25px 0 9px;
    padding: 10px;
    text-transform: uppercase;
    width: 80%;
    border-radius: 10px;
}

.botao-chamada:hover {
    background: #FF5236;
    border: 2px solid #fff;
    color: #fff;
}

.emailregulamento {
    color: #fff
}

.emailregulamento:hover {
    color: #FFA01C
}

#contentsobre {
    background-color: #FF5236;
    min-height: calc(100vh - 88px);
    padding: 100px 0;
}

.bip-footer {
    margin: 0 0 30px;
}

.contatoscolum {
    margin-top: 100px;
}

.contatoscolum a:hover {
    color: #FFD39F;
}


.footer-right {
    border-right: 2px solid #575757;
    min-height: 480px;
    margin-top: 20px;
}

.footer-center {
    border-right: 2px solid #575757;
    min-height: 480px;
    margin: 20px 0 30px 30px;
}

ul.ultitles,
ul.ulsubs {
    list-style: none;
    padding: 0 20px;
    margin-top: 100px;
    line-height: 10px;
}

ul.ultitles h5,
ul.ultitles h5 a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}



ul.ultitles h5 a:hover {
    color: #fff;
    font-weight: 1000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
    margin: 0;
}

ul.ultitles li {
    width: 100%;
}

ul.ulsubs {
    padding: 0;
}

ul.ulsubs li {
    float: left;
    width: 100%;
    min-height: inherit;
}


ul.ulsubs li a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 6px;
    text-transform: none;
    font-family: 'Roboto', 'Roboto Slab', serif;
}

ul.ultitles a:hover {
    color: #D72228;
}

#newnotice {
    border-radius: 12px;
    margin-bottom: 40px;
    margin-left: -31px;
    margin-right: 22px;
    background-color: #fff;
    position: relative;
    box-shadow: 5px 5px 0px #ff5236;
}




#newnotice ul {
    padding: 0;
    margin: 0;
}

#newnotice ul.noticetags li {
    list-style: none;
    padding: 0 10px 0 0;
}

#newnotice ul.noticedate li {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
}

#newnotice ul.noticetags li a {
    color: #D72228;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
}

#newnotice ul.noticedate li {
    color: #575757;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
    line-height: 14px;
}

div#headernotice {
    border-bottom: thin solid #ccc;
    margin: 0 0 20px;
    padding: 0 0px 20px;
}

#headernotice h1 {
    margin-top: -70px;
    margin-bottom: 10px;
    text-transform: none;
}

#headernotice ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline-block;
}

#headernotice ul.noticetags li {
    list-style: none;
    float: left;
    padding: 0 10px 0 0;
}

#headernotice ul.noticedate li {
    list-style: none;
    padding: 0 10px 0 0;
    text-align: left;
}

#headernotice ul.noticetags li a {
    color: #D72228;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
}

#headernotice ul.noticedate li {
    color: #575757;
    font-family: 'Manrope', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 10px 0 0;
    line-height: 14px;
}

.paragrafo {
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    font-size: 18px;
    margin-left: -17px;
    margin-top: 10px;
}

#contentnotice p {
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    font-size: 18px;
    margin-left: -29px;
    ;

}


#contentnotice1 p {
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-left: -29px;
    ;

}


.legendaimg {
    font-size: 13px;

}


.legendaimg1 {
    font-size: 13px;
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    margin-left: -29px;
    margin-top: -31px;
    margin-bottom: 41px;
}


.legendaimg2 {
    font-size: 13px;
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    margin-left: -29px;
    margin-top: 251px;
    margin-bottom: 41px;
}


.legendaimg3 {
    font-size: 13px;
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    margin-left: -29px;
    margin-top: 39px;
    margin-bottom: 41px;
}


.legendaimg4 {
    font-size: 13px;
    font-family: fs_trumanlight, Tahoma, Verdana, sans-serif;
    line-height: 36px;
    margin-left: -29px;
    margin-top: 39px;
    margin-bottom: 41px;
}



.link {
    margin-left: -19px;
}

#listaselecionados {
    font-family: 'Manrope', sans-serif;
    line-height: 36px;
    font-size: 18px;
}


img.imgleft {
    border: thin solid #ccc;
    margin: 8px 300px 0px -27px;
    float: left;
}


img.imgleft2 {
    border: thin solid #ccc;
    margin: 8px 30px 0px -30px;
    float: left;
    max-width: 659px;
}

#projetossociais {
    background: url(../images/banner_rodapé_1.png) center bottom no-repeat;
    background-size: cover;
    min-height: 320px;
    height: auto;

}

#projetossociais .texts {
    padding: 38px 0 0;
    height: auto;
}

#projetossociais h2 {
    color: #242424;
    margin: 0;
    line-height: 54px;
    padding: 0;
    font-size: 46px;
}

#projetossociais .botao_lista.inscrever {
    max-width: 300px;
    margin-bottom: 0;
    background: #da892a !important;
    border: 2px solid #da892a !important;
    color: #fff !important;
    width: 60%;
    margin-top: 213px;
    margin-left: -84px;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    font-weight: 600;
    padding: 5px 24px !important;

}

#proxima1 {
    text-align: right;
    margin-top: 15px;
    margin-left: 60px;
    color: #D72228;
    font-size: 16px;
}


#proxima {
    text-align: right;
    margin-top: 15px;
    color: #D72228;
    font-size: 16px;
}

#anterior {
    text-align: left;
    margin-top: 15px;
    color: #D72228;
    font-size: 16px;
}


#anterior1 {
    text-align: right;
    margin-top: 15px;
    margin-left: 60px;
    color: #D72228;
    font-size: 16px;
}


.botao-cta {
    background: #f89c53 !important;
    border: 2px solid #f89c53 !important;
    color: white !important;
    border-radius: 8px;
    margin: -6px auto;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    padding: 15px 45px;

}

.botao-cta:hover {
    border: 2px solid #bd1301 !important;
    background-color: transparent !important;
    color: #bd1301 !important;
}


#noticias #newnotice .noticetitle {
    color: #333;
    font-weight: 900;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    padding: 0 !important;
}



.cardimg2 {
    max-width: 40%;
    margin: 55px 0px -9px 26px;
}

.check1 {
    max-width: 50px;
    margin: -43px 0px -9px -15px;

}

.check2 {
    max-width: 50px;
    margin: -43px 0px -9px -15px;
}

.check3 {
    max-width: 50px;
    margin: -43px 0px -9px -15px;
}

.check4 {
    max-width: 50px;
    margin: -30px 0px -9px -1px;
}

.check5 {
    max-width: 50px;
    margin: -52px 0px 7px -1px;
}

.check6 {
    max-width: 50px;
    margin: -30px 0px -9px -1px;
}

.check7 {
    max-width: 50px;
    margin: -30px 0px -6px -1px;
}


#boxaviso {
    background: #FFFFFF;
    border: 2px solid #D62129;
    border-radius: 24px;
    min-height: 30px;
    margin-top: 70px;
    margin-bottom: 40px;
    position: relative;

}

#boxaviso h3 {
    color: #D62129;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    margin-top: 68px;
    margin-bottom: -26px;
    font-size: 30px;
    line-height: 30px;
}

#boxaviso img {
    max-width: 40%;
    margin: 55px 0px -9px 26px;
}

.formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formulariobipgeral {
    background-color: #000;
}

.icons-banco {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

#box-icon {
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 10px;
    background-color: red;
    position: relative;
}

#box-icon1 {
    border-radius: 12px;
    margin-bottom: 40px;
    padding: 10px;
    background-color: red;
    position: relative;
    min-height: 200px;
}



#noticias .botao_leiamais {
    background: #f89c53 !important;
    border: 2px solid #f89c53 !important;
    color: #fff !important;
    width: 60%;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    position: absolute;
    bottom: 36px;
    right: 67px;
}

#noticias .botao_leiamais:hover {
    border: 2px solid #bd1301 !important;
    background-color: transparent !important;
    color: #bd1301 !important;
    position: absolute;

}


#contentweb .botao_leiamais {
    margin-top: 37px;
    margin-left: 57px;
    background: #FFA01C !important;
    border: 2px solid #FFA01C !important;
    color: #fff !important;
    width: 60%;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    padding: 5px 45px !important;
}

#contentweb .botao_leiamais:hover {
    border: 2px solid #FFA01C !important;
    background-color: #fff !important;
    color: #FFA01C !important;
}

#noticias .botao_vertodas {
    background: #FFA01C !important;
    border: 2px solid #FFA01C !important;
    color: #fff !important;
    width: 60%;
    margin: 69px 0px 33px 0px;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    padding: 5px 45px !important;
}

#noticias .botao_vertodas:hover {
    border: 2px solid #FFA01C !important;
    background-color: #fff !important;
    color: #FFA01C !important;
}

.copyright-text {
    font-size: 9px;
    letter-spacing: 2px;
    line-height: 14px;
    text-transform: uppercase;
    max-width: 200px;
    margin: 0 auto;
    padding: 18px 0;
    color: #fff;
}

.imagemhome {
    max-width: 140%;
    height: auto;
}

.imagemsobre {
    max-width: 120%;
}

.imagemrodape {
    max-width: 70%;
    margin-top: 100px;
}

section#title {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#title .container {
    border-bottom: 2px solid #bd1301;
    padding-bottom: 20px;
}

#title .portal430 {
    color: #bd1301;
    width: 100px;
    border: 1px solid #bd1301;
    height: 30px;
    display: flex;
    font-size: 10px;
    align-items: center;
    font-weight: 600;
    border-radius: 25px;
    justify-content: center;
    text-decoration: none;
    float: right;
    text-transform: uppercase;
}

.portal402 {
    fill: currentColor;
    width: 12px;
    height: 11px;
    display: inline-block;
    font-size: 20px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    flex-shrink: 0;
    user-select: none;
}