* {
    outline: none;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
html{
    scroll-behavior: smooth;
}
button:focus {
    outline: none;
}
path {
    transition: .4s;
}
a,
a:hover,
button {
    text-decoration: none!important;
    cursor: pointer!important;
    transition: .4s;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    25% {
        -webkit-transform: scale3d(1.025, 1.025, 1.025);
        transform: scale3d(1.025, 1.025, 1.025);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    75% {
        -webkit-transform: scale3d(1.025, 1.025, 1.025);
        transform: scale3d(1.025, 1.025, 1.025);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/* Geral */
.titulo-geral {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto 30px;
}
.titulo-geral:after {
    content: "";
    width: 44px;
    height: 3px;
    background: #FFFFFF;
    display: block;
    margin: 10px auto 0;
}
.btn-inscrevase {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: fixed;
    right: 0;
    bottom: 15px;
    padding: 10px 15px;
    background: #00CCB7;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px 0 0 10px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.btn-inscrevase:hover {
    color: #fff;
    background: #00B6F1;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    width: 26px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    display: block;
    -webkit-backface-visibility: visible;
    transition: .5s;
}
.owl-theme .owl-nav button {
    position: absolute;
    top: 40%;
    margin: 0;
    transform: scale(1);
    transition: .5s;
}
.owl-theme .owl-nav button:hover {
    transform: scale(1.1);
    background: transparent!important;
}
.owl-theme button.owl-prev {
    left: 0;
}
.owl-theme button.owl-next {
    right: 0;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}

/* header */
header.fixar {
    position:fixed;
    top: 0;
    z-index: 9999;
    height: auto;
}
header.fixar .navbar-brand {
    padding: 1px 0;
}
header.fixar .navbar-brand img {
    max-width: 60px;
}
header.fixar input#busca,
header.fixar button {
    height: 24px;
}
header.fixar .login img {
    height: 24px;
}
header.fixar .login p {
    font-size: 12px;
    line-height: 12px;
}
header.fixar nav.navbar.navbar-expand-md.w-100 {
    height: 24px;
}
header.fixar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    line-height: 14px;
}
header.fixar .navbar-nav .nav-item .nav-link::after {
    top: 15px;
}
header.fixar .redes-sociais a {
    width: 20px;
    height: 20px;
}
header.fixar .redes-sociais a .fa {
    font-size: 16px;
}

header {
    position: relative;
    z-index: 10;
    background: url(../img/bg-header.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    transition: .4s;
}
header .navbar-brand {
    margin-right: 0;
    transition: .4s;
    font-size: 0;
    padding: 15px 0;
}
header .navbar-brand img {
    width: 100%;
    max-width: 240px;
    transition: .4s;
}
nav.navbar.navbar-expand-md.w-100 {
    background: #00B6F1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    height: 70px;
}
header .navbar-nav {
    align-items: center;
}
header .navbar-nav .nav-item .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    display: table;
    padding: 0 5px;
}
header .navbar-nav .nav-item .nav-link::after{
    display: block;
    content: '';
    width: 95%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 21px;
    margin: 0 auto;
    opacity: 0;
    transition: .4s;
}
header .navbar-nav .nav-item:hover .nav-link::after{
    opacity: 1;
}
header .navbar-nav .nav-item .nav-link:hover {
    font-weight: bold;
    color: #fff;
}
header .redes-sociais {
    display: flex;
}
header .redes-sociais a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #fff;
}
header .redes-sociais a:hover {
    background: #00B6F1;
}
header .redes-sociais a:hover .fa {
    color: #fff;
}
header .redes-sociais a .fa {
    font-size: 24px;
    color: #00B6F1;
    transition: .5s;
}

.vitrine img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.o-que-ivenciar-autismos {
    padding: 60px 0;
    background: #F7F7F7;
}
.o-que-ivenciar-autismos img {
    margin: 0 auto;
}
.o-que-ivenciar-autismos h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #00B6F1;
    margin: 0 0 20px;
}
.o-que-ivenciar-autismos h1:after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: #00CCB7;
    margin-top: 5px;
}
.o-que-ivenciar-autismos p {
    font-size: 18px;
    line-height: 26px;
    color: #606060;
    margin: 0;
}



.missao-visao-valores {
    padding: 60px 0;
}
.missao-visao-valores .item {
    width: 100%;
    height: 420px;
    border-radius: 30px;
    padding: 10px 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.missao-visao-valores .item h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.missao-visao-valores .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}
.missao-visao-valores .item-azul {
    background: #00B6F1;
}
.missao-visao-valores .item-verde {
    background: #00CCB7;
}

.galeria-fotos {
    background: url(../img/bg-galeria-fotos.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.galeria-fotos .owl-galeria {
    padding: 0 40px;
}
.galeria-fotos .item img {
    height: 290px;
    object-fit: cover;
}
.galeria-fotos .btn-vertodas {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #00CCB7;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    display: table;
    margin: 10px auto 0;
}
.galeria-fotos .btn-vertodas:hover {
    color: #fff;
    background: #00CCB7;
}

.depoimentos {
    padding: 60px 0;
}
.depoimentos h1.titulo-geral {
    color: #00B6F1;
}
.depoimentos h1.titulo-geral:after {
    background: #00B6F1;
}
.depoimentos .item {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.depoimentos p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #606060;
    margin: 0;
}
.depoimentos p span {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
    color: #00B6F1;
}
.depoimentos h4 {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #00B6F1;
    margin: 10px 0 0;
}
.depoimentos .owl-depoimentos {
    padding: 0 40px;
}
.depoimentos .owl-theme .owl-dots .owl-dot.active span,
.depoimentos .owl-theme .owl-dots .owl-dot:hover span {
    background: #00B6F1;
}
.depoimentos .owl-theme .owl-dots .owl-dot span {
    border: 1px solid #00B6F1;
}


.programacao h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #00B6F1;
    margin: 0 0 20px;
}
.programacao h1:after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: #00CCB7;
    margin-top: 5px;
}

.programacao h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    color: #00B6F1;
    margin: 0 0 20px;
}
.programacao h2:after {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    background: #00CCB7;
    margin-top: 5px;
}
.programacao p {
    font-size: 18px;
    line-height: 26px;
    color: #606060;
    margin: 0;
    text-align: left;
}

.palestrante p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin: 0;
    text-align: justify;
}

.palestrante h5 {
    font-weight: 500;
    font-size: 20px;
    color: #00B6F1;
}

.programacao .btn-info{
    text-align: center;
}

.links-inscricoes {
    background: url(../img/bg-links-inscricoes.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 60px 0;
}
.links-inscricoes p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}
.links-inscricoes p a {
    font-size: 16px;
    line-height: 20px;
    color: #00CCB7;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 5px 10px;
}
.links-inscricoes p a:hover {
    color: #fff;
    background: #00CCB7;
}
.links-inscricoes .botoes {
    /*display: flex;
    justify-content: space-between;*/
}
.links-inscricoes .botoes a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #00CCB7;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    display: table;
    margin: 0 auto;
}
.links-inscricoes .botoes a:hover {
    color: #fff;
    background: #00CCB7;
}

.certificado .botoes a:hover {
    color: #fff;
    background: #00CCB7;
    border: 1px solid #fff;
}

.parcerias {
    padding: 60px 0;
}
.parcerias h1.titulo-geral {
    color: #00B6F1;
}
.parcerias h1.titulo-geral:after {
    background: #00B6F1;
}
.parcerias .box {
    border: 1px solid #00B6F1;
    border-radius: 10px;
    padding: 20px 0;
}
.parcerias h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #606060;
    margin: 0 0 20px;
}
.parcerias img {
    display: table;
    margin: 0 auto;
}

footer {
    background: url(../img/bg-footer.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 60px;
}
footer h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #606060;
    margin: 0 0 10px;
}
footer p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #606060;
    margin: 0;
}
footer p a {
    text-decoration-line: underline;
    color: #00B6F1;
}
footer .redes-sociais {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
footer .redes-sociais a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #00B6F1;
    margin: 0 10px;
}
footer .redes-sociais a:hover {
    background: #00CCB7;
}
footer .redes-sociais a .fa {
    font-size: 24px;
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .missao-visao-valores .item p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .titulo-geral {
        font-size: 28px;
        line-height: 33px;
    }
    header .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 16px;
    }
    .o-que-ivenciar-autismos h1 {
        font-size: 22px;
        line-height: 26px;
    }
    .o-que-ivenciar-autismos p {
        font-size: 14px;
        line-height: 22px;
    }
    .missao-visao-valores .item h2 {
        font-size: 18px;
        line-height: 18px;
        margin: 0 0 5px;
    }
    .missao-visao-valores .item p {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (min-width: 768px) {
    .menu-mobile {
        display: none;
    }
}
@media(max-width: 767px) {
    .titulo-geral {
        font-size: 24px;
        line-height: 28px;
        margin: 0 auto 20px;
    }
    .menu-mobile {
        position: fixed;
        z-index: 9999;
        width: 90%;
        height: 100vh;
        right: -100%;
        top: 0;
        background: #00B6F1;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
        transition: .4s;
        overflow: scroll;
    }
    .menu-mobile.active {
        right: 0;
    }
    .menu-mobile .card {
        border: none;
    }
    #close-menu-mobile {
        width: 58px;
        height: 51px;
        background: #606060;
        box-shadow: 0px 4px 6px rgb(0 0 0 / 25%);
        border-radius: 0 50px 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        margin: 30px 0;
    }
    #close-menu-mobile i {
        font-size: 30px;
        color: #fff;
    }
    .menu-mobile .card-body {
        padding: 0;
    }
    .menu-mobile ul.d-table.navbar-nav {
        padding-left: 30px;
    }
    .menu-mobile .nav-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
        position: relative;
        display: table;
        padding: 10px;
    }
    .menu-mobile .btn-facaparte {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        color: #FFFFFF;
        text-align: center;
        position: relative;
        display: table;
        background: #F37021;
        border-radius: 15px;
        padding: 10px;
        margin-top: 10px;
    }
    .menu-mobile .redes-sociais {
        display: flex;
        margin-top: 10px;
    }
    .menu-mobile .redes-sociais a {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background: #fff;
    }
    .menu-mobile .redes-sociais a .fa {
        font-size: 24px;
        color: #00B6F1;
        transition: .5s;
    }
    header.fixar {
        position: relative;
        height: 70px;
    }
    header .navbar-brand {
        padding: 5px 0;
    }
    header .navbar-brand img {
        max-width: 120px;
    }
    i.fa.fa-bars {
        font-size: 30px;
        color: #fff;
    }
    nav.navbar.navbar-expand-md.w-100 {
        height: 45px;
        justify-content: end;
    }

    .programacao h2 {
        font-weight: 700;
        font-size: 22px;
        line-height: 35px;
        color: #00B6F1;
        margin: 0 0 20px;
    }

    .programacao p {
        font-size: 15px;
        line-height: 20px;
        color: #606060;
        margin: 0;
        text-align: left;
    }
    .vitrine img {
        height: 150px;
    }
    .o-que-ivenciar-autismos img {
        width: 50%;
        margin: 0 auto 20px;
        display: table;
    }
    .o-que-ivenciar-autismos h1 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 15px;
    }
    .o-que-ivenciar-autismos p {
        font-size: 16px;
        line-height: 24px;
    }
    .missao-visao-valores {
        padding: 30px 0 15px;
    }
    .missao-visao-valores .item {
        height: auto;
        padding: 15px 10px;
        margin-bottom: 15px;
    }
    .missao-visao-valores .item h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .missao-visao-valores .item p {
        font-size: 14px;
        line-height: 20px;
    }
    .galeria-fotos .item img {
        height: 120px;
    }
    .owl-theme .owl-nav {
        display: none;
    }
    .galeria-fotos .owl-galeria {
        padding: 0;
    }
    .o-que-ivenciar-autismos,
    .galeria-fotos,
    .depoimentos,
    .parcerias {
        padding: 30px 0;
    }
    .depoimentos .owl-depoimentos {
        padding: 0;
    }
    .depoimentos .item {
        height: auto;
        padding: 15px 10px;
    }
    .depoimentos p {
        font-size: 14px;
        line-height: 20px;
    }
    .depoimentos h4 {
        font-size: 10px;
        line-height: 14px;
    }
    .links-inscricoes {
        padding: 30px 0;
    }
    .links-inscricoes p a {
        display: table;
    }
    .parcerias .box {
        padding: 20px 10px;
    }
    .parcerias h4 {
        font-size: 12px;
        line-height: 14px;
        margin: 0 0 10px;
    }
    footer {
        padding: 0 0px 80px;
    }
    footer img.img-fluid {
        width: 60%;
        margin: 20px auto;
        display: table;
    }
    footer h4 {
        font-size: 16px;
        line-height: 20px;
    }
}