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


body {
    background-color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media (min-width: 1201px) {
    body { font-size: .97rem; }
}
@media (min-width: 992px) and (max-width: 1200px) {
    body { font-size: .90rem; }
}
@media (min-width: 577px) and (max-width: 991px) {
    body { font-size: .83rem; }
}
@media (max-width: 576px) {
    body { font-size: .76rem; }
}
.fontsize-300 { font-size: 300%; }
.fontsize-280 { font-size: 280%; }
.fontsize-260 { font-size: 260%; }
.fontsize-240 { font-size: 240%; }
.fontsize-210 { font-size: 210%; }
.fontsize-180 { font-size: 180%; }
.fontsize-150 { font-size: 150%; }
.fontsize-140 { font-size: 140%; }
.fontsize-120 { font-size: 120%; }
.fundo-page {
    background-color: #FFF;
    width: 100%;
}
a {
    color: #333;
}
a:hover {
    color: #666;
}
.text-justify  {
    text-align: justify;
}

.title-page {
    font-size: 240%;
    font-weight: 600;
    color: #09215D;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
}
.title-page:before {
    content: "";
    width: 20px;
    height: 10px;
    background-color: #7EBE46;
    margin: 10px auto;
    display: block;
}
.title-page:after {
    content: "";
    background-color: #00A457;
    height: 3px;
    width: 60px;
    margin: 10px auto;
    display: block;
}

.page {
    min-height: 40vh;
}

#loading-default {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(160, 165, 154, .95);
    display: none; 
    text-align: center;
    line-height: 100vh;
    color: #FFF;
    font-size: 200%;
}

footer {
    border-top: 2px solid #999;
    background-color: #C1CAB9;
    color: #333;
    padding: 40px 0;
    margin: 50px 0 0 0;
    font-size: 0.8rem;
}
footer img {
    max-width: 100px;
}
footer a {
    color: #333;
}
footer a:hover {
    color: #111;
}

.box-foto {
    padding: 0;
    margin: 10px;
    border: 2px solid #0080FF;
    box-shadow: 5px 5px 0 #00A457;
}
.box-foto a, .box-foto a img {
    padding: 0;
    margin: 0;
}

section.home_chamada {
    background: rgb(227,241,220);
    background: radial-gradient(circle, rgba(227,241,220,1) 0%, rgba(192,223,177,1) 100%);
}
section.home_chamada h1 {
    font-size: 280%;
    color: #468F46;
    font-weight: 600;
    text-transform: uppercase;
}
section.home_chamada h2 {
    font-size: 220%;
    color: #09215D;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 576px) {
    section.home_chamada h1 {
        font-size: 224%;
    }
    section.home_chamada h2 {
        font-size: 176%;
    }
    section.home_chamada .btn {
        font-size: 90%;
    }
}

section.home_2 h2 {
    color: #0349A9;
}
section.home_2 figure {
    padding: 0;
    margin: 0 0 20px 0;
    position: relative;
    box-shadow: 5px 5px 0 #0080FF;
}

section.home_2 figure figcaption {
    position: absolute;
    display: block;
    bottom: 10px;
    width: 100%;
    font-weight: 600;
    font-size: 140%;
    color: #FFF;
    text-shadow: 2px 2px 2px #000;
    text-transform: uppercase;
    text-align: center;
}



section.home_clientes .clientes {
    width: 80%;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 20px;
}
section.home_clientes .clientes .cliente {
    padding: 20px;
}
section.home_clientes .clientes .cliente img {
    max-width: 100px; 
    margin: auto;
}
section.home_clientes .slick-prev:before,
section.home_clientes .slick-next:before {
    color: #333;
}

.page-clientes .lista-clientes img {
    max-width: 160px;
}
.page-clientes .lista-clientes {
    border-top: 1px dashed #7EBE46;
    border-left: 1px dashed #7EBE46;
}
.page-clientes .lista-clientes > div {
    border-right: 1px dashed #7EBE46;
    border-bottom: 1px dashed #7EBE46;
}


.page-sipat a {
    text-decoration: none;
    font-weight: 500;
    color: #00A457;
}
.page-sipat a:hover {
    color: #09215D;
}
.page-sipat .subtitle {
    color: #00A457;
    font-size: 280%;
    margin-bottom: 1.5rem;
}
.page-sipat .intervencoes_teatrais {
    border-top: 1px dashed #7EBE46;
    border-left: 1px dashed #7EBE46;
}
.page-sipat .intervencoes_teatrais > div {
    border-right: 1px dashed #7EBE46;
    border-bottom: 1px dashed #7EBE46;
}
.page-sipat .consultoria_comportamental > li {
    margin-bottom: 10px;
}
.page-sipat .consultoria_comportamental span {
    color: #0349A9;
    font-weight: 500;
}