body {
    padding-bottom: 15px;
    margin: 0px;
}

html {
    position: relative;
    min-height: 100%;
    font-family: 'Raleway', sans-serif !important;
}

.font-way {
    font-family: 'Raleway', sans-serif;
}

.topbg {
    width: 100%;
    height: 100px;
    background: url('../imagens/topaec.jpg');
    background-cover: cover;
}

header {
    background-color: #3E4095 !important;
    border-bottom: none;
    position: absolute;
    border-bottom: 10px solid #00116b;
}

.wrapper .header {
    height: 100px;
    box-shadow: 0px -9px 4px rgba(0, 0, 0, 0.17);
}

header.header div.container nav.navigation ul li a {
    padding: 42px 16px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    color: #323232;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    outline: none;
    color: #fff;
}

.header .mobile-menu-icon-wraper,
.header .side-menu-btn>ul>li {
    float: left;
    padding: 36px 0 34px;
    margin-left: 20px;
    transition: all .25s ease 0s;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s
}

.header .logo a {
    position: relative;
    display: block;
    width: 200px;
    margin-top: -55px;
}

#carousel-home.carousel.slide .fa {
    position: absolute;
    top: 50%;
}

#carousel-home .carousel-inner p {
    font-family: 'Pacifico', cursive;
}


/* xs */

@media (max-width: 767px) {
    .topbg {
        width: 100%;
        height: 50px;
        background: url('../imagens/topaec.jpg');
    }
    .curvahome {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: url('../imagens/curvahome.png') center;
        height: 30px;
    }
    .bg-agenda:before {
        display: none;
    }
    #agenda-home .imagem-principal {
        float: none !important;
        height: 150px;
    }
    .btn-contact {
        float: left !important;
    }
}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {
    .curvahome {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: url('../imagens/curvahome.png') center;
    }
    .bg-agenda:before {
        display: none;
    }
}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {
    .curvahome {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: url('../imagens/curvahome.png') center;
        height: 30px;
    }
}


/* lg */

@media (min-width: 1200px) {
    .curvahome {
        width: 100%;
        position: absolute;
        bottom: 0px;
        background: url('../imagens/curvahome.png') center;
        background-size: cover;
        height: 30px;
    }
}

#agenda-home {
    background-size: cover;
    background: url('../imagens/bgagenda.jpg') repeat;
    padding-bottom: 10px;
}

.des-eventos h2 {
    color: #FF9226;
    font-size: 20px;
    text-align: center;
    margin: 0px;
}

.des-eventos h3 {
    color: #FFF;
    font-size: 15px;
    text-align: center;
    margin-top: -10px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.agenda-listagem-principal {
    position: relative;
}

.agenda-listagem-principal a {
    display: block;
}

.bg-agenda {
    background: #3E4095;
    min-height: 317px !important;
    position: relative;
    height: auto !important;
    padding-right: 0px !important;
}

.bg-agenda:before {
    position: absolute;
    content: '';
    border-bottom: 319px solid transparent;
    border-top: 0px solid transparent;
    border-left: 85px solid #3E4095;
    left: 100%;
    z-index: 999;
}

.agenda-listagem-principal .img-agenda {
    min-height: 317px;
    background-size: cover !important;
    background-size: 101% !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-repeat: no-repeat;
}

.agenda-listagem-principal span {
    background: #FF9326;
    color: #fff;
    font-family: 'Arial';
    font-size: 28px;
    display: inline-block;
    padding: 10px;
    margin-top: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agenda-listagem-principal h2 {
    font-size: 36px;
    color: #fff;
    text-transform: inherit;
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agenda-listagem-principal p {
    color: #fff;
    height: 110px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agenda-listagem-principal small {
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agenda-listagem-principal > a:hover > .bg-agenda > h2 {
    color: #FF9326;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.agenda-listagem-principal > a:hover > .bg-agenda > small {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: underline;
}

.agenda-listagem-principal > a:hover > .imagem-principal > div > .img-agenda {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-size: 103% !important;
}

.titulo-agenda {
    position: relative;
    margin-top: 30px;
}

.titulo-agenda span {
    position: absolute;
    z-index: 999;
    background: #FF9326;
    color: #fff;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    font-size: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.titulo-agenda p {
    position: absolute;
    bottom: -10px;
    background: rgba(0, 0, 0, 0.79);
    font-size: 18px;
    color: #fff;
    padding: 10px 19px;
    width: 100%;
    height: auto;
    font-weight: 500;
}

.descricao-agenda {
    background: #3E4095;
    padding: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.descricao-agenda p {
    color: #fff;
    min-height: 90px;
}

.descricao-agenda small {
    color: #FFF;
}

.agenda-listagem > .row > div > a:hover > .titulo-agenda > span {
    background: #D87D21;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.agenda-listagem > .row > div > a:hover > .descricao-agenda {
    background: #4B4C97;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.agenda-listagem > .row > div > a:hover > .descricao-agenda > small {
    text-decoration: underline;
}

.principais-modalidades {
    padding-top: 20px;
    padding-bottom: 20px;
}

.img-mod {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.principais-modalidades a .img-mod:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 400px;
    -webkit-box-shadow: inset 0 0px 0px 0 rgba(67, 70, 141, 0.43);
    box-shadow: inset 0 0px 0px 0 rgba(67, 70, 141, 0.43);
    z-index: 99 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.principais-modalidades a:hover .img-mod:before {
    content: '';
    width: 100%;
    position: absolute;
    height: 400px;
    -webkit-box-shadow: inset 0 400px 100px 0 rgba(67, 70, 141, 0.43);
    box-shadow: inset 0 400px 100px 0 rgba(67, 70, 141, 0.43);
    z-index: 99 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.modalidades-listagem h2 {
    font-size: 15px;
    margin: 0px 0px 15px;
    padding: 0px;
}

.ch-azul h2 {
    color: #43468C;
    font-size: 20px;
    text-align: center;
    margin: 0px;
}

.ch-azul h3 {
    font-size: 15px;
    text-align: center;
    margin-top: -10px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    color: #1F1F1F;
}

.instalacoes {
    padding-top: 30px;
}

.inscricaohome {
    background: url('../imagens/inscricao.jpg');
    padding: 60px 0;
}

.inscricaohome h2 {
    color: #FFF;
    margin: 0px;
    font-size: 30px;
    letter-spacing: 0.2px;
}

.inscricaohome span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.btn-contact {
    padding: 4px;
    color: #43468C;
    background: #fff;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    float: right;
    margin-top: 20px;
}

.btn-contact:hover {
    -webkit-box-shadow: inset 100px 0 0 0 #43468D;
    box-shadow: inset 200px 0 0 0 rgba(67, 70, 141, 0.1);
}

.parceiros {
    padding: 60px 0px;
}

.parceiros .ch-azul {
    margin-bottom: 50px;
}

.owl-carousel.client-carousel .item {
    height: 130px;
}

.owl-carousel.client-carousel .item h2 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

footer {
    border-top: 5px solid #43468E;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: auto !important;
    background: #fff;
}

footer span {
    font-size: 20px;
    color: #43468E;
    margin-left: 10px;
}

footer ul {
    float: right;
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

footer ul li {
    margin: 0 10px;
    float: left;
    color: #43468E;
}

footer ul li a {
    color: #43468E;
    font-size: 20px;
}

footer .social li a i {
    font-size: 30px !important;
}

.topo-chamada {
    background: #F9F9F9;
    padding-top: 40px;
    margin-bottom: 50px;
}

.chamada {
    display: block;
    text-align: center;
}

.chamada h1 {
    display: block;
    position: relative;
}

.chamada h1::after {
    content: "";
    background-color: #3D3F94;
    margin: auto;
    display: block;
    width: 90px;
    height: 3px;
    margin-top: 15px;
}

.icon-left {
    padding-right: 20px;
    font-size: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    float: left;
}

.img-borda {
    box-shadow: 0px 0px 0px 15px rgba(62, 64, 149, 0.25) inset;
    display: block;
}

.foto-agenda {
    height: 350px;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-position: center center;
}

.breadcrumb {
    margin-top: 10px;
    padding-left: 0 !important;
    background: none !important;
}

@media (max-width: 768px) {
    .img-borda {
        height: 200px;
    }
    .header-parallax {
        height: 300px;
    }
    .chamada h1 {
        margin-top: 30px;
    }
}

.list-none li {
    font-size: 20px;
    margin-right: 10px;
    display: inline-block;
}

.black-bg {
    padding: 60px 0px;
    background-color: #333333;
    font-style: #ffffff;
}

.black-bg h2 {
    color: #FF9226;
}

.black-bg p {
    color: #FFFFFF;
}

.btn {
    margin: 20px 0px;
}

.dark-bg h5 {
    color: #FF9226 !important;
}


.sidebar-widget ul li a.active {
  font-weight: bold;
}

table thead {
    color: #000000;
    /* background: #FF9226; */
}

section ul li {
    list-style-type: square;
}


.modal-vertical-centered {
  transform: translate(0, 50%) !important;
  -ms-transform: translate(0, 50%) !important; /* IE 9 */
  -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}
