@charset "utf-8";
/* CSS Document */
/******************/
/******************/
/******************/
/******************/
* {
    margin: 0;
    padding: 0;
}
HTML {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 15px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 13px;
    }
}
BODY {
    width: 100%;
    min-height: 100%;
    font-family: 'Montserrat', Helvetica, Arial, "sans-serif";
    font-weight: 500;
    color: #000;
    background-color: #fff;
}
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Sacramento', cursive;
*/
a {
    outline: 0;
    color: inherit;
    cursor: pointer;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
:focus {
    outline-color: transparent;
    outline-style: none;
}
BUTTON:hover {
    text-decoration: none;
}
IMG {
    border: none;
}
FIELDSET {
    border: none;
    border-color: transparent;
}
*:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button {
    cursor: pointer;
}
INPUT::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
INPUT::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
INPUT:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
INPUT:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
TEXTAREA::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
TEXTAREA::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
TEXTAREA:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
TEXTAREA:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
/******************/
/******************/
/**********************/
@media screen and (max-width: 1200px) {}
/* TABLETS */
@media screen and (max-width: 970px) {}
/* SMARTPHONES */
@media screen and (max-width: 767px) {}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.mobile_only {
    display: none !important;
}
.desk_only {
    display: block !important;
}
.mobile_only-f {
    display: none !important;
}
.desk_only-f {
    display: flex !important;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .mobile_only {
        display: block !important;
    }
    .desk_only {
        display: none !important;
    }
    .mobile_only-f {
        display: flex !important;
    }
    .desk_only-f {
        display: none !important;
    }
}
.main {
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}
.img_cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img_contain {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.img_res {
    width: 100%;
    height: auto;
}
.no_margin {
    margin: 0% !important;
}
/************************/
/************************/
section {
    width: 100%;
    height: auto;
    position: relative;
}
.block {
    width: 100%;
    height: auto;
    position: relative;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.row_table {
    display: flex;
    flex-wrap: nowrap;
}
.block-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.block_90 {
    width: 90%;
    margin-left: 5%;
}
.block_95 {
    width: 95%;
    margin-left: 2.5%;
}
.block_80 {
    width: 80%;
    margin-left: 10%;
}
.full_height {
    min-height: 100vh;
}
.wraper {
    width: calc(100% - 30px);
    max-width: calc(1200px - 30px);
    padding: 0 15px;
    margin: 0 auto;
}
.block_row {
    width: 100%;
    height: auto;
    position: relative;
}
.block_row::after {
    content: "";
    clear: both;
    display: table;
}
.block_col {
    position: relative;
    float: left;
    min-height: 20px;
}
.espaco_80 {
    padding: 40px 0;
}
.block_75 {
    width: 75%;
}
.block_66 {
    width: 66.66%;
}
.block_50 {
    width: 50%;
}
.block_33 {
    width: 33.33%;
}
.block_25 {
    width: 25%;
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .block_75 {
        width: 66.66%;
    }
    .block_66 {
        width: 50%;
    }
    .block_25 {
        width: 33.33%;
    }
    .block_50.breackTablet {
        width: 100%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .block_80 {
        width: 100%;
        margin-left: 0;
    }
    .block_95 {
        width: 100%;
        margin-left: 0;
    }
    .block_90 {
        width: 100%;
        margin-left: 0;
    }
    .block_75 {
        width: 100%;
    }
    .block_66 {
        width: 100%;
    }
    .block_50 {
        width: 100%;
    }
    .block_33 {
        width: 100%;
    }
    .block_25 {
        width: 50%;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 467px) {
    .block_25 {
        width: 100%;
    }
}
.flex {
    display: flex;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
/***/
.flex-hl-left {
    justify-content: flex-start;
}
.flex-hl-center {
    justify-content: center;
}
.flex-hl-right {
    justify-content: flex-end;
}
.flex-hl-space {
    justify-content: space-between;
}
.flex-hl-space-eq {
    justify-content: space-evenly;
}
/***/
.flex-vl-top {
    align-items: flex-start;
}
.flex-vl-center {
    align-items: center;
}
.flex-vl-bottom {
    align-items: flex-end;
}
.flex-vl-stretch {
    align-items: stretch;
}
/***/
/***/
.flex-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.flex-grid-eq {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}
.flex-grid::after {
    content: "";
    flex: auto;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .flex {
        flex-wrap: wrap;
    }
}
/***********************/
/***********************/
.ba-mgn-100-tp {
    margin-top: 100px;
}
.ba-mgn-80-tp {
    margin-top: 80px;
}
.ba-mgn-801-tp {
    margin-top: 80px;
}
.ba-mgn-60-tp {
    margin-top: 60px;
}
.ba-mgn-40-tp {
    margin-top: 40px;
}
/*****/
.ba-mgn-100-bt {
    margin-bottom: 100px;
}
.ba-mgn-80-bt {
    margin-bottom: 80px;
}
.ba-mgn-60-bt {
    margin-bottom: 60px;
}
.ba-mgn-40-bt {
    margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
    .ba-mgn-100-tp {
        margin-top: 90px;
    }
    .ba-mgn-80-tp {
        margin-top: 70px;
    }
    .ba-mgn-60-tp {
        margin-top: 50px;
    }
    .ba-mgn-40-tp {
        margin-top: 30px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 90px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 70px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 50px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 30px;
    }
}
/* TABLETS */
@media screen and (max-width: 970px) {
    .ba-mgn-100-tp {
        margin-top: 80px;
    }
    .ba-mgn-80-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 40px;
    }
    .ba-mgn-40-tp {
        margin-top: 20px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 80px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 20px;
    }
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .ba-mgn-100-tp {
        margin-top: 60px;
    }
    .ba-mgn-80-tp {
        margin-top: 40px;
    }
    .ba-mgn-801-tp {
        margin-top: 60px;
    }
    .ba-mgn-60-tp {
        margin-top: 25px;
    }
    .ba-mgn-40-tp {
        margin-top: 10px;
    }
    /*****/
    .ba-mgn-100-bt {
        margin-bottom: 60px;
    }
    .ba-mgn-80-bt {
        margin-bottom: 40px;
    }
    .ba-mgn-60-bt {
        margin-bottom: 25px;
    }
    .ba-mgn-40-bt {
        margin-bottom: 10px;
    }
}
/************************/
/************************/
/************************/
header {
    display: block;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 1000;
}
.header {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #971b2f;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
}
.home .header {
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0);
}
.header > DIV > DIV {
    height: 140px;
}
.logo {
    position: relative;
    width: 160px;
    height: 50px;
}
.logo h1 a {
    position: relative;
    display: block;
    float: left;
    width: 160px;
    height: 50px;
    overflow: hidden;
    text-indent: -1500px;
    background-image: url("images/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-top: -12px;
}
nav.menu {
    width: auto;
    min-width: 520px;
}
nav.menu UL {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
nav.menu UL LI {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    padding: 4px 0 2px 0;
}
nav.menu UL LI:last-child {
    color: #dfa95c;
}
nav.menu UL LI.select {
    border-bottom-color: #fff;
}
nav.menu UL LI:last-child.select {
    border-bottom-color: #dfa95c;
}
.midias {
    width: auto;
}
.midias UL {
    list-style-type: none;
}
.midias UL LI {
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    margin-left: 1rem;
}
/*****/
.menu_mobile_icon {
    font-size: 0.8rem;
    color: #fff;
    cursor: pointer;
    z-index: 12;
}
.menu_mobile_items {
    display: none;
    background-color: #971b2f;
    z-index: 10;
    height: calc(100vh - 100px);
}
.menu_mobile_cont {
    width: 100vw;
    padding: 3rem 0;
    height: calc(100vh - 100px - 6rem);
}
.main_home .menu_mobile_items {
    height: auto;
}
.main_home .menu_mobile_cont {
    height: calc(100vh - 6rem);
}
.menu_mobile_items NAV {
    display: block;
    width: 100%;
    align-self: flex-start;
}
.menu_mobile_items UL {
    list-style-type: none;
    margin-left: 2rem;
}
.menu_mobile_items UL LI {
    margin-bottom: 12px;
    color: #fff;
}
.menu_mobile_items UL LI A {
    border-bottom: 1px solid transparent;
}
.menu_mobile_items UL.mn LI:last-child {
    color: #dfa95c;
}
.menu_mobile_items UL.mn LI.select A {
    border-bottom-color: #fff;
}
.menu_mobile_items UL.mn LI:last-child.select A {
    border-bottom-color: #dfa95c;
}
.midias_mobile {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    align-self: flex-end;
    padding-bottom: 2rem;
}
.midias_mobile LI {
    display: inline-block;
    margin-left: 1rem;
}
.menu_mobile_items.home_mob {
    margin-top: -100px;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .header > DIV > DIV {
        height: 100px;
    }
}
/************************/
/************************/
footer {
    height: auto;
    width: 100%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer {
    height: 80px;
}
footer.inv {
    background-color: #971b2f;
}
footer.inv P {
    color: #fff;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .footer {
        height: auto;
        padding: 10px 0;
        align-items: flex-end !important;
    }
    .footer DIV {
        width: 100%;
    }
    .footer P {
        font-size: 0.8rem;
        margin-bottom: 7px;
        text-align: center;
    }
    .footer P {
        font-size: 0.8rem;
        margin-bottom: 7px;
        text-align: center;
    }
}
/*****************/
/*****************/
/*****************/
.app {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 80px); /* - Altura footer*/
    position: relative;
    padding-bottom: 80px;
}
.main_home .app{
    padding-bottom: 0px !important;
}
.app-menu-spacing {
    padding-top: 140px; /* - Altura header*/
    min-height: calc(100vh - 80px - 140px); /* - Altura footer + header*/
}
.titulo {
    padding: 4rem 0;
    background-color: #f5f5f5;
}
.titulo H2 {
    font-size: 5rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}
.titulo H3 {
    font-size: 1.3rem;
    font-weight: 300;
    padding-bottom: 0.8rem;
}
.button_bf {
    padding: 1rem 2.5rem;
    border: none;
    border-color: transparent;
    background-color: #971b2f;
    color: #fff;
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
    border-radius: 7px;
}
.button_bf.inv {
    background-color: #fff;
    color: #971b2f;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .app-menu-spacing {
        padding-top: 100px; /* - Altura header*/
        min-height: calc(100vh - 80px - 100px); /* - Altura footer + header*/
    }
}
/***********************/
/***********************/
/*
.loading {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-repeat: no-repeat;
    background-image: url(images/loading.gif);
    background-position: center center;
}
*/
/************************/
/************************/
/************************/
/************************/
.loading {
    position: fixed;
    z-index: 9000;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    background-color: #971b2f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading IMG {
    width: 300px;
    max-width: 50%;
    height: auto;
}
.home-cont {
    width: 100%;
    height: auto;
}
.home-01 {
    height: 10vh;
}
.home-02 {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-02 IMG {
    width: 260px;
    max-width: 70%;
    height: auto;
}
.home-03 {
    display: flex;
    justify-content: center;
    border-top: 3px solid #fff;
    padding-top: 3rem
}
.bg-video {
    position: fixed;
    z-index: -99;
    /*width: 100vw;
    height: 100vh; /* 16:9 */
    top: 0;
    left: 0;
}
.bg-video-int {
    position: absolute;
    z-index: -99;
    /*width: 100vw;
    height: 100vh; /* 16:9 */
    top: 0;
    left: 0;
}
.bg-video IFRAME {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}
/*********************/
/*********************/
.cont-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-height: 70vh;
    height: 893px;
    overflow: hidden;
}
.cont-header H2 {
    font-weight: 500;
    text-align: center;
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    margin-top: 2rem;
    z-index: 100;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    .cont-header {
        max-height: 50vh;
    }
    .cont-header H2 {
        font-size: 1.4rem;
        max-width: 80%;
    }
    .home-02 {
        height: 65vh;
    }
}
.app-content P.text, .card_int_1 P {
    font-size: 1.5rem;
    text-align: center;
    max-width: 70%;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}
.app-content IMG {
    width: 300px;
    max-width: 70%;
    height: auto;
}
H3.title {
    font-size: 7rem;
    text-align: center;
    width: 100%;
    font-family: 'Sacramento', cursive;
    color: #971b2f;
    padding: 5rem 0 4rem 0;
    font-weight: normal;
    line-height: 6rem;
}
H3.inv {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .app-content P.text, .card_int_1 P {
        max-width: 90%;
    }
    H3.title {
        font-size: 5rem;
        line-height: 4rem;
    }
}
/*********************/
/*********************/
.sobre_1 {
    padding-bottom: 3rem;
}
.sobre_2 {
    background-color: #971b2f;
    padding-bottom: 3rem;
}
.sobre_2 H3.title {
    color: #fff;
}
.sobre_2 P.text {
    color: #fff;
}
.sobre_3 {
    padding-bottom: 3rem;
}
.sobre_4 {
    padding-bottom: 7rem;
    text-align: center;
}
.sobre_4 H4 {
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
    .sobre_4 H4 {
        font-size: 1rem;
    }
}
/******************/
.cardap_1 {
    padding: 8rem 0 5rem 0;
}
.cardp_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-bottom: 3rem;
}
.cardp_item IMG {
    width: 100%;
    height: auto;
}
.cardap_2 {
    background-color: #971b2f;
    padding-bottom: 5rem;
    padding-top: 3rem;
}
/*********/
.card_int_2 {
    padding: 3rem 0 2rem 0;
}
.card-int-title {
    padding-bottom: 1rem;
}
.card-int-title P {
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 2rem;
}
.card_int_2 H4 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    color: #971b2f;
    font-weight: 700;
    margin-bottom: 2rem;
}
.grid-card-int-item {
    margin-bottom: 2rem;
}
.grid-card-int-item H4 {
    text-align: left;
}
.grid-card-int-item P {
    font-size: 1.3rem;
    margin-bottom: 5px;
}
.card_int_2 UL {
    list-style-type: none;
    padding-bottom: 3rem;
}
.card_int_2 UL LI {
    text-indent: -5px;
    margin-bottom: 8px;
    font-size: 1.3rem;
}
.card_int_2 UL LI:before {
    content: "-";
    text-indent: -5px;
}
.grid-card-int {
    display: grid;
    grid-column-gap: 5em;
    padding-bottom: 1rem;
}
.grid-card-int-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-card-int-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-card-int-4 {
    grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
    .cardap_2 IFRAME{
        width: 100%;
        height: 50vw;
    }
    .cardp_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-card-int-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-card-int-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-card-int-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .card-single P {
        text-align: left;
    }
    .card-single H4 {
        text-align: left;
    }
    .cardp_item {
        text-align: center;
    }
    .cardp_item IMG {
        max-width: 80%;
    }
}
/*****************/
/* KIDS */
/*****************/
.main.kids {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("images/back-kids.png");
}
.kids .header {
    background-color: transparent;
    background-image: linear-gradient(to right, #971b2f, #d3a43e);
}
.home .header {
    background-image: linear-gradient(to right, transparent, transparent);
}
.kids-home {
    min-height: calc(100vh - 100px);
}
.kids-home IMG {
    width: 800px;
    max-width: 80%;
}
.kids-home-1 {
    position: relative;
    width: 40%;
    text-align: center;
}
.kids-home-2 {
    position: relative;
    width: 60%;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .main.kids {
        background-image: url("images/back-kids-mobile.png");
    }
    .kids-home {
        flex-direction: column-reverse;
        min-height: inherit;
    }
    .kids-home-1 {
        width: calc(100% - 10px);
        text-align: center;
        padding-left: 10px;
    }
    .kids-home-2 {
        width: 100%;
        margin-bottom: 3rem;
    }
    .kids-home IMG {
        max-width: 100%;
    }
    .kids-home-1 IMG {
        max-width: 80%;
    }
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
@media screen and (max-width: 767px) {
.float{
	width:40px;
	height:40px;
  font-size:20px;
	bottom:20px;
	right:20px;
}
.my-float{
	margin-top:12px;
}
    
}
/*****************/
/*****************/