/* _content/CasaApoioCatanduva/Views/Home/Index.cshtml.rz.scp.css */

.header-house[b-i5prrakt5s] {
    width: 100%;
    height: 80px;
    padding: 10px 0;
    z-index: 9999999;
    background-color: #d22d3e;
    position: fixed;
    box-shadow: 0px 1px 4px 0px black;
}
.header-house-nav[b-i5prrakt5s] {
    width: calc(100% - 200px);
    margin: auto;
    position: relative;
}
.header-house-nav img[b-i5prrakt5s] {
    height:60px;
}
.header-house-nav-list[b-i5prrakt5s] {
    list-style: none;
    display: flex;
    line-height: 60px;
    margin: 0;
    gap: 20px;
}

.header-house-nav-list li a[b-i5prrakt5s]{
    cursor: pointer;
    color: white;
    font-size: 1.2rem;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.header-house-nav-list li a:hover[b-i5prrakt5s]{
    color: white;
}
.btn-menu[b-i5prrakt5s]{
    background-color: transparent;
    border: none;
    display: none;
}
.btn-menu svg[b-i5prrakt5s]{
    transform: scale(2);
    position: absolute;
    top: 18px;
    right: 0;
}
@media (max-width: 920px) {
    .header-house-nav-list[b-i5prrakt5s]{
        display: none;
    }
    .opened .header-house-nav-list[b-i5prrakt5s] {
        display: block;
        position: absolute;
        top: 70px;
        left: -100px;
        width: 100vw;
        background-color: #d22d3e;
    }
    .btn-contact[b-i5prrakt5s] {
        display: none;
    }
    .btn-menu[b-i5prrakt5s]{
         display: block;
    }
}

#section-home[b-i5prrakt5s] {
    padding-top: 80px;
}
.container-contact[b-i5prrakt5s] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container-contact a[b-i5prrakt5s] {
    background-color: #3f3f3f;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 1rem;
}
.swiper-container[b-i5prrakt5s] {
    width: 100%;
    height: 100%;
}

.swiper-slide[b-i5prrakt5s] {
    background-position: center;
    background-size: cover;
}

.swiper-slide img[b-i5prrakt5s] {
    display: block;
    width: 100%;
}
.img-radius[b-i5prrakt5s] {
    border-radius: 20px;
    width: 354px;
}
.bg-gray[b-i5prrakt5s] {
    background-color: #efefef;
}
.bg-gray p[b-i5prrakt5s] {
    font-size: 1.2rem;
}
.box-fluid[b-i5prrakt5s]{
    width: calc(100% - 200px);
    padding: 50px 0;
    margin: auto;
}
.bg-suport[b-i5prrakt5s] {
    display: flex;
    flex-direction:column;
    background-image: url('./img/apresentation/background-apresentation.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 500px;
}
.bg-suport p[b-i5prrakt5s]{
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
    color: white;

}
.bg-suport ol[b-i5prrakt5s] {
    display: flex;
    gap: 40px;
    /*list-style: none;*/
    justify-content: center;
    margin-top: 10px;
    font-size: 1.2rem;
    color: white;
}
@media (max-width: 700px) {
    .bg-suport ol[b-i5prrakt5s] {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

.suport-title[b-i5prrakt5s] {
    width: 100%;
    margin: 30px 0px 0px 0px;
    color: #ff9e3d;
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 3rem;
}
.bg-brown[b-i5prrakt5s] {
    background-color: #642929;
}
.nav-tabs[b-i5prrakt5s] {
    border-bottom: 1px solid #8f3f3f;
}
.nav-tabs .nav-item.show .nav-link[b-i5prrakt5s], .nav-tabs .nav-link.active[b-i5prrakt5s] {
    color: #fff;
    border-color: #522020;
    background-color: #8f3f3f;
}

.bg-brown .nav-tabs .nav-link[b-i5prrakt5s] {
    color:#fff;
    cursor:pointer;
}
.nav-tabs .nav-link:focus[b-i5prrakt5s], .nav-tabs .nav-link:hover[b-i5prrakt5s] {
    border-color: #522020;
    background-color: #8f3f3f;
    isolation: isolate;
    color: #fff;
}
.body-list[b-i5prrakt5s] {
    position: relative;
    border: 1px solid #522020;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.body-list .tab-pane[b-i5prrakt5s] {
    min-height:316px;
}
.tab-pane .tab-pane-selection div[b-i5prrakt5s] {
    display: inline-block;
    background-color: #502121;
    color: #fff;
    cursor: pointer;
}
.tab-pane .tab-pane-selection .active[b-i5prrakt5s]{
    background-color: #3e1a1a;
}
.tab-pane.show .tab-pane-selection[b-i5prrakt5s] {
    max-width: 400px;
    width: 100%;
    gap: 0;
    display: flex;
}
.tab-pane-content[b-i5prrakt5s] {
    flex-flow: column wrap;
    display: flex;
    justify-content: flex-start;
    height: 228px;
    padding: 0 10px;
    margin: 0;
    list-style: none;
}

.box-contact[b-i5prrakt5s] {
    background-color: #a09f9f;
    border-radius: 10px;
    width: 100%;
    padding: 20px 40px;
}

.box-contact-title[b-i5prrakt5s] {
    color: white;
    text-align: center;
    margin: 16px 0px 10px 0px;
}

.box-contact p[b-i5prrakt5s] {
    color: white;
    text-align: center;
    font-size: 1.2rem;
}

.box-contact label[b-i5prrakt5s] {
    color: white;
    font-size: 1.2rem;
}

.btn-send[b-i5prrakt5s] {
    color: white;
    background-color: #d22d3e;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    border-color: #d22d3e;
    font-size: 1.2rem;
    margin: 24px 0 10px 0;
}

.bg-dark[b-i5prrakt5s] {
    background-color: #3f3f3f !important;
}

/*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;*/
/* _content/CasaApoioCatanduva/Views/Login/Index.cshtml.rz.scp.css */
.bg-gradient-primary[b-1rtbn5hw6l] {
    background-color: #4e73df;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    background-size: cover;
}
.bg-login-image[b-1rtbn5hw6l] {
    background: url("../../img/logo-login.jpg");
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center;
    background-size: cover;
}

.content-login[b-1rtbn5hw6l] {
    max-height: 500px;
    height: 900px;
}

.form-control-user[b-1rtbn5hw6l] {
    font-size: 1rem;
    border-radius: 10rem !important;
    padding: 1.2rem 1rem;
}

.form-group[b-1rtbn5hw6l] {
    margin-bottom: 1rem;
}

.remember-me-input[b-1rtbn5hw6l] {
    box-sizing: border-box;
    padding: 0;
    color: #858796;
    width: 1rem;
    height: 1.25rem;
}

.remember-me-label[b-1rtbn5hw6l] {
    color: #858796;
}
/* _content/CasaApoioCatanduva/Views/NotFound/Index.cshtml.rz.scp.css */
.page-not-found[b-vr51y17rqi] {
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}
.container-page-not-found[b-vr51y17rqi] {
    width: 100%;
    max-width: 600px;
    height: 500px;
    position: relative;
    background-image: url(/img/rainbow.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.container-page-not-found span[b-vr51y17rqi] {
    position: absolute;
    bottom: 150px;
    width: 100%;
    font-size: 4rem;
    padding-left: 26px;
    text-align: center;
    font-family: Henny Penny, cursive;
}
.container-page-not-found p[b-vr51y17rqi]{
    position: absolute;
    bottom: 60px;
    width: 100%;
    font-size: 1.2rem;
    font-family: Henny Penny, cursive;
}
.btn-come-back[b-vr51y17rqi] {
    position: absolute;
    bottom: 20px;
    padding: 10px;
    width: 80px;
    left: 50%;
    color: #fff;
    margin-left: -40px;
    border-radius: 40px;
    background-color: #ff6802;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
    font-family: Henny Penny, cursive;
}
/* _content/CasaApoioCatanduva/Views/Shared/Components/_Header.cshtml.rz.scp.css */
.top-row[b-jqwurvghl4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
.top-row[b-jqwurvghl4]  a, .top-row[b-jqwurvghl4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
}

.top-row[b-jqwurvghl4]  a:hover, .top-row[b-jqwurvghl4]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-jqwurvghl4]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}
/* _content/CasaApoioCatanduva/Views/Shared/Components/_Sidebar.cshtml.rz.scp.css */
.sidebar[b-783hb31o39] {
    width: 14rem !important;
    /*height: 100%;*/
}

[b-783hb31o39] .sidebar-brand {
    height: 3.5rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
    z-index: 1;
    color: white;
}

[b-783hb31o39] .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
}

.sidebar-divider[b-783hb31o39] {
    border-top: 1px solid rgba(255,255,255,.15);
    margin: 0 1rem 1rem 1rem !important;
    color: white;
}
.sidebar .sidebar-heading[b-783hb31o39] {
    text-align: left;
    padding: 0 1rem;
    font-weight: 800;
    font-size: .75rem;
    color: rgba(255,255,255,.4);
}
.sidebar .nav-item[b-783hb31o39] {
    position: relative;
}
.sidebar .nav-item:hover[b-783hb31o39] {
    background-color: #6782d5;
    transition: background-color 0.5s ease;
}
[b-783hb31o39] .nav-link {
    color: rgba(255,255,255,.8);
    font-weight: 700;
    display: block;
    text-align: left;
    padding: .5rem 1rem;
    width: 14rem;
}
[b-783hb31o39] .nav-link i {
    font-size: .85rem;
    margin-right: 0.25rem;
}
[b-783hb31o39] .nav-link span {
    font-size: .85rem;
    display: inline;
}
[b-783hb31o39] .nav-link.active {
    color: white;
}
/* _content/CasaApoioCatanduva/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-fpszr767ej] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-fpszr767ej] {
  color: #0077cc;
}

.btn-primary[b-fpszr767ej] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-fpszr767ej], .nav-pills .show > .nav-link[b-fpszr767ej] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-fpszr767ej] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-fpszr767ej] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-fpszr767ej] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-fpszr767ej] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-fpszr767ej] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
