/* reset rafael monroe */

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
    font-size: 100%;
    list-style: none;
    line-height: 1;
    outline: 0px;
    background: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* global class */

.on {
    display: block;
}

.off {
    display: none;
}

.cl {
    clear: both;
}

.container {
    position: relative;
    left: 50%;
    float: left;
    width: 1000px;
    height: auto;
    margin-left: -500px;
}


/* base */

a {
    text-decoration: none;
    transition: all .5s ease;
}

body {
    background-color: #fff;
    font: normal 12px 'Lato', sans-serif;
    overflow-x: hidden;
}

input,
textarea {
    font: normal 12px 'Lato', sans-serif;
}


/* header */

#header {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 2px solid #016379;
}

#header h1 {
    float: left;
    width: 100%;
    height: auto;
    text-indent: -9999em;
}

#header h1 a {
    display: block;
    width: 336px;
    height: 125px;
    margin: 30px auto;
    background: #fff url('images/header-logo.png') no-repeat;
}

#header nav {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

#header nav li {
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-transform: uppercase;
}

#header nav li a {
    /*display: block;*/
    width: auto;
    padding: 10px 10px;
    color: #333;
}

#header nav li a:hover {
    background-color: #0f93a8;
    color: #fff;
}

#header nav li a.active {
    background-color: #0c6b7a;
    color: #fff;
    font-weight: 600;
}

#header nav li a.ead {
    background: #0294B5 url('images/ead.png') 8px 12px no-repeat;
    color: #fff;
    font-weight: 600;
    background-size: 25px !important;
    width: 100%;
    text-indent: 16px;
    padding-left: 40px;
}

#header nav li a.ead.active {
    background: #0C6B7A url('images/ead.png') 8px 12px no-repeat;
}


/* banner */

#banner {
    position: relative;
    float: left;
    width: 100%;
    height: 370px;
    margin-bottom: 30px;
    background-color: #0c6b7a;
}

#banner ul {
    float: left;
    width: 100%;
    height: 100%;
}

#banner ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 370px;
    background-size: cover;
    background-position: center center;
}

#banner ul li article {
    position: absolute;
    top: 150%;
    right: 50%;
    width: 425px;
    height: auto;
    margin-right: -500px;
    text-align: right;
    transform: translate(0%, -50%);
}

#banner ul li article h2 {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
    background-color: rgba(51, 51, 51, .7);
    color: #d6e760;
    font-size: 26px;
    font-weight: 600;
}

#banner ul li article p {
    display: inline-block;
    width: 100%;
    margin: 2px 0px 7px 0px;
    padding: 15px 20px;
    background-color: rgba(51, 51, 51, .7);
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

#banner ul li article span {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
}

#banner ul li article span a {
    display: block;
    width: auto;
    padding: 15px 30px;
    background-color: #d6e760;
    color: #333;
    font-weight: 600;
}

#banner ul li article span a:hover {
    background-color: rgb(51, 51, 51);
    color: #fff;
}

#banner .owl-pagination {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    height: auto;
    text-align: center;
}

#banner .owl-pagination .owl-page {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0px 4px;
    background-color: #656565;
    border-radius: 11px;
}

#banner .owl-pagination .owl-page.active {
    background-color: #d6e760;
}


/* home -> list */

#home-list {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #016379;
}

#home-list h2 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    color: #0294B5;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

#home-list p {
    float: left;
    width: 70%;
    height: auto;
    margin: 0px 15% 30px 15%;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
}

#home-list ul {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

#home-list ul li {
    display: inline-block;
    width: 28%;
    height: auto;
    margin: 0px 2.5%;
    vertical-align: top;
    text-align: center;
}

#home-list ul li a {
    display: block;
    width: 100%;
    height: auto;
}

#home-list ul li figure {
    display: block;
    width: 228px;
    height: 228px;
    margin: 0px auto 20px auto;
    border-radius: 228px;
    background-color: #0E8599;
    overflow: hidden;
}

#home-list ul li figure img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 228px;
    transition: all .5s ease;
}

#home-list ul li h3 {
    display: block;
    width: 100%;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    color: #0E8599;
}

#home-list ul li span {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    font-size: 15px;
    line-height: 20px;
    color: #333;
}

#home-list ul li small {
    display: block;
    width: 90px;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px;
    background-color: #0294b5;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    transition: all .5s ease;
}

#home-list .container::after {
    position: absolute;
    bottom: -40px;
    right: 0px;
    width: 450px;
    height: 6px;
    background-color: rgb(214, 231, 96);
    content: '';
}

#home-list ul li:hover figure img {
    opacity: .3;
}

#home-list ul li:hover small {
    background-color: #68bbce;
}


/* home -> info */

#home-info {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#home-info #post {
    float: left;
    width: 48%;
    height: auto;
}

#home-info #post figure {
    float: left;
    width: 100%;
    height: auto;
}

#home-info #post figure img {
    float: left;
    width: 100%;
    height: auto;
}

#home-info #post h2 {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0px 10px 0px;
    font-size: 30px;
    font-weight: 800;
    color: #0E8599;
}

#home-info #post p {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
}

#home-info #post span {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

#home-info #post span a {
    float: right;
    width: auto;
    height: auto;
    padding: 10px 15px;
    background-color: #0294b5;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

#home-info #post span a:hover {
    background-color: #68bbce;
}

#home-info #video {
    float: left;
    width: 48%;
    height: auto;
    margin-left: 4%;
}

#home-info #video #video-frame {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 37px;
    background: transparent url('images/home-video.png') no-repeat bottom center;
    background-size: contain;
}

#home-info #video #video-frame iframe {
    float: left;
    width: 100%;
    height: 315px;
    border-radius: 10px;
}

#home-info #video span {
    float: right;
    width: auto;
    margin: -11px 0px 0px 20px;
}

#home-info #video span a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 15px;
    background-color: #0294b5;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

#home-info #video span:first-of-type a {
    background-color: #016379;
}

#home-info #video span a:hover {
    background-color: #68bbce;
}

.ul ::after {
    background-color: rgb(214, 231, 96);
    bottom: 100px;
    content: "";
    height: 6px;
    left: 0;
    width: 450px;
}


/* line */

.line {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0px;
    border-bottom: 2px solid #016379;
}

.line2 .container::after {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 450px;
    height: 6px;
    background-color: rgb(214, 231, 96);
    content: '';
}

.line .container::after {
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 450px;
    height: 6px;
    background-color: rgb(214, 231, 96);
    content: '';
}

.line article {
    float: left;
    width: 100%;
    height: auto;
}

.line h2 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #0F93A8;
    font-weight: 800;
}

.line h3 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    color: #0F93A8;
    font-weight: 800;
}

.line p {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.line p strong {
    font-weight: 600;
}

.line-o-nucleo .container {
    background: #fff url('images/sobre-nce.png') no-repeat right center;
}

.line-missao .container {
    background: #fff url('images/sobre-missao.png') no-repeat right center;
}

.line-mid article {
    width: 50%;
}

.line-questoes p big {
    float: left;
    width: auto;
    margin-top: 30px;
    font-size: 60px;
    font-weight: 800;
    color: #0F93A8;
}

.line-questoes p small {
    float: left;
    width: auto;
    margin: 33px 0px 0px 20px;
    padding: 15px 30px 17px 30px;
    background-color: #0F93A8;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.line-questoes nav {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0px;
}

.line-questoes nav li {
    float: left;
    width: 70%;
    height: auto;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.line-questoes nav li::before {
    float: left;
    width: 20px;
    height: 20px;
    margin: 1px 15px 0px 0px;
    background-color: #0F93A8;
    content: '';
}

.line-quem-somos nav {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

.line-quem-somos nav li {
    display: inline-block;
    width: 200px;
    height: auto;
}

.line-quem-somos nav li a {
    display: block;
    width: 100%;
    height: auto;
}

.line-quem-somos nav li figure {
    float: left;
    width: 186px;
    height: 186px;
    margin-bottom: 20px;
    background-color: rgba(15, 147, 168, 0.61);
    border-radius: 186px;
}

.line-quem-somos nav li figure img {
    float: left;
    width: 186px;
    height: 186px;
    margin-bottom: 20px;
    object-fit: cover;
    border-radius: 186px;
    transition: all .5s ease;
}

.line-quem-somos nav li h3 {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.line-quem-somos nav li strong {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}

.line-quem-somos nav li:hover figure img {
    opacity: .3;
}

.todos-depoimentos {
    float: left;
    width: 100%;
    height: auto;
    margin: 30px 0px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.todos-depoimentos a {
    display: block;
    width: 1000px;
    height: auto;
    margin: 0px auto;
    padding: 20px 0px;
    font-weight: 600;
    border: 2px solid #0F93A8;
    color: #0F93A8;
}

.todos-depoimentos a:hover {
    background-color: #0F93A8;
    color: #fff;
}


/* page */

.page {
    float: left;
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.page h2 {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    color: #0F93A8;
    font-weight: 800;
}

.page h3 {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #0F93A8;
    font-weight: 800;
}

.page p {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.page p strong {
    font-weight: 600;
}

.page ul.list {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-left: 10px;
}

.page ul li {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    /*font-weight: 600;*/
}

.page ul li strong {
    font-weight: 600;
}

.page ul.list li:before {
    float: left;
    width: 5px;
    height: 5px;
    margin: 8px 10px 0px 5px;
    border-radius: 5px;
    background-color: #333;
    content: '';
}

.page ul.videos {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}

.page ul.videos li {
    display: inline-block;
    width: 47%;
    height: auto;
    margin: 0px 1%;
    padding-bottom: 37px;
    background: transparent url('images/home-video.png') no-repeat bottom center;
    background-size: contain;
}

.page ul.videos li iframe {
    float: left;
    width: 100%;
    height: 315px;
}

.page ul.galeria {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

.page ul.galeria .owl-item {
    border-top: 2px solid #016379;
    border-bottom: 2px solid #016379;
}

.page ul.galeria li {
    float: left;
    width: auto;
    height: 186px;
}

.page ul.galeria li img {
    float: left;
    width: auto;
    height: 100%;
}

.page img.clientes {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.page .alignleft {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 15px;
}

.page .alignright {
    float: right;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 15px;
}

.page .aligncenter {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 15px auto;
}


/* page -> links */

.page ul.links {
    float: left;
    width: 100%;
    height: auto;
    margin: 20px 0px;
    text-align: center;
}

.page ul.links li {
    display: inline-block;
    width: auto;
    margin: 0px 7px;
}

.page ul.links li a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 25px;
    background-color: #0294b5;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.link-publicacao li {
    float: left;
    width: 20% !important;
    height: 60px !important;
    margin: 20px 25px !important;
    background-color: #0294b5;
}

.link-publicacao li a {
    text-align: center;
    background-color: transparent !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.page ul.links li a:hover {
    background-color: #68bbce;
    color: #fff;
}


/* page -> video */

.page-video {
    border-top: 2px solid #016379;
    border-bottom: 2px solid #016379;
}

.page-video iframe {
    display: block;
    width: 620px;
    height: 360px;
    margin: 0px auto;
    padding-bottom: 45px;
    background: transparent url('images/home-video.png') no-repeat bottom center;
    background-size: contain;
    border-radius: 10px;
    overflow: hidden;
}


/* page -> cursos */

.page-cursos h2 {
    margin-bottom: 30px;
    text-align: center;
}

.page-cursos img {
    display: block;
    width: auto;
    margin: 0px auto 30px auto;
}


/* page -> publicacoes */

.page-publicacoes ul.links {
    text-align: left;
}

.page-publicacoes ul.links li {
    margin-bottom: 20px;
}


/* page -> contato */

.page-contato .left {
    float: Left;
    width: 45%;
    height: auto;
    margin: 0px 4% 30px 0px;
}

.page-contato .left p {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
}

.page-contato .left address {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.page-contato .left address a {
    color: #666;
    font-weight: bold;
}

.page-contato .left address p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.page-contato .right {
    float: left;
    width: 50%;
    height: auto;
    margin: 0px 0px 30px 0px;
}

.page-contato .right fieldset {
    float: left;
    width: 100%;
    height: auto;
}

.page-contato .right fieldset br {
    display: none;
}

.page-contato .right fieldset label {
    float: left;
    width: 100%;
    height: auto;
}

.page-contato .right fieldset label input.txt {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 8px 15px 10px 15px;
    border: 1px solid #016379;
    font-size: 16px;
}

.page-contato .right fieldset label textarea {
    float: left;
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    padding: 8px 15px 10px 15px;
    border: 1px solid #016379;
    font-size: 16px;
}

.page-contato .right fieldset label input.sbt {
    float: right;
    width: auto;
    padding: 12px 30px;
    background-color: #0c6b7a;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.map h3 {
    padding-bottom: 20px;
    border-bottom: 2px solid #0F93A8;
}

.map iframe {
    float: left;
    width: 100%;
    height: 300px;
}

div.wpcf7-response-output {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: none !important;
}

span.wpcf7-not-valid-tip {
    float: left;
    width: 100%;
    height: auto;
    margin: -5px 0px 20px 0px;
    font-size: 14px;
}


/* footer */

#footer {
    float: left;
    width: 100%;
    height: 44px;
    background-color: #016379;
}

#footer span {
    float: left;
    width: auto;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#footer small {
    float: right;
    width: 30px;
    height: 44px;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}

#footer small a {
    display: block;
    width: 30px;
    height: 44px;
}

#footer small.facebook {
    background-image: url('images/footer-facebook.png');
    zoom: .9;
}

#footer small.linkedin {
    background-image: url('images/footer-linkedin.png');
    zoom: .95;
}


/*novos*/

.page-depoimento img {
    width: 30% !important;
}

.page-depoimento p {
    float: left;
}

.page-depoimento ul li em {
    color: #0294B5;
    font-weight: bold;
}


/*NOVOS*/

#header sup {
    float: left;
    width: 20%;
    display: none;
    background: url('images/menu.png') center center no-repeat;
    height: 40px;
    margin: 29px 0px;
    background-size: contain;
    text-indent: -99999em;
}

.sweet-alert p iframe {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.cursos-conceituais {
    float: left;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0px 1px 39px -16px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(197, 195, 195, 1);
    background-image: url('images/apple_box.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    padding: 30px;
}

.cursos-conceituais h2 {
    text-align: center;
}

.cursos-conceituais ul {
    float: left;
    width: 100%;
    height: 95px;
}

.cursos-conceituais ul li {
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0px 1px 1px -31px rgba(0, 0, 0, 0.6);
    background: rgba(1, 99, 121, 1) url('images/shiny1button_bg.png') 50% 50% repeat-x;
    border: solid rgba(250, 250, 250, 1) 2px;
    float: left;
    width: 20%;
    height: 80px;
    margin: 0px 23px;
}

.cursos-conceituais ul li h1 {
    color: #FAFAFA;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
}

.cursos-conceituais ul li strong {
    position: relative;
    top: 40px;
    float: left;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #000;
}

.page-cursos select {
    float: right;
    /*width: 200px;*/
    background-color: #0294b5;
    margin-right: 2.5%;
    border-radius: 0px;
    height: 50px;
    font-size: 20px;
    color: #ffffffef;
}

.sweet-alert .item-plan {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    background: #fff;
    height: auto;
    width: 100%;
    margin: 0px 2.5%;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    position: relative;
    float: left;
}

.sweet-alert .owl-item {
    width: 235px !important;
    margin-top: 30px;
    display: inline-block;
    height: 340px;
    vertical-align: top;
    margin: 15px;
    animation: .5s;
    transition: .5s;
}

.sweet-alert .owl-item.hover {
    opacity: .5;
}

.sweet-alert .owl-item.hover.act {
    opacity: 1;
}

.sweet-alert .item-course a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.sweet-alert .item-course a .mais {
    display: none;
}

.sweet-alert .img {
    display: block;
    text-align: center;
    position: relative;
}

.sweet-alert .titulo {
    font-size: 18px;
    text-align: center;
    color: #333;
    display: block;
    padding: 10px 10px 0;
    overflow: hidden;
    height: 60px;
    width: 100%;
    position: relative;
}

.sweet-alert .subtitulo {
    font-size: 14px;
    color: #aaa;
    display: block;
    padding: 4px 0;
    text-align: center;
    margin: 0 auto;
}

.sweet-alert .preco {
    color: #009966;
    font-size: 26px;
    display: block;
    text-align: center;
}

.sweet-alert .parcele {
    font-size: 12px;
    text-align: center;
    display: block;
    color: #999;
    padding: 0 0 10px 0;
}

.sweet-alert .comprar {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    display: block;
    background: #B3C833;
    padding: 8px 10px;
    border-radius: 2px;
    border-bottom: 2px #B3C833 solid;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*RESPONSIVE BY JOAO*/

@media (max-width:1000px) {

    /* container */
    .container {
        width: 90%;
        left: 0px;
        margin: 0 20px;
    }

    /* header */
    #header {
        position: fixed;
        z-index: 9999;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100px;
        background-color: #fff;
    }

    #header h1 {
        width: 80%;
    }

    #header h1 a {
        float: left;
        width: 100%;
        background-size: contain;
        height: 65px;
        margin: 18px auto;
    }

    #header sup {
        display: block;
    }

    #header nav {
        float: left;
        text-align: left;
        position: fixed;
        top: 100px;
        width: 273px;
        right: -280px;
        height: 100%;
        animation: all .7s;
        transition: all .7s;
        background-color: #efefef;
    }

    #header nav li {
        float: left;
        width: 100%;
        margin: 0px 5px;
        border-bottom: 1px solid #fff;
        line-height: 45px;
    }

    .slide-page {
        animation: all .5s;
        transition: all .5s;
        position: relative;
        left: 0px;
    }

    .slided_body {
        left: -273px;
    }

    .slided_body #header nav {
        right: 0px;
    }

    /*home*/
    #home-list p,
    #home-info #post,
    #home-info #video {
        margin: 0px;
        width: 100%;
    }

    #home-info #video {
        margin-top: 20px;
    }

    #home-info #video span {
        float: left;
        width: 40%;
        margin: 0px 5%;
        text-align: center;
    }

    #home-list ul li {
        float: left;
        width: 100%;
        margin: 50px 0;
    }

    .slide-page {
        margin-top: 100px;
    }

    #banner ul li article {
        width: 100%;
        margin: 0px;
        right: 0px;
    }

    .line-mid article {
        width: 100%;
    }

    .line-questoes p small {
        width: 100%;
        margin: 33px 0px 0px 0px;
    }

    .line-questoes nav li {
        width: 100%;
    }

    .todos-depoimentos {
        width: 100%;
    }

    .todos-depoimentos a {
        float: left;
        width: 80%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .page ul li {
        width: 100% !important;
    }

    .page ul.videos li {
        width: 97%;
    }

    .page ul.galeria li img {
        width: 100% !important;
        height: auto;
    }

    .page p {
        text-align: justify;
    }

    .page p iframe {
        width: 100%;
    }

    .page ul.links li {
        margin: 0px;
    }

    .page ul.links li a {
        margin: 2px 0px;
    }

    .page-video iframe,
    .page-cursos img {
        width: 100%;
    }

    .page-publicacoes ul.links li {
        margin: 5px 0px !important;
    }

    .page-contato .left,
    .page-contato .right {
        width: 100%;
        margin: 0px;
    }

    .cursos-conceituais {
        height: 745px;
    }

    .cursos-conceituais ul li {
        margin: 0 0 75px 0px;
    }

    .sweet-alert {
        height: 90% !important;
        overflow-y: auto !important;
    }

    #cert_1 h2 {
        text-align: center !important;
    }

    #cert_1 div {
        flex-direction: column !important;
    }

    #cert_1 div div {
        width: auto !important;
    }

    #cert_2 div {
        flex-direction: column !important;
    }

    #cert_2 div div {
        width: auto !important;
    }
}

.header_menu {
    width: 100%;
    left: inherit;
    margin: auto;
}

@media (max-width:1070px) {
    #header nav li {
        font-size: 12px;
    }
}