* {
    outline: none;
}
a,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: 1s;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

.fixo .nav.menu {
    position: fixed;
    width: 100%;
    top: 0;
}
.fixo .navbar-default .conteudo {
    height: 40px;
}
.fixo ul.nav,
.fixo .navbar-default,
.fixo .navbar-header .navbar-brand,
.fixo #bs-example-navbar-collapse-1 {
    height: 40px;
}
.fixo .navbar-header .navbar-brand .logo {
    max-height: 35px;
}
.fixo ul.nav>li>a {
    font-size: 13px;
}

.btn-geral {
    font-size: 14px;
    color: #fff;
    display: table;
    background: #fb3c3a;
    padding: 7px 30px;
    border-radius: 50px;
    margin: 20px auto 0;
}
.btn-geral:hover {
    color: #fff;
    background: #101F40;
}
.size-responsive-img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
li.yrc-video.yrc-item-large.yrc-item-none.yrc-item.yrc-just-listed.yrc-full-scale.yrc-has-left {
    width: 100%!important;
}

header {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}

.topo {
    width: 100%;
    height: 35px;
}
.topo>div {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topo h4 {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.topo h4 span {
    margin: 0 10px;
}
.topo h4 .fa {
    color: #fff;
    margin-right: 5px;
}
.topo h4 a {
    color: #fff!important;
}

.navbar-default .conteudo {
    background: #101F40;
    border-radius: 50px;
    padding: 0 50px;
    width: 100%;
    height: 60px;
    webkit-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 8px 1px rgba(0,0,0,0.3);
    transition: .5s;
}
ul.nav,
.navbar-default,
.navbar-header .navbar-brand,
#bs-example-navbar-collapse-1 {
    height: 60px;
    transition: .5s;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    border: none;
    transition: .5s;
}
.navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    transition: .5s;
}
.navbar-header .navbar-brand .logo {
    max-height: 50px;
    transition: .5s;
}
#bs-example-navbar-collapse-1 {
    float: right;
    padding: 0;
    transition: .5s;
}
ul.nav {
    display: flex;
    align-items: center;
    transition: .5s;
}
ul.nav>li>a {
    font-size: 15px;
    font-weight: bold;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px 20px;
}
ul.nav>li>a:hover,
ul.nav>li>a:active,
ul.nav>li>a:focus,
ul.nav>li>a.active {
    color: #ec3237!important;
}
ul.nav>.redes-sociais {
    display: flex;
}
ul.nav>.redes-sociais a {
    font-size: 14px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #ec3237;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 5px;
    padding: 0!important;
}
ul.nav>.redes-sociais a:hover {
    background: #101F40;
}
ul.nav>.redes-sociais a .fa {
    color: #fff;
}
ul.nav .sub-menu {
    display: none;
    position: absolute;
    width: 170px;
    padding: 20px 10px 10px;
    background: #ec3237;
}
ul.nav .sub-menu>li {
    margin-bottom: 10px;
}
ul.nav .sub-menu>li>a {
    font-size: 14px;
    font-weight: bold;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px 0;
}
ul.nav .sub-menu>li>a:hover,
ul.nav .sub-menu>li>a:active,
ul.nav .sub-menu>li>a:focus,
ul.nav .sub-menu>li>a.active {
    color: #101F40!important;
}

.palestras {
    padding: 50px 0;
}
.palestras h1 {
    font-size: 28px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 40px;
}
.palestras .owl-carousel {
    padding: 0 40px;
}
.palestras img {
    transform: scale(1);
    transition: .5s;
}
.palestras a:hover img {
    transform: scale(1.05);
}
.palestras h2 {
    font-size: 24px!important;
    font-weight: bold!important;
    color: #fff!important;
    text-transform: uppercase!important;
    height: 80px!important;
    margin: 0 0 15px!important;
}
.palestras .owl-next,
.palestras .owl-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bebebe;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    transition: 1s;
}
.palestras .owl-next:hover,
.palestras .owl-prev:hover {
    background: #101F40;
}
.palestras .owl-next {
    right: 0;
}
.palestras .owl-prev {
    left: 0;
}
.palestras .owl-next .fa,
.palestras .owl-prev .fa {
    font-size: 22px;
    color: #fff;
}

.btn-outros {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: table;
    padding: 10px 60px;
    background: #101F40;
    border-radius: 50px;
    margin: 20px auto 0;
}
.btn-outros:hover {
    color: #fff;
    background: #000;
}

.depoimentos {
    padding: 50px 0;
    background: #ededed;
}
.depoimentos h1 {
    font-size: 28px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 40px;
}
.depoimentos .owl-carousel {
    padding: 0 60px;
}
.depoimentos img {
    width: 100%!important;
    height: 180px!important;
    border-radius: 20px;
    transform: scale(1);
    transition: .5s;
}
.depoimentos a:hover img {
    transform: scale(1.03);
}
.depoimentos h4 {
    font-size: 18px;
    font-weight: bold;
    color: #101F40;
    margin: 10px 0 0;
}
.depoimentos a.btn-geral {
    margin-top: 10px;
}
.depoimentos .owl-next,
.depoimentos .owl-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8198c9;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    transition: 1s;
}
.depoimentos .owl-next:hover,
.depoimentos .owl-prev:hover {
    background: #fb3c3a;
}
.depoimentos .owl-next {
    right: 0;
}
.depoimentos .owl-prev {
    left: 0;
}
.depoimentos .owl-next .fa,
.depoimentos .owl-prev .fa {
    font-size: 22px;
    color: #fff;
}

.instagram {
    padding: 50px 0;
}
.instagram h1,
.instagram h1>a {
    font-size: 28px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 40px;
}
.instagram .itens {
    display: flex;
}
.instagram .itens img {
    width: 20%;
    padding: 0 1px;
}

.perfil {
    height: 560px;
}
.perfil .item1 {
    width: 50%;
    height: 560px;
    display: flex;
    align-items: center;
    float: left;
    background: #101F40;
}
.perfil .item1 img {
    width: 90%;
    max-height: 500px;
    object-fit: contain;
    object-position: left;
}
.perfil .item2 {
    width: 50%;
    height: 560px;
    float: left;
    padding: 0 40px;
    background: #101F40;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.perfil h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 20px;
}
.perfil p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.livros {
    padding: 50px 0;
    background: #0b080f;
}
.livros h1 {
    font-size: 20px;
    font-weight: bold;
    color: #fbe3b9;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 30px;
}
.livros .owl-carousel {
    padding: 0 40px;
}
.livros img {
    height: 270px;
    object-fit: cover;
}
.livros .owl-next,
.livros .owl-prev {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8198c9;
    border-radius: 50px;
    position: absolute;
    top: 40%;
    transition: 1s;
}
.livros .owl-next:hover,
.livros .owl-prev:hover {
    background: #fb3c3a;
}
.livros .owl-next {
    right: 0;
}
.livros .owl-prev {
    left: 0;
}
.livros .owl-next .fa,
.livros .owl-prev .fa {
    font-size: 22px;
    color: #fff;
}

.contato {
    padding: 50px 0;
    background: #fb3c3a;
}
.contato h1 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 40px;
}
.contato input.form-control {
    height: 40px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: none;
}
.contato textarea.form-control {
    height: 130px;
    border-radius: 10px;
    border: none;
}
.contato button {
	font-size: 14px;
    font-weight: bold;
    color: #fb3c3a;
    display: table;
    background: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    border: none;
    margin: 20px auto 0;
}

.rodape {
    text-align: center;
    background: #101F40;
    padding: 50px 0;
}
.rodape h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0 0 20px;
}
.rodape h2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}
.rodape h4 {
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    margin: 20px 0;
}
.rodape h4 .fa {
    font-size: 18px;
    color: #fff;
    margin-right: 5px;
}
.rodape a {
    color: #fff!important;
}
.rodape .redes-sociais {
    display: flex;
    justify-content: center;
}
.rodape .redes-sociais a {
    font-size: 20px;
    color: #101F40;
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 10px;
}
.rodape .redes-sociais a:hover {
    background: #fff;
}
.rodape .redes-sociais a .fa {
    color: #101F40;
}

.titulo-interno {
    margin-top: 180px;
    margin-bottom: 50px;
}
.titulo-interno:before {
    content: "";
    width: 100%;
    height: 65px;
    background: #0b080f;
    display: block;
    position: absolute;
    top: 0;
}
.titulo-interno h1 {
    font-size: 30px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin: 0;
}
.titulo-interno h2 {
    font-size: 24px;
    font-weight: bold;
    color: #8198c9;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.perfil2 .item2 {
    text-align: center;
    background: transparent!important;
    padding: 0!important;
}
.perfil2 .redes-sociais {
    display: flex;
    justify-content: center;
}
.perfil2 .redes-sociais a {
    font-size: 30px;
    color: #101F40;
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 10px;
}
.perfil2 .redes-sociais a:hover {
    background: #101F40;
}
.perfil2 .redes-sociais a .fa {
    color: #101F40;
}

.palestras-lista {
    padding: 60px 0;
    background: #ededed;
}
.palestras-lista:nth-child(2n) {
    background: #dbdbdb;
}
.palestras-lista img {
    margin-bottom: 20px;
}
.palestras-lista h4 {
    font-size: 28px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    margin: 0;
}
.palestras-lista p {
    font-size: 18px;
    color: #0b080f;
    margin-bottom: 20px;
}
.palestras-lista a {
    margin: 20px 0 0;
}

.contrate label {
    font-size: 12px;
    color: #8198c9;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding-left: 20px;
}
.contrate input {
    height: 40px;
    border-radius: 50px;
}
.contrate textarea {
    border-radius: 50px;
}
.contrate button,
input.wpcf7-form-control.wpcf7-submit {
    font-size: 14px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    display: table;
    background: #84cf3c;
    float: right;
    padding: 10px 60px;
    border: none;
    border-radius: 50px;
    margin-top: 10px;
}
.contrate button:hover,
input.wpcf7-form-control.wpcf7-submit {
    background: #8198c9;
}


div.wpcf7-mail-sent-ok,
div.wpcf7-response-output {
    color: #fff!important;
}

.listagem {
    margin-bottom: 60px;
}
.listagem .item {
    border-bottom: 3px solid #dbdbdb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.listagem img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.listagem h2 {
    font-size: 20px;
    font-weight: bold;
    color: #101F40;
    margin: 10px 0 20px;
}
.listagem span {
    font-size: 12px;
    color: #8198c9;
    margin: 0;
}
.listagem a.btn-geral {
    padding: 10px 30px;
    margin: 0;
}

aside .banner {
    margin-bottom: 50px;
}
.perfil-sid {
    border-bottom: 2px solid #dbdbdb;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.perfil-sid img {
    margin-bottom: 20px;
}
.perfil-sid h4 {
    font-size: 24px;
    font-weight: bold;
    color: #8198c9;
    text-transform: uppercase;
    margin: 0 0 15px;
}
.perfil-sid h4:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #9e9e9e;
    display: block;
    margin-top: 5px;
}
.perfil-sid p {
    font-size: 18px;
    color: #0b080f;
    text-align: justify;
    margin: 0;
}
.palestras.perfil-sid,
.palestras.perfil-sid .owl-carousel {
    padding: 0;
}
.palestras.perfil-sid img {
    margin: 0;
}
.palestras.perfil-sid p {
    font-size: 15px;
    color: #fff;
}

.blog .item {
    margin-bottom: 30px;
}

.interna {
    padding: 60px 0;
    background: #ededed;
}
.blog-interna img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.blog-interna h2 {
    font-size: 40px;
    font-weight: bold;
    color: #101F40;
    text-transform: uppercase;
    margin: 10px 0 30px;
}
.blog-interna p {
    font-size: 18px;
    color: #0b080f;
    text-align: justify;
    margin-bottom: 20px;
}
.blog-interna span {
    font-size: 14px;
    color: #8198c9;
    margin: 0;
}

.youtube a,
.youtube a:hover {
    font-size: initial!important;
    text-transform: initial!important;
    background: transparent!important;
    display: table!important;
    padding: 0!important;
    border-radius: 0!important;
    margin: 0!important;
}

/* --- MOBILE --- */
@media (max-width: 767px) {
    .topo,
    .topo>div {
        height: 20px;
    }
    .topo h4 {
        font-size: 10px;
    }
    header {
	    position: relative;
	    background: #101F40;
	}
    .navbar-default .conteudo {
	    padding: 10px 0;
	    height: 34px;
	    margin-top: 0;
	    box-shadow: none;
	}
	.fixo .navbar-default .conteudo {
	    padding: 0 10px;
	}
    ul.nav,
    .navbar-default,
    .navbar-header .navbar-brand,
    #bs-example-navbar-collapse-1 {
        height: 34px;
    }
    .navbar-brand>img {
        width: 120px;
    }
    .navbar-default .navbar-toggle {
    	background-color: transparent;
	    border: none;
	    margin: 2px 0 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
        background: #101F40;
        z-index: 300;
        position: relative;
        min-height: 320px;
        height: 100%;
        padding: 10px 30px;
        width: 100%;
        margin: 0 auto;
        top: 0;
    }
    ul.nav>.redes-sociais {
        justify-content: center;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    .navbar-nav {
        width: 100%;
        height: auto!important;
        float: none;
        text-align: center;
        display: block!important;
        margin: 10px 0 0 0;
    }
    .navbar-nav>li>a {
        padding: 15px 10px!important;
    }
    .vitrine img {
        height: 200px;
        object-fit: cover;
    }
    .palestras,
    .depoimentos,
    .instagram,
    .livros {
        padding: 30px 0;
    }
    .palestras h1,
    .depoimentos h1,
    .instagram h1,
    .contato h1 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .owl-carousel {
        padding: 0!important;
    }
    .owl-nav {
        display: none;
    }
    .depoimentos h4 {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .depoimentos p {
        font-size: 15px;
    }
    .perfil {
        height: auto;
    }
    .perfil .item1 {
        width: 100%;
        height: auto;
        float: none;
        padding: 10px 0;
    }
    .perfil .item1 img {
		width: 60%;
        height: auto;
    }
    .perfil .item2 {
        width: 100%;
        height: auto;
        float: none;
        padding: 20px 15px;
    }
    .perfil h1,
    .instagram h1,
    .instagram h1>a {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .perfil p {
        font-size: 14px;
    }
    .livros h1 {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 0 0 20px;
    }
    .livros img {
        height: 200px;
    }
    .rodape {
        text-align: center;
        padding: 30px 5px;
    }
    .rodape h2 {
font-size: 10px;
    letter-spacing: 3px;
    }
    .rodape h4 {
    font-size: 12px;
    margin: 20px 0;
    }
    .rodape h4 .fa {
        font-size: 16px;
    }
    footer img {
        height: 150px;
        object-fit: cover;
    }
    .titulo-interno {
        margin-top: 70px;
        margin-bottom: 30px;
    }
    .titulo-interno:before {
        height: 24px;
    }
    .titulo-interno h1 {
        font-size: 20px;
        letter-spacing: 4px;
        margin: 0 0 20px;
    }
    .titulo-interno h2 {
        font-size: 16px;
        margin: 0 0 0;
    }
    .btn-geral {
        text-align: center;
        width: 100%;
        padding: 10px;
        margin-bottom: 20px!important;
    }
    .palestras-lista h4 {
        font-size: 20px;
    }
    .palestras-lista p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .listagem img {
        margin-bottom: 10px;
    }
    .owl-palestra .owl-dots {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        margin-top: 20px;
    }
    .owl-palestra .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .owl-palestra .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }
    .owl-palestra .owl-dots .owl-dot.active span,
    .owl-palestra .owl-dots .owl-dot:hover span {
        background: #869791;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-header img {
        width: 120px;
    }
    ul.nav>li>a {
        font-size: 12px;
        padding: 10px 5px;
    }
    .vitrine img {
        height: 475px;
        object-fit: cover;
    }
    .perfil h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .perfil p {
        font-size: 16px;
    }
    .perfil .item2 {
        padding: 0 10px;
    }
}
@media (min-width: 1100px) and (max-width: 1500px) {
    .topo,
    .topo>div {
        height: 35px;
    }
    .topo h4 {
        font-size: 14px;
    }
    ul.nav,
    .navbar-default,
    .navbar-header .navbar-brand,
    #bs-example-navbar-collapse-1,
    .navbar-default .conteudo {
        height: 60px;
    }
}
.sfsiplus_footerLnk {
    display: none;
}

li.yrc-video.yrc-item-large.yrc-item-open.yrc-item.yrc-just-listed.yrc-full-scale.yrc-has-left {
    width: 100%!important;
    text-align: center!important;
}
a.yrc-video-link.pb-block {
    width: 100%!important;
}
.yrc-thumb img {
    width: 100%!important;
    height: auto!important;
}