@font-face {
    font-family: 'Roboto Black';
    src: url('/fonts/roboto/Roboto-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('/fonts/roboto/Roboto-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('/fonts/roboto/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('/fonts/roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

body {
    max-width: 100%;
    background-color: #fff;
    /* font-family: 'Roboto'; */
    font-size: 13px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Roboto Light';
}

html {
    min-width: 370px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    /* position: fixed; */
}

a {
    color: #1a1a1a;
    outline: 0 none;
    text-decoration: none;
}

.font_roboto_black {
    font-family: 'Roboto Black' !important;
}

.font_roboto_light {
    font-family: 'Roboto Light' !important;
}

.font_roboto_bold {
    font-family: 'Roboto Bold' !important;
}

.font_roboto_regular {
    font-family: 'Roboto Regular' !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 none;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background: #7000AD;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #7302A8;
}

::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}


/* ::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(150deg, #4D0347 18%, #8A158A 77%);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(150deg, #8A158A 18%, #4D0347 77%);
}

::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; */


/* } */


/* p {
    font-family: 'Roboto';
} */

p a {
    color: #fff;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

hr {
    border: 0;
    border-bottom: 4px solid #2c4d62;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
}

table thead th {
    padding: 12px 8px !important;
    background-color: #f2f2f2;
}

table td {
    padding: 15px 10px !important;
}

@media only screen and (max-width:360px) {
    table td {
        word-break: break-all;
    }
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin-bottom: 24px;
}

.overflow-hide {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto;
}

.clear {
    clear: both;
}

.pull-none {
    float: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
}

::-webkit-selection {
    background: #1a1a1a;
    color: #fff;
}

@media only screen and (max-width:600px) {
    .col-xs-100pc {
        width: 100%;
    }
}

.fale-com-especialista {
    justify-content: center;
    display: inline-block;
    width: 100%;
    max-width: 325px;
    text-align: center;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    border: 2px solid #fff;
    background-color: #FFF;
    border-radius: 38px;
    -webkit-box-shadow: 9px 7px 5px rgba(151, 148, 148, 0.77);
    -moz-box-shadow: 9px 7px 5px rgba(151, 148, 148, 0.77);
    box-shadow: 1px 4px 5px rgba(151, 148, 148, 0.77);
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

#autor {
    text-align: justify;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}


/*____HEADING & TITLE 
======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 24px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1a1a1a;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #ffe933;
}

h1 {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 46px;
    line-height: 52px;
    color: #1a1a1a;
}

h2 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 28px !important;
    line-height: 34px;
    color: #1a1a1a;
}

h3 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #1a1a1a;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1a1a1a;
    margin-bottom: 15px;
}

h5 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

h6 {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.display-inline {
    display: inline;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}


/*____TEXT & PARAGRAPH 
======================================*/

p {
    line-height: 24px;
    margin-bottom: 24px;
}

strong {
    font-weight: 600;
}


/*-------------------------------------
text align
------------------------------------ */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify
}


/*-------------------------------------
Classe colDefault
------------------------------------ */

.colDefault {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
    text-align: justify;
    position: relative;
    padding: 15px 10px;
    display: table;
}

.colDefault div {
    vertical-align: top;
}

.colDefault .col50 {
    width: 100%;
    max-width: 470px;
    margin: 0 10px;
    display: inline-block;
}

.colDefault .col70 {
    width: 100%;
    max-width: 680px;
    margin: 0 10px;
    display: inline-block;
}

.colDefault .col30 {
    width: 100%;
    max-width: 260px;
    margin: 0 10px;
    display: inline-block;
}

.center {
    text-align: center;
}

.box {
    /* display: inline-block; */
    /* max-width: 420px; */
    /* height: 405px; */
    margin-bottom: 12px;
    /* padding-right: 5px; */
    position: relative;
}

.contatos {
    color: #fff;
}

#divBottom .coluna {
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    color: #fff;
}

#divBottom .coluna div {
    color: #333;
}

#divBottom .coluna .title {
    display: inline-block;
    color: #000;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0px;
}

.icons {
    float: right;
}

.colDefaultDireitos {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
    text-align: justify;
    position: relative;
    padding: 5px 10px 0px 10px;
    display: table;
}

.direitos {
    float: right;
}


/* ===============Team==================*/


/* ===============Line corner ==================*/

.line-corner-outer {
    position: relative;
    z-index: 1;
}

.line-corner {
    width: 20px;
    height: 20px;
    position: absolute
}

.line-corner.top-left {
    left: 10px;
    top: 10px;
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: #000;
}

.line-corner.top-right {
    right: 10px;
    top: 10px;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: #000;
}

.line-corner.bottom-left {
    left: 10px;
    bottom: 10px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #000;
}

.line-corner.bottom-right {
    right: 10px;
    bottom: 10px;
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: #000;
}


/* =============== Img center icon ==================*/

.img-center-icon .overlay-bx .overlay-icon {
    right: 0px;
    bottom: 0px;
    left: auto;
    top: auto;
    transform: none;
}

.img-center-icon .overlay-bx .overlay-icon a {
    color: #fff;
    background-color: #F5BF23;
}

.img-center-icon .overlay-bx .overlay-icon a:hover {
    color: #000;
}


/* =============== Project Detail ==================*/

.project-detail-outer .project-detail-pic .mt-media img {
    width: 100%;
}

.project-detail-containt p {
    text-align: justify;
}


/* =============== Fixed  ==================*/

.mt-full-screen-left {
    background-color: #ddd;
    height: 100%;
    left: 245px;
    padding-left: 0;
    position: fixed;
    top: 0;
    width: calc(50% - 245px);
}

.mt-full-screen-right {
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 30px 15px;
    overflow-x: hidden;
}

.mt-thum-spacial {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    border: 20px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mt-thum-spacial.mt-wide-gallery {
    border: none;
}

.mt-gallery-listing {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mt-gallery-listing li {
    margin: 0 0 30px;
}

.mt-full-screen-right.mt-wide-gallery {
    padding: 0;
}

.mt-full-screen-right.mt-wide-gallery .mt-gallery-listing li {
    margin-bottom: 0;
}


/*____left shortcodes
=============================================== */

.shortcodes_panel ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.shortcodes_panel ul li {
    margin-bottom: 13px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding: 5px 10px 5px 0px;
    margin-bottom: 0;
    line-height: 20px;
}

.shortcodes_panel ul li {
    text-transform: uppercase;
    font-size: 12px;
}

.shortcodes_panel ul li a {
    color: #000;
}

.shortcodes_panel ul li a:hover {
    color: #F5BF23;
}

.shortcodes_panel li {
    border-bottom: none;
    line-height: 28px;
}

.shortcodes_panel li:before {
    top: 0;
    left: 1px;
}

.shortcodes_panel.inline-links li {
    display: block;
    border-bottom: none;
}


/*____Modal
=============================================== */

.button-model {
    display: inline-block;
}

.button-model button {
    min-width: 200px;
    text-align: center !important;
    text-transform: uppercase;
    color: #fff;
    opacity: 1;
}

.modal-footer button {
    min-width: inherit;
}

.button-model button.close {
    min-width: inherit;
}

@media only screen and (max-width:640px) {
    h2.font-45 {
        font-size: 32px;
        line-height: 38px;
    }
    h2 a.font-45 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media only screen and (max-width:360px) {
    h2.font-45 {
        font-size: 22px;
        line-height: 28px;
    }
    h2 a.font-45 {
        font-size: 22px;
        line-height: 28px;
    }
}


/*____Responsive container
=============================================== */

.outer-box-specing {
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (max-width:1366px) {
    .outer-box-specing .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media only screen and (max-width:800px) {
    .outer-box-specing {
        padding-left: 0px;
        padding-right: 0px;
    }
    .aside-right-item {
        position: absolute;
        right: -20px;
        top: 0px;
        bottom: auto;
    }
}

@media only screen and (max-width:800px) {
    .counter.font-60 {
        font-size: 36px;
    }
}

@media only screen and (max-width:768px) {
    .counter.font-60 {
        font-size: 28px;
    }
    .testimonial-6 {
        margin: 20px 10px;
    }
}

@media only screen and (max-width:420px) {
    .testimonial-6 {
        text-align: center;
    }
    .testimonial-6 .testimonial-pic-block {
        float: none;
        margin-bottom: 20px;
    }
    .testimonial-6 .testimonial-text {
        padding-left: 0px;
    }
}


/*-------------------------------------
Top Part Search Bar
-------------------------------------*/

.site-search-btn {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    width: 40px;
    display: inline-block;
    text-align: center;
}

.left-side-search a {
    font-size: 16px;
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 999;
    display: block;
}

#search form {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #222;
    border: 1px solid #222;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
    outline: none;
    padding: 10px;
    border-radius: 0px;
}

#search input[type="search"] {
    width: 100%;
    background: none;
    border: none;
    padding: 0px 12px;
    outline: none;
}

#search .search-btn {
    border: none;
    background: none;
    padding: 0px 30px;
    outline: none;
}

#search .search-btn i {
    font-size: 36px;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
    width: 30px;
    height: 30px;
}

#search .close:after,
#search .close:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 32px;
    background-color: #222;
    right: 20px;
    top: 0px;
}

#search .close:after {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
}

#search .close:before {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
}

#search .close:hover:after,
#search .close:hover:before {
    cursor: pointer;
}

@media only screen and (max-width:768px) {
    #search form {
        width: 90%;
        margin-left: 5%;
        font-size: 26px;
    }
    #search input[type="search"] {
        padding: 0px 0px 0px 30px;
    }
    #search .search-btn {
        padding: 0px 15px;
    }
    #search .search-btn i {
        font-size: 24px;
    }
}

@media only screen and (max-width:400px) {
    #search form {
        font-size: 16px;
    }
    #search input[type="search"] {
        padding: 0px 0px 0px 10px;
    }
    #search .search-btn {
        padding: 0px 15px;
    }
    #search .search-btn i {
        font-size: 18px
    }
}

.mt-quik-search .form-control::-moz-placeholder {
    color: #fff;
}

.mt-quik-search .form-control:-moz-placeholder {
    color: #fff;
}

.mt-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}

.mt-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}

@media only screen and (max-width:767px) {
    .site-search {
        width: 100%;
    }
    .site-search .site-button {
        padding: 0;
    }
    .site-search form {
        padding-left: 0;
    }
}


/*____animated play btn
======================================*/


/*____ANIMATED PLAY BTN____*/

.play-now {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    width: 60px;
    height: 60px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
}

.play-now .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.slider-play-icon .play-now {
    right: 30%;
    left: auto;
    top: 45%;
}


/*================inner pages css=======*/

@media only screen and (max-width:991px) {
    .m-about-containt {
        padding-top: 0px;
        margin-top: 0px;
    }
    .m-about-containt h2 {
        font-size: 36px;
        line-height: normal;
        margin-top: 0px;
    }
}

@media only screen and (max-width:768px) {
    .m-about {
        padding: 0px;
        margin: 0px;
    }
    .m-about::after {
        display: none;
    }
}

.contact-nav {
    display: table;
    width: 100%;
    height: 100%;
}

.contact-nav .contact-nav-form {
    padding-top: 60px;
    display: table-cell;
    vertical-align: middle;
}

.contact-nav .contact_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 100%;
    border: none;
    text-align: right;
    font-size: 36px;
}

@media only screen and (max-width:540px) {
    .is-fixed .navbar-toggle {
        margin-bottom: 0px;
    }
    .contact-slide-hide {
        right: -100%;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .is-fixed .header-nav .nav {
        overflow: auto;
        height: 275px;
    }
    .is-fixed .header-nav .nav>li>a {
        padding: 12px 15px;
    }
    .is-fixed#header-part .navbar-toggle {
        margin: 15px 0;
    }
}

@media only screen and (max-width:768px) {
    .is-fixed .extra-nav {
        padding: 13px 7px;
    }
}

@media only screen and (max-width:767px) {
    .is-fixed .extra-nav {
        padding: 13px 0px;
    }
}

.full-social-bg {
    text-align: center;
}

.full-social-bg ul {
    list-style: none
}

.full-social-bg li {
    text-align: center;
}

.full-social-bg li {
    display: inline-block;
}

.full-social-bg li a {
    margin: 5px 2px;
    background-color: #efefef;
    position: relative;
    top: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #222;
}

.full-social-bg li a:hover i {
    color: #fff;
}

.facebook:hover {
    background: #3b5998 !important
}

.google:hover {
    background: #dd4b39 !important
}

.instagram:hover {
    background: #517fa4 !important
}

.tumblr:hover {
    background: #32506d !important
}

.twitter:hover {
    background: #00aced !important
}

.youtube:hover {
    background: #bb0000 !important
}


/*====our ability counter=======*/

.our-ability [class*="col-"] .mt-icon-box-wraper {
    position: relative;
}

.our-ability [class*="col-"] .mt-icon-box-wraper:after {
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    top: 0px;
    right: -15px;
    background-color: #000;
}

.our-ability [class*="col-"]:last-child .mt-icon-box-wraper:after {
    display: none;
}

@media only screen and (max-width:991px) {
    .our-ability [class*="col-"] .mt-icon-box-wraper:after {
        display: none;
    }
}


/*-------------------------
Our Team 1
----------------------------*/

.our-team-1 {
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.our-team-1:hover {
    margin-top: -10px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.our-team-1 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-team-1 .profile-image {
    padding: 15% 10% 0;
}

.our-team-1 .profile-image img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    max-width: 60%;
}

.our-team-1 .figcaption {
    padding: 5% 10% 15%;
}

.our-team-1 h5 {
    font-weight: 400;
    color: #222;
}

.our-team-1 .icons i {
    color: #999;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
}

.our-team-1 .icons i:hover {
    color: #555;
}

.our-team-1 .icons i a {
    text-decoration: none;
}


/*-------------------------
Our Team 2
----------------------------*/

.our-team-2 {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.our-team-2:hover {
    margin-top: -10px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.our-team-2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.our-team-2 .profile-image {
    padding: 20px 20px 0px 20px;
}

.our-team-2 .profile-image img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    width: 100%;
}

.our-team-2 .figcaption {
    padding: 100px 20px 20px;
    background-color: #fff;
    margin-top: -100px;
}

.our-team-2 h5 {
    font-weight: 400;
}

.our-team-2 .icons i {
    color: #000;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
}


/*--------------------------------
page-notfound
-----------------------------------*/

.page-notfound strong {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
}

.page-notfound span.title {
    position: relative;
    display: block;
    color: #f5bf23;
    font-size: 180px;
    line-height: 150px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 13px 0 14px;
}

.page-notfound p {
    font-size: 18px;
}

@media only screen and (max-width:5400px) {
    .page-notfound span.title {
        font-size: 80px;
        line-height: 70px;
    }
}


/*---------------------------
contact-form
-----------------------------*/

.get-in-touch-form {
    position: relative;
}

.get-in-touch-form-section {
    position: absolute;
    right: 0px;
    bottom: 0px;
    max-width: 520px;
}

.get-in-touch-info {
    position: absolute;
    bottom: 0px;
    max-width: 330px;
    left: 0px;
    box-shadow: -10px -10px #f5bf23;
}

@media only screen and (max-width:991px) {
    .get-in-touch-form-section {
        max-width: 400px;
    }
}

@media only screen and (max-width:768px) {
    .mobile-page-padding {
        padding: 30px 0px;
    }
    .inner-page-padding {
        padding: 30px 0px;
    }
    .get-in-touch-form-section {
        position: inherit;
        left: auto;
        bottom: auto;
        margin: 0px auto;
    }
    .get-in-touch-info {
        position: relative;
    }
}

@media only screen and (max-width:991px) {
    .service-about-left {
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width:480px) {
    .service-about-right h3 {
        font-size: 22px;
        line-height: inherit;
    }
    .faq-1 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*-----------------------------------------------
boxed style
--------------------------------------------------*/


/*main bar with box view*/

.boxed .is-fixed .main-bar {
    max-width: 1200px;
    margin: 0 auto !important;
    left: inherit !important;
}

@media only screen and (max-width: 1200px) {
    .boxed .is-fixed .main-bar {
        margin: 0;
        left: 0;
    }
    #post #last-posts .banner {
        display: none !important;
    }
}

.boxed .site-header .container {
    width: auto;
}

#bg {
    background-attachment: fixed;
    background-size: cover;
}

.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.boxed .tp-banner-container,
.boxed .rev_slider_wrapper {
    left: 0 !important;
    width: 100% !important;
}

.boxed .tp-rightarrow {
    right: 0 !important;
}

.boxed .tp-leftarrow {
    left: 0 !important;
}

.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 1000;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.box-cookies .msg-cookies {
    text-align: center;
    padding: 35px;
    color: #fff;
    font-size: 14px;
}

.box-cookies .btn-cookies {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 14px;
}

.box-cookies .btn-cookies {
    background: #24455a;
    cursor: pointer;
    align-self: normal;
    border-radius: 8px;
    border: 1px solid #fff;
}

.box-cookies .btn-cookies:hover {
    background: #fff;
    cursor: pointer;
    align-self: normal;
    border-radius: 8px;
    border-color: #fff;
    color: #000;
}

@media screen and (max-width: 600px) {
    .box-cookies {
        flex-direction: column;
    }
    .box-cookies .btn-cookies {
        padding: 10px;
    }
}

#baseTop .colDefault div {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#baseFinal .colDefault div {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#divInfo .colDefault div {
    display: inline-block;
    line-height: 14px;
    padding: 6px 20px 6px 6px;
    margin: 10px 20px;
    border-right: 1px solid #b4b4b4;
}

#divInfo .colDefault div:nth-child(3) {
    border: 0;
}

@media only screen and (max-width: 995px) {
    #divInfo .colDefault div {
        border-right: 0px solid #b4b4b4;
        text-align: center;
    }
    #divInfo .colDefault {
        text-align: center;
    }
    #divInfo .colDefault ul {
        text-align: center;
        padding: 0;
    }
}

.event {
    margin-bottom: 10px;
}


/*** PAGINA CONTATO ***/

.tituloContato {
    margin-right: 300px;
}

.contatoDesc {
    margin-right: 300px;
    font-size: 15px;
}

@media only screen and (max-width: 995px) {
    .tituloContato {
        margin-right: 0px;
    }
    .contatoDesc {
        margin-right: 0px;
    }
}

.contatos {
    color: #FFF !important;
    text-align: center;
    margin: 20px;
}

.contatos a {
    color: #FFF !important;
    text-align: center;
    margin: 20px;
}

.contatos div {
    padding: 20px 0px;
    margin-bottom: 4px;
}

.contatos div:nth-child(1) {
    background: #218091;
    margin-top: 20px;
}

.contatos div:nth-child(1):hover {
    background-color: #146ba8;
}


/*** CONTACT ***/

.contact {
    color: #FFF !important;
    text-align: center;
    margin: 20px;
    width: 300px;
}

.contact div {
    padding: 20px 0px;
    margin-bottom: 4px;
}

.contact div {
    padding: 20px 0px;
    margin-bottom: 4px;
}

.contact div:nth-child(1),
.contato div:nth-child(4) {
    background: #510e6f;
    margin-top: 20px;
}

.contact div:nth-child(1):hover {
    background-color: #091a93;
}

.contact div:nth-child(2):hover {
    background-color: #091a93;
}

.contact div:nth-child(3):hover {
    background-color: #091a93;
}

.contact div:nth-child(2) {
    background: #6b1175;
}

.contact div:nth-child(3) {
    background: #891696;
}

.contact p {
    margin-bottom: 0px;
    font-size: 15px;
    text-align: center;
    text-indent: 0;
    color: #FFF !important;
}

.contact p .email {
    font-size: 13px;
}


/*** FORM ***/

#divForm {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divForm form {
    position: relative;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    display: inline-block;
}

#divForm .title {
    font-family: 'Roboto Bold';
    color: #0b1425;
    font-size: 22px;
    margin: 18px 10px 10px 20px;
    text-align: center;
}

#divForm .fields {
    text-indent: 0;
    margin-left: 12px;
}

#divForm .fields input {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divForm .fields .label {
    text-align: left;
    padding: 4px 4px 4px 20px;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}

#divForm .fields div {
    width: 95%;
    display: inline-block;
    padding: 4px;
    margin: 10px;
    margin-top: 4px;
    text-indent: 0;
    position: relative;
}

#divForm .field50 {
    display: inline-block !important;
    max-width: 330px;
}

#divForm .field50 input {
    display: inline-block;
    width: 330px !important;
}

#divForm i {
    border-right: 1px solid #CCC;
    margin: 4px;
    padding: 16px 16px 16px 16px;
    position: absolute;
    left: 0;
    top: 0;
}

#divForm .fields .full {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divForm input[type=text],
#divForm input[type=email],
#divForm input[type=password],
#divForm input[type=date] {
    width: 100%;
    display: table;
    padding: 6px 4px 4px 60px;
    border: none;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divForm select {
    width: 100%;
    display: table;
    padding: 4px;
    padding-left: 10px;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 6px;
}

#divForm textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 6px;
    height: 100px;
    margin: 0 auto;
}

#divForm input:focus,
#divForm select:focus,
#divForm textarea:focus {
    box-shadow: 0 0 5px #13539c;
    border: 1px solid #13539c;
    border-radius: 6px;
    color: #13539c;
    outline: 0 !important;
}

#divForm input:focus~i {
    color: #13539c;
}

#divForm input::placeholder {
    color: #CCC;
}

#divForm input[type=submit] {
    background-color: #510e6f;
    border-radius: 8px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Roboto';
    cursor: pointer;
    margin: 30px;
    max-width: 330px;
    border: 0;
    outline: none;
    padding: 10px 20px;
}

#divForm input[type=submit]:hover {
    background-color: #091A93;
    color: #fff;
}


/**** BLOG ******/

#divBlog {
    padding-bottom: 30px;
}

.divBlog {
    display: inline-block;
    margin: 20px;
}

.divBlog h2 {
    margin: 0;
}

.divBlog .titulo {
    font-family: Bebas;
    font-size: 30px;
}

.divBlog .data {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    color: #666;
}

.divBlog .resume img {
    width: 100%;
    float: left;
    padding: 0px 20px 20px 0px;
    max-width: 300px;
}


/*** BUSCA ***/

#divBusca {
    margin: 10px auto;
    display: table;
    width: 90%;
    position: relative;
}

#divBusca input {
    height: 38px;
    line-height: 38px;
    font-family: 'Roboto';
    font-size: 14px;
    color: #482710;
    width: 90%;
    padding: 5px;
    padding-left: 10px;
    border-radius: 6px;
    border: 1px solid #CCC;
}

#divBusca .produtoBusca {
    margin: 2px 0px 0px -60px;
    float: left;
    position: relative;
    z-index: 3;
    width: 34px;
}

#divBusca .btBusca {
    background-color: #218091;
    width: 126px;
    line-height: 39px;
    font-size: 16px;
    color: #FFF;
    font-family: 'Roboto';
    /*position: absolute;*/
    z-index: 3;
    right: 0;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
}

#divBusca .btBusca:hover {
    background-color: #1b4b78;
    color: yellow;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#divBusca .btBusca img {
    margin: 5px 0px 0px 10px;
}

#divBlogPost .blog {
    text-align: right;
    font-size: 10px;
    font-family: Verdana;
    padding: 10px;
}

#divBlogPost .date {
    text-align: center;
    font-size: 14px;
    color: #333;
}

#divBlogPost .content {
    padding: 20px;
    text-align: justify;
}

.tip {
    display: inline-block;
    margin: 10px;
    font-family: Roboto;
}

#divBlog a:hover {
    color: #000
}

.tip .image {
    max-width: 300px;
}

.tip .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tip .info {
    max-width: 300px;
    padding: 0 10px 10px 10px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    height: 240px;
}

.tip .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 10px;
}

.tip .text {
    font-size: 14px;
}

.widgetGrey a:hover {
    color: #000
}

.eventos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    background-color: #e50064;
    height: auto;
    border-radius: 20px;
    min-width: 65%;
    max-width: 1200px;
    z-index: 10;
    padding: 20px 20px 20px 20px;
}

.titulo {
    color: #ffe933;
    font-size: 25px;
    display: inline-block;
    font-weight: 300;
    font-family: 'Roboto Regular' !important;
}

.titulo:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rowEvent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hub {
    padding-left: 40%;
    color: #000;
    font-size: 23px;
    padding-top: 10%;
    text-align: justify;
    font-family: 'Roboto';
    font-weight: 300;
}

.colEvent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.colEventDois {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tituloEvento {
    color: #fff;
    font-size: 20pt;
    display: inline-block;
    font-weight: 300;
    padding-top: 40px;
    font-family: 'Roboto Bold' !important;
}

.dataEvento {
    color: #fff;
    font-size: 15pt;
    display: inline-block;
    font-weight: 300;
    font-family: 'Roboto Regular' !important;
}

.descricao {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12pt;
    margin-top: 0;
    background-color: #fff;
    border-radius: 20px;
    /* max-width: 385px; */
    min-height: 100px;
    padding: 20px;
    font-family: 'Roboto Regular' !important;
}

.localEvento {
    color: #fff;
    font-size: 15pt;
    font-weight: 300;
    padding-top: 5px;
    font-family: 'Roboto Regular' !important;
}

.inscrevase {
    color: #000000;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 30px;
}

.inscrevase i {
    font-size: 28px;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.inscrevase a:visited {
    color: #000 !important;
}

.inscrevase a {
    font-family: 'Roboto Regular' !important;
    font-size: 18pt;
    font-weight: 300;
    border-radius: 5px;
    color: #000 !important;
    background-color: #FFE933;
    padding: 5px 10px;
}

.inscrevase a:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    color: #000 !important;
}

.inscrevase a::after {
    color: #000 !important;
}

.inscreva span {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.colLinha {
    width: 0px !important;
}

.rowLinha {
    background-color: #fff;
    width: 8px;
    padding: 0px !important;
    margin-top: 30px;
    border-radius: 5px;
    height: 300px;
}

.linha-vertical {
    color: #fff;
    /* border-left: 2.5px solid #fff; */
    border: 3px solid #fff;
    border-radius: 5px;
    /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
    height: 300px;
    /*Altura da linha*/
    margin-top: 30px;
}

@media(max-width:767px) {
    .rowEvent {
        flex-direction: column;
    }
    .rowLinha {
        background-color: #fff;
        width: 100%;
        padding: 0px !important;
        margin-top: 0px;
        border-radius: 5px;
        height: 8px;
    }
    .colLinha {
        width: 100% !important;
    }
    .inscrevase {
        text-align: center;
    }
    .menuBar {
        display: block !important;
    }
}

@media(max-width:500px) {
    .eventos {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        background-color: #e50064;
        height: auto;
        border-radius: 20px;
        min-width: 65%;
        max-width: 1200px;
        z-index: 10;
        padding: 40px;
    }
}

.linha-horizontal {
    border-color: #fff;
    box-sizing: border-box;
    width: 100%;
}

@media(min-width:768px) {
    .linha-horizontal {
        display: none;
    }
}

.parceiros {
    background-color: rgb(29, 29, 27);
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0 0 10px;
    text-align: center;
}

.parceirosAp {
    background-color: #44109b;
}

.parceirosA {
    background-color: #187e56;
}

.parceirosF {
    background-color: #6e1d3d;
}

.parceirosP {
    background-color: #333333;
}

.parceirosH {
    background-color: rgb(28, 39, 136);
}

.parceirosM {
    background-color: rgb(222, 62, 131);
}

.lista-parceiros {
    background-color: #218091;
    margin: -30px;
    /* padding-bottom: 40px; */
}

.nome-parceiros {
    font-size: 25px;
    font-family: 'Roboto Regular' !important;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rowImgParc img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.boxPar {
    max-width: 250px;
}

.rowImgParc {
    display: block;
    align-items: center;
    width: 100%;
}

.rowImgParceC {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-end;
}

.rowImgParc img {
    width: 100%;
    max-width: 150px;
    margin: 10px 30px 30px 30px;
}

.rowParC {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto Regular' !important;
    font-weight: 300;
    flex-direction: row;
}

@media only screen and (max-width:990px) {
    .nome-parceiros {
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: center;
        justify-content: center;
    }
    .nome-parceiros br {
        display: none;
    }
    .rowImgParc {
        flex-direction: column;
    }
    .rowImgParceC {
        justify-content: center;
        padding-top: 20px;
        flex-direction: column;
    }
    .nome-parceirosC {
        text-align: center;
    }
    .rowParC {
        flex-direction: column;
    }
}

#div1 {
    background-color: #28c1de;
    height: 18px;
}

#div2 {
    background-color: #de3e83;
    height: 18px;
}

#div3 {
    background-color: #218091;
    height: 18px;
}

#div4 {
    background-color: #e50064;
    height: 18px;
}

.acesse {
    padding-top: 35px;
    font-size: 18px;
    color: #080808;
}

#duvidas_btn {
    text-align: center;
    display: block;
    margin-top: 30px;
}

#duvidas_btn:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

#duvidas_btn a {
    color: #fff;
    background-color: #e50064;
    padding: 20px;
    border-radius: 25px;
    font-size: 20px;
}

@keyframes duvidas {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

#duvidas:hover {
    animation: duvidas 0.7s forwards;
}

#divBottom {
    background-color: #e8e8e8;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    padding-top: 30px;
}

#divBottom .coluna {
    display: inline-block;
    margin: 10px;
    font-size: 12px;
    color: #fff;
}

#divBottom .coluna div {
    color: #333;
}

#divBottom .coluna .title {
    display: inline-block;
    color: #000;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 0px;
}

.menu {
    margin-top: 80px;
}

.menu ul li {
    display: inline-block;
    font-family: 'Roboto';
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: -23px -23px;
    padding: 2px 23px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    margin-top: 0;
    text-transform: initial;
}

.menu ul li a {
    color: #fff !important;
}

.menu ul li:hover {
    color: #006bac;
    font-weight: 800 !important;
    border-color: #006bac;
}

.colMenuRodape {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.menuRodape {
    padding-bottom: 10px;
}

.menuRodape ul li {
    list-style-type: square;
    font-family: 'Roboto';
    color: #080808;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    margin: -10px 0;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    margin-top: 15px;
}

.menuRodape ul li a {
    color: #080808;
    list-style-type: square;
}

.menuRodape ul li a:hover {
    color: #006bac;
}

.menuRodape ul li:hover {
    color: #006bac;
    font-weight: 800 !important;
    border-color: #006bac;
}

.logo-rodape {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contFogueteIndex {
    background: linear-gradient(90deg, #FFF 50%, #ffe933 50%);
}

.contImgComunidade {
    padding-top: 20px;
}

.rowComunidadeImgDesktop {
    display: block;
}

.rowComunidadeImgMobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .rowComunidadeImgDesktop {
        display: none;
    }
    .rowComunidadeImgMobile {
        display: block;
    }
}

.contImgDrone {
    padding: 20px 0px 0px 0px !important;
}

.rowFogueteIndex {
    position: relative;
}

.logoRowFoguete {
    position: absolute;
    top: 160px;
    left: 130px;
}

.rowImgDrone {
    position: relative;
    background-image: url("/images/background/drone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    max-height: 485px;
    min-height: 485px;
}

.rowImgDrone div {
    position: relative;
}

@media only screen and (max-width: 700px) {
    .rowImgDrone {
        max-height: 285px;
        min-height: 285px;
    }
    .duvidasP {
        max-height: 285px;
        min-height: 285px;
    }
    .duvidasP p {
        margin-top: -20px;
    }
}

.imgDuvidasIcones {
    position: absolute;
    top: -40px;
}

#inscrever {
    text-transform: uppercase;
    color: #28c1de;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

#valide {
    text-transform: uppercase;
    color: #de3e83;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

#compartilhe {
    text-transform: uppercase;
    color: #218091;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

#decole {
    text-transform: uppercase;
    color: #e50064;
    text-align: left;
    font-weight: 700;
    font-size: 15px;
}

.rowDroneImg {
    position: relative;
    max-width: 1060px;
    height: 485px;
    ;
    margin: 0 auto;
}

.tituloFogIndex {
    position: absolute;
    top: 90px;
    right: 330px;
    text-align: left;
    color: #218091;
    font-size: 30px;
    margin: 0px !important;
}

.textoFogIndex {
    position: absolute;
    top: 300px;
    right: 90px;
    text-align: left;
    font-size: 20px;
    margin: 0px !important;
}

#foguete_btn {
    position: absolute;
    top: 420px;
    right: 370px;
}

#foguete_btn a {
    color: #000;
    background-color: #28c1de;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 20px;
}

#foguete_btn_mobile a {
    color: #000;
    background-color: #28c1de;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 20px;
}

#foguete_btn_mobile:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#foguete_btn:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.duvidas {
    margin-top: 10px;
}

.duvidasP {
    position: absolute !important;
    bottom: 0px;
    left: 0;
    color: #fff;
    font-size: 25px;
    margin: 0px !important;
}

.duvidasP p {
    padding: 30px;
}

.quadradinhosImg {
    width: 10vw;
    min-width: 150px;
    position: absolute;
    top: -20px;
    right: 0;
}

@media only screen and (max-width: 1200px) {
    #foguete_btn {
        position: absolute;
        top: 350px;
        right: 280px;
    }
    .tituloFogIndex {
        position: absolute;
        top: 60px;
        right: 250px;
    }
    .textoFogIndex {
        position: absolute;
        top: 250px;
        right: 0px;
    }
    .logoRowFoguete {
        position: absolute;
        top: 120px;
        left: 130px;
    }
}

@media only screen and (max-width: 995px) {
    .logo-rodape {
        justify-content: center;
    }
    .colMenuRodape {
        justify-content: center;
    }
    #foguete_btn {
        position: absolute;
        top: 350px;
        right: 280px;
    }
    .tituloFogIndex {
        position: absolute;
        top: 20px;
        right: 150px;
    }
    .textoFogIndex {
        position: absolute;
        top: 240px;
        right: 130px;
        font-size: 15px;
    }
    .logoRowFoguete {
        position: absolute;
        top: 90px;
        left: 30px;
    }
    .rowDuvidas {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    .imgDuvidasIcones {
        position: absolute;
        top: -30px;
    }
    #inscrever {
        font-weight: 500;
        text-align: center;
        font-size: 12px;
    }
    #valide {
        font-weight: 500;
        text-align: center;
        font-size: 12px;
    }
    #compartilhe {
        font-weight: 500;
        text-align: center;
        font-size: 12px;
    }
    #decole {
        font-weight: 500;
        text-align: center;
        font-size: 12px;
    }
    #div1,
    #div2,
    #div3,
    #div4 {
        height: 12px;
    }
    .colDuvidas {
        width: 25%;
    }
    #duvidas_btn {
        margin-top: 50px !important;
    }
    #duvidas_btn a {
        margin-left: 0%;
    }
}

@media screen and (max-width: 995px) {
    .tituloFogIndex {
        font-size: 25px;
    }
    .textoFogIndex {
        position: absolute;
        top: 170px;
        right: 0px;
        font-size: 15px;
    }
    #foguete_btn {
        position: absolute;
        top: 270px;
        right: 160px;
    }
}

@media screen and (min-width: 765px) {
    #foguete_btn_mobile {
        display: none;
    }
}

@media screen and (max-width: 765px) {
    .textoFogIndex {
        display: none;
    }
    #foguete_btn {
        display: none;
    }
    #foguete_btn_mobile {
        display: block;
    }
}

@media only screen and (max-width: 765px) {
    .tituloFogIndex {
        position: absolute;
        top: 30px;
        right: 120px;
    }
    .textoFogIndex {
        display: none;
    }
    .logoRowFoguete {
        position: absolute;
        width: 200px;
        top: 60px;
        left: 10px;
    }
    .imgDuvidasIcones {
        position: absolute;
        top: -15px;
    }
    #foguete_btn_mobile {
        position: absolute;
        top: 190px;
        right: 100px;
    }
    .logoRowFoguete {
        position: absolute;
        top: 80px;
        left: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .logoRowFoguete {
        position: absolute;
        width: 150px;
        top: 80px;
        left: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .tituloFogIndex {
        position: absolute;
        top: 20px;
        right: 60px;
    }
    #foguete_btn_mobile {
        position: absolute;
        top: 170px;
        right: 40px;
    }
    .logoRowFoguete {
        position: absolute;
        width: 150px;
        top: 60px;
        left: 10px;
    }
}

@media only screen and (max-width: 550px) {
    #foguete_btn_mobile {
        position: absolute;
        top: 150px;
        right: 40px;
    }
    .logoRowFoguete {
        position: absolute;
        width: 150px;
        top: 50px;
        left: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .tituloFogIndex {
        position: absolute;
        top: 10px;
        right: 90px;
        font-size: 20px;
    }
    .logoRowFoguete {
        position: absolute;
        width: 150px;
        top: 40px;
        left: 10px;
    }
    #foguete_btn_mobile {
        position: absolute;
        top: 130px;
        right: 20px;
    }
}

@media screen and (max-width: 470px) {
    .tituloFogIndex {
        position: absolute;
        top: 0px;
        right: 70px;
        font-size: 13px;
    }
    #foguete_btn_mobile {
        position: absolute;
        top: 110px;
        right: 10px;
    }
    #foguete_btn_mobile a {
        font-size: 15px;
    }
    .logoRowFoguete {
        position: absolute;
        width: 150px;
        top: 40px;
        left: 10px;
    }
}

@media screen and (max-width: 400px) {
    .logoRowFoguete {
        position: absolute;
        width: 150px;
        top: 30px;
        left: 10px;
    }
}

.banner {
    position: relative;
    width: 100%;
    height: 330px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.videoHome {
    object-fit: cover;
    display: block;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    z-index: 1;
}

.overlay img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlayText {
    position: absolute;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    z-index: 2;
}

.overlayText ul {
    position: absolute;
    top: 320px;
    left: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
    width: 330px;
    height: 300px;
}

.overlayText ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

.rowBy {
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 100%;
    justify-content: center;
}

.logoacefb {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 250px;
    z-index: 2;
}

#divContent {
    z-index: 5;
}

#divMainContent{
    padding-bottom: 50px;
}

.logoacefb span {
    font-size: 24px;
    font-weight: 300;
    color: #FFF;
}

.typewriter-text,
.typewriter-textDois,
.typewriter-textTres,
.typewriter-textQuatro {
    overflow: hidden;
    position: relative;
    width: 24em;
    border-right: 2px solid rbga(255, 255, 255, 0.75);
    font-size: 30pt;
    white-space: nowrap;
}

.typewriter-text {
    animation: typewriter 4s steps(44) 1s infinite normal both, blinkTextCursor 400ms steps(20) infinite normal;
}

.typewriter-textDois {
    animation: typewriter 4s steps(44) 2s infinite normal both, blinkTextCursor 400ms steps(44) infinite normal;
}

.typewriter-textTres {
    animation: typewriter 4s steps(44) 3s infinite normal both, blinkTextCursor 400ms steps(44) infinite normal;
}

.typewriter-textQuatro {
    animation: typewriter 4s steps(44) 4s infinite normal both, blinkTextCursor 400ms steps(44) infinite normal;
}

@keyframes typewriter {
    0% {
        width: 0;
    }
    99% {
        width: 24em;
    }
    100% {
        width: 0;
    }
}

@keyframes blinkTextCursor {
    from {
        border-right: 2px solid rbga(100, 73, 130);
    }
    to {
        border-right: transparent;
    }
}


/*para mudar o tamanho do icon mudar o font-size*/

.circulospan {
    font-size: 5px;
    padding-top: 20px;
    padding-right: 5px;
    color: #FDEE00;
}

#tituloVideosFuturo {
    margin-top: 3px;
    font-size: 30pt;
    color: #ffffff;
}

@media only screen and (max-width: 1200px) {
    .overlayText ul {
        top: 240px;
        left: 240px;
        position: absolute;
    }
}

@media only screen and (max-width: 995px) {
    .card {
        width: 290px;
    }
    .banner {
        height: 90vh !important;
    }
}

@media screen and (min-width:765px) and (max-width:995px) {
    .overlayText ul {
        top: 205px;
        left: 100px;
        position: absolute;
    }
    #animacao {
        display: none;
    }
    .typewriter-text,
    .typewriter-textDois,
    .typewriter-textTres,
    .typewriter-textQuatro {
        width: 20em;
    }
}

@media screen and (min-width:500px) and (max-width:765px) {
    .overlayText ul {
        top: 170px;
        left: 80px;
        position: absolute;
    }
}

@media only screen and (min-width: 801px) {
    .logo-header {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .logo {
        display: none;
    }
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 15;
    /* border-top: 6px solid #888e99; */
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


/*Menu drop down level 2*/

nav ul li ul li ul {
    top: 0;
    left: 100%;
    padding: 0;
}

nav ul li ul li i.fa {
    right: 10px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

nav ul li ul li:hover i.fa {
    color: #fff;
}


/*Media Queries*/

@media (min-width: 992px) {
    nav>ul>li:hover>ul {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    nav>ul>li>ul>li:hover>ul {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    header.header-scrolled {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
    }
    header.header-scrolled nav,
    header.header-scrolled nav:before,
    header.header-scrolled nav:after {
        background: #fff;
    }
    header.header-scrolled nav ul li {
        background: #fff;
    }
    header {
        position: absolute;
        transition: top .5s;
        -webkit-transition: top .5s;
    }
    .header-scrolled {
        position: fixed;
        top: -500px;
    }
    .header-scrolled-animated {
        top: -121px;
    }
}

@media (max-width: 991px) {
    header.responsiveHeaderSrolled .headerTopInfoContaner {
        position: relative;
        max-width: 750px;
        margin: 0 auto;
        padding: 0 15px;
    }
    header {
        position: absolute;
        top: 0;
        border-top: none;
        /* box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3) */
    }
    .headerMoreInfo {
        position: relative;
        top: 0;
        max-width: 280px;
        margin: 0 auto;
        padding: 23px 0;
        text-align: center;
        background: #f2f2f2;
    }
    .headerMoreInfo:after {
        position: absolute;
        top: 0;
        right: 100%;
        width: 5000px;
        background: #f2f2f2;
        height: 100%;
        content: '';
    }
    .headerMoreInfo:before {
        position: absolute;
        top: 0;
        left: 100%;
        width: 5000px;
        background: #f2f2f2;
        height: 100%;
        content: '';
    }
    .headerMoreInfo .phoneBlock {
        display: block;
        margin-bottom: 20px;
    }
    .menuIcon {
        display: block;
    }
    .headerTopInfo {
        padding: 10px 0;
        z-index: 10;
    }
    .responsiveWrapper {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0 auto;
        opacity: 0;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
        -webkit-transform: translateX(115%);
        transform: translateX(115%);
        -webkit-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    .responsiveWrapper.open {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .responsiveWrapper.open:before {
        position: absolute;
        top: 0;
        left: 100%;
        width: 5000px;
        height: 100%;
        background: #fff;
        content: '';
    }
    .responsiveWrapper.open:after {
        position: absolute;
        top: 0;
        right: 100%;
        width: 5000px;
        height: 100%;
        background: #fff;
        content: '';
    }
    nav {
        background: #fff;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .3);
    }
    nav:before {
        content: none;
    }
    nav:after {
        content: none;
    }
    nav ul {
        max-width: 320px;
        margin: 0 auto;
    }
    nav>ul>li {
        display: inline-block;
        background: #000;
        border-bottom: 1px solid #e1e1e1;
    }
    nav>ul>li:last-child {
        border-bottom: 0;
    }
    nav>ul>li>a {
        padding: 15px 35px;
        display: block;
    }
    nav>ul>li>a:first-child {
        padding-left: 30px;
    }
    nav ul li i.fa {
        font-size: 22px;
        padding: 5px 10px;
        right: 10px;
        cursor: pointer;
    }
    nav ul li i.fa.rotated {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        z-index: 1;
    }
    nav ul li ul li i.fa {
        color: #fff;
        top: 3px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    nav ul li ul {
        opacity: 1;
        visibility: visible;
        position: relative;
        padding: 0;
        top: 0;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: none;
        transition: none;
        display: none;
    }
    nav ul li ul li a {
        padding: 15px 50px;
        background: #f5f5f5;
    }
    nav ul li ul li ul {
        left: 0;
    }
    nav ul li ul li i.fa.rotated {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .headerTopInfo {
        border-bottom: 0;
    }
    nav ul li ul li,
    nav ul li ul li a {
        display: block;
        background: #b07bb6;
        color: #fff;
    }
    nav ul li ul li {
        border-top: 1px solid #bea0c1;
    }
    nav ul li ul li a:before {
        position: absolute;
        top: 50%;
        left: 38px;
        display: inline-block;
        width: 5px;
        height: 1px;
        background: #fff;
        content: '';
    }
    nav ul li ul li ul li {
        background: rgba(220, 222, 225, .8);
    }
    nav ul li.active>a,
    nav ul li a:hover,
    nav ul li a:focus {
        background: #b07bb6;
        color: #fff;
    }
    nav ul li>i.fa {
        color: #989898;
    }
    nav ul li.active>i.fa {
        color: #fff;
    }
    nav ul li>i.fa {
        top: 8px;
    }
    nav ul li ul:after {
        content: none;
    }
    nav ul li ul li ul li a {
        padding-left: 70px;
    }
    nav ul li ul li ul li a:before {
        left: 58px;
    }
    .navScroll {
        overflow: auto;
    }
}

nav {
    /* position: relative; */
    /* background: rgba(255, 255, 255, .7); */
    /* padding: 82px 0; */
}

nav:before {
    position: absolute;
    top: 0;
    right: 100%;
    width: 5000px;
    height: 100%;
    /* background: rgba(255, 255, 255, .7); */
    content: '';
}

nav:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 5000px;
    height: 100%;
    /* background: rgba(255, 255, 255, .7); */
    content: '';
}

nav ul {
    min-width: 140px;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li i.fa {
    font-size: 16px;
    color: inherit;
    position: absolute;
    top: 1px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}

nav ul li ul li i.fa {
    top: 15px;
}

nav ul li a {
    display: inline-block;
    font-family: 'Roboto';
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: -10px 3px;
    padding: 5px 30px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    margin-top: 0;
    text-transform: initial;
}

.sucesso {
    background-color: #146ba8;
    color: #FFF;
    padding: 20px;
    border-radius: 20px;
    width: 800px;
}


/* .logo {
    position: relative;
    display: inline-block;
    z-index: 10;
    max-width: 295px;
    max-height: 43px;
} */

.logo img {
    padding-top: 10px;
    max-width: 100%;
    height: auto;
    display: block;
    animation: 2.0s ease-out 0s 1 pulse-show;
}

.logo:hover img {
    opacity: .9;
}

.lateral {
    float: right;
    color: #FFF;
    font-size: 18px;
    padding: 34px 30px;
    padding-left: 40px;
    padding-right: 0px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 300;
    height: 100%;
    animation: 2.0s ease-out 0s 1 pulse-show;
}

@media (max-width: 990px) {
    .lateral {
        display: none;
    }
}

#textoCelular i {
    color: #FFF;
    font-size: 12px;
    vertical-align: middle;
}

.rocket {
    color: #1e7f92;
    font-size: 30px;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px !important;
    padding: 4px 4px;
}

.contMenu {
    padding: 0px !important;
}

.bannerStartup {
    position: relative;
    background-image: url(/images/banner/bannerProjetos.jpg);
    height: 330px;
    width: 100%;
}

.navbar-toggle {
    z-index: 1001 !important;
}

.animacaoFather {
    position: relative;
}

#animacao {
    width: 750px;
    height: 800px;
    margin-right: -410px !important;
    margin-top: 110px !important;
    position: absolute;
    z-index: 1000 !important;
    right: 0;
    bottom: 0;
}

@media (max-height: 321px) and (orientation: landscape) {
    #animacao {
        width: 205px;
        height: 220px;
        margin-top: 20px;
        margin-right: -120px !important;
        margin-bottom: 0px !important;
    }
    #menuCollapse {
        margin: 0px;
    }
    .navbar-nav {
        position: relative;
        margin-top: 0px !important;
        padding: 0px;
    }
    .header-nav .nav {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
        background: rgba(81, 14, 111, 1);
    }
    .header-nav .nav li {
        max-width: 50%;
        text-align: center;
    }
    .overlayText ul {
        top: 40px;
        left: 40px;
        position: relative;
    }
    .typewriter-text,
    .typewriter-textDois,
    .typewriter-textTres,
    .typewriter-textQuatro {
        font-size: 24pt !important;
    }
}

@media screen and (min-height: 321px) {
    @media (max-height: 500px) and (orientation: landscape) {
        #animacao {
            width: 235px;
            height: 250px;
            margin-right: -150px !important;
            margin-bottom: 0px !important;
        }
        #menuCollapse {
            margin: 0px;
        }
        .navbar-nav {
            position: relative;
            margin-top: 0px !important;
            padding: 0px;
        }
        .header-nav .nav {
            height: auto;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            margin: 0;
            background: rgba(81, 14, 111, 1);
        }
        .header-nav .nav li {
            max-width: 50%;
            text-align: center;
        }
        .overlayText ul {
            top: 60px;
            left: 40px;
            position: relative;
        }
        .typewriter-text,
        .typewriter-textDois,
        .typewriter-textTres,
        .typewriter-textQuatro {
            font-size: 24pt !important;
        }
    }
}

@media (max-width: 800px) {
    .bannerStartup {
        height: 1326px !important;
        position: relative;
        background-image: url(/images/banner/bannerMedio.jpg);
    }
    .logoacefb {
        display: none;
    }
}

@media screen and (min-height: 500px) {
    @media (min-width: 500px) and (max-width: 765px) {
        #animacao {
            width: 375px;
            height: 400px;
            margin-right: -250px !important;
            margin-bottom: 0px !important;
        }
    }
}

@media (max-width: 500px) {
    #animacao {
        width: 375px;
        height: 400px;
        margin-right: -250px !important;
        margin-bottom: 0px !important;
    }
    .overlayText ul {
        top: 140px;
        left: 40px;
        position: relative;
    }
}

@media (max-width: 400px) {
    .bannerStartup {
        height: 639px !important;
        position: relative;
        background-image: url(/images/banner/bannerMobile.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (max-width: 347px) {
    .bannerStartup {
        height: 535px !important;
        position: relative;
        background-image: url(/images/banner/bannerMobile.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

.startups {
    font-size: 40px;
    text-align: center;
    margin-top: 40px;
}

.colPadrao .left {
    float: left;
    margin: 0px 20px 20px 0px;
}

.colPadrao .right {
    float: right;
    margin: 0px 0px 20px 20px;
}

.textCenter {
    text-align: center;
}

.colPadrao {
    max-width: 1020px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto !important;
    position: relative;
}

.colPadrao .col50 {
    width: 100%;
    max-width: 480px;
    display: inline-block;
    vertical-align: middle;
}

.colPadrao .col70 {
    width: 100%;
    max-width: 665px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.colPadrao .col30 {
    width: 100%;
    max-width: 240px;
    margin: 0 10px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

#divTopo .colPadrao div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

input[type=text],
input[type=email] {
    display: table;
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: none;
    height: 50px;
    border: 1px solid #41403c;
    border-radius: 6px;
    width: 100%;
    max-width: 850px;
    display: inline-block;
}

input[type="submit"]:hover,
input[type="button"]:hover {
    background: #2EBC99;
}

.area {
    background-color: #17223a;
}

.areaEventos {
    background-color: #218091;
}

.areaEventosEncerrados {
    background-color: #333;
    margin: 0px 0px 10px 10px;
}

.areaDesafios {
    background-color: #e50064;
    min-height: 300px;
}

#cards {
    display: inline-block;
    width: 300px !important;
    margin-bottom: 60px;
    margin-top: 63px;
    margin-left: 30px;
    vertical-align: middle;
}

#card:hover {
    background-color: #fff;
    transform: rotateY(180deg);
    width: 300px !important;
}

.listagem {
    margin-top: 40px;
}

.rowEventos {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.card-body {
    padding-top: 10px;
}

.card-img-top {
    height: 100% !important;
    display: flex;
    align-items: center;
    width: 300px;
    /* padding: 10px; */
}

.card-img-top img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid;
    border-radius: .25rem;
}

.carde {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 0px solid;
    border-radius: .25rem;
}

.card:hover {
    background-color: #fff;
}

.card .image {
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.card .image img {
    width: 100%;
    transition: .5s;
}

.card:hover .image img {
    opacity: .5;
    transform: translateX(30%);
    /*100%*/
}

.card .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*100%*/
    height: 100%;
    background: #fff;
    transition: .5s;
    transform-origin: left;
    transform: perspective(2000px) rotateY(-90deg);
    width: 300px;
}

.card:hover .details {
    transform: perspective(2000px) rotateY(0deg);
    /* padding-bottom: 20px !important; */
    width: 300px;
}

.card .details .center {
    padding: 20px;
    text-align: center;
    background: #e50064;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.card .details .center .img {
    text-align: center;
    padding-bottom: 10px;
    /* height: 150px; */
}

.card .details .center h1 {
    margin: 0;
    padding: 0;
    color: #ff3636;
    line-height: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.card .details .center h1 span {
    font-size: 14px;
    color: #262626;
}

.card .details .center p {
    margin: 10px 0;
    padding: 0;
    color: #fff;
}

.card .details .center ul {
    margin: 10px auto 0;
    padding: 0;
    display: table;
}

.card .details .center ul li {
    list-style: none;
    margin: 0 5px;
    float: left;
}

.card .details .center ul li a {
    display: block;
    background: #262626;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: .5s;
}

.card .details .center ul li a:hover {
    background: #ff3636;
}

.card .details .center:hover .card-title {
    color: #fff;
}

#saiba a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
}

#saiba a:hover {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.fundo {
    background-color: #000;
    position: relative;
}

.imagemDesafio img {
    max-width: 800px;
    margin: -12px !important;
}

#imagemDesafio {
    height: 200px;
    background-size: cover;
    background-position: center;
    filter: blur(2 px);
}

#imagemDesafioOverlay {
    background-color: rgba(232, 68, 138, 0.9);
    color: #FFF;
    font-size: 30px;
    position: absolute;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subTitulo {
    font-size: 25px;
    text-align: center;
    color: black;
    font-family: 'Roboto';
}

.tituloDesafio {
    margin-left: 15%;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    color: black;
    font-family: 'Roboto';
}

.textoDesafio {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: 26px;
    padding: 20px;
}

.faixa {
    background-color: #00b0cb;
    width: 100%;
    margin: 0 auto !important;
    text-align: justify;
    position: relative;
    padding: 25px 10px;
    display: table;
}

.fazerParte {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}

#desteProjeto {
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
}

.inscreva {
    background-color: #fff;
    color: #fff;
    padding: 10px 70px;
    display: inline-block;
    border-radius: 25px;
    font-size: 20px;
    margin-top: 10px;
}

.inscreva:hover {
    animation: duvidas 0.7s forwards;
}

.inscreva a:hover {
    color: #218091
}

.inscreva span:hover {
    color: #218091
}

.row-img-evento {
    text-align: center;
}

.img-evento {
    display: inline-block;
    max-width: 300px;
    padding: 10px;
}

.colAzul {
    max-width: 800px;
    width: 100%;
    margin: 0 auto !important;
    text-align: justify;
    position: relative;
    padding: 25px 10px;
    display: table;
}

.navbar-nav li:nth-child(1) {
    animation: 1.0s forwards 0.2s 1 menu-start;
}

.navbar-nav li:nth-child(2) {
    animation: 1.0s forwards 0.4s 1 menu-start;
}

.navbar-nav li:nth-child(3) {
    animation: 1.0s forwards 0.6s 1 menu-start;
}

.navbar-nav li:nth-child(4) {
    animation: 1.0s forwards 0.8s 1 menu-start;
}

.navbar-nav li:nth-child(5) {
    animation: 0.7s forwards 1s 1 menu-start;
}

.navbar-nav li:nth-child(6) {
    animation: 0.7s forwards 1.2s 1 menu-start;
}

.navbar-nav li:nth-child(7) {
    animation: 0.7s forwards 1.4s 1 menu-start;
}

.navbar-nav li:nth-child(8) {
    animation: 0.7s forwards 1.6s 1 menu-start;
}

.navbar-nav li:nth-child(9) {
    animation: 0.7s forwards 1.8s 1 menu-start;
}

.navbar-nav li:nth-child(10) {
    animation: 0.7s forwards 2.0s 1 menu-start;
}

.navbar-nav li:nth-child(11) {
    animation: 0.7s forwards 2.2s 1 menu-start;
}

.navbar-nav li:nth-child(12) {
    animation: 0.7s forwards 2.2s 1 menu-start;
}

.navbar-nav li:nth-child(13) {
    animation: 0.7s forwards 2.2s 1 menu-start;
}

.navbar-nav li:nth-child(14) {
    animation: 0.7s forwards 2.2s 1 menu-start;
}


/* MENU START */

@keyframes menu-start {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* SHOW-TOP */

@keyframes show-top {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* PULSE START */

@-webkit-keyframes pulse-show {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse-show {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* SHOW */

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1
    }
}

@keyframes show-top {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.show-top {
    animation: 0.7s forwards 0.2s 1 show-top;
}

@media (min-width: 800px) {
    .tt-header .top-inner {
        position: relative;
        float: left;
    }
    .banner {
        position: relative;
        max-width: 100%;
    }
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.navbar-nav li {
    position: relative;
    display: inline-block;
    font-family: 'Roboto';
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
}

.navbar-nav a {
    color: #FFF;
    font-size: 24px;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 3;
}

.dropdownDois {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.liParceiros :hover {
    color: #ffe933 !important;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    background-color: #7a1aa7;
    z-index: 3;
    border-radius: 10px;
    border-bottom: 1px solid #460076;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    font-family: 'Roboto Regular' !important;
    text-decoration: none;
    display: block;
    position: relative;
    font-size: 14px;
}

.dropdown-content a:hover {
    color: #fff;
}

@media screen and (min-width: 800px) {
    /*.dropdown:hover .dropdown-content {
        display: block;
        position: absolute;
        z-index: 10;
    }*/
}


/* COMUNIDADE */

.rowtextComunidade {
    display: grid;
    place-content: center;
}

#textosComunidade {
    font-size: 15pt;
    font-weight: 400;
    text-align: left;
}


/* SOBRE CIKLO */

#texto {
    font-size: 18px;
    font-weight: 350;
    margin-top: 0px;
}

#textos {
    font-size: 15pt;
    font-weight: 400;
    text-align: left;
}

#textos-center{
    text-align: center;
    font-size: 15pt;
    font-weight: 400;
    line-height: 20pt;
}

#textos p {
    padding-bottom: 15px;
}

.divtextSelo {
    padding-top: 75px;
}

.rowFoguete {
    padding-top: 50px;
    padding-bottom: 50px;
}

#textosSelo {
    font-size: 15pt;
    font-weight: 400;
    text-align: center;
}

#textosSelo p {
    padding-bottom: 15px;
}

.img-fluid {
    max-height: 100% !important;
}

.tituloSobre {
    color: #e50064;
    font-size: 33pt;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.titulofoguete {
    color: #fff;
    font-size: 33pt;
    text-align: center;
}

.titulofoguete a {
    color: #fff !important;
    text-decoration: none;
}

.tituloSelo {
    font-size: 33pt;
    text-align: center;
    padding-bottom: 15px;
}

.cikloFogT {
    color: #ffed00;
}

.divLogoSobre {
    padding-top: 5px;
}

.contvideoSobre {
    background-color: #e50064;
    padding: 20px 0px 20px 0px;
}

.contvideoSobre p {
    color: #ffffff;
    font-size: 18px;
}

.contFoguete {
    position: relative;
    background-image: linear-gradient(to right bottom, #92009e, #83019e, #74039d, #63079d, #500b9c, #44109b, #37149a, #271798, #201b96, #191f95, #112193, #072491);
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 1;
}

.contSelo {
    padding-top: 30px;
}

.fogueteImg {
    position: absolute;
    top: -120px;
    right: 0px;
    z-index: 2;
    max-width: 450px;
}

@media only screen and (max-width:800px) {
    #desteProjeto {
        font-size: 30px;
    }
    .inscreva span {
        font-size: 15px;
    }
    .dropdown-content {
        position: relative;
    }
    #textos {
        padding-top: 20px;
        text-align: justify;
        /* para tirar os espaços em branco nas palavras do texto*/
        word-break: break-all;
    }
    #textos br {
        display: none;
    }
    #textosSelo br {
        display: none;
    }
    .tituloSobre {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .tFogueteF {
        font-size: 28pt;
    }
    .divtextSelo {
        padding-top: 10px;
    }
    #textos p {
        padding-bottom: 10px;
    }
    .fogueteImg {
        position: relative;
        top: -50px;
        z-index: 2;
    }
}


/* FAÇA PARTE */

.rowTituloFaca {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowTituloBlog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.rowTituloContato {
    display: flex;
    padding-left: 25vw;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .rowTituloContato {
        display: flex;
        padding-left: 0vw;
        justify-content: center;
    }
}

.tituloFaca,
.tituloFacaDuasLinhas {
    font-size: 33pt;
    text-align: center;
    color: #e50064;
    position: relative;
    -webkit-text-stroke: 0.1vw #e50064;
    transition: .5s ease-in-out;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
}

.tituloFacaSM {
    font-size: 33pt;
    text-align: center;
    color: #e50064;
    position: relative;
    display: none;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tituloFaca::before {
    /* content: attr(data-text); */
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: #e50064;
    border-right: 2px solid #e50064;
    overflow: hidden;
    animation: digite 6s linear infinite;
}

.tituloFacaDuasLinhas::before {
    /* content: attr(data-text); */
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    color: #e50064;
    border-right: 2px solid #e50064;
    overflow: hidden;
    animation: digite 6s linear infinite;
}

@media (max-width: 500px) {
    .tituloFacaDuasLinhas::before {
        display: none;
    }
    .tituloFacaDuasLinhas {
        display: none;
    }
    .tituloFacaSM {
        display: block;
    }
}

@keyframes digite {
    0%,
    10%,
    100% {
        width: 0;
    }
    70%,
    90% {
        width: 100%;
    }
}

#textosFacaP {
    font-size: 15pt;
    font-weight: 400;
    text-align: center;
}

.contCriteriosEmp {
    background-color: #1D1D1B;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contCriterios {
    background-color: #76268e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contCriteriosInner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rowCrit {
    padding: 40px 0px 40px 0px;
    width: 70vw;
}

.textosCrit {
    text-align: left;
    color: #fff;
}

.tituloCrit {
    font-size: 20pt;
}

.subTituloCrit {
    font-size: 38pt;
}

.ulCrit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    list-style: none;
}

.ulCrit li {
    font-size: 15pt;
    font-weight: 400;
    transition: .5s ease-in-out;
}

.ulCrit li:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    padding-left: 60px;
    cursor: pointer;
    color: #ffe933;
}

.ulCrit li:hover .circuloLiCrit {
    color: #ffe933;
}

.acefbAsso {
    font-family: 'Roboto Light' !important;
}

.acefbAsso a {
    color: #fff;
    text-decoration: none;
    font-size: 15pt;
    font-family: 'Roboto Light' !important;
    font-weight: 400;
}

.acefbAssoLi:hover a {
    color: #ffe933;
}

.circuloLiCrit {
    font-size: 12px;
    padding-top: 20px;
    padding-right: 5px;
    color: #fff;
}

.rowBene {
    padding: 20px 0px 20px 0px;
}

.tituloBene {
    color: #76268e;
    font-size: 25pt;
    text-align: center;
}

.subTituloBene {
    font-size: 15pt;
    text-align: center;
    padding-top: 10px;
}

.rowIconBeneOut {
    margin-left: 8%;
}

.rowIconBene {
    padding: 40px 15px 20px 15px;
}

.colIconBene {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    transition: all .5s ease-in-out;
}

.colIconBene:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

.colIconBene:hover img {
    border-radius: 5px;
    box-shadow: -3px -3px 2px rgba(0, 0, 0, 0.2), 5px 5px 5px rgba(0, 0, 0, 0.2), 15px 15px 15px rgba(0, 0, 0, 0.2);
}

.colIconBene:hover .textBene {
    color: #76268e;
}

.iconBene {
    transition: all .5s ease-in-out;
}

.textBene {
    font-size: 15pt;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding-left: 50px;
    transition: all .5s ease-in-out;
}

.contAjuda {
    padding: 0 !important;
}

.colAjuda {
    background-color: #0089b8;
    padding: 30px 30px 30px 50px !important;
}

.overlayAjuda {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.6;
    background-image: linear-gradient(to left, #002539, #002b42, #00324b, #003854, #003f5e, #004464, #00486b, #004d71, #005176, #00547b, #005880, #005c85);
}

.colAjudaNote {
    z-index: 1;
    padding: 0 !important;
}

.colAjudaNote img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #002a3f;
}

.textosAjuda {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: #fff;
    font-size: 15pt;
}

.tituloAjuda {
    text-align: left;
    color: #fff;
    font-size: 25pt;
}

.subTituloAjuda {
    text-align: left;
    color: #fff;
    font-size: 30pt;
    padding-bottom: 20px;
    word-break: break-word;
}

.rowPlano {
    padding: 50px 15px 0px 15px;
}

.tituloPlano {
    text-align: center;
    color: #76268e;
    font-size: 25pt;
}

.subTituloPlano {
    text-align: center;
    color: #76268e;
    font-size: 30pt;
    padding-bottom: 20px;
    word-break: break-word;
}

.textosPlano {
    text-align: center;
    color: #000;
    font-size: 15pt;
}

.rowCardPlano {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.cardPlano,
.cardPlanoDois,
.cardPlanoTres {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 25px;
    transition: all .5s ease-in-out;
}

.cardPlano:hover,
.cardPlanoDois:hover,
.cardPlanoTres:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 10px 10px 5px #ccc;
}

.cardImgPlano,
.cardImgPlanoDois,
.cardImgPlanoTres {
    width: 100%;
    position: relative;
    display: flex;
    border-radius: 25px 25px 0px 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cardImgPlano {
    background-color: #167fa2;
}

.cardImgPlanoDois {
    background-color: #841818;
}

.cardImgPlanoTres {
    background-color: #76268e;
}

.roboPlano {
    position: absolute;
    top: -180px;
}

.roboPlanoDois {
    position: absolute;
    top: -80px;
}

.roboPlanoTres {
    position: absolute;
    top: -60px;
}

.cardImgPlano,
.cardImgPlanoDois,
.cardImgPlanoTres p {
    color: #fff;
}

.cardTituloImg {
    text-align: center;
    padding-top: 70px;
    color: #fff;
    font-size: 15pt;
}

.cardTituloImgDois {
    text-align: center;
    padding-top: 150px;
    color: #fff;
    font-size: 15pt;
}

.cardTituloImgTres {
    text-align: center;
    padding-top: 250px;
    color: #fff;
    font-size: 15pt;
}

.subTituloCardImg {
    text-align: center;
    color: #fff;
    font-size: 20pt;
    padding-bottom: 20px;
}

.lastTextCard {
    padding-bottom: 30px;
}

.card-body-plano {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding: 20px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}

.card-body-plano p {
    margin: 0px;
}

.cardMoney {
    color: #35ad84;
    font-size: 20pt;
}

.rowFacaForm {
    padding: 40px 20px 40px 20px;
}

.colFormImgFaca {
    padding: 0px !important;
}

.colFormFaca {
    padding: 0px !important;
}

.tituloformFaca {
    font-size: 18pt;
    text-align: left;
}

#divFormFaca {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divFormFaca form {
    position: relative;
    border-radius: 10px;
    display: inline-block;
}

#divFormFaca .title {
    font-family: 'Roboto Bold';
    color: #0b1425;
    font-size: 22px;
    margin: 18px 10px 10px 20px;
    text-align: center;
}

#divFormFaca .fields {
    text-indent: 0;
    margin-left: 12px;
}

#divFormFaca .fields input {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divFormFaca .fields .label {
    text-align: left;
    padding: 4px 4px 4px 20px;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
}

#divFormFaca .fields .full {
    display: inline-block;
    padding: 4px;
    margin: 10px;
    margin-top: 4px;
    text-indent: 0;
    position: relative;
}

#divFormFaca .field50 {
    display: inline-block !important;
    max-width: 330px;
}

#divFormFaca .field50 input {
    display: inline-block;
    width: 330px !important;
}

#divFormFaca i {
    border-right: 1px solid #CCC;
    margin: 8px;
    padding: 16px 16px 16px 16px;
    position: absolute;
    left: 0;
    top: 0;
}

#divFormFaca .fields .full {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

#divFormFaca input[type=text],
#divFormFaca input[type=email],
#divFormFaca input[type=password],
#divFormFaca input[type=date],
#divFormFaca input[type=url] {
    width: 100%;
    display: table;
    padding: 6px 4px 4px 60px;
    border: none;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

#divFormFaca select {
    width: 100%;
    display: table;
    padding: 4px;
    padding-left: 10px;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 6px;
}

#divFormFaca textarea {
    width: 90%;
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 6px;
    height: 100px;
    margin: 0 auto;
}

#divFormFaca input:focus,
#divFormFaca select:focus,
#divFormFaca textarea:focus {
    box-shadow: 0 0 5px #656565;
    border: 1px solid #656565;
    border-radius: 6px;
    color: #656565;
    outline: 0 !important;
}

#divFormFaca input::placeholder {
    color: #CCC;
}

#divFormFaca input[type=submit] {
    background-color: #510e6f;
    border-radius: 8px;
    color: #FFF;
    font-size: 20px;
    font-family: 'Roboto Regular';
    cursor: pointer;
    text-align: center;
    margin: 30px;
    max-width: 330px;
    border: 0;
    outline: none;
    padding: 25px 25px;
}

#divFormFaca #planos {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-family: 'Roboto Regular';
    text-align: center;
    border: none;
    height: 50px;
    border: 1px solid #CCC;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#divFormFaca option {
    text-align: center;
}

#divFormFaca input[type=submit]:hover {
    background-color: #091A93;
    color: #fff;
}

@media screen and (min-width: 800px) {
    .colAjuda {
        width: 100%;
        height: 330px;
        background-color: #0089b8;
        padding: 30px 15px 20px 15px;
    }
    .colAjudaNote {
        width: 100%;
        height: 330px;
        padding: 0 !important;
    }
    .rowCardPlano {
        position: relative;
    }
    .colCardPlano {
        position: absolute;
        top: 180px;
        z-index: 100;
    }
    .colCardPlanoDois {
        position: absolute;
        top: 140px;
        z-index: 100;
    }
    .colCardPlanoTres {
        position: absolute;
        top: 78px;
        z-index: 100;
    }
    .contPlano {
        position: relative;
    }
    .contDemanda {
        position: relative;
        background-color: #265727;
        z-index: 0;
    }
    .demandaTexto {
        margin: 100px 0px 20px 0px;
        color: #fff;
        font-size: 20px;
    }
    .colFormImgFaca {
        height: 700px;
        padding: 0px !important;
    }
    .colFormImgFaca img {
        height: 100%;
    }
}

@media only screen and (max-width:800px) {
    #textosFacaP br {
        display: none;
    }
    .roboPlano,
    .roboPlanoDois,
    .roboPlanoTres {
        position: relative;
        top: 10px;
    }
    .rowCrit {
        width: 100%;
    }
    .subTituloCrit {
        font-size: 24pt;
    }
    .rowIconBeneOut {
        padding: 0px;
    }
    .rowIconBene {
        padding: 0px;
    }
    .colIconBene {
        flex-direction: column;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .textBene {
        text-align: justify;
        padding-left: 0px;
    }
    .iconBene {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tituloAjuda {
        text-align: center;
    }
    .subTituloAjuda {
        text-align: center;
    }
    .textosAjuda br {
        display: none;
    }
    .tituloPlano {
        font-size: 20pt;
    }
    .subTituloAjuda {
        font-size: 20pt;
    }
    .textosPlano br {
        display: none;
    }
    .subTituloPlano {
        font-size: 18pt;
    }
    .colCardPlano,
    .colCardPlanoDois,
    .colCardPlanoTres {
        padding: 30px 0px 30px 0px;
    }
    .rowCardPlano {
        flex-direction: column;
    }
    .cardPlano,
    .cardPlanoDois,
    .cardPlanoTres {
        width: 300px;
    }
    .demandaTexto {
        padding: 20px 0px 20px 0px;
    }
    .cardTituloImgDois {
        padding-top: 60px;
    }
    .cardTituloImgTres {
        padding-top: 60px;
    }
    #divFormFaca form {
        margin-right: 0px;
    }
    .tituloformFaca br {
        display: none;
    }
}


/* Parceiros Apoiadores */

.textoParc {
    text-align: center;
}

.cardParc {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.cardParc:hover .cardTexto {
    font-weight: bold;
}

.cardImg {
    background-color: #510e6f;
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
}

.cardParc .cardTexto {
    width: 100%;
    overflow: hidden;
}

.cardParc .descricaoParceiro {
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    font-size: 10pt;
    color: #292828;
}


/*********************************/


/*** MENU - THIAGO - CORREÇÃO ***/


/*******************************/

.rowMenuTopo {
    padding: 20px;
}

#loader-wrapper {
    position: fixed;
    left: 0;
    top: -100px;
    right: 0;
    bottom: -100px;
    z-index: 100;
    background-color: #fff;
}

.navbar-nav a:hover {
    color: #cb19b8;
    background-color: #000 !important;
    animation: pulse !important;
    animation-duration: 2s !important;
    border-radius: 10px !important;
    font-weight: bold;
}


/**********************************/


/*** COMUNIDADE - DANIEL/MATEUS ***/


/**********************************/

.btn-fazer-parte-comunidade {
    /* margin-top: 40px !important; */
    background-color: #126359;
    border: none;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-weight: 200 !important;
    padding: 20px 20px;
    font-size: 20px;
    border-radius: 20px;
    font-family: Roboto;
}

.btn-fazer-parte-comunidade:hover {
    background-color: #033a33;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #FFF;
    font-weight: 300 !important;
}

#divFormFaca {
    margin-bottom: 40px;
}

#segmento {
    font-family: 'Roboto Light' !important;
}

#segmento option {
    font-family: 'Roboto Light' !important;
}

#form-comunidade {
    display: flex;
    width: 100% !important;
    font-family: 'Roboto Light' !important;
}

#form-comunidade .full input::placeholder {
    font-family: 'Roboto Light' !important;
    color: #505050 !important;
    font-size: 14px;
}

#form-comunidade .full {
    width: 48% !important;
}

#divFormFaca .fields {
    margin-left: inherit;
}

#form-comunidade input[type=submit] {
    background-color: #e50064;
    margin: 0;
}

#form-comunidade input[type=submit]:hover {
    background-color: #000;
    color: #e50064;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#form-comunidade .segmentoRow {
    display: block !important;
    text-align: center;
    margin-left: 10px;
    top: -14px;
    position: relative;
}

#form-comunidade .botao {
    width: auto !important;
    text-align: center;
}

#form-comunidade .botao .coluna {
    width: auto !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px 0px 10px;
}

#form-comunidade .segmentoRow .col-4 {
    display: inline-block;
    margin: 10px;
}

#form-comunidade .div_outro_segmento {
    position: relative;
}

#form-comunidade .segmentoRow .col-4 i {
    border-right: 1px solid #CCC;
    padding: 16px 16px 16px 16px;
    position: absolute;
    left: -6px;
    top: -6px;
}

.segmentoRow .segmento {
    min-width: 300px !important;
}

.cadastro-startup {
    border-radius: 10px;
    color: #510e6f;
}

.cadastro-startup h2 {
    margin: 10px !important;
}

@media(max-width:739px) {
    #form-comunidade .full {
        width: 100% !important;
        padding-right: 25px !important;
    }
}

@media(min-width:740px) and (max-width: 1200px) {
    #form-comunidade .full {
        width: 45% !important;
    }
}


/*******************************/


/*** EVENTOS - THIAGO/MATEUS ***/


/*******************************/

.evento {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.evento:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.col-card-event .event-data,
.col-card-event .event-local {
    margin: 0;
}

.col-card-event .event-keywords {
    color: #616161;
    font-size: 10px;
}

.col-card-event {
    font-family: Roboto;
}

.row-year {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.row-year .bt-year {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    background-color: #CCC;
    border-radius: 20px 20px 0px 0px;
    margin: 0 20px;
    padding: 14px;
    color: #CCC;
    background-color: #FFF;
    font-size: 20px;
    font-family: Roboto Light;
}

.row-year .bt-year.select {
    background-color: #218091;
    color: #FFF;
    font-family: Roboto Bold;
}

.row-eventos-encerrados {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE */
    opacity: 0.8;
}

.row-eventos .month-event {
    font-size: 22px;
    display: block;
    font-family: Roboto Black;
    color: #FFF;
    padding: 14px;
    width: 100%;
}

.row-eventos .col-card-event {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    margin: 10px 10px 10px 10px;
    border-radius: 20px;
}


/* POSTS */

#post {
    padding-top: 50px;
}

#post #carousel .carousel-inner .carousel-item img {
    width: 100%;
    max-height: 500px !important;
    object-fit: fill;
}

#post .post-title {
    font-size: 30px;
    font-family: 'Roboto Bold';
    padding-top: 40px;
}

#post .sub-title {
    font-size: 18px;
    font-family: 'Roboto Regular';
    padding-top: 12px;
    color: #a5a5a5;
}

#post .author span {
    font-family: 'Roboto Light';
}

#post .author {
    padding-top: 12px;
    color: #e50064;
    font-size: 12px;
    font-family: 'Roboto Bold';
}

#post .posts-relacionados {
    margin-top: 50px;
    margin-bottom: 30px;
}

#post .posts-relacionados h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    font-family: 'Roboto Light';
}

#post .posts-relacionados span {
    font-size: 40px;
    font-family: 'Roboto Black';
}


/* ÚLTIMOS POSTS */

#post #last-posts .title {
    margin-top: 40px;
    font-family: 'Roboto Black';
    background-color: #e50064;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
}

#post #last-posts .title h3 {
    font-size: 16px;
    text-align: center;
}

#post #last-posts .view-all p {
    margin-top: 40px;
    font-size: 10px;
    text-align: right;
    font-family: 'Roboto Light';
}

#post #last-posts .view-all p a {
    text-decoration: none;
    color: #e50064;
}

#post #last-posts .list img {
    width: 100%;
    object-fit: contain;
}

#post #last-posts .list h4 {
    font-size: 18px;
}

#post #last-posts .list a {
    text-decoration: none;
    color: inherit;
}

#post #last-posts .banner {
    margin-top: 50px;
    display: block;
}

#last-posts {
    position: relative;
    -webkit-transition: 0s ease;
    -moz-transition: 0s ease;
    -o-transition: 0s ease;
    transition: 0s ease;
}

.desconto {
    color: yellow !important;
}

.img-desconto {
    width: 145px;
    z-index: 14;
    position: absolute;
    top: -50px;
    left: -35px;
}


/* FORM STARTUP */

#form-startup {
    text-align: center;
    font-family: 'Roboto Light';
}

#form-startup h1 {
    text-align: center;
    font-family: 'Roboto Black';
}

#form-startup h2 {
    text-align: center;
    font-family: 'Roboto Regular';
}

#form-startup {
    width: 100%;
}

#form-startup textarea {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#form-startup label {
    font-size: 20px !important;
    margin: 0;
}

#form-startup select {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

#form-startup input {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.alert p {
    font-size: 20px;
    padding: 10px;
}


/** PAGINAÇÃO **/

#divPaginacao {
    text-align: center;
    display: table;
    margin: 10px auto;
    width: 100%;
    padding: 0px 0px 30px 0px;
}

#divPaginacao .bt {
    padding: 6px;
}

.nPagina {
    padding: 10px;
    padding-bottom: 0px;
    margin: 0 auto;
    display: table;
}

.nPagina div {
    font-size: 11px;
    float: left;
    width: 25px;
    line-height: 17px;
    text-align: center;
    margin: 1px;
}

.pagina {
    width: 100px;
    line-height: 18px;
    float: left;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    margin-left: 20px;
}

.paginaOff {
    background-color: #F4F4F4;
    color: #CCC !important;
    padding: 6px;
    border-radius: 6px;
}

.paginaOn {
    padding: 6px;
}

.paginaAtual {
    background-color: #333;
    color: #FFF !important;
    font-weight: bold;
}


/*** MENU MOBILE***/

.menuBar {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
    cursor: pointer;
}

.menuBar i {
    color: #fff;
    font-size: 30px;
}

#divMainMenu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(229, 0, 100, 0.9);
    display: none;
}

#divMainMenu ul {
    font-size: 40px;
    font-weight: 100;
    list-style-type: none;
    color: #FFF;
    padding: 20px;
    text-align: center;
    margin-top: 50px !important;
}

#divMainMenu ul li {
    padding: 10px;
    cursor: pointer;
    line-height: 44px;
    display: block;
}

#divMainMenu ul li i {
    font-size: 10px;
    vertical-align: middle;
}

#divMainMenu .navbar-nav {
    display: block;
}

#divMainMenu .close {
    position: absolute;
    right: 30px;
    top: 24px;
    color: #FFF;
    font-size: 30px;
    opacity: 1;
}

.frase-impacto{
    font-size: 50px;
    font-weight: bold;
    color: #e50064;
}

.teste-bg-preto{
    background-color: #333 !important;
    color: #FFF !important;   
}

#numeros-ciklo{
    margin: 10px;
    border: 1px solid #FFF;
    border-radius: 20px;
}
#numeros-ciklo div{
    width: 300px;
    display: inline-block;
    padding: 30px;
    font-size: 35px;
    vertical-align: middle;
}

.gallery a{
    display: inline-block;
    width: 300px;
}

#divBusca select{
    height: 38px;
    line-height: 38px;
    font-family: 'Roboto';
    font-size: 14px;
    color: #482710;
    width: 200px;
    padding: 5px;
    padding-left: 10px;
    border-radius: 6px;
    margin: 10px;
    border: 1px solid #CCC;
}

/************************/
/** ULTIMAS ALTERAÇÕES **/
/************************/
.texto-ciklo{
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    padding: 30px;
}

.texto-ciklo b{
    color: #e50064;
    font-family: 'Roboto Black' !important;
}

.padding-up-texto{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    line-height: 40px !important;
}
.title-ciklo-novo{
    font-size: 30px;
    border-bottom: 1px solid #e50064;
    margin-left: 30px;
    display: inline;
}

.sombra{
    filter: drop-shadow(0px 0px 30px #F1F1F1);
    background-color: #FFF;
}

/** SLIDESHOW **/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
