html, body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
a:hover {
    text-decoration: none;
}
p {
    margin: 0;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.video-container iframe {
    width: 100%;
    display: block;
}
.btn-primary {
    background: #008ac9;
    color: #fff !important;
}
.btn-primary {
    border: 0 !important;
    border-radius: 18px!important;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-primary i {
    line-height: 24px;
}
.btn-primary:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #008ac9;
    border-radius: 10rem;
    z-index: -2;
}
.btn-primary:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #39b54a;
    transition: all 0.3s;
    border-radius: 18px;
    z-index: -1;
}
.btn-primary:hover {
    color: #fff;
}
.btn-primary:hover:before {
    width: 110%;
}
.section-info {
    background: #4ea3ff;
    color: #fff;
}
.section-info a {
    color: #fff;
    font-weight: 700;
}
.section-login {
    color: #008ac9;
    padding: 10px 25px;
}
.section-login a {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}
.section-logo {
    color: #008ac9;
    padding: 10px 25px;
    font-size: 0.95rem;
    line-height: 1.1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-left: 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #008ac9;
}
.navbar-light .dropdown-menu {
    font-size: 1rem;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: rgba(113,209,253,.9);
}
.navbar-light .dropdown-item {
    color: #fff;
}
.navbar-light .dropdown-item:focus, .navbar-light .dropdown-item:hover {
    color: #39b54a;
    text-decoration: none;
    background-color: transparent;
}
/*.carousel-cover {
    position: absolute;
    bottom: -161px;
    left: 0;
    width: 100%;
    height: 522px;
    background: url('../img/falatop.png') center center;
    z-index: 1;
}*/
.carousel-control-next, .carousel-control-prev {
    z-index: 2;
}
.carousel-item {
    /*height: 800px;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-news {
    background: #3d8dbf;
    color: #fff;
    position: relative;
}
#carousel:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 200px;
    width:100%;
    background: url('../img/wave.png') bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999;
}
.section-news .container {
    position: relative;
    z-index: 4;
    /*top: -80px;*/
}
.section-news .media {
    border-bottom: 1px dashed #fff;
    padding-bottom: 25px;
    padding-top: 25px;
}
.section-news .news-more {
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
}

.section-banner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section-banner a {
    color: #008ac9;
}
.section-banner.blue {
    color: #fff;
}
.section-banner.blue a {
    color: #fff;
}
.section-banner .section-banner-container {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    width: 100%;
    background: rgba(17, 117, 179, .95);
}
/* .section-banner .section-banner-container:before {
    display: block;
    content: "";
    position: absolute;
    top: -249px;
    left: 0;
    width: 100%;
    height: 249px;
    background: url('../img/fala-blue.png') top center no-repeat;
    opacity: .8;
}*/
.section-banner.white {
    color: #1175b3;
}
.section-banner.white .section-banner-container {
    background: rgba(255, 255, 255, .95);
}
.section-banner.white .section-banner-container:before {
    /*background: url('../img/fala-white.png') top center no-repeat;*/
}
.section-bg-blue {
    background: #008ac9;
    color: #fff;
}
.section-bg-blue a {
    color: #fff;
}
.section-bg-white {
    background: #fff;
    color: #008ac9;
}
.section-bg-white a {
    color: #008ac9;
}
.slick {
    padding: 0 100px;
    position: relative;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.slick-arrow.fa-chevron-left {
    left: 0;
    margin-top: -45px;
}
.slick-arrow.fa-chevron-right {
    right: 0;
    margin-top: -45px;
}
.section-page {
    position: relative;
}
.section-page.white {
    color: #666;
}
.section-page.white a, .section-page.white h1, .section-page.white h2, .section-page.white h3, .section-page.white h4 {
    color: #008ac9;
}
.section-page.white .news-item {
    color: #666;
}
.section-page.white .news-item span {
    font-size: 0.8rem;
}
.section-page:before {
    /*    display: block;
        content: "";
        position: absolute;
        top: -200px;
        left: 0;
        height: 200px;
        width:100%;
        background: linear-gradient(to bottom right, transparent calc(50% - 1px), transparent, #fff calc(50% + 1px) )*/
}
.section-page .container {
    position: relative;
    z-index: 4;
}
.section-page.news-other:before {
    display: none;
}

.section-page.gray {
    color: #fff;
    background: #666;
}
.section-page.gray:before {
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), transparent, #666 calc(50% + 1px) )
}
.section-page.gray a {
    color: #ccc;
}

.section-page.blue {
    color: #fff;
    background: #008ac9;
}
.section-page.blue:before {
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), transparent, #008ac9 calc(50% + 1px) )
}
.section-page.gray a {
    color: #ccc;
}

.a-sub {
    position: relative;
    transition: transform .5s ease;
}
.a-sub div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background: rgba(17, 117, 179, .8);
    font-size: 1.4rem;
    min-height: 120px;
}
.a-sub:hover {
    transform: scale(1.05);
}

.form-control, .btn, textarea {
    border-radius: 0;
}

.pagination {
    border-radius: 0;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0;
}
.page-item:last-child .page-link {
    border-radius: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #008ac9;
    border-color: #008ac9;
}
footer {
    font-size: 1.2rem;
}
footer a {
    color: #fff;
}
footer strong {
    font-size: 1.6rem;
    font-weight: 500;
}
.footer-link {
    font-size: 1.2rem;
}
.list-inline .footer-link {
    margin: 0 25px;
}
.footer-link:hover {
    color: #39b54a;
}
.list-inline li:last-child span {
    display: none;
}
.list-sm a:hover {
    opacity: 0.8;
}
.list-unstyled.sm-list {
    position: fixed;
    top: 240px;
    left: 0;
    z-index: 1000;
}
.sm-list li {
    padding: 5px 20px;
}
.sm-list li a:hover {
    opacity: 0.8;
}
.section-buttons {
    margin-top: -100px;
    z-index: 1000;
    position: relative;
}
.section-waves {
    background: url('../img/wave-left-blue.png'), url('../img/wave-right-blue.png'), url('../img/wave-left-blue.png');
    background-position: 50% 10%, 50% 50%, 50% 90%;
    background-repeat: no-repeat, no-repeat, no-repeat;
}
.section-news-start {
    background-color: #3d8dbf;
    background-image: url('../img/wave-left-white.png'), url('../img/wave-right-white.png');
    background-position: 50% 10%, 50% 90%;
    background-repeat: no-repeat, no-repeat;
    color: #fff
}
.section-news-start .news-image-bg img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
}
.section-news-start .news-image-bg {
    background: url('../img/news.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    transition: all .2s;
}
.section-news-start a {
    color: #fff;
}
.section-news-start hr {
    background-color: #fff;
    width: 50%;
    text-align: left;
}
.section-news-start .news-more i {
    color: #fff;
    transition: all .2s;
}
.section-news-start .news-more i:nth-child(1) {
    opacity: 0.15;
    margin-right: -15px;
}
.section-news-start .news-more i:nth-child(2) {
    /*margin-left: -15px;*/
    opacity: 0.3;
}
.section-news-start a:hover {
    opacity: 0.9;
}
.section-news-start a:hover i:nth-child(1) {
    margin-right: 0px;
}
.section-news-start a:hover .news-image-bg {
    background-size: 95%;
}

.section-news-inv {
    background-color: #fff;
    background-image: url('../img/fala_ico.svg'), url('../img/fala_ico.svg');
    background-position: 0 5%, 100% 85%;
    background-repeat: no-repeat, no-repeat;
    background-size: 200px;
    color: #3d8dbf;
}
.section-news-inv .news-image-bg img {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #3d8dbf;
}
.section-news-inv .news-image-bg {
    background: url('../img/pngblue.png');
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    transition: all .2s;
}
.section-news-inv hr {
    background-color: #3d8dbf;
    width: 50%;
    text-align: left;
}
.section-news-inv .news-more i {
    color: #3d8dbf;
    transition: all .2s;
}
.section-news-inv .news-more i:nth-child(1) {
    opacity: 0.50;
    margin-right: -15px;
}
.section-news-inv .news-more i:nth-child(2) {
    /*margin-left: -15px;*/
    opacity: 0.8;
}
.section-news-inv a:hover {
    opacity: 0.9;
}
.section-news-inv a:hover i:nth-child(1) {
    margin-right: 0px;
}
.section-news-inv a:hover .news-image-bg {
    background-size: 95%;
}

.zoom {
    transition: transform .2s;
}
.zoom:hover {
    transform: scale(1.05);
    /*opacity: 0.8;*/
}

.wcag {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    font-size: 14px !important;
    padding: 5px 10px;
    z-index: 1029;
}
.wcag a {
    text-transform: none;
    font-size: 14px !important;
    margin: 0;
    color: #444;
}
.wcag a.w1, .wcag a.w2 {
    padding: 0 5px;
    margin-left: 5px;
    text-align: center;
    width: auto;
    display: inline-block;
}
.wcag a.w1, .wcag a.w1 i {
    color: #ffff00 !important;
    background-color: #000000 !important;
}

.wcag a.w2, .wcag a.w2 i {
    color: #000000 !important;
    background-color: #ffff00 !important;
}
.wcag a.wad {
    margin-left: 20px;
}
.wcag a.wa {
    text-align: center;
    width: 22px;
    display: inline-block;
}
.wcag a.wa span {
    font-weight: bold;
}
.owl-item div {
    width: 450px;
    height: auto;
}
.owl-nav {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 20px;
    color: #fff;
}
.owl-nav div {
    display: inline-block;
    margin-left: 10px;
}
.owl-nav span {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #1175b3;
    line-height: 40px;
    text-align: center;
}
.segment-gallery {
    height: 450px;
    overflow: hidden;
}
.segment-gallery img {
    /*max-width: 450px;*/
}

.segment-gallery a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
}

.segment-gallery a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(255, 255, 255, 0.2);*/
    transition: all 0.25s;
    padding: 55px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.segment-gallery a span p {
    display: none;
}
.segment-gallery a:not(.box-info):hover img {
    opacity: 0.8!important;
}
.segment-gallery a.box-info:hover span {
    /*opacity: 1;*/
    background: #fff;
    color: #1175b3;
}
.segment-gallery a.box-info:hover span h2 {
    display: none;
}
.segment-gallery a.box-info:hover span p {
    display: block;
}
.panel-group-faq {
    margin-bottom: 25px;
}
.panel-default.panel-faq > .panel-heading {
    color: #333;
    background: none;
    border: 0;
    padding: 0;
    border-bottom: 2px solid #4ea3ff;
}
.panel-default.panel-faq > .panel-heading a {
    display: block;
    padding: 10px 0px;
    color: #212529;
    font-size: 16px;
}
.panel-default.panel-faq .panel-title {
    margin: 0;
}
.panel-default.panel-faq .panel-body {
    padding: 15px;
}
.section-banner-container a {
        color: #212529;
}
.row-pricelist a {
    transition: transform .5s ease;
    display: block;
    margin-bottom: 30px;
}
.row-pricelist a:hover {
    transform: scale(1.05);
}
.form .read-more, .container-gallery .read-more, .container-news .read-more, .item-instructor .read-more  {
    background: #fff;
    color: #000;
    border-color: #000;
}

.read-more {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 50px;
    font-weight: bold;
    font-size: 1rem;
    min-width: 150px;
}
.item-instructor {
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width:768px) {
    .section-buttons {
        margin-top: 20px;
        z-index: 1000;
        position: static;
    }
    .segment-gallery {
        height: auto;
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: auto;
    }
    .owl-item div {
        width: 100%;
        height: auto;
    }
    .sm-list {
        display: none;
    }
    .navbar-brand {
        width: 150px;
    }
    footer .list-inline-l span {
        display: none;
    }
    footer .list-inline-l li {
        display: block;
        text-align: left;
    }
    footer .list-inline-l li a {
        margin: 0 !important;
    }
    #carousel:after {
        height: 100px;
    }
}