/*

Next Level CSS Template

https://templatemo.com/tm-532-next-level

	COLORS:
		Primary: #ca9acd
		Secondary: #ff0087 
    Gray: #CFD0D1
    
  SPACING:
    pt = padding top
    pb = padding bottom
    mb = margin bottom

    1 = 15px
    2 = 20
    3 = 30
    4 = 40
    5 = 45
    6 = 50
    7 = 55
*/

/*	Overrides */

/*FONTS*/

@font-face {
    font-family: 'Rawline', sans-serif;
    src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
}

.bigFont {
    font-size: 2rem;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rawline', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    color: #5f6061;
}

p {
    line-height: 1.6;
}

a, button {
    transition: all 0.3s ease;
}

    a:hover {
        text-decoration: none;
    }

label {
    margin-bottom: 0;
}

input {
    padding: 13px 20px;
}

ul {
    margin: 0;
    padding: 0;
}

ul.bullet li {
    list-style: circle !important;
    margin-left: 3rem;
    font-size: .9em;
}

.btn {
    min-width: 160px;
    font-size: 1.1rem;
    /*padding: 15px 25px;*/
    border-radius: 3rem !important;
}

.btn2 {
    min-width: 200px;
    padding: 9px 0px;
    border-radius: 3rem !important;
    text-align: center;
}

    .btn2 img {
        width: 100%;
        max-width: 370px;
        height: auto;
    }

.btn-primary {
    background-color: #ff0087;
    border: none;
}

    .btn-primary a {
        color: #FFF;
    }

    .btn-secondary {
        background-color: #ff0087;
        border: none;
    }


.btn-FAQ {
    width: 100%;
    margin-top: 15px;
    background: #003ace;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .btn-FAQ a {
        color: #FFF;
    }

.btn-entid {
    width: 100%;
    margin-top: 15px;
    background: #ff0087;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .btn-entid a {
        color: #FFF;
    }

.btn-doeFUSSP {
    width: 100%;
    margin-top: 15px;
    background: #ff0087;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-DefesaCivil {
    width: 100%;
    margin-top: 15px;
    background: #291873;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btop {
    border-top: 2px solid rgba(164,0,217,1.00)
}

.btop2 {
    border-top: 2px solid rgba(180,181,186,1.00);
    width: 100%;
}

.boxPage {
    padding: 15px;
    background: rgba(250,250,250,1.00);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
}

    .boxPage img {
        width: 100%;
        height: auto;
        -webkit-border-radius: 15px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 15px;
        -moz-border-radius-topright: 0;
        border-radius: 15px;
        border-top-right-radius: 0;
    }

hr {
    color: #f00;
    height: 5px;
    margin: 0;
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0087+0,003ace+100 */
    background: #ff0087; /* Old browsers */
    background: -moz-linear-gradient(left, #ff0087 0%, #003ace 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff0087 0%,#003ace 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ff0087 0%,#003ace 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0087', endColorstr='#003ace',GradientType=1 ); /* IE6-9 */
}

/* end Overrides */

/* Page Layout */
.container-fluid {
    max-width: 1430px;
}

.tm-page-cols-container {
    display: flex;
    justify-content: space-between;
}

.tm-page-col-left {
    width: 28.56%;
    max-width: 400px;
}

.imgPages {
    width: 100%;
    height: auto;
    -webkit-border-radius: 15px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-topright: 0;
    border-radius: 15px;
    border-top-right-radius: 0;
}

    .imgPages img {
        width: 100%;
        height: auto;
    }

img.imgPIX {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.imgDivulga img {
    width: auto;
    height: 200px;
}

.tm-page-col-right {
    width: 100%;
    margin-right: 0;
}

.tm-home-section-2-left {
    padding-right: 40px;
}

.tm-home-section-2-right {
    padding-left: 40px;
}

.tm-pt-1 {
    padding-top: 15px;
}

.tm-pt-2 {
    padding-top: 20px;
}

.tm-pt-3 {
    padding-top: 30px;
}

.tm-pt-4 {
    padding-top: 40px;
}

.tm-pt-5 {
    padding-top: 45px;
}

.tm-pt-7 {
    padding-top: 55px;
}

.tm-pl-5 {
    padding-left: 50px;
}

.tm-pb-6 {
    padding-bottom: 50px;
}

.tm-mb-1 {
    margin-bottom: 15px;
}

.tm-mb-2 {
    margin-bottom: 20px;
}

.tm-mb-3 {
    margin-bottom: 30px;
}

.tm-mb-4 {
    margin-bottom: 40px;
}

.tm-mb-5 {
    margin-bottom: 45px;
}

.tm-mb-6 {
    margin-bottom: 50px;
}

.tm-ml-1 {
    margin-left: 10px;
}

.tm-ml-3 {
    margin-left: 30px;
}

.tm-mt-8 {
    margin-top: 80px;
}

.tm-mt-1 {
    margin-top: 15px;
}

.tm-mcenter {
    margin: 0 auto;
}

.width100 {
    width: 100%;
}

.tm-center-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.txt-justify {
    text-align: justify;
}

@media (max-width: 767px) {

    .text-content h3 {
        font-size: 1.3em !important;
    }

    .boxSearch, .boxSearch2 {
        max-width: 300px !important;
    }

    .tm-home-section-2-left {
        padding-right: 15px;
        margin-bottom: 80px;
    }

    .tm-home-section-2-right {
        padding-left: 15px;
    }

    .tm-home-section-2-left,
    .tm-home-section-2-right {
        max-width: 660px;
    }

    .avatar {
        padding: 4px !important;
        width: 36px !important;
        height: 36px !important;
        font-size: 16px !important;
    }
}

@media (max-width: 991px) {

    .boxSearch {
        width: 350px;
    }

    .tm-page-col-left {
        width: 100%;
        max-width: 100%;
    }

    .tm-page-col-right {
        width: 100%;
    }

    .imgResponsive {
        display: none;
    }
}
/* end Page Layout */

/* Colors */

.tm-text-secondary {
    color: #000;
    text-transform: uppercase;
    padding: .75rem 1rem .75rem 1.5rem;
    border-left: 3px solid #ff161f;
    margin-bottom: 2rem;
}

.tm-bg-primary {
    background-color: #ca9acd;
}

.tm-bg-gradient {
    background: linear-gradient( 135deg, #a0c0c0 0%, #ff0087 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.tm-bg-black-transparent {
    background-color: rgba(15, 29, 32, 0.6);
    color: white;
}

/* end Colors */

.tm-welcome-row {
    padding-bottom: 40px;
}

    .tm-welcome-row iframe {
        border: none;
        width: 100%;
        height: 500px;
    }

.tm-brand-name {
    color: #98999a;
    display: flex;
    align-items: left;
    justify-content: left;
    margin: 0px 10px 0px 20px;
}

    .tm-brand-name img {
        width: 100%;
        max-width: 210px;
        height: auto;
    }

@media (max-width: 399px) {

    .tm-welcome-row {
        padding-bottom: 5px;
    }

    .tm-brand-name {
        font-size: 2em;
        /*width: 250px;*/
        margin-right: 10px 10px 0 20px;
    }

        .tm-brand-name img {
            float: left;
            width: 120px;
            height: auto;
            align-items: left;
            justify-content: left;
            margin: 0;
        }

    .imgPages img {
        display: none;
    }
}

/* Navbar */

.tm-nav-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.spaceLmenu {
    margin-left: .5rem;
}

.spaceRmenu {
    margin-right: 5rem !important;
}

.bgDropmenu {
    background: rgba(255,255,255,0.75);
    border-radius: .5rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
    .bgDropmenu ul li:hover {
        background: rgba(0, 0, 0, 0.15);
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        height: 25px !important;
        border: 1px solid transparent;
        text-align: left;
        margin-left: 10px;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-item.active .nav-link {
    /* border: 1px solid #dd007e;
    color: #003ace;*/
}

.navbar-light .navbar-nav .nav-link:hover {
    /* border: 1px solid #999BA2;
    color: #000;*/
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #fca0e9;
}

.navbar-toggler.menuSPB {
    padding: 0 .25rem;
}


@media (max-width: 991px) {
    .tm-nav {
        position: relative;
    }

    #navbarNav {
        position: absolute;
        top: 52px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: rgb(0 0 0 / 90%);
        -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
        z-index: 1001;
    }

    .tm-navbar {
        background-color: transparent;
        justify-content: flex-end;
        padding-right: 0;
    }

    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.8);
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        height: 25px;
        margin: 5px 0;
        color: #FFF;
    }
}

/* end Navbar */

ul.tm-list-plus li {
    list-style: none;
    margin-bottom: 12px;
}

    ul.tm-list-plus li:before {
        content: "+";
        margin-right: 10px;
    }

/* Welcome */
.tm-welcome-box {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-welcome-parallax {
    min-height: 500px;
    background: transparent;
}

.tm-small-parallax {
    min-height: 240px;
    background: transparent;
}

.tm-welcome-text {
    max-width: 320px;
    width: 100%;
    padding: 15px 25px 15px 15px;
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0;
    text-align: right;
}

@media (max-width: 991px) {
    .tm-welcome-box {
        margin-bottom: 20px;
        height: auto;
        min-height: 250px;
    }

    .tm-page-cols-container {
        flex-direction: column;
    }
}

/* Call to Action */

#tmCallToAction {
    padding-top: 50px;
    padding-bottom: 40px;
}

.tm-call-to-action-box {
    color: #5f6061;
    border: 1px solid #cfd0d1;
    padding: 50px 63px 65px;
    display: flex;
    align-items: center;
}

.tm-call-to-action-icon {
    padding: 25px 28px;
    border: 1px solid #cfd0d1;
    border-radius: 50%;
    color: #bbbcbe;
}

.tm-call-to-action-title {
    margin-bottom: 30px;
}

.tm-call-to-action-text {
    margin-left: 65px;
}

.tm-call-to-action-description {
    margin-bottom: 35px;
}

.tm-subtitle {
    width: 100%;
    font-weight: 600;
    color: #003ace
}

.tm-call-to-action-form .tm-email-input {
    max-width: 352px;
    width: 100%;
    margin: 0 15px 15px 0;
}

@media (max-width: 660px) {

    .tm-brand-name img {
        max-width: 125px;
    }

    .tm-call-to-action-box {
        flex-direction: column;
    }

    .tm-call-to-action-text {
        margin-left: 0;
        margin-top: 50px;
    }

    .tm-welcome-row iframe {
        border: none;
        width: 100%;
        height: 350px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        width: 100%;
        text-align: center;
        margin: 5px 0 !important;
        display: flex;
        font-size: 0.9rem;
    }

    .govsp-topo {
        display: none;
    }

    h2.subtitHome {
        font-size: 1.5em !important;
    }
}

/* end Call to Action */

/* Copyright and Page Footer */

.tm-copyright-text {
    font-size: 1rem;
}

.tm-copyright-link {
    color: #5f6061;
}

.tm-page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heart img {
    width: 100%;
    height: auto;
}

/* end Copyright and Page Footer */

/* About Page */
.tabs {
    list-style: none;
}

    .tabs > li > a {
        border: 1px solid #cfd0d1;
        color: #FFF;
        padding: 20px 25px;
        display: block;
        max-width: 300px;
        margin: 0 auto 30px;
    }

.tm-tab-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: transparent;
    vertical-align: middle;
    margin: -.5rem 20px 0 0;
    transition: all 0.3s ease;
}

.tabs > li > a.active .tm-tab-icon,
.tabs > li > a:hover .tm-tab-icon {
    background-color: #ff0087;
    border-radius: 50%;
}

.tm-about-person {
    max-width: 280px;
}

.tm-about-social-icon {
    width: 42px;
    height: 42px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #cfd0d1;
    color: white;
    border-radius: 50%;
    font-size: 1.4rem;
    padding-top: 10px;
    transition: all 0.3s ease;
}

.tm-about-social-link:hover > .tm-about-social-icon {
    background-color: #979899;
}

@media (max-width: 767px) {
    .tm-about-person {
        margin-bottom: 50px;
    }
}

/* Gallery */

.tm-parallax-overlay {
    padding: 40px 60px;
    width: auto;
    display: inline-block;
    text-align: center;
}

.tm-gallery {
    margin: -20px -20px 0;
    max-width: 960px;
}

.tm-gallery-item {
    width: 29%;
    margin: 2%;
}

.filters-button-group {
    padding-right: 15px;
}

/* 
  Gallery Item Hover Effect
  https://tympanus.net/codrops/2014/06/19/ideas-for-subtle-hover-effects/
*/

/* Common style */
.tm-gallery-item figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin-bottom: 0;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

    .tm-gallery-item figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .tm-gallery-item figure figcaption {
        padding: 1em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .tm-gallery-item figure figcaption::before,
        .tm-gallery-item figure figcaption::after {
            pointer-events: none;
        }

        .tm-gallery-item figure figcaption,
        .tm-gallery-item figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .tm-gallery-item figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .tm-gallery-item figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

        .tm-gallery-item figure h2 span {
            font-weight: 800;
        }

    .tm-gallery-item figure h2,
    .tm-gallery-item figure p {
        margin: 0;
    }

    .tm-gallery-item figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #9e5406;
}

    figure.effect-bubba img {
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.effect-bubba:hover img {
        opacity: 0.4;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        position: absolute;
        top: 15px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
    }

    figure.effect-bubba figcaption::before {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: scale(0,1);
        transform: scale(0,1);
    }

    figure.effect-bubba figcaption::after {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        -webkit-transform: scale(1,0);
        transform: scale(1,0);
    }

    figure.effect-bubba h2 {
        font-size: 1.5rem;
        padding-top: 20%;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,-20px,0);
        transform: translate3d(0,-20px,0);
    }

    figure.effect-bubba p {
        width: 100%;
        padding: 10px;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
    }

    figure.effect-bubba:hover figcaption::before,
    figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba:hover h2,
    figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

@media (max-width: 767px) {
    .tm-gallery {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .tm-gallery-item {
        width: 46%;
    }

    .filters-button-group {
        padding-right: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 400px) {
    .tm-gallery {
        max-width: 280px;
    }

    .tm-gallery-item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* end Gallery */

/* Contact */

.tm-contact-container {
    max-width: 375px;
}

.tm-address-container {
    margin-bottom: 60px;
}

    .tm-address-container h2 img {
        width: 100%;
        height: auto;
    }

@media (max-width: 991px) and (min-width: 660px) {
    .tm-contact-container {
        max-width: 100%;
        display: flex;
    }

    .tm-address-container,
    .tm-location-container {
        width: 50%;
    }
}

.tm-form-container {
    padding-left: 90px;
    padding-right: 90px;
}

@media (max-width: 767px) {
    .tm-contact-container {
        padding-left: 15px;
    }

    .tm-form-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#tm_contact_form {
    max-width: 524px;
    width: 100%;
    padding: 40px;
}

.form-group {
    margin-bottom: 35px;
    font-family: 'Rawline', sans-serif;
    src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
}

.form-group-2 {
    margin-bottom: 65px;
}

.form-control {
   /* padding-top: 15px;
    padding-bottom: 15px;*/
    margin: 5px 0;
    height: auto;
    color: #666;
}

    .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #999;
        opacity: 1; /* Firefox */
        font-family: 'Rawline', sans-serif !important;
        src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
    }

    .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #999;
        font-family: 'Rawline', sans-serif !important;
        src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
    }

    .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #999;
        font-family: 'Rawline', sans-serif !important;
        src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
    }

.tm-select {
    -webkit-appearance: none;
    -mox-appearance: none;
    font-size: 1rem;
    color: #999;
    background: url("../img/select-arrow.png") no-repeat right center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #98999A;
    border-radius: 0;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.tm-choices-container {
    display: flex;
}

.tm-w-50 {
    width: 50%;
}

@media (max-width: 450px) {
    .tm-choices-container {
        flex-direction: column;
    }

    .tm-w-50 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* Radio buttons */

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:not(:checked) + span, [type="radio"]:checked + span {
    font-size: 18px;
    padding-left: 40px;
}

[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

    [type="radio"]:not(:checked) + span:before,
    [type="radio"]:not(:checked) + span:after {
        border: 2px solid #A6A7A8;
    }

    [type="radio"]:not(:checked) + span:before,
    [type="radio"]:not(:checked) + span:after,
    [type="radio"]:checked + span:before,
    [type="radio"]:checked + span:after,
    [type="radio"].with-gap:checked + span:before,
    [type="radio"].with-gap:checked + span:after {
        border-radius: 50%;
    }

[type="radio"] + span:before,
[type="radio"] + span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

[type="radio"] + span:before,
[type="radio"] + span:after {
    border-color: #686868;
    width: 25px;
    height: 25px;
    top: -4px;
}

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="radio"]:checked + span,
[type="checkbox"].filled-in:checked + span {
    color: #FF058F;
}

    [type="radio"]:checked + span:before {
        border: 2px solid transparent;
    }

    [type="radio"]:checked + span:after,
    [type="radio"].with-gap:checked + span:before,
    [type="radio"].with-gap:checked + span:after {
        border: 2px solid #FF058F;
    }

    [type="radio"]:checked + span:after,
    [type="radio"].with-gap:checked + span:after {
        background-color: #FF058F;
    }

[type="radio"].with-gap:checked + span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

/* end Radio buttons */

/* Checkbox */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    transition: .2s;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in + span:not(.lever):after {
    border-radius: 2px;
}

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
    content: '';
    left: 0;
    position: absolute;
    -webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #FF058F;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after,
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    width: 35px;
    height: 35px;
}

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
    border-color: #A6A7A8;
}

[type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 47px;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[type="checkbox"]:checked + span:not(.lever):before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(39deg);
    transform: rotateZ(39deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

[type="checkbox"].filled-in:checked + span:not(.lever):before {
    width: 14px;
    height: 25px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

[type="checkbox"].filled-in:checked + span:not(.lever):after {
    top: 0;
    width: 35px;
    height: 35px;
    border: 2px solid #FF058F;
    background-color: #FF058F;
    z-index: 0;
}

/* end Checkbox */

textarea.form-control {
    border-color: #666;
    padding: 15px 20px;
}

.file-upload-container {
    display: flex;
    justify-content: space-between;
}

.btn-outline {
    border: 1px solid #98999A;
    color: #FF058F;
    cursor: pointer;
    padding: 12px 35px;
    width: 140px;
    margin-left: 20px;
}

#file_name_label {
    width: calc(100% - 160px);
}

@media (max-width: 500px) {
    .file-upload-container {
        flex-direction: column;
    }

    #file_name_label {
        width: 100%;
    }

    .btn-outline {
        margin-left: 0;
        margin-top: 20px;
    }
}

#file_name_label::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #666;
    opacity: 1; /* Firefox */
}

#file_name_label:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #666;
}

#file_name_label::-ms-input-placeholder { /* Microsoft Edge */
    color: #666;
}

.tm-btn-submit {
    font-size: 1.2rem;
    padding: 12px 40px;
}

/* end Contact */

/*ACCORDION*/

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.txtPanelSmall {
    font-size: 1rem;
    color: #000;
    font-weight: 600;
}

    .txtPanelSmall i {
        color: #003ace;
    }

h3.txtPanelSmall {
    margin: 0;
}

p.subTitSearch {
    font-size: 0.9em;
    color: #666;
    margin: 0 0 0 2.75rem !important;
}

.subTitSearch span {
    color: #003ace;
}

.btnSearch {
    background: #003ace;
    color: #fff;
    border: none;
    margin: 0;
    width: 100%;
    max-width: 400px;
    font-size: 1.1em;
    border-radius: 3rem;
    text-align: center;
    padding: .35rem 1rem;
    margin: 8px 0 22px;
}

.inputSearch {
    width: 100%;
    padding: .35rem 1rem;
    border-radius: 3rem;
    border: 1px solid #003ace;
}

/* webkit solution */
::-webkit-input-placeholder {
    font-family: FontAwesome;
    letter-spacing: .15rem;
    color: #c1c1c1 !important;
}
/* mozilla solution */
input:-moz-placeholder {
    font-family: FontAwesome;
    letter-spacing: .15rem;
    color: #c1c1c1 !important;
}

.textSearch {
    color: #003ace
}

.panel-body {
    padding: 15px
}

    .panel-body input, .panel-body select, .panel-body button {
        width: 100%;
        height: 40px;
        padding: 2px 5px;
        margin: 5px 0;
        font-size: .8em;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    color: inherit;
}

    .panel-title .collapsed h3 {
        padding: 0;
    }

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
        font-size: 1.2rem;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

    .panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
        padding-right: 15px;
        padding-left: 15px
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px
        }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

    .panel-group .panel + .panel {
        margin-top: 5px
    }

.panel-group .panel-heading {
    border-bottom: 0
}

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd
    }

.panel-group .panel-footer {
    border-top: 0
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd
    }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.panel-default > .panel-heading.bgblue, .bgblue {
    background: #003ace;
    color: #FFF;
}

.panel-default > .panel-heading.bgpink, .bgpink {
    background: #ff0087;
    color: #FFF;
    border-radius: 3rem;
    border: none;
    padding: .5rem 2rem;
}

.panel-default > .panel-heading.bgblue, .bgblue {
    background: #003ace;
    color: #FFF;
    border-radius: 3rem;
    border: none;
    padding: .5rem 2rem;
}

.panel-default > .panel-heading.bgpurple, .bgpurple {
    background: #FF058F;
    color: #FFF;
}

.bgCinza {
    background: #eee;
}



/**====================================================================
  PARCEIROS
====================================================================**/

.parceiros {
    margin: 30px 0;
}

    .parceiros img {
        width: 100%;
        height: auto;
        border: #999 1px solid;
        -webkit-border-radius: 7px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 7px;
        -moz-border-radius-topleft: 0;
        border-radius: 7px;
        border-top-left-radius: 0;
    }

/**====================================================================
  SELECT
====================================================================**/

.btnChk {
    padding: 5px 50px;
}

.img-check, .img-check2 {
    opacity: 0.5;
    width: 100%;
    height: auto;
    -webkit-border-radius: 7px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topleft: 0;
    border-radius: 7px;
    border-top-left-radius: 0;
}

    .img-check:hover, .img-check2:hover {
        opacity: 1.0;
        cursor: pointer;
    }

.check {
    opacity: 1.0;
    color: #FF058F;
    width: 100%;
    height: auto;
    border: 1px solid #FF058F;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0;
    border-radius: 7px;
    border-top-right-radius: 0;
}

.check2 {
    opacity: 1.0;
    color: #FF058F;
    width: 100%;
    height: auto;
    border: 1px solid #ff0087;
    cursor: pointer;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0;
    border-radius: 7px;
    border-top-right-radius: 0;
}

.options {
    width: 95%;
    margin: 5px 0 20px;
    padding: 10px 15px;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0;
    border-radius: 7px;
    border-top-right-radius: 0;
    font-family: 'Rawline', sans-serif;
    src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
}

    .options h3, .select h3 {
        margin: 5px;
        font-weight: 600;
    }

    .options label {
        margin-right: 20px;
        width: 100%;
        font-family: 'Rawline', sans-serif;
        src: url('../rawline-cdnfonts/rawline-400.ttf') format('truetype');
    }

.optionschk {
    margin: 5px 0 20px;
    padding: 10px;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0;
    border-radius: 7px;
    border-top-right-radius: 0;
}

    .optionschk h3 {
        margin: 5px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }

.select h4 {
    width: 100%;
    font-size: 1.2em;
    margin: 14px 0;
    font-weight: 600;
    border-bottom: 1px solid #FF058F;
}

.select {
    width: 100%;
    margin: 5px 0 10px;
    padding: 10px;
    border: 1px solid #000;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 0;
    border-radius: 7px;
    border-top-right-radius: 0;
}

/*ESCONDE CONTEÚDO*/

.esconde {
    display: none;
}

/*PESQUISA ENTIDADES*/

.roundedMap {
    border-radius: 5rem;
}

.entidades {
    border: 1px outset #d6d6d6;
}

    .entidades p {
        margin: .5rem 0;
        line-height: 120%;
        text-indent: -1.5rem;
        padding-left: 1.5rem;
        text-align: left !important;
    }

    .entidades i {
        color: #003ace;
        padding-left: .5rem;
    }

    .entidades:hover {
        box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.35);
        -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.35);
        -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.35);
    }

.bdRadius {
    border-radius: .5rem !important;
}

.razaosocial {
    min-height: 36px;
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
}

p.razaosocial {
    text-indent: 0rem;
    padding-left: 0rem;
    text-align: left !important;
}

.distance {
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
}

.subTitPG {
    font-size: 1.25em;
    margin: 2rem 0;
    font-style: italic;
}

.text-contentBig {
    font-size: 1.1em;
}

.text-content, .text-contentBig {
    width: 90%;
    margin-left: 5%;
}

    .text-content h3, .text-contentBig h3 {
        text-align: left !important;
    }

    .text-content p, .text-contentBig p {
        text-align: justify;
    }

.TextPink {
    color: #ff0087;
}

h2.subtitHome {
    color: #000;
    margin: 0 0 1.25rem;
    font-weight: 600;
    font-size: 2em;
}

h3.subtitHome {
    text-align: left !important;
    color: #000;
    margin: 0 0 1.25rem;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
}

/*FOOTER*/

.bgFooter {
    background: #000;
}

    .bgFooter a {
        color: #FFF;
    }

@media (max-width: 767px) {
    .bgFooter ul li {
        margin: 0 0 1.5rem 0;
    }

    .btnChk, .panel-body {
        padding: 0px !important;
        margin: 0px !important;
    }
}

/*REDES SOCIAIS*/

ul.redes li {
    display: inline-block;
    color: #FFF;
    background: #FF161F;
    padding: .15rem .35rem;
    margin: .1rem;
    border-radius: 50%;
}

.a2a_kit {
    padding: .5rem 0 2rem;
}

/*HOME PAGE*/
.home img {
    display: none;
}

.home img, .page img {
    max-width: 200px;
}

h1.page img {
    margin-top: -2rem !important;
}

h2.page img {
    margin-top: -.75rem !important;
}

h2.home img {
    margin-top: .65rem !important;
}

.btnLinks img {
    border-radius: 1rem;
}

.btnBanner {
    background: #ff0087;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    font-size: 1em !important;
    text-transform: uppercase;
    border-radius: 3rem;
    text-shadow: none;
    margin-top: 2rem;
    max-width: 300px;
    padding: .5rem 1rem;
}

    .btnBanner a {
        color: #FFF;
    }


/*MAPA*/
.boxSearch {
    width: 100%;
    max-width: 500px;
    padding: 1rem;
    position: absolute;
    border-radius: .5rem;
    top: -17rem;
    z-index: 9;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    background: #FFF;
}

.boxSearch2 {
    width: 100%;
    max-width: 500px;
    padding: 0.8rem;
    border-radius: .5rem;
    z-index: 9;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.5);
    background: #FFF;
    cursor: pointer;
    text-align: center;
    margin: 8px 0 22px;
}

    .boxSearch2:hover {
        background-color: #eaeaea;
        padding: 1.1rem;
    }

    .boxSearch2 h3 {
        font-size: 1.75em;
    }

/*PWA*/
.pwa__alert__btn {
    width: 99.9%;
    font-size: 1.0rem;
    padding: 0;
    background-color: rgba(100, 100, 100, 0.75);
    border-top: 1px solid #cfd0d1;
    color: #fff;
    border: none;
    position: fixed;
    bottom: 0px;
    padding: 8px 0;
    left: 0;
    z-index: 9999 !important;
}

    .pwa__alert__btn:hover {
        background-color: black;
        color: #fff;
    }


/* Important part */
.cadastro {
    overflow-y: auto;
    font-family: 'Rawline', sans-serif !important;
}


.avatar {
    color: #fff;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    font-weight: 600;
    background: #5a1076;
    border: 1px solid #521457;
    color: white;
    font-size: 18px;
}

.breadBackground {
        width: 98%;
        background: #E9E9E9;
        padding: .25rem 1%;
    }
    
    
.breadcrumbs {
    border: 3px solid #E9E9E9;
    border-radius: 0.3rem;
    display: inline-flex;
    overflow: hidden;
}
.breadcrumbs__item {
    background: #fff;
    color: #333;
    outline: none;
    padding: 0.25em 0.75em 0.25em 1.25em;
    position: relative;
    text-decoration: none;
    transition: background 0.2s linear;
}
.breadcrumbs__item:hover:after, .breadcrumbs__item:hover {
    background: #edf1f5;
}
.breadcrumbs__item:focus:after, .breadcrumbs__item:focus, .breadcrumbs__item.is-active:focus {
    background: #323f4a;
    color: #fff;
}
.breadcrumbs__item:after, .breadcrumbs__item:before {
    background: white;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background 0.2s linear;
    width: 1em;
    z-index: 1;
}
.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px;
}
.breadcrumbs__item:last-child {
    border-right: none;
}
.breadcrumbs__item.is-active {
    background: #999;
    color: #FFF;
}

.negrito {
    font-weight:bold;
}

.minW100 {
    min-width: 100% !important;
}

/* Style the input field */
#myInput {
    padding: 20px;
    border-radius: .5rem;
    background: #f1f1f1;
}

.dropdown-menu.border-gray {
    border: 1px solid #999 !important;
    border-radius: .5rem;
}

.cardNeed .dropdown .btn {
    border-radius: .5rem !important;
}

.cardNeed h5, .cardNeed p {
    text-align: center;
    margin: 0 !important;
}

.cardNeed img {
    height: 30px;
    width: auto;
    margin: 0 !important;
}

    .cardNeed .card-body {
        padding: .5rem !important;
    }

.cardNeed .card {
    margin: .5rem 0;
}

    .cardNeed .card:hover {
        color: #000 !important;
        background: #f5f5f5;
        cursor: pointer;
    }

        .cardNeed .card:hover img {
            filter: invert(17%) sepia(98%) saturate(7388%) hue-rotate(322deg) brightness(102%) contrast(102%);
        }

        .cardNeed .card:hover .card-text {
            color: #000;
        }

    .cardNeed .card-text {
        font-size: .9em !important;
        color: #666;
    }

.cardNeed input {
    border-radius: .5rem !important;
    font-size: .8em;
}

.imgTipo img {
    width: 24px;
    height: auto;
    padding-bottom: 12px;
    filter: invert(17%) sepia(98%) saturate(7388%) hue-rotate(322deg) brightness(102%) contrast(102%);
}

.imgCategoria img {
    width: 24px;
    height: auto;
    padding-bottom: 12px;
    filter: brightness(0) saturate(100%) invert(9%) sepia(100%) saturate(6808%) hue-rotate(251deg) brightness(90%) contrast(138%);
}

.titNeed {
    font-weight: 600;
    color: #FFF;
    background: #999;
    padding: .25rem 1rem;
    margin: 1rem 0 .5rem;
    border-radius: .35rem;
}

