/* body  */

body {
    font-family: 'Roboto', sans-serif;
    animation: body-fadein 4s;
    /* Padrão */
    -webkit-animation: body-fadein 4s;
    /* Webkit */
    -moz-animation: body-fadein 4s;
    /* Firefox */
    -ms-animation: body-fadein 4s;
    /* IE */
}

a,
button {
    text-decoration: none!important;
    transition: .6s;
}


/* logo lateral - maxmeio  */

.logo-maxmeio {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 999;
}


/* hr  */

.line {
    width: 100%;
    height: 4px;
    background: #004C76;
}


/* section header  */

section.header {
    margin-bottom: 3rem;
}

section.header img.img-2 {
    margin-left: -2rem;
}

@media(max-width:1200px) {
    section.header {
        margin-top: -30px;
    }
    section.header img.img-1,
    section.header img.img-2 {
        margin-top: 40px;
    }
}

@media(max-width:500px) {
    section.header img.img-1 {
        width: 55px;
        margin-top: 10px;
        margin-left: -2rem;
    }
    section.header img.img-2 {
        width: 100px;
        margin-top: 10px;
    }
    section.header .bg {
        background-size: cover!important;
        border-radius: 0!important;
    }
    section.menu-mobile #overlay-button {
        right: 0!important;
        top: 125px!important;
    }
    section .coluna-1 .card .card-body {
        padding: 0rem;
    }
}

@media(max-width: 991px) {
    section.header {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    section.header .bg {
        height: auto!important;
        display: flex!important;
        align-items: center!important;
        justify-content: center!important;
        padding: 20px 0!important;
    }
    section.header .bg h1 {
        font-size: 18px!important;
        line-height: 26px!important;
        padding: 0!important;
        margin: 0!important;
    }
    section.menu-mobile #overlay-button {
        top: 125px!important;
    }
    section.mt-5.mb-5 {
        margin-top: 10px!important;
    }
    section.menu-mobile #overlay ul {
        height: 100vh!important;
    }
    footer.mt-5.mb-5 {
        margin-top: 0!important;
    }
    section.instagram {
        margin: 5rem 0 0!important;
    }
    .dropdown-menu.show {
        background: #4bc0ff;
    }
    .dropdown-item {
        padding: 0.20rem 5px;
        font-size: 15px!important;
    }
}
@media(max-width: 767px) {
    .col-lg-9.col-sm-12 .row.justify-content-around.align-items-top.mt-4 {
        margin-top: 0!important;
    }
    .col-lg-9.col-sm-12 .row.justify-content-around.align-items-top.mt-4 .col-lg-8.col-sm-12.coluna-2.pr-lg-0 .row.justify-content-center.align-items-center.mt-5 {
        margin-top: 10px!important;
    }
}

section.header .bg {
    background-image: url(../img/background-top.png);
    background-position: center;
    background-size: contain;
    height: 190px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    align-items: center;
}

section.header .bg h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 0 15px;
}


/* section coluna-1  */

section .coluna-1 .card {
    border: 1px solid #3EB0EE;
    border-radius: 15px;
}

section .coluna-1 .card .card-header {
    background: #3EB0EE;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}
section .coluna-1 .card img {
    height: 55px;
    margin-bottom: .5rem;
}
section .coluna-1 .card .card-body .card-title {
    font-size: 11px!important;
    line-height: 16px!important;
    text-align: center;
    text-transform: uppercase;
    color: #3EB0EE!important;
    font-weight: 400!important;
}

section .coluna-1 .card.visitar-sites .card-body .card-title {
    font-weight: 900;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #006EAA;
}

section .coluna-1 .card.visitar-sites .card-body a {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #006EAA;
    text-decoration: none;
}

section .coluna-1 .card.visitar-sites .card-body a:hover {
    color: #3EB0EE;
    text-decoration: none;
    transition: 0.6s;
}

section .coluna-1 .card.visitar-sites .card-body p {
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}


/* section navbar  */

.navbar {
    border-bottom: 1px solid #3EB0EE;
    border-top: 1px solid #3EB0EE;
}

.navbar .nav-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #006EAA;
}

.navbar .active>.nav-link,
.navbar .nav-link.active,
.navbar .nav-link.show,
.navbar .show>.nav-link,
.navbar .nav-link:hover {
    color: #3EB0EE;
    transition: .6s;
}

.navbar .nav-item {
    padding: 10px 0;
}

.navbar .dropdown-item {
    padding: .7rem 1rem;
    background-color: transparent;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #006EAA;
    text-transform: uppercase;
}

.navbar .dropdown-item:hover {
    background-color: #3eb0ee;
    transition: all .6s ease;
    color: #FFFFFF;
}

.navbar .dropdown-menu {
    padding: .5rem 0;
    margin: 0.5rem 0 0;
    border: 1px solid rgb(62 176 238);
    border-top: none;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* section coluna-2 */
.card figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.card figure img {
    transform: scale(1);
    transition: .6s;
}
.card a:hover figure img {
    transform: scale(1.05);
}
section .coluna-2 .card.destaque .card-body {
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-top: 3px;
}

section .coluna-2 .card.destaque .card-body .card-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #4F4F4F;
    margin-bottom: 0;
}

section .coluna-2 .card.destaque .card-body .card-text {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #004C76;
}

section .coluna-2 .card .card-body .card-title {
    font-weight: 300;
    font-size: 12px;
    line-height: 25px;
    color: #4F4F4F;
    margin-bottom: 0;
}

section .coluna-2 .card .card-body .card-text {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #004C76;
}

section .coluna-2 h2 {
    font-weight: bold;
    font-size: 25px;
    line-height: 29px;
    text-transform: uppercase;
    color: #3EB0EE;
}

section .coluna-2 p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #006EAA;
}


.media-body h4 {
    font-size: 20px;
    line-height: 20px;
    color: #006EAA;
    font-weight: 500;
}

.media-body ul li {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #006EAA;
    margin-bottom: 15px;
    margin-left: -20px;
}


section .coluna-2 #accordion {
    border: 1px solid #3EB0EE;
    border-radius: 15px;
}

section .coluna-2 #accordion .card {
    border: none;
    border-radius: 15px;
}

section .coluna-2 #accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section .coluna-2 #accordion h5 {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    line-height: 19px;
    color: #004C76;
}

section .coluna-2 #accordion .card-body {
    background: #3eb0ee52;
    font-weight: 100;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 35px 25px;
}
section .coluna-2 #accordion .card-body p a {
    font-weight: bold;
    color: #006EAA;
}
section .coluna-2 #accordion .card-body p a:hover {
    color: #fff;
}
section .coluna-2 #accordion .btn-link {
    color: #BDBDBD;
    text-decoration: none;
    font-size: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.07rem 0.8rem;
}
section .coluna-2 #accordion .btn-link .fas {
    margin-left: 5px;
}

/* section coluna-3 */
section .coluna-3 .card {
    border: 1px solid #3EB0EE;
    border-radius: 15px;
}

section .coluna-3 .card .card-header {
    background: #3EB0EE;
    border-radius: 10px 10px 0 0;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
}

section .coluna-3 .card .card-body .media {
    padding: .5rem;
}

section .coluna-3 .card .card-body .media .media-body h5 {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #004C76;
}

section .coluna-3 .card .card-body .media .media-body a h5:hover {
    transition: .6s;
    color: #3EB0EE;
}

section .coluna-3 .card .card-body .media .media-body a {
    text-decoration: none;
}

section .coluna-3 .jsCalendar thead .jsCalendar-title-name {
    cursor: default;
    float: left;
    font-size: 18px;
    font-weight: lighter;
    padding: 0 35px;
    text-transform: uppercase;
    color: #004C76;
}

section .coluna-3 .jsCalendar table {
    background-color: #FFF;
    border-collapse: collapse;
    border-radius: 4px;
    box-shadow: none;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 5px;
}

section .coluna-3 .jsCalendar thead .jsCalendar-week-days {
    border-bottom: 1px solid #004c765e;
}

section .coluna-3 .jsCalendar tbody td,
section .coluna-3 .jsCalendar thead .jsCalendar-week-days th {
    border-radius: 18px;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    height: 25px;
    line-height: 27px;
    margin: 1px 2px;
    text-align: center;
    transition: color .1s, background-color .2s;
    width: 29px;
}

section .coluna-3 .card a.ver-mais {
    width: 80%;
    background: #006EAA;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}

section .coluna-3 .card a.ver-mais:hover {
    transition: .6s;
    background: #3EB0EE;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

.pesquisa form {
    display: flex;
}
section .coluna-3 .form-control::placeholder {
    font-weight: normal;
    line-height: 21px;
    color: #3eb0ee;
}
section .coluna-3 .form-control {
    padding: 1.375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3eb0ee;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3eb0ee;
    border-radius: 15px 0 0 15px;
    border-right: none;
}

@media(max-width:990px) {
    section .coluna-3 .pesquisa {
        margin-top: 1rem;
    }
}
.media-body img {
    max-width: 100%;
}

section .coluna-3 .input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3eb0ee;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #3eb0ee;
    border-radius: 0 15px 15px 0;
}

section .coluna-3 .input-group>.custom-select:not(:last-child),
section .coluna-3 .input-group>.form-control:not(:last-child) {
    border-right: none;
}

section .coluna-3 .input-group>.input-group-append>.btn,
section .coluna-3 .input-group>.input-group-append>.input-group-text,
section .coluna-3 .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
section .coluna-3 .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
section .coluna-3 .input-group>.input-group-prepend:not(:first-child)>.btn,
section .coluna-3 .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: none;
    padding-right: 2rem;
}

#listaEventos{
    margin: 0;
    list-style: none;
    padding: 5px;
}

#listaEventos li{
    color: #004C76;
    font-size: 12px;
}

.jsCalendar tbody td:hover {
    cursor: pointer !important;
}

section .coluna-3 .jsCalendar thead .jsCalendar-title-name {
    cursor: default;
    float: left;
    font-size: 15px !important;
    font-weight: lighter;
    padding: 0 20px !important;
    text-transform: uppercase;
    color: #004C76;
}


/* section footer  */

footer .nav .nav-link {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #006EAA;
}

footer .nav .active>.nav-link,
footer .nav .nav-link.active,
footer .nav .nav-link.show,
footer .nav .show>.nav-link,
footer .nav .nav-link:hover {
    color: #3EB0EE;
    transition: .6s;
}

footer .media .media-body {
    text-align: center;
}

@media(max-width:990px) {
    footer .media .media-body {
        text-align: left;
    }
}

footer .media .media-body h5 {
    font-weight: bold;
    font-size: 15px;
    line-height: 21px;
    color: #006EAA;
}

footer .media .media-body p {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #006EAA;
}


/* section instagram (index) */

section.instagram {
    margin: 5rem 0;
}

section.instagram img {
    max-width: 16.75%;
    margin: -3px;
}

section.instagram h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #3EB0EE;
}


/* section menu-mobile  */

section.menu-mobile {
    display: none;
}

@media(max-width:990px) {
    section.menu-mobile {
        display: block;
    }
}

section.menu-mobile #overlay-button {
    position: absolute;
    right: 55px;
    top: 245px;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
}

section.menu-mobile #overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #3EB0EE;
    position: relative;
    display: block;
    transition: all 0.2s ease-in-out;
}

section.menu-mobile #overlay-button span:before {
    top: -10px;
    visibility: visible;
}

section.menu-mobile #overlay-button span:after {
    top: 10px;
}

section.menu-mobile #overlay-button span:before,
section.menu-mobile #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #3EB0EE;
    position: absolute;
    content: "";
    transition: all 0.2s ease-in-out;
}

section.menu-mobile #overlay-button:hover span,
section.menu-mobile #overlay-button:hover span:before,
section.menu-mobile #overlay-button:hover span:after {
    background: #006EAA;
}

section.menu-mobile input[type="checkbox"] {
    display: none;
}

section.menu-mobile input[type="checkbox"]:checked~#overlay {
    visibility: visible;
}

section.menu-mobile input[type="checkbox"]:checked~#overlay-button:hover span,
section.menu-mobile input[type="checkbox"]:checked~#overlay-button span {
    background: transparent;
}

section.menu-mobile input[type="checkbox"]:checked~#overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
}

section.menu-mobile input[type="checkbox"]:checked~#overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
}

section.menu-mobile #overlay {
    height: 105vh;
    width: 100vw;
    background: #4bc0ff;
    z-index: 2;
    visibility: hidden;
    position: fixed;
    opacity: .99;
}

section.menu-mobile #overlay.active {
    visibility: visible;
}

section.menu-mobile #overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 130vh;
    padding-left: 0;
    list-style-type: none;
}

section.menu-mobile #overlay ul li {
    padding: 1em;
}

section.menu-mobile #overlay ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1.5em;
}

section.menu-mobile #overlay ul li a:hover {
    transition: 1s;
    color: #004C76;
}

section.menu-mobile li.divisao {
    border-top: 1px solid #3EB0EE;
    width: 60%;
}


/* Fale conosco */

.fale-conosco .form-control {
    padding: 1.375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3eb0ee;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3eb0ee;
    border-radius: 10px;
}

.fale-conosco .btn-enviar {
    width: 100%;
    background: #006EAA;
    border-radius: 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 10px;
    margin: 10px auto;
}

.fale-conosco .btn-enviar:hover {
    transition: .6s;
    background: #3eb0ee;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)
}

.fale-conosco .form-control::placeholder {
    font-weight: normal;
    line-height: 21px;
    text-transform: uppercase;
    color: #3eb0ee;
}


/* ANIMACAO */

@keyframes body-fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* Padrão */
}

@-moz-keyframes body-fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* Firefox */
}

@-webkit-keyframes body-fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* Webkit */
}

@-ms-keyframes body-fadein {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
    /* IE */
}

.rubberBand:hover {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse:hover {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

.flash:hover {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.zoomIn:hover {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 0.5;
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 1;
    }
    45% {
        opacity: 0.5;
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50% {
        opacity: 1;
    }
}