@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;
    max-width: 100vw;
}
/* SMARTPHONES */
@media screen and (max-width: 767px) {
    HTML {
        font-size: 13px;
    }
}
BODY {
    width: 100%;
    min-height: 100%;
    /*font-family: "Bree Serif", serif;*/
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    color: #133d6e;
    background-color: #fff;
    max-width: 100vw;
}
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: calc(100vh - 330px);
    position: relative;
    padding-bottom: 330px;
}
.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;

}
.wraper, .wraper::after, .wraper::before {
    box-sizing: border-box;
}
.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-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;
    }
}
.parallax {
    background-image: url(/assets/images/bg-professores.png);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/************************/
/************************/
/************************/
header {
    width: 100%;
    display: block;
    position: relative;
    height: auto;
}
header .top-header {
    background-image: linear-gradient(to right, #3b668f, #3b668f, #133d6e, #133d6e, #133d6e, #133d6e);
}
header .top-header UL {
    width: 100%;
    height: 30px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .top-header UL LI {
    color: #84c7f0;
    line-height: 30px;
    text-align: right;
	margin-left: 2rem;
	font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
    header .top-header UL {
        width: calc(100% - 30px);
        margin: 0 15px;
        justify-content: space-between;
    }
    header .top-header UL LI {
        margin-right: 0;
        margin-left: 0;
    }
}
/****/
header .header-cont-cont {
    display: flex;
    justify-content: space-between;
}
/***/
header ul {
    margin-top: 0;
    margin-bottom: inherit;
}
header .logo {
    position: relative;
    width: 225px;
    height: 94px;
}
header .logo h1 {
    margin-bottom: 0 !important;
    line-height: normal;
}
header .logo h1 a {
    position: relative;
    display: block;
    float: left;
    width: 225px;
    height: 94px;
    overflow: hidden;
    text-indent: -1500px;
    background-image: url("/assets/images/logo-tte.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
/***/
header nav {
    display: block;
    position: relative;
    height: auto;
}
header nav UL {
    width: 100%;
    height: 30px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
}
header nav UL LI {
    margin-right: 1.5rem;
    font-family: "Bree Serif", serif;
    font-size: 1.1rem;
}
header .nav-search-menu {
    display: block;
    position: relative;
    height: auto;
    margin: 0;
}
header .menu-mobile-button{
    position: absolute;
    right: 1.0rem;
    top: 1.8rem;
    width: auto;
    height: auto;
    padding: 0 0.5rem;
    background-color: #eeeeee;
    border-color: transparent;
    border: none;
    display: none;
    cursor: pointer;
    font-size: 2rem;
    color: #0a53be;
    border-radius: 7px;
}
@media screen and (max-width: 767px) {
    header .menu-mobile-button{
        display: block;
    }
    header .header-cont-cont {
        justify-content: center;
        flex-wrap: wrap;
    }
    header nav UL {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-bottom: 2rem;
    }
    header nav UL LI {
        margin-right: 0;
        font-size: 1.4rem;
        width: 100%;
        padding-bottom: 0.5rem;
    }
    header .nav-search-menu {
        width: 100%;
        padding-bottom: 2rem;
    }
    .mobile-menu-hide{
        display: none;
    }
    header .nav-search-menu {
        display: none;
    }
}
/***/
.material-design {
    border: none;
    border-bottom: 1px solid #6796b3;
}
.material-design input {
    width: 85%;
    background: none;
    border: none;
}
/************************/
/************************/
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    height: auto;
    min-height: 330px;
    background: #133d6e;
    margin-top: 1em;
}
.footer-main {
    padding-top: 5em;
    display: flex;
    flex-wrap: wrap;
}
.footer-it {}
.fotter-01 {
    position: relative;
    flex: 0 0 25%;
    max-width: 25%;
}
.fotter-01 P {
    font-size: 13px;
    color: white;
    padding-top: 1em;
}
.fotter-02 {
    display: flex;
    position: relative;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    margin-top: -15px;
}
.fotter-02-it {
    position: relative;
    width: 33.333%;
    text-align: center;
}
.fotter-03 {
    position: relative;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    text-align: center;
}
.fotter-03 P {
    font-size: 0.9rem;
    color: white;
    margin-bottom: 1rem;
}
.fotter-03 img {
    width: 30px;
    padding: 5px;
}
@media screen and (max-width: 767px) {
    .main {
    padding-bottom: 0;
}
    footer{
        position: relative;
        margin-top: 0;
    }
    .footer{
        margin-top: 0;
    }
    .footer-main {
        padding-top: 2em;
        padding-bottom: 2rem;
    }
    .fotter-01 {
        flex: auto;
        max-width: 100%;
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }
    .fotter-02 {
        flex: auto;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        margin-bottom: 2rem;
    }
    .fotter-02-it {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }
    .fotter-03 {
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
}
/*****************/
/*****************/
/*****************/
.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;
}
/***********************/
/***********************/
.loading {
    width: 100%;
    height: auto;
    min-height: 250px;
    background-repeat: no-repeat;
    background-image: url(images/loading.gif);
    background-position: center center;
}
/************************/
/************************/
/************************/
/************************/
/*** HOME***/
.banner-main {
    max-width: 100vw;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}
.banner-it-home {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-it-home-cont{
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-it-home-cont h2{
    font-size: 3.5rem;
    color: #ffffff;
    font-weight: bold;
}

.banner-it-home-cont h3{
    max-width: 500px;
    margin: 2rem auto;
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 1.8rem;
}
.home-cat-grid {
    padding: 7rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.home-cat-grid-it {
    display: flex;
    position: relative;
    cursor: pointer;
    transition: opacity .3s ease-out;
}
.home-cat-grid-it:hover {
    opacity: 0.5;
}
.home-cat-grid-it-cont {
    display: flex;
    align-items: stretch;
    min-height: 110px;
    width: 100%;
    border-radius: 15px;
}
.home-cat-1 {
    display: flex;
    flex: 0 0 45%;
    max-width: 45%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 16px 0;
    align-items: center;
    justify-content: center;
}
.home-cat-1 i {
    font-size: 4rem;
}
.home-cat-2 {
    display: flex;
    align-items: center;
    flex: 0 0 55%;
    max-width: 55%;
}
.home-cat-2 P {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
    .master-slider{
        min-height: 350px;
    }
    .home-cat-grid {
        padding: 3rem 0;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
        row-gap: 15px;
    }
    .home-cat-grid-it-cont {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .home-cat-1 i {
        font-size: 3rem;
    }
    .home-cat-2 a {
        text-align: center;
        display: block;
        width: 100%;
    }
    .home-cat-2 P {
        text-align: center;
        font-size: 14px;
        line-height: 15px;
        padding-right: 0px;
        width: 100%;
    }
    .home-cat-1 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin: 10px 0 5px 0;
        min-height: 50px;
    }
    .home-cat-2 {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .banner-it-home-cont{
        height: 300px;
    }
    .banner-it-home-cont h2{
        font-size: 2.5rem;
    }

    .banner-it-home-cont h3{
        margin: 1rem auto;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}
/****/
.home-courses {
    position: relative;
    background: rgb(18, 48, 83);
    background: linear-gradient(180deg, rgba(18, 48, 83, 1) 50%, rgba(237, 237, 237, 1) 50%);
    display: flex;
}
.home-courses H2 {
    padding: 2rem 0 0 0;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 2rem;
}
.home-courses-cont {
    padding: 3rem 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
@media screen and (max-width: 767px) {
    .home-courses-cont {
        grid-template-columns: 1fr;
    }
}
.home-courses-it {
    position: relative;
    height: auto;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.home-courses-it-top {
    display: block;
    position: relative;
    width: 100%;
}
.home-courses-it-cont {
    max-width: 90%;
}
.home-courses-it-img {
    position: relative;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: flex-end;
}
.home-courses-it-img H3 {
    text-align: left;
    margin-left: 20px;
    margin-bottom: 20px;
    max-width: 80%;
    color: white;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}
.home-courses-it-cont {
    margin-left: 20px;
    margin-top: 20px;
}
.home-courses-it-cont P {
    line-height: 1.3rem;
    max-width: 80%;
    margin-bottom: 1rem;
    color: #898989;
}
.home-courses-it BUTTON {
    border: 2px solid #5e8dac;
    padding: 0.5em 2em;
    border-radius: 2em;
    color: #5e8dac;
    background: none;
    outline: none;
    text-align: center;
    margin-left: 20px;
}
/******/
.home-pro-turm {
    position: relative;
    display: block;
    background-color: #ededed;
}
.home-pro-turm h2 {
    padding: 3rem 0 2rem 0;
    text-align: left;
    font-weight: bold;
    font-size: 2rem;
}
.home-pro-turm-cont {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 80px;
    padding: 2rem 0 7rem 0;
}
@media screen and (max-width: 767px) {
    .home-pro-turm-cont {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}
.home-pro-turm-cont-it {
    border-left-width: 10px;
    border-left-style: solid;
    padding-left: 20px;
}
.home-pro-turm-cont-it h3 {
    font-size: 2rem;
    margin-bottom: 0.6rem;
	font-weight: bold;
}
.home-pro-turm-cont-it h5 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
	font-weight: bold;
}
.home-pro-turm-cont-it h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
	font-weight: bold;
}
.home-pro-turm-cont-it p {
    color: #706f6f;
    line-height: 1.3rem;
}
/******/
.home-depo {
    background-color: #ededed;
    padding: 1rem 0 4rem 0;
    position: relative;
}
.home-depo-main {
    background-color: #ffffff;
}
.home-depo-main H2 {
    position: relative;
    font-size: 2rem;
    text-align: center;
    color: #5481a4;
    font-weight: bold;
    padding-top: 33px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 1em;
    margin-bottom: 1rem;
}
.home-depo-cont {
    position: relative;
    width: calc(100% - 80px);
    padding: 0px 40px 20px 20px;
	box-sizing: content-box;
}
.depoimento-content2 {
	box-sizing: content-box;
}
.depoimento-content2 P {
    font-size: 20px;
    color: #9a9a9a;
    line-height: 25px;
    text-align: center;
    padding: 5%;
    max-width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}
.depoimento-person2 {
	box-sizing: content-box;
}
.depoimento-person2 P {
    font-size: 20px;
    color: #5481a4;
    text-align: center;
    padding-top: 2em;
    font-weight: bold;
    max-width: 70%;
    margin-left: 15%;
}
/****/
.home-prof h2 {
    text-align: center;
    color: white;
    font-weight: bold;
    padding-top: 3em;
    margin-bottom: 1rem;
    font-size: 2rem;
}
.home-prof h3 {
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 6em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.3rem;
}
/****/
.home-parc {
    background-color: #ededed;
    padding: 4rem 0 4rem 0;
    position: relative;
}
.home-parc-main {
    background-color: #ffffff;
    padding: 3rem 0;
}
.home-parc-cont {
    padding-top: 3rem;
}
.home-parc-main h2 {
    text-align: center;
    color: #5481a4;
    font-weight: bold;
    padding-top: 33px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 1em;
}
.home-parc-cont {
    position: relative;
    width: 70%;
    padding-left: 15%;
    padding-right: 15%;
	box-sizing: content-box;
}
.home-parc-it {
    display: flex;
    align-items: center;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    aspect-ratio: 1 / 1;
}
.home-parc-main hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1em 0px;
}
.home-parc-text {
    text-align: center;
    line-height: 1.7rem;
    color: #898989;
    padding-bottom: 1rem;
    font-size: 1.1rem;
}
.home-parc-button {
    text-align: center;
}
.home-parc-button BUTTON {
    background: #143c6d !important;
    margin-top: 0.5em;
    text-decoration: none;
    color: white;
    cursor: pointer;
    border: none;
    padding: 1rem 4rem;
    border-radius: 1.5rem;
    font-weight: bold;
    text-transform: none;
}
/************************/
/************************/
/************************/
/************************/
