/*-----------------------------------------------------------------------------------
Version: 1.0
-----------------------------------------------------------------------------------


/*--- 1. Google font ---*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600|Roboto:400,500,700');

/*--- 2. Theme Default CSS ---*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #202020;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #515151;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*--- 3. Helper Class ---*/

#about-section {
    padding: 115px 0 100px 0;
}

#palestras-section {
    padding: 115px 0 70px 0;
}

#treinamentos-section {
    padding: 115px 0 94px 0;
}

#client-section {
    padding: 115px 0 87px 0;
}

#livro-section {
    padding: 115px 0 100px 0;
}

#blog-section {
    padding: 115px 0 95px 0;
}

#material-section {
    padding: 115px 0 95px 0;
}

#date-section {
    padding: 115px 0 100px 0;
}

#gallery-section {
    padding: 115px 0 94px 0;
}

#contact-section {
    padding: 115px 0 74px 0;
}

.fix {
    overflow: hidden;
}

.grey-bg {
    background-color: #eeeeee;
}

.pink-bg {
    background-color: #213952;
    color: #ffffff;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.img-full {
    width: 100%;
}

.button {
    padding: 14px 30px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #202020;
    color: #202020;
    margin: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    background: none;
    letter-spacing: 3px;

}

.button.pink {
    border-color: #213952;
    color: #213952;
}
.button.pink:hover {
    background-color: #213952;
    color: #ffffff;
}

.button:hover {
    background-color: #202020;
    color: #ffffff;
}

.button.white {
    color: #ffffff;
    border-color: #ffffff;
}

a.button.white:hover {
    background-color: #ffffff;
    color: #213952;
}

.section-title {
	font-family: 'Raleway', sans-serif;
    color: #515151;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.section-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background-color: #213952;
}

.section-title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 8px solid #213952;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*--- 4. Mainmenu Area ---*/

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow-x: hidden;
    background-color: rgba(56, 203, 213, 0);
    padding: 15px 0;
}

.mainmenu-area.affix {
    padding: 5px 0;
    background-color:#3D7693;
}


.logo {
    margin: 8px 0;
}

.mainmenu {
    text-align: right;
}

.mainmenu li {
    display: inline-block;
    text-align: center;
}

.mainmenu li a {
    background: none;
    padding: 14px 15px;
    background: none;
    color: #ffffff;
    /*font-weight: 700;*/
    /*font-size: 14px;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 300;
    font-size: 12px;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}

.mainmenu li.active a,
.mainmenu li a:focus,
.mainmenu li a:hover {
    background: none;
    color: #b1b9cc;
}

.mainmenu-area .social li a {
    background: none;
    color: #ffffff;
    margin: 8px 0;
    width: 35px;
    height: 35px;
    line-height: 2.4;
    font-size: 15px;
    border: none;
}

.mainmenu-area .social li a:hover {
    background-color: #ffffff;
    color: #202020;
}


/*--- 5. Social-Menu ---*/

.social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social li {
    display: inline-block;
    text-align: center
}

.social li a {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #ffffff;
    margin: 5px;
    font-size: 16px;
    line-height: 2.5;
    border-radius: 50%;
}

.social.border li a {
    border: 1px solid #202020;
}

.social li a:hover {
    background-color: #202020;
    color: #ffffff;
}


/*--- 6. Header Area ---*/

.header-area {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
}

.header-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #213952;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-gradient(linear, right top, left top, from(#042545), to(#162b3f));
    background: linear-gradient(to left, #042545, #162b3f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    opacity: 0.2;
}

.header-title {
    font-size: 70px;
    font-weight: 400!important;
    text-transform: uppercase;
    font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}

.heder-subtitle {
    font-size: 20px;
    font-weight: 200!important;
    margin-bottom: 40px;
}

#countdown {
    background: rgba(0, 0, 0, 0.3);
    padding: 15px;
    display: inline-block;
    border-radius: 3px;
}

#countdown li {
    display: inline-block;
    font-size: 30px;
    padding: 0 30px;
    line-height: 0.8;
    font-weight: 700;
    border-right: 2px solid #ffffff;
}

#countdown li:last-child {
    border-right: none;
}

#countdown li small {
    font-size: 12px;
    text-transform: uppercase;
}
a.scrolldown {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 30px;
    z-index: 2;
    color: #ffffff;
    width: 30px;
    height: 30px;
}


/*--- 7. About Section ---*/

.about-content {
    background-color: #213952;
    overflow: hidden;
    border-radius: 5px;
}

.about-photo {
    padding: 0;
    overflow: hidden;
}

.about-text {
    padding: 60px 20px;
    color: #ffffff;
}

.about-text .button {
    margin-top: 20px;
}

.about-text .signature {
    margin: 20px 0;
}


/*--- 8. Service Area ---*/

.single-service {
    background-color: #213952;
    color: #ffffff;
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    margin-bottom: 30px;
    min-height: 200px;
}

.single-service h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single-service .button {
    margin-top: 15px;
}


/*--- 9. Team Section --*/

.single-team {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 30px;
}

.single-team img {
    width: 100%;
}

.team-data {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.team-data  {
    padding: 20px;
}

.single-team:hover .team-data {
    right: 0;
}

.team-data:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: ;
    background-color: #213952;
    z-index: -1;
    opacity: 0.8;
}

.team-data h4 {
    text-transform: uppercase;
}


/*--- 10. Testimonial Section ---*/

.testimonial-item .media {
    margin: auto;
    width: 40%;
    margin-top: 50px;
}

.testimonials p {
    text-align: center;
}

.testimonial-item .testimonial-photo {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.testimonial-item .testimonial-photo img {
    border-radius: 50%;
}

.owl-controls .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.owl-controls .owl-nav div {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    border-radius: 2px;
    color: #ffffff;
    background-color: #213952;
    margin: auto 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonials .owl-controls .owl-dots div.active,
.testimonials .owl-controls .owl-dots div:hover,
.owl-controls .owl-nav div:hover {
    background-color: #213952;
}

.testimonials .owl-controls .owl-dots {
    text-align: center;
    display: none !important;
}

.testimonials .owl-controls .owl-dots div {
    width: 12px;
    height: 12px;
    background-color: #353535;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/*--- 11. Blog Section ---*/

.blogs {
    background-color: #213952;
    color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blogs .row {
    position: relative;
}

.blogs .post-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.blogs .post-thumbnail.right {
    left: auto;
    right: 0;
}

.blogs .post-content {
    padding: 30px;
    min-height: 235px;
}

.blogs .post-content h3 {
    margin-bottom: 20px;
}

.blogs .post-thumbnail {
    padding: 0;
}

.blogs .post-thumbnail img {
    height: 100%;
}

.blogs .link {
    color: #fff;
    font-weight: 500;
    padding: 20px 0;
}

.blogs .link i.fa {
    margin-left: 5px;
    display: inline-block;
    -webkit-transform: translate(-10px, 2px);
    transform: translate(-10px, 2px);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blogs .link:hover i.fa {
    opacity: 1;
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px);
}


/*--- 12. Movie Date ---*/

.date-list {
    background-color: #213952;
    color: #ffffff;
    padding: 50px;
    border-radius: 5px;
}

.date-list .button {
    white-space: nowrap;
}

.date-list .movie-date {
    text-align: center;
    font-size: 20px;
}

.date-list .movie-date span span {
    display: block;
}

.date-list .movie-title {
    /*font-size: 20px;*/
    font-size: 15px;
    white-space: nowrap;
}

.date-list .movie-title small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 30px 10px;
    border-top: 1px solid #fefefe;
}

.table > tbody > tr:first-child td {
    padding-top: 0;
    border-top: none;
}

.table > tbody > tr:last-child td {
    padding-bottom: 0;
}


/*--- 13. Gallery Section ---*/

.single-gallery {
    position: relative;
    margin-bottom: 30px;
    border-radius: 3px;
    overflow: hidden;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.single-gallery img {
    width: 100%;
}

.single-gallery .gallery-details {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: ;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(52, 68, 82, 0.4);
}

.single-gallery:hover .gallery-details {
    opacity: 1;
}

.single-gallery .gallery-details a {
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 2.3;
    padding-left: 5px;
}


/*--- 14. Contact Form ---*/

.contact-form .form-control {
    padding: 12px 20px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 1px solid #213952;
}


.contact-form .form-control::-webkit-input-placeholder {
    color: #000000;
}


/* WebKit, Blink, Edge */

.contact-form .form-control:-moz-placeholder {
    color: #000000;
}


/* Mozilla Firefox 4 to 18 */

.contact-form .form-control::-moz-placeholder {
    color: #000000;
}


/* Mozilla Firefox 19+ */

.contact-form .form-control:-ms-input-placeholder {
    color: #000000;
}


/* Internet Explorer 10-11 */

.contact-form .form-control::-ms-input-placeholder {
    color: #000000;
}


/* Microsoft Edge */

.contact-form .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(195, 75, 192, 0.075), 0 0 8px rgba(195, 75, 192, 0.6);
    box-shadow: inset 0 1px 1px rgba(195, 75, 192, 0.075), 0 0 8px rgba(195, 75, 192, 0.6);
}



/*--- 15. Footer Section ---*/

.footer-area {
    padding: 30px 0 20px 0;
}

#scrollUp {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 2px;
    line-height: 2;
    color: #ffffff;
    background-color: #213952;
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.2);
    box-shadow: 0 0 5px rgba(255,255,255,.2);
}

#scrollUp:hover {
    background-color: #e44bc0;
    color: #ffffff;
}


/*--- Preloader-style ---*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #213952;
    z-index: 999999
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75px;
    height: 100px;
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader__bar:nth-child(1) {
    left: 0px;
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
    -webkit-animation: barUp1 4s infinite;
    animation: barUp1 4s infinite;
}

.loader__bar:nth-child(2) {
    left: 15px;
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
    -webkit-animation: barUp2 4s infinite;
    animation: barUp2 4s infinite;
}

.loader__bar:nth-child(3) {
    left: 30px;
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
    -webkit-animation: barUp3 4s infinite;
    animation: barUp3 4s infinite;
}

.loader__bar:nth-child(4) {
    left: 45px;
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
    -webkit-animation: barUp4 4s infinite;
    animation: barUp4 4s infinite;
}

.loader__bar:nth-child(5) {
    left: 60px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-animation: barUp5 4s infinite;
    animation: barUp5 4s infinite;
}

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ball 4s infinite;
    animation: ball 4s infinite;
}

@-webkit-keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes ball {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(8px, -14px);
        transform: translate(8px, -14px);
    }
    10% {
        -webkit-transform: translate(15px, -10px);
        transform: translate(15px, -10px);
    }
    17% {
        -webkit-transform: translate(23px, -24px);
        transform: translate(23px, -24px);
    }
    20% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    27% {
        -webkit-transform: translate(38px, -34px);
        transform: translate(38px, -34px);
    }
    30% {
        -webkit-transform: translate(45px, -30px);
        transform: translate(45px, -30px);
    }
    37% {
        -webkit-transform: translate(53px, -44px);
        transform: translate(53px, -44px);
    }
    40% {
        -webkit-transform: translate(60px, -40px);
        transform: translate(60px, -40px);
    }
    50% {
        -webkit-transform: translate(60px, 0);
        transform: translate(60px, 0);
    }
    57% {
        -webkit-transform: translate(53px, -14px);
        transform: translate(53px, -14px);
    }
    60% {
        -webkit-transform: translate(45px, -10px);
        transform: translate(45px, -10px);
    }
    67% {
        -webkit-transform: translate(37px, -24px);
        transform: translate(37px, -24px);
    }
    70% {
        -webkit-transform: translate(30px, -20px);
        transform: translate(30px, -20px);
    }
    77% {
        -webkit-transform: translate(22px, -34px);
        transform: translate(22px, -34px);
    }
    80% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    87% {
        -webkit-transform: translate(7px, -44px);
        transform: translate(7px, -44px);
    }
    90% {
        -webkit-transform: translate(0, -40px);
        transform: translate(0, -40px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}

@keyframes barUp1 {
    0% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    40% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    90% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
}

@-webkit-keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}

@keyframes barUp2 {
    0% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    40% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    50% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    90% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    100% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
}

@-webkit-keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}

@keyframes barUp3 {
    0% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
    100% {
        -webkit-transform: scale(1, 0.6);
        transform: scale(1, 0.6);
    }
}

@-webkit-keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}

@keyframes barUp4 {
    0% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    40% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
    50% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    90% {
        -webkit-transform: scale(1, 0.4);
        transform: scale(1, 0.4);
    }
    100% {
        -webkit-transform: scale(1, 0.8);
        transform: scale(1, 0.8);
    }
}

@-webkit-keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes barUp5 {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    40% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    90% {
        -webkit-transform: scale(1, 0.2);
        transform: scale(1, 0.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.embed-responsive {
    border-radius: 5px;
    overflow: hidden;
}



.request-quote-section{
    position:relative;
    padding:120px 0px 0px;
    overflow:hidden;
}

.request-quote-section h2{
    font-size:30px;
    margin-bottom:50px;
    color:#181818;
}

.request-quote-section .form-column{
    position:relative;
    margin-bottom:120px;
}

.request-quote-section .image-column{
    position:relative;
}

.request-quote-section .image-column .image-box{
    position:relative;
    margin-top:-30px;
    padding-left:20px;
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}


.sponsors-section{
    position:relative;
    padding:120px 0px;
    color:#ffffff;
    background:#3d3f43;
    overflow:hidden;
    width:100%;
}

.sponsors-section .sec-title h2{
    color:#ffffff;
}

.request-quote-section .sponsors-outer{
    position:relative;
    margin-bottom:110px;
}

.request-quote-section .sponsors-outer .owl-controls{
    display:none;
}

.sponsors-carousel .slide-item{
    position:relative;
    border:1px solid #dcdcdc;
    margin:0px 1px;
    text-align:center;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sponsors-section .sponsors-carousel .slide-item{
    border:1px solid #ffffff;
}

.sponsors-carousel .slide-item img{
    display:block;
    max-width:100%;
    width:100%;
    opacity:0.25;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sponsors-section .sponsors-carousel .slide-item img{
    opacity:1;
}

.sponsors-carousel .slide-item img:hover{
    opacity:0.90;
}

.sponsors-section .owl-controls {
    padding:0px !important;
    margin:0px !important;
}

.sponsors-section .owl-controls .owl-next,
.sponsors-section .owl-controls .owl-prev {
    position:absolute;
    width:40px;
    height:40px;
    margin: 0 !important;
    top:50% !important;
    margin-top:-20px !important;
    text-align:center;
    background:none !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 38px;
    padding: 0 !important;
    border:1px solid #ffffff;
    opacity:0.70;
    transition: all 500ms ease 0s;
}

.sponsors-section .owl-controls .owl-next:hover,
.sponsors-section .owl-controls .owl-prev:hover {
    opacity:1;
}

.sponsors-section .owl-controls .owl-prev {
    border-radius: 0px !important;
    left:-80px !important;
}

.sponsors-section .owl-controls .owl-next {
    border-radius: 0px !important;
    right:-80px !important;
}

.sponsors-section .owl-dots{
    display:none !important;
}

.adquira {
    background-color: #213952;
    color: #fff;
}

.header-title {
    margin-top: 580px;
}

.mainmenu-list {
    position: relative;
    margin-top: 15px;
}

.menu-bar-hide {
    margin-top: 15px;
}

.clientes img {
    width: 180px !important;
}

.treinamentos {
    min-height: 290px;
    overflow: auto;
}