/*
Theme Name: Dualis Edu
Theme URI: http://akun.com.br
Author: Andrew Kuhn - Joomla Studio
Author URI: http://akun.com.br
Description: Tema para o site da Dualis Edu
Version: 3.0
Tags: Teacher Wagner, professor, joomlastudio

*/


@import url('https://fonts.googleapis.com/css?family=Ubuntu:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Exo 2:200,300,400,500,600,700');




/* =General
-------------------------------------------------------------- */

body {
    -moz-transition: left .25s ease-in-out;
    -webkit-transition: left .25s ease-in-out;
    transition: left .25s ease-in-out;
    position: relative;
    left: 0;
    color: #333;
    font-family: "Exo 2", sans-serif;

    background: #fff;
    line-height: 1.618;
    font-size: x-small;
    font-weight: 400;
    letter-spacing: 0.05em;
}

input,
textarea,
select,
button {
    font-size: 1em;
}
label {
    display: block;
}



ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;

}

a:hover {
    color: #0B2942;
    font-weight: bold;
    transition: color 0.2s ease-in;
}



p {
    font-size: 1.5em;
}

li {
    padding-top: 0.5em;
    list-style: none;
    font-size: 1.7em;
    padding-left: 3em;
}



iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

input {
    outline: none;
}


h2 {
    font-size: 2.5rem;
    font-weight: 400;
    color: #323232;
}
h3 {
    font-size: 1.5rem;
}
h2.verde {
    text-transform: uppercase;
    color: #65c3a3;

}

.js-quinto {
    width: 20%;
    float: left;
    display: block;
}

.js-fill {
    background: #45f973;
    text-transform: uppercase;
    font-weight: 600;
}

.js-fill:hover {
    color: #fff !important;
    background: #45f973 !important;
}

.js-fill:before {
    content: "";
    position: absolute;
    background: #e71a65;
    bottom: 50%;
    left: 50%;
    right: 50%;
    top: 50%;
    z-index: 0;
    transition: top 0.2s ease-in, left 0.2s ease-in, right 0.2s ease-in, bottom 0.2s ease-in, opacity 0.3s ease-in;
    opacity: 0;
}

.js-fill:hover:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}


.js-fill > * {
    position: relative;
    z-index: 1;
    font-weight: 600;
    text-transform: uppercase;
}

.fade:before {
    content: "→";
    position: absolute;
    color: #383736;
    left: 88%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
}


.fade:hover:before {
    left: 91%;
    opacity: 1;
}

.fade:hover {
    border: 0px #fff solid;
    -webkit-transform: scale(1.04, 1.04);
    -webkit-transition: border 0.3s ease-out;
    -webkit-transition: transform 250ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
}

.botaoTransparente,
.botaoPadrao {
    font-size: 1.4em;
    text-transform: uppercase;
    padding: 0.9em 3em;
    min-width: 20%;
    margin: 1em auto 1.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
    border: 3px solid #890013;
    transition: all 0.2s ease-in;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
}

.botaoTransparente:hover,
.botaoPadrao:hover {
    background-color: #890013;
    color: #fff;
}

h2.titulo {
    color: #0B2942;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 4em;
    letter-spacing: 0.05em;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;

}

h1 {
    font-size: 5em;
    margin: 0;
    color: #fff;
    line-height: 1;
}

h2 {
    font-family: Merriweather;
}

h2.tituloSecao {
    text-align: center;
    padding: 2em 0;
    font-size: 3.5em;
}


h2.tituloTexto {
    position: relative;
    padding-bottom: 0.3em;
    margin-bottom: 1em;
    padding-top: 0;
    margin-top: 0;
}

h2.tituloTexto:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #0B2942;
    position: absolute;
    left: 0;
    bottom: 0;
}

.conteudo {
    padding: 4em 0;
}

.breadcrumb_last {
    font-size: 4em;
    display: block;
}

/* =Header
-------------------------------------------------------------- */

header {}

header h1 {
    margin: 0;
}

header .esquerda {}

header #barraInfo {
    background: #0B2942;
    font-size: 1.4em;
    padding: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

header #barraInfo .nsl-container-buttons {
    flex-direction: row;
}

header #barraInfo .nsl-container-buttons a {
    margin-right: 10px;
}

header #barraInfo a {
    color: #fff;
}

header #barraInfo a:hover {
    color: #c91321;

}

header #barraMenu {
    padding: 1em;
    display: flex;
    align-items: center;

    box-shadow: 0px 0px 16px #0000001c;
}

header #barraInfo .sociaisTopo {}

header #barraInfo .sociaisTopo a {
    font-size: 1.3em;
    padding: 0 0.3em;
    display: inline-block;
    font-weight: 300;
    vertical-align: middle;
    transition: all 0.3s ease-in;
}

header #barraInfo .sociaisTopo a:hover {}

header #barraInfo .sociaisTopo a span {
    padding-left: 0.4em;
    vertical-align: top;
    display: inline-block;
}

header .js-third .loginCustomizado {
    float: right;
}


header span {
    vertical-align: middle;
}

#breadcrumbs {
    text-align: center;
    color: #fff;
    background: #890013;
    padding: 4em 0;
    font-family: Merriweather;
}

#breadcrumbs a {
    color: #fff;
    transition: all 0.3s ease-in;
}

#breadcrumbs a:hover {
    background: #0B2942;
}

.loginCustomizado a.linkDeslogar {
    background: #890013;
    display: block;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3em;
    text-align: center;
    padding: 0.3em 2em;
    margin: 0 auto;
    margin-top: 9px;
    margin-right: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

/* =homeSlideshow
-------------------------------------------------------------- */
#homeSlideshow .slide {
    position: relative;
    margin-bottom: 0;
    height: 50vh;
    overflow: hidden;
}

#homeSlideshow .image-bg {
    background: url('https://dualisedu.com/wp-content/themes/teacherwagner/library/images/slideshow_bg2.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    animation: 100s ease 0s normal none infinite;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1
}
#homeSlideshow .texto { 
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 5%;
    width: 50%;
    transform: translateY(-50%);
    font-size: 1.7em;
}
#homeSlideshow .texto *{
    text-shadow: 2px 2px 3px black;
    color: #fff;
}
#homeSlideshow .texto h2{
    font-weight: bold;
}

@keyframes back_animation {
    0% {
        top: 0;
    }

    20% {}

    40% {}

    50% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

#homeSlideshow .image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    text-align: center;
    width: calc(100% - 20px);
}

#homeSlideshow h1 {
    color: #fff;
    font-size: 4em;
    font-weight: 300;
}

#homeSlideshow h2 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 2em;
    font-weight: 300;
}

#homeSlideshow .image-overlay {
    background-color: rgba(33, 39, 57, 0.5);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: repeat;
    z-index: 2;
    bottom: 0;
}

#botaoWhatsapp {
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 1.4em;
    font-weight: bold;
    background: #25d366;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

#botaoWhatsapp svg {
    vertical-align: middle;
    padding-right: 10px;
}


/* =homeFlashCards
-------------------------------------------------------------- */
#homeFlashCards {
    padding-top: 50px;
}

.card.flashcard {
    min-height: 201px;
    text-align: center;
}

.card.flashcard img {
    display: block;
    width: 100%;
}
.containerFlashCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.containerFlashCards a {
    width: 300px;
    margin: 10px;
}
div.flashcard {
    padding: 6px;
}



/* =Single atividades
-------------------------------------------------------------- */

#atividades .js-third {}

.categoriaContainer {
    display: flex;
    flex-wrap: wrap;
}

.categoriaContainer .js-third {
    min-height: 150px;
    margin: 1em 0;
}

.containerVermelho {
    border-bottom: 2px solid rgba(184, 9, 36, 0.8);
    text-align: center;
    transition: 0.5s all ease-in;
    font-size: 1.5em;
    height: 100%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.containerVermelho:hover {
    border-color: rgba(0, 43, 94, 0.8);
    background: rgba(0, 43, 94, 0.8);
    color: #fff;
}

.containerVermelho a {
    padding: 2em 3em;
    display: block;
    width: 100%;

}

.containerVermelho:hover a {
    color: #fff;
}

#atividades .containerBusca {
    position: absolute;
    top: 8%;
    left: 30%;
    height: 12%;
    right: 9%;
}

#atividades .containerQuadro {
    position: absolute;
    left: 29%;
    top: 20%;
    overflow-y: scroll;
    overflow-x: hidden;
    bottom: 31%;
    right: 6.5%;
    text-align: left;
}


/* Let's get this party started */
::-webkit-scrollbar-thumb:hover {
    background: rgba(137, 0, 19, 1);
}

::-webkit-scrollbar {
    width: 15px;
    cursor: pointer !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
    cursor: pointer;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(137, 0, 19, 0.9);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(137, 0, 19, 0.4);
}

#labelBusca {
    display: inline-block;
    width: 23%;
    cursor: pointer;
    font-size: 3.5em;
    color: #fff;
    vertical-align: bottom;
    line-height: 1;

}

#campoBusca {
    width: 76%;
    vertical-align: middle;
    background: none;
    border: none;
    border-bottom: 4px solid white;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 3em;
    line-height: 1;
}

.paginaQuadro .containerItem {
    text-align: center;
    color: #000;
    transition: 0.5s color ease-in;
    font-size: 1.5em;
    text-transform: capitalize;
    position: relative;
    border-radius: 5px;
    background: none;
    background-size: 200% 100%;
    background-position: left bottom;
}

.paginaQuadro h3 {
    margin: 0;
    line-height: 1.1;
    font-size: 2.3em;
    color: #ffffff;
    padding: 0.2em 0em;
    background: none;
    transition: background 0.2s ease-in;
    background: linear-gradient(to left, transparent 50%, rgba(13, 45, 98, 0.4) 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border-radius: 1em;
    margin: 0.2em auto;
}

.paginaQuadro .containerItem h3:hover {
    background-position: left bottom;

}

.paginaQuadro .containerItem h4 {
    margin: 0;
    color: #fff;
    line-height: 1.3;
}

.paginaQuadro .containerItem .rodapeQuadro {
    right: 2%;
    bottom: 0%;
    text-align: right;
}

.paginaQuadro .categoriaContainer img {}

.paginaQuadro .containerItem a {
    padding: 0;
    display: block;
    width: 100%;
}

.paginaQuadro .containerVermelho h4.tipo {
    font-size: 1.3em;
}

.paginaQuadro .containerVermelho h4.escolaridade {
    font-size: 1em;
}

.paginaQuadro .containerVermelho:hover {
    background-color: none;
    color: #000;
}

.containerVermelho a {
    padding: 2em 3em;
    display: block;
    width: 100%;

}

.containerConteudos > .js-row {
    padding: 0.5em 1em;
    vertical-align: middle;
}

.containerConteudos > .js-row:nth-child(even) {
    background: #f2f2f2;
}

.containerConteudos > .js-row.tituloConteudos {
    background: #0B2942;
    text-align: center;
}

.containerConteudos > .js-row.tituloConteudos h3 {
    font-size: 3em;
    color: #fff;
}

.containerConteudos span {
    margin: 0;
    display: block;
    font-size: 1.8em;
    color: #000;

}

.containerConteudos a {
    transition: background 0.3s ease-in;
    font-size: 1.8em;
    background: #890013;
    padding: 0.3em 0.5em;
    color: #fff;
    width: 46%;
    margin: 0 1%;
}

.containerConteudos a:hover {
    background: #0B2942;

}

.linkBaixar {
    text-align: center;
    display: inline-block;
}

.linkVisualizar,
.linkFechar {
    text-align: center;

    padding-left: 1em;
    display: none
}

.linkFechar {
    display: none;
}

.linkVisualizar.visible,
.linkFechar.visible {
    display: inline-block;
}

.visualizarItem {
    display: none;
}

.visualizarItem.visible {
    display: block;
}




.strong-form label {
    font-weight: 700;
    font-size: 1.5em;
}

.wpmtst-submit label {
    font-size: 1em;
}

/* =Main Navigation
-------------------------------------------------------------- */

#mobile-menu {}

#mobile-menu i {
    font-size: 0.8em;
}



#site-navigation {
    z-index: 300;
    color: #fff;
    width: 100%;
}

#site-navigation.show {
    opacity: 1;
    visibility: visible;
}

#site-navigation .bg {
    background: #0d8fd1;
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: 301;
    right: 0;
    left: 0;
    bottom: 0;
}

#site-navigation #menu {
    position: relative;
    z-index: 302;
}

#site-navigation .js-third {
    width: 32%;
    background: #fff;
    margin: 0.2%;
    text-align: center;
    padding: 1em;
}

#site-navigation .js-third p {
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.4;
}

#site-navigation .js-third p span {
    display: block;
    font-size: 1.4em;

}

#site-navigation ul {
    text-align: right;
}

#site-navigation li {

    transition: all 0.5s ease-in;
    padding: 0;
    text-align: center;
    color: #2d2e2e;
    display: inline-block;
}

#site-navigation li:hover {
    color: #0B2942;
}

#site-navigation li a {
    padding: 0.8em;
    display: block;
}

#site-navigation .loginCustomizado {
    display: none;
}

/* =Mobile Navigation
-------------------------------------------------------------- */

#mobile-menu {}

#mobile-menu a {}

#mobile-menu a:hover {
    background-color: #fff;
    color: #000;
}

#mobile-menu a.left-menu {
    margin: 0 5px 0 0;
    display: block;
}


/* =Blog
-------------------------------------------------------------- */

/* =homeContato
-------------------------------------------------------------- */


/* =Footer
-------------------------------------------------------------- */

footer {

    line-height: 1.3;
    font-weight: 400;
    margin-top: 4em;
    border-top: #e3e2e7 solid 2px;
}

footer .bg {

    color: #fff;
    background: #0B2942;
    padding: 2em 0;
}

footer .row {
    margin-bottom: 0;
}

footer .js-quarter {
    padding: 1em;
}

footer h4 {
    font-size: 2.9em;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}

footer a {}

footer p {
    font-size: 1.8em;
}



footer .copyright {
    padding-bottom: 3em;
    padding-top: 5em;
    font-size: 1em;
}

footer .copyright a {
    color: #fff;
}

footer address {
    font-style: normal;
}


.grecaptcha-badge {
    visibility: hidden;
}


/* =Serviços
-------------------------------------------------------------- */

/* =Contato
-------------------------------------------------------------- */
#contato .bg {

    padding: 7em;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
select,
textarea,
.js-input {
    padding: 9.5px 15px 12.5px;
    border: 1px solid;
    line-height: 1.5;

    transition: .3s;
    border-radius: 3px;
    border-color: rgba(45, 46, 46, 0.4);
    color: #1e1d24;
    font-size: 1.5em;
}

.btn,
form button,
form input[type='button'],
form input[type='reset'],
form input[type='submit'] {
    line-height: 2;
    display: inline-block;
    max-width: 100%;
    padding: 10px 30px;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 3px;
    border-width: 0;
    border-style: solid;
    transition: .3s ease-out;
    text-transform: uppercase;
    background-color: #b80924;
    color: #fff;
    font-size: 1.8em;
}

form input[type='submit']:hover {
    background-color: #0B2942;
    color: #fff;
}

#contato h1 {
    font-weight: 700;
    font-style: italic;
    font-size: 4.7em;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding-bottom: 1em;
}

#contato .js-section {
    padding-bottom: 2em;
}

/* =Outros
-------------------------------------------------------------- */

li.parsley-required,
li.parsley-custom-error-message {
    color: #fff;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

div.wpcf7-response-output {
    font-size: 2em;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 2em;
}


#modal article input[type=email],
#modal article input[type=text],
#modal article input[type=tel],
#modal article textarea {
    width: 100% !important;
    background: #fff;
    border: #fff 1px solid;
    font-size: 1.8em;
    color: #323232;
    padding: 1em;
}

#modal article input[type=submit] {
    color: #fff;
    background: #36c265;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: block;
}

#modal article h2 {
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}

#modal article .js-section {
    padding-bottom: 2em;

}

#modal .whatsapp {
    padding-right: 0;
}

/* =Main
-------------------------------------------------------------- */

#main {}

#primary.centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}




/* =Assitive Text
-------------------------------------------------------------- */

.screen-reader-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}




/* =Modulos
-------------------------------------------------------------- */

/* =Sticky Footer
-------------------------------------------------------------- */

html,
body {
    height: 100%;
}

#page {}

@media only screen and (max-width: 1380px) {
    body {}
}

#main {}

#footer-content {
    display: flex;
}

#footer-content div {
    flex: 1 1 auto;
    align-self: center;
    align-content: center;
}

/* =Videos
-------------------------------------------------------------- */

#modal {
    z-index: 1000;
}

#modal.visible {
    display: block;
}

.page-id-62 #modal {
    text-align: center;
}

#modal iframe {
    min-height: 50vh;
}

#modal .js-modal-content {}

#modal h2 {
    font-size: 4em;
    font-weight: normal;
}

#modal .js-modal-content:after {
    position: absolute;
    left: 100%;
    font-family: FontAwesome;
    bottom: 100%;
    content: "\f00d";
    font-size: 3em;
    color: white;
    cursor: pointer;
}

video {
    max-width: 100%;
    height: auto;
}


div.quiz_section {
    font-size: 1.9em;
}

div.quiz_section .mlw_qmn_question {
    display: block !important;
}

div.quiz_section.slide1 input[type=text],
div.quiz_section.slide1 input,
div.quiz_section.slide1 input[type=email] {
    display: block;
}

div.quiz_section input[type=checkbox],
div.quiz_section input[type=radio] {
    display: inline;
}

div.quiz_section .qmn_radio_answers label {
    font-size: 1.1em;
}

div.qmn_error_message {
    font-size: 1.3em;
}

.quiz_section a {
    color: #890013;
}

.quiz_section a:hover {
    color: #0B2942;

}

.qmn_quiz_form {}

.qmn_quiz_form input[type=text] {}

div.qmn_pagination {
    max-height: none;
}

.qmn_results_page {
    font-weight: 300;
    font-size: 1.6em;
}



.conteudoLogado {
    position: relative;
    z-index: 1;
    min-height: 30vh;
    padding-top: 40px;
}

.containerConteudoRestrito {
    z-index: 2;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.containerConteudoRestrito a span {
    color: #fff;

}

/*
.containerConteudoRestrito>div{
    margin-top: 20px;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    border-radius: 10px;
}
*/



@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */

@media only screen and (max-width:1200px) {
    .js-third {
        width: 50%;
    }

}

@media only screen and (max-width:960px) {

    .row .row .c1,
    .row .row .c2,
    .row .row .c3,
    .row .row .c4,
    .row .row .c5,
    .row .row .c7,
    .row .row .c8,
    .row .row .c9,
    .row .row .c10,
    .row .row .c11,
    .row .row .c12 {
        width: 100%;
    }

    .row .row > div:last-child {
        margin-bottom: 0 !important
    }

}

/* =Media query for iPad and tablets
-------------------------------------------------------------- */

@media handheld,
only screen and (max-width: 768px),
only screen and (max-device-width: 768px) and (orientation:portrait) {
    .row {
        margin-bottom: 0 !important
    }

    .js-third,
    .c1,
    .c2,
    .c3,
    .c4,
    .c5,
    .c7,
    .c8,
    .c9,
    .c10,
    .c11,
    .c12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .meuSlide .imagemPost img {}
}

/* =Media query for iPhone and smaller handheld devices
-------------------------------------------------------------- */

@media handheld,
only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    body > * {
        background-image: none;
        font-size: 10px;
    }

    h2.tituloSecao {
        font-size: 2.5em;
    }

    .linkVisualizar {
        display: none;
    }

    #site-navigation {
        display: block;
        height: 0px;
        overflow: hidden;
        position: fixed;
        width: 100%;
        top: 55px;
        z-index: 9999;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0B2942;
        transition: height 0.3s ease-in;
    }

    #site-navigation.show {
        display: block;
        height: calc(100% - 55px);
    }

    #site-navigation .loginCustomizado {
        display: block;
        text-align: right;

    }

    div.nsl-container .nsl-button-default span.nsl-button-label-container {
        font-size: 1.5rem;
    }

    .nsl-container-block {
        display: block;
        margin: 0 auto;
    }
    .loginCustomizado a.linkDeslogar{
        font-size: 2em;
    }
    #site-navigation li {
        flex: 1 0 auto;
        padding: 0.5em 0;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #site-navigation li a {
        color: #fff;
        width: 100%;
        display: block;
        padding: 0 1em;
        font-size: 1.5em;
        height: 100%;
    }

    #site-navigation ul {
        text-align: center;
        margin-top: 5%;
        height: 80%;
        flex-direction: column;
        display: flex;
    }

    header .esquerda {
        width: 100%;
        display: block;
    }

    header .esquerda a {
        display: block;
        width: 100%;
        text-align: center;
    }

    header .esquerda img {
        width: 90%
    }

    header .direita {}

    header {
        padding-top: 57px;
    }

    header #barraInfo {
        position: fixed;
        top: 0;
        z-index: 999;
    }

    header #barraInfo .sociaisTopo {
        width: 80%;

    }

    header #barraInfo .js-third {
        width: 30%;
    }

    header #mobile-menu {
        text-align: center;
        float: right;
        width: 100%;
    }

    header #linkMobileMenu {
        font-size: 2em;
    }

    header #linkMobileMenu span {
        display: none;
    }

    #homeServicos > div > .js-row .js-quarter {
        width: 50%;
    }

    #portfolio .js-third {
        width: 50%;
    }

    #modal .whatsapp {
        padding-right: 0;
        padding-top: 2em;
        padding-left: 0;
    }

    #servicos .js-accordion {
        transition: opacity 0.1s ease-in;
        margin-bottom: 15px;
        border: 1px solid #86a3b0;
        padding: 10px;
    }

    footer .copyright {
        font-size: 1.3em;
    }

    #contato .bg {
        padding: 7em 0;
    }

    #newsletter h3 {
        font-size: 2em;
    }

    .breadcrumb_last {
        font-size: 2em;
    }

    /* =homeSobrePrograma
    -------------------------------------------------------------- */
    
    #homeSlideshow .texto { 
        width: auto;
    }


    /* =homeCards
    -------------------------------------------------------------- */
    #homeCards {}

    #homeCards .js-card > div {
        padding: 0;
    }

    /* =homeQuemSomos
    -------------------------------------------------------------- */
    /* =homeBanner
    -------------------------------------------------------------- */
    #atividades .containerVermelho h3 {
        font-size: 2em;
    }

    .js-quinto {
        width: 100%;
    }

    #campoBusca {
        width: 67%;
        border-bottom: 2px solid white;
        font-size: 1.6em;
    }

    #labelBusca {
        font-size: 1.6em;
        width: 31%;
    }

    .paginaQuadro h3 {
        font-size: 1.2em;
    }

    .categoriaContainer .js-third {
        width: 100%;
    }

    .containerConteudos span {
        text-align: center;
    }

    .containerAtividades h2 {
        text-align: center;
    }

    .containerConteudos > .js-row {
        padding: 1.5em 1em;
    }

    .containerConteudos .js-quarter a {
        margin-top: 15px;
    }
}
