body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     overflow-x: hidden !important;
}

 .page-container {
   overflow: hidden;
 }

 a, button {
   transition: background .3s ease-in-out;
   outline: none !important;
 }

 a:hover {
   text-decoration: none;
   cursor: pointer;
 }

 .page-preloader {
   position: fixed;
   top: 0;
   bottom: 0;
   width: 100%;
   z-index: 100000;
   background: #FFFFFF url("../Images/pageload-spinner.gif") no-repeat center center;
   animation-name: preloader-fade;
   animation-delay: 2s;
   animation-duration: 0.5s;
   animation-fill-mode: both;
 }

 @keyframes preloader-fade {
   0% {
     opacity: 1;
     visibility: visible;
   }

   100% {
     opacity: 0;
     visibility: hidden;
   }
 }

 .bloc {
   width: 100%;
   clear: both;
   background: 50% 50% no-repeat;
   padding: 0 50px;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   position: relative;
   display: flex;
 }

 .bloc .container {
   padding-left: 0;
   padding-right: 0;
 }

 .bloc-lg {
   padding: 100px 50px;
 }

 .bloc-md {
   padding: 50px;
 }

 .bloc-sm {
   padding: 20px 50px;
 }

 .b-parallax {
   background-attachment: fixed;
 }

 @media (hover: none) {
   .b-parallax {
     background-attachment: scroll;
   }
 }

 .d-bloc {
   color: rgba(255, 255, 255, .7);
 }

 .d-bloc button:hover {
   color: rgba(255, 255, 255, .9);
 }

 .d-bloc .icon-round, .d-bloc .icon-square, .d-bloc .icon-rounded, .d-bloc .icon-semi-rounded-a, .d-bloc .icon-semi-rounded-b {
   border-color: rgba(255, 255, 255, .9);
 }

 .d-bloc .divider-h span {
   border-color: rgba(255, 255, 255, .2);
 }

 .d-bloc .a-btn, .d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a {
   color: rgba(255, 255, 255, .6);
 }

 .d-bloc .a-btn:hover, .d-bloc .navbar a:hover, .d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover {
   color: rgba(255, 255, 255, 1);
 }

 .d-bloc .navbar-toggle .icon-bar {
   background: rgba(255, 255, 255, 1);
 }

 .d-bloc .btn-wire, .d-bloc .btn-wire:hover {
   color: rgba(255, 255, 255, 1);
   border-color: rgba(255, 255, 255, 1);
 }

 .d-bloc .card {
   color: rgba(0, 0, 0, .5);
 }

 .d-bloc .card button:hover {
   color: rgba(0, 0, 0, .7);
 }

 .d-bloc .card icon {
   border-color: rgba(0, 0, 0, .7);
 }

 .d-bloc .card .divider-h span {
   border-color: rgba(0, 0, 0, .1);
 }

 .d-bloc .card .a-btn {
   color: rgba(0, 0, 0, .6);
 }

 .d-bloc .card .a-btn:hover {
   color: rgba(0, 0, 0, 1);
 }

 .d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover {
   color: rgba(0, 0, 0, .7);
   border-color: rgba(0, 0, 0, .3);
 }

 .d-bloc .card, .l-bloc {
   color: rgba(0, 0, 0, .5);
 }

 .d-bloc .card button:hover, .l-bloc button:hover {
   color: rgba(0, 0, 0, .7);
 }

 .l-bloc .icon-round, .l-bloc .icon-square, .l-bloc .icon-rounded, .l-bloc .icon-semi-rounded-a, .l-bloc .icon-semi-rounded-b {
   border-color: rgba(0, 0, 0, .7);
 }

 .d-bloc .card .divider-h span, .l-bloc .divider-h span {
   border-color: rgba(0, 0, 0, .1);
 }

 .d-bloc .card .a-btn, .l-bloc .a-btn, .l-bloc .navbar a, .l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a {
   color: rgba(0, 0, 0, .6);
 }

 .d-bloc .card .a-btn:hover, .l-bloc .a-btn:hover, .l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover {
   color: rgba(0, 0, 0, 1);
 }

 .l-bloc .navbar-toggle .icon-bar {
   color: rgba(0, 0, 0, .6);
 }

 .d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover, .l-bloc .btn-wire, .l-bloc .btn-wire:hover {
   color: rgba(0, 0, 0, .7);
   border-color: rgba(0, 0, 0, .3);
 }

 .voffset {
   margin-top: 30px;
 }

 .hero .hero-nav {
   padding-left: inherit;
   padding-right: inherit;
 }

 .navbar-light .navbar-nav .nav-link {
   color: rgb(64, 64, 64);
 }

 .btco-menu li>a {
   padding: 10px 15px;
   color: #000;
 }

 .btco-menu .active a:focus, .btco-menu li a:focus, .navbar>.show>a:focus {
   background: transparent;
   outline: 0;
 }

 .dropdown-menu .show>.dropdown-toggle::after {
   transform: rotate(-90deg);
 }

 .mg-clear {
   margin: 0;
 }

 .mg-sm {
   margin-top: 10px;
   margin-bottom: 5px;
 }

 .mg-md {
   margin-top: 10px;
   margin-bottom: 20px;
 }

 .btn-d, .btn-d:hover, .btn-d:focus {
   color: #FFF;
   background: rgba(0, 0, 0, .3);
 }

 button {
   outline: none !important;
 }

 .a-block {
   width: 100%;
   text-align: left;
   display: inline-block;
 }

 .text-center .a-block {
   text-align: center;
 }

 .card-sq, .card-sq .card-header, .card-sq .card-footer {
   border-radius: 0;
 }

 .card-rd {
   border-radius: 30px;
 }

 .card-rd .card-header {
   border-radius: 29px 29px 0 0;
 }

 .card-rd .card-footer {
   border-radius: 0 0 29px 29px;
 }

 .divider-h {
   padding: 20px 0;
   width: 100%;
   display: inline-block;
 }

 .divider-h span {
   display: block;
   border-top: 1px solid transparent;
 }

 .divider-half {
   width: 50%;
   margin: 0 auto;
 }

 .dropdown-menu .divider-h, .dropdown-menu .divider-half {
   padding: 0;
 }

 .hide-indicators {
   display: none;
 }

 .scroll-fx-in-range {
   will-change: opacity;
 }

 .scrollToTop {
   width: 40px;
   height: 40px;
   position: fixed;
   bottom: 20px;
   right: 20px;
   opacity: 0;
   z-index: 500;
   transition: all .3s ease-in-out;
 }

 .scrollToTop span {
   margin-top: 6px;
 }

 .showScrollTop {
   font-size: 14px;
   opacity: 1;
 }

 a[data-lightbox] {
   position: relative;
   display: block;
   text-align: center;
 }

 a[data-lightbox]:hover::before {
   content: "+";
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
   font-size: 32px;
   line-height: 42px;
   width: 50px;
   height: 50px;
   margin-left: -25px;
   border-radius: 50%;
   background: rgba(0, 0, 0, .6);
   color: #FFF;
   font-weight: 100;
   z-index: 1;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
 }

 a[data-lightbox]:hover img {
   opacity: 0.6;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
 }

 .lightbox-caption {
   padding: 20px;
   color: #FFF;
   background: rgba(0, 0, 0, .5);
   position: absolute;
   left: 15px;
   right: 15px;
   bottom: 5px;
 }

 .close-lightbox {
   color: #FFF;
   font-size: 30px;
   position: absolute;
   top: 20px;
   right: 20px;
   z-index: 20;
   background: rgba(0, 0, 0, .5);
   border: none;
   line-height: 30px;
   padding: 0 9px 5px;
   opacity: 0.3;
   border-radius: .25rem;
 }

 .close-lightbox:hover, .next-lightbox:hover, .prev-lightbox:hover {
   opacity: 1.0;
   color: #FFF;
 }

 .next-lightbox, .prev-lightbox {
   font-size: 20px;
   color: rgba(255, 255, 255, .9);
   background: rgba(0, 0, 0, .5);
   transition: all .2s ease-in-out;
   position: absolute;
   top: 45%;
   z-index: 1;
   opacity: 0.4;
   border-radius: .25rem;
 }

 .next-lightbox {
   padding: 6px 8px 1px 13px;
   right: 25px;
 }

 .prev-lightbox {
   padding: 6px 13px 1px 10px;
   left: 25px;
 }

 .frameless-lb {
   border-radius: 0;
   border: none;
 }

 .frameless-lb .modal-body {
   padding: 0;
 }

 .frameless-lb .lightbox-caption {
   left: 0;
   right: 0;
   bottom: -16px;
 }

 h1, h2, h3, h4, h5, h6, p, label, .btn, a {
   font-family: "Montserrat";
   font-weight: 400;
 }

 .container {
   max-width: 1140px;
 }

 .navbar-brand img {
   width: 320px;
 }

 .nav-menu {
   color: #000000 !important;
   font-family: "Lato";
   font-weight: 300;
   font-size: 18px;
   margin: 5px 5px 5px 5px;
 }

 .img-style {
   border-radius: 0px 0px 0px 0px;
 }

 .hero-header-text {
   font-size: 200px;
   font-weight: bold;
 }

 .hero-subheader {
   font-size: 35px;
   font-weight: normal;
 }

 .blue-bg-gradient {
   background: linear-gradient(190deg, #00F9F0, #0149FF);
 }

 .text-trans-gradient {
   background-clip: text !important;
   -webkit-background-clip: text !important;
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.0), #FFFFFF);
   color: transparent !important;
 }

 .img-2-style {
   width: 455px;
 }

 .mt-30 {
   margin-top: 30px;
 }

 .mt-0 {
   margin-top: 50px;
   padding: 0px 0px 0px 0px;
 }

 .mt-60 {
   padding-top: 60px;
 }

 .wavesblock {
   height: 250px;
   margin-top: -250px;
 }

 .hoverfollowlinks {
   margin-top: 5px;
 }

 .hoverfollowlinks:hover {
   color: #1eaad4 !important;
 }

 .nav-menu:hover {
   color: #199CDB !important;
   font-family: "Lato";
   font-weight: 300;
 }

 .mheight {
   background-size: auto auto;
   height: 220px;
 }

 .f-100 {
   font-size: 150px;
 }

 .mb-30 {
   margin-bottom: 30px;
 }

 .f-right {
   float: right;
 }

 .f-left {
   float: left;
 }

 .w-200 {
   width: 200px;
 }

 .w-60p {
   width: 60%;
 }

 .w-30p {
   width: 30%;
   display: inline-block;
   text-shadow: 0px 0px 0px #000000;
   overflow: visible;
 }

 .mt-20 {
   margin-top: 20px;
 }

 .h2-style {
   font-family: Lato;
   font-weight: 900;
   width: 100%;
 }

 .p-style {
   font-family: "Lato";
   font-weight: 400;
   font-size: 15px;
   line-height: 20px;
 }

 .zindexover {
   ;
 }

 .mt-100 {
   margin-top: 100px;
 }

 .mt-50 {
   margin-top: 50px;
 }

 .m-over {
   margin: -50px -50px -50px -50px;
 }

 .h-80 {
   height: 80px;
   margin: -70px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
 }

 .bgmain {
   background-color: transparent;
   background: linear-gradient(0deg, #61007B, #61337D);
 }

 .go-top {
   margin-bottom: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: -30px;
 }

 .img-timeli-style {
   width: 390px;
 }

 .h2-historia-style {
   font-family: Montserrat;
 }

 .p-historia-style {
   font-size: 14px;
 }

 .h3-style {
   font-size: 22px;
 }

 .m-hover {
   ;
 }

 .m-hover:hover {
   background-color: #1eaad4;
 }

 .fullheight {
   padding-top: 100px;
   padding-right: 100px;
   padding-left: 100px;
 }

 .text-span-color {
   color: #ffffff;
 }

 .h3-bloc-3-style {
   font-size: 22px;
   line-height: 30px;
 }

 .h4-style {
   font-size: 16px;
 }

 .p-bloc-3-style {
   font-size: 14px;
 }

 .link-style {
   width: 100%;
 }

 .link-padding {
   padding-top: 14px;
   padding-bottom: 14px;
 }

 .footer-link {
   font-size: 12px;
 }

 .over-black:hover {
   background-color: #000000;
 }

 .new-item {
   background-size:cover;
   background-position:center center;
   overflow: hidden;
   height: 250px;
 }

 .img-21-style {
   ;
 }

 .m-left-20 {
   ;
 }

 .news-text {
   font-size: 12px;
 }

 .label-style {
   font-size: 12px;
   margin-top: 0px;
   margin-bottom: 5px;
 }

 .h6-style {
   line-height: 19px;
   margin-bottom: 3px;
 }

 .h6-margin-bottom {
   margin-bottom: 3px;
 }

 .h6-3-margin-bottom {
   margin-bottom: 3px;
 }

 .h6-4-margin-bottom {
   margin-bottom: 3px;
 }

 .p-margin-bottom {
   margin-bottom: 5px;
 }

.actionbarbg {
    height: 300px;
    overflow: hidden;
    background-image: url("https://www.fundacaoel.com/Content/css/Images/pexels-hassan-ouajbir-1535244.jpg");
    background-position: left center;
    background-repeat: repeat;
    border-style: none;
}

 .bordered {
   border-style: solid;
   border-color: #D7D7D7 !important;
   background-color: #F8F8F8;
   border-width: 1px 1px 1px 1px;
 }

 .mt-1 {
   border-color: #0D927F !important;
   border-style: none;
 }

 .img-46696-style {
   width: 131px;
 }

 .img-unnam-style {
   width: 89px;
 }

 .img-https---c-style {
   width: 199px;
 }

 .img-24-style {
   width: 98px;
 }

 .h6-bloc-7-margin-bottom {
   margin-bottom: 2px;
   margin-top: 13px;
 }

 .p-margin-top {
   margin-top: -17px;
   font-size: 12px;
 }

 .img-querid-style {
   width: 225px;
 }

 .img-bloc-7-style {
   border-radius: 0px 0px 0px 0px;
 }

 .new-item-150 {
   height: 150px;
   overflow: hidden;
   width: 226px;
 }

 .img-logo-style {
   width: 158px;
 }

 .bloc-margin-bottom {
   margin-bottom: 147px;
 }

 .link-margin-top {
   margin-top: 14px;
 }

 .row-margin-top {
   margin-top: 42px;
   margin-bottom: -76px;
 }

 .p-17-style {
   font-size: 12px;
 }

 .p-18-style {
   font-size: 12px;
 }

 .colorfooter {
   color: #919191 !important;
 }

 .pleft-14 {
   padding-left: 14px;
 }

 .bannertop {
   padding-top: 100px;
   padding-bottom: 130px;
   border-style: solid;
   border-color: #FFFFFF !important;
   border-width: 0px 0px 0px 0px;
 }

 .container-div-style {
   width: 100%;
 }

 .carousel-margin-top {
   margin-top: -200px;
 }

 .h-200 {
   height: 200px;
   margin-bottom: 30px;
 }
 .h-150 {
 margin-top: 30px;
   height: 100px;
   margin-bottom: 20px;
 }

 .mt-up-150 {
   margin-bottom: -150px;
   margin-left: -150px;
 }

 .img-bannermain-style {
   width: 433px;
 }

 .mt-top-200 {
   ;
 }

 .bg-white {
   background-color: #FEFEFE;
 }

 .no-padding {
   padding-bottom: 30px;
   padding-top: 30px;
 }

 .topheader {
   border-style: solid;
   border-color: #20A9D0 !important;
   border-width: 0px 0px 0px 0px;
 }

 .bloc-bloc-8-margin-bottom {
   margin-bottom: 29px;
 }

 .bgc-dark-jungle-green {
   background-color: #1B1B1B;
 }

 .bgc-white {
   background-whitecolor: #FFFFFF;
 }

 .bgc-cool-grey {
   background-color: rgba(133, 151, 164, 0.11);
 }

 .bgc-tufts-blue {
   background-color: #3A8BCA;
 }

 .bgc-anti-flash-white {
   background-color: #F1F1F1;
 }

 .bgc-dark-jungle-green-2 {
   background-color: #212121;
 }

 .tc-white {
   color: #FFFFFF !important;
 }

 .tc-tufts-blue {
   color: #3A8BCA !important;
 }

 .tc-anti-flash-white {
   color: #F1F1F1 !important;
 }

 .waves-container {
   max-width: 100%;
   overflow: hidden;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 99999;
 }

 .waves-container canvas {
   display: block;
 }

 #particles-js {
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index:2;
 }

 .mouse-symbol, .device-symbol {
   width: 29px;
   height: 50px;
   border: 2px solid rgba(0, 0, 0, .5);
   border-radius: 30px;
   margin: 0 auto;
   position: relative;
 }

 .device-symbol {
   border-radius: 6px;
 }

 .device-symbol:before {
   content: "";
   display: block;
   position: absolute;
   background-color: rgba(0, 0, 0, .23);
   height: 42px;
   width: 21px;
   border-radius: 2px;
   margin: 2px 0 0 2px;
 }

 .mouse-symbol:after, .device-symbol:after {
   content: "";
   display: block;
   position: absolute;
   top: 10px;
   width: 3px;
   height: 3px;
   margin-left: 11px;
   background-color: #000000;
   border-radius: 100%;
 }

 .device-symbol:after {
   top: 12px;
 }

 .mouse-symbol-light.mouse-symbol, .mouse-symbol-light.device-symbol {
   border: 2px solid rgba(255, 255, 255, .5);
 }

 .mouse-symbol-light.mouse-symbol:after, .mouse-symbol-light.device-symbol:after {
   background-color: #FFFFFF;
 }

 .mouse-symbol-light.device-symbol:before {
   background-color: rgba(255, 255, 255, .23);
 }

 .slow-touch-scroll:after {
   animation: mouse-scroll-slow 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite
 }

 .fast-touch-scroll:after {
   animation: mouse-scroll-fast 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite
 }

 .fast-invert-touch-scroll:after {
   animation: mouse-scroll-fast-invert 2s cubic-bezier(0.68, -0.65, 0.265, 1.35) infinite
 }

 @keyframes mouse-scroll-slow {
   0% {
     -webkit-transform: translateY(0px) scaleY(1);
     transform: translateY(0px) scaleY(1);
   }

   20% {
     -webkit-transform: translateY(0px) scaleX(1.2);
     transform: translateY(0px) scaleX(1.2);
     opacity: 1;
   }

   100% {
     -webkit-transform: translateY(25px) scaleY(3) scaleX(0.8);
     transform: translateY(25px) scaleY(3) scaleX(0.8);
     opacity: .1;
   }
 }

 @keyframes mouse-scroll-fast {
   0%, 20% {
     -webkit-transform: translateY(0px);
     transform: translateY(0px);
     opacity: 1;
   }

   50% {
     -webkit-transform: translateY(20px);
     transform: translateY(20px);
     opacity: 1;
   }

   80%, 100% {
     -webkit-transform: translateY(20px);
     transform: translateY(20px);
     opacity: .1;
   }
 }

 @keyframes mouse-scroll-fast-invert {
   0%, 20% {
     -webkit-transform: translateY(15px);
     transform: translateY(15px);
     opacity: 1;
   }

   50% {
     -webkit-transform: translateY(0px);
     transform: translateY(0px);
     opacity: 1;
   }

   80%, 100% {
     -webkit-transform: translateY(0px);
     transform: translateY(0px);
     opacity: .1;
   }
 }

 .page-scroll-progress-bar {
   top: 0;
   left: 0;
   right: 0;
   width: 0;
   position: fixed;
   z-index: 999999;
 }

 .page-scroll-progress-bar.bottom-edge {
   top: initial;
   bottom: 0;
 }

 @media (max-width: 1024px) {
   .bloc {
     padding-left: 20px;
     padding-right: 20px;
   }

   .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container {
     padding-left: 0;
     padding-right: 0;
   }
 }

 @media (max-width: 991px) {
   .container {
     width: 100%;
   }

   .page-container {
     overflow: hidden;
     position: relative;
   }

   .bloc {
     padding-left: constant(safe-area-inset-left);
     padding-right: constant(safe-area-inset-right);
   }

   .bloc-group, .bloc-group .bloc {
     display: block;
     width: 100%;
   }
 }

 @media (max-width: 767px) {
   .page-container {
     overflow: hidden;
     position: relative;
   }

   .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container {
     padding-left: 0;
     padding-right: 0;
   }

   .a-block {
     padding: 0 10px;
   }

   .btn-dwn {
     display: none;
   }

   .voffset {
     margin-top: 5px;
   }

   .voffset-md {
     margin-top: 20px;
   }

   .voffset-lg {
     margin-top: 30px;
   }

   form {
     padding: 5px;
   }

   .close-lightbox {
     display: inline-block;
   }

   .blocsapp-device-iphone5 {
     background-size: 216px 425px;
     padding-top: 60px;
     width: 216px;
     height: 425px;
   }

   .blocsapp-device-iphone5 img {
     width: 180px;
     height: 320px;
   }
 }

 @media (max-width: 991px) {
   .hero-header-text {
     font-size: 140px;
   }

   .hero-subheader {
     font-size: 30px;
   }

   .mt-md-0 {}

   .mt-md-4 {}
 }

 @media (max-width: 767px) {
   .text-right {}

   .text-left {}

   .text-center {}

   .hero-header-text {
     font-size: 100px;
   }

   .hero-subheader {
     font-size: 22px;
   }

   .p-style {
     font-size: 11px;
   }
 }

 @media (max-width: 575px) {
   .hero-header-text {
     font-size: 50px;
   }

   .footer-link {
     text-align: center;
   }

   .mt-1 {}
 }


 .counter {
    background-color:rgba(0,0,0,0.8);
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#fff;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color:#fff;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #ffff;
}
.bg-fixed{
    background:url('https://www.fundacaoel.com/Content/css/Images/bg-area.jpg');
    /* height: 250px;*/
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.bg-news {
    background: url('https://www.fundacaoel.com/Content/css/Images/bg-news.jpg');
    height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.white {
    color: #333;
    background:#FFF;
}

.bg-high {
    background: url('https://www.fundacaoel.com/Content/css/Images/bg-high.jpg') !important;
    height: 850px;
    background-attachment: fixed !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



#stage {
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform 2s;
      -webkit-transform-style: preserve-3d;
    }

    #shape {
      position: relative;
      top: 160px;
      margin: 0 auto;
      height: 200px;
      width: 200px;
      -webkit-transform-style: preserve-3d;
    }

    .plane {
      position: absolute;
      height: 200px;
      width: 200px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      -webkit-border-radius: 12px;
      -webkit-box-sizing: border-box;
      text-align: center;
      font-size: 124pt;
      color: black;
      background-color: rgba(255, 255, 255, 0.05);
      -webkit-transition: -webkit-transform 2s, opacity 2s;
      -webkit-backface-visibility: hidden;


    }

    .plane:hover {
      background-color: #8ccbb8;
      cursor:pointer;
    }

    .cubeh {
    font-weight:300;
    font-size:20px;
    }

    #shape.backfaces .plane {
      -webkit-backface-visibility: visible;
    }

    #shape {
      transform: rotateX(60deg);
                 animation:  spin 15s infinite linear;
    }

    @-webkit-keyframes spin {
      from { -webkit-transform: rotateY(0); }
      to   { -webkit-transform: rotateY(-360deg); }
    }
  

    .cube > .one {
      opacity: 0.95;
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(90deg) translateZ(100px);
    }
    .cube > .one:hover {
     opacity: 0.95;
     background: #703A8F;
    }

    .cube > .one div {
    opacity: 0.5;
    }

    .cube > .one div:hover {
     opacity: 1;
  }

    .cube > .two {
      opacity: 0.95;
      -webkit-transform: scale3d(1.2, 1.2, 1.2) translateZ(100px);
    }

    .cube > .two:hover {
     opacity: 0.95;
     background: #703A8F;
  }

  .cube > .two div {
   opacity: 0.5;
}

  .cube > .two div:hover {
   opacity: 1;
}

    .cube > .three {
      opacity: 0.95;
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(90deg) translateZ(100px);
    }

    .cube > .three:hover {
     opacity: 0.95;
     background: #20A9D0;
  }

  .cube > .three div {
   opacity: 0.5;
}

  .cube > .three div:hover {
   opacity: 1;
}

    .cube > .four {
      opacity: 0.95;
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(180deg) translateZ(100px);
    }

    .cube > .four:hover {
     opacity: 0.95;
     background: #703A8F;
  }

  .cube > .four div {
   opacity: 0.5;
}

  .cube > .four div:hover {
   opacity: 1;
}

    .cube > .five {
      opacity: 0.95;
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateY(-90deg) translateZ(100px);
    }

    .cube > .five:hover {
     opacity: 0.95;
     background: #0DA68C;
  }

  .cube > .five div {
   opacity: 0.5;
}

  .cube > .five div:hover {
   opacity: 1;
}

    .cube > .six {
      opacity: 0.95;
      -webkit-transform: scale3d(1.2, 1.2, 1.2) rotateX(-90deg) translateZ(100px) rotate(180deg);
    }

    .cube > .six:hover {
     opacity: 0.95;
     background: #20A9D0;
  }

  .cube > .six div {
   opacity: 0.5;
}

  .cube > .six div:hover {
   opacity: 1;
}

.partnersImg {
    height:120px;
}
.page-mimi {
    display: none
}

.page-active {
    display: block;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

    ul.pagination li {
        display: inline;
    }

        ul.pagination li a {
            color: black;
            float: left;
            padding: 8px 16px;
            text-decoration: none;
        }

        ul.pagination li.active a {
            background-color: #0DA68C;
            color: white;
        }

        ul.pagination li:hover:not(.active) a {
            background-color: #ddd;
        }

.box {
    text-align: center;
}
.box .icon {
    margin-bottom: 30px;
}
    .box .icon i {
        display: inline-block;
        height: 100px;
        width: 100px;
        color: #fff;
        background: #20A9D0;
        font-size: 35px;
        padding-top: 30px;
    }

#map {
    height: 400px;
    width: 100%;
}

#newsletterform input, #contact-form input, #jobs-form input {
    border-color: #cfd2d8;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    min-height: 44px;
    padding: 6px 18px;
}
#contact-form textarea, #jobs-form textarea {
    resize: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: -10px;
    padding: 12px 18px;
    margin-bottom: 20px;
}
#jobs-form select {
    resize: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: -10px;
    padding: 12px 18px;
    margin-bottom: 20px;
    width: 100%;
    border-color: #cfd2d8;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-validation {
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 11;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    color: #f5543f;
    transition: .3s;
}

.form-validation-left .form-validation {
    right: auto;
    top: 100%;
    left: 0;
}

#form-output-global, #form-output-global-contact, #form-output-global-jobs {
    display: none;
    margin-left: 15px;
    vertical-align: middle;
    visibility: hidden;
}

    #form-output-global.active, #form-output-global-contact.active, #form-output-global-jobs.active {
        display: inline-block;
    }

@media screen and (max-width: 575px) {
    #form-output-global.active, #form-output-global-contact.active, #form-output-global-jobs.active {
        margin-top: 5px;
        margin-left: 5px;
        display: inline-block;
    }
}


#form-output-global.active, #form-output-global-contact.active, #form-output-global-jobs.active {
    transform: translateX(0);
    visibility: visible;
}


.snackbars.active.error {
    background: #F44336;
}

.snackbars.active.success {
    background: #42a947;
}


.snackbars {
    padding: 11px 20px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #6f6f6f;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .snackbars p {
        margin-bottom: 0;
    }

    .snackbars .icon-xxs {
        font-size: 18px;
    }

    .snackbars p span:last-child {
        padding-left: 14px;
    }

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

    .snackbars-right:hover {
        text-decoration: underline;
    }

#newsletterform input[type=checkbox] {
    min-height: 10px;
    margin-top: 0rem !important;
}
.containerchk {
    font-size: 10px;
    color: #fff !important;
}
.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}
.containerchk .form-validation {
    left: 32px;
    top: -10px;
}

.link-news {
    color: rgba(0, 0, 0, .5);
}
.link-news:hover {
    color: rgba(0, 0, 0, 0.6);
}
.accordion {
    width: 100%;
}
    .accordion .card-header h3 {
        font-size: 1.2rem;
        margin-bottom: 0rem;
    }
.blocl-mt-0 {
    padding-top: 0px;
}

.dropdown-menu {
    background: #FFFFFF;
    box-shadow: 0px 26px 21px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    border-top: 3px solid #77388f;
    border-bottom: 3px solid #ffffff00;
    border-right: 0px;
    border-left: 0px;
    padding: 0px;
    border-radius: 0px;
    font-size:14px;
}
.dropdown-item:hover, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #1eaad4;
    color: #FFFFFF !important;
}
.team-section {
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    padding: 15px;
}

.team-name {
    font-size: 14px;
    font-weight: 700 !important;
    padding-top: 10px;
    padding-bottom: 5px;
}
.team-office {
    font-size: 14px;
    font-weight: 600 !important;
}
.team-department {
    font-size: 14px;
    font-weight: 600 !important;
}
.team-about {
    font-size: 12px;
}
.accordion1 .card {
    border: 1px solid #b0b0b0;
    background-color:rgba(30, 140, 212, 0.1);
    color: rgba(0, 0, 0, .5);
    border-radius:0px;
}
.accordion1 .card-header {
    /* background-color: #0da68c1f;*/
    border-bottom: 1px solid rgba(30, 140, 212, 1);
    padding: 5px 15px;
}

.accordion1 .card-body {
    border: 0px solid #0da68c;
    border-top: 3px solid rgba(30, 140, 212, 1);
    background-color: #ffffff;
    color: rgba(0, 0, 0, .5);
    padding: 10px;
    font-size: 13px;
    font-family: "Montserrat";
    font-weight: 400;
}

.titleArticle {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}
.titleInfo {
    font-size: 14px;
    font-weight: 700;
}
.jobBox {
    border: 1px solid #0da68c47;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom:50px;
    border-radius:0px;
}
.jobSmallDescriptionFont {
    font-size: 14px;
}
.jobDescriptionFont {
    font-size: 14px;
}
.link {
    color: black;
    text-decoration: underline;
    font-size: 12px;
}
.file {
    font-size: 14px;
    color: rgb(33, 37, 41);
}
.form-controlLabel {
    border: none;
    box-shadow:none;
    padding: 0px;
    height: 15px;
}
.fileFormat {
    line-height: 1.5;
    font-size: 14px;
    color: #495057;
    padding: 0px !important;
}


#jobs-form input[type=checkbox] {
    min-height: 20px;
    margin-top: 0rem !important;
}

.containerchkjob {
    font-size: 13px;
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0;
}

.containerchkjob .form-validation {
    left: 32px;
    top: -10px;
}


/*project Filter*/
.project-filter-01 .filter {
    padding: 15px;
}
.project-filter-01 .filter li {
    cursor: pointer;
    color: #17365c;
    position: relative;
    padding: 5px 0;
    font-weight: 600;
    margin: 0 15px;
    font-size: 16px;
    line-height: normal;
}

@media (max-width: 767px) {
    .project-filter-01 .filter li {
        margin: 0 8px;
        font-size: 14px;
    }
}

.project-filter-01 .filter li:after {
    content: "";
    width: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 2px;
    background: #1eaad4;
    position: absolute;
    -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
}

.project-filter-01 .filter li:last-child {
    margin-right: 0;
}

.project-filter-01 .filter li:first-child {
    margin-left: 0;
}

.project-filter-01 .filter li:hover {
    color: #1eaad4;
}

.project-filter-01 .filter li.active {
    color: #1eaad4;
}

    .project-filter-01 .filter li.active:after {
        width: 100%;
    }


.project-content.grid-col-2 .grid-item {
    width: 50%;
}

@media (max-width: 567px) {
    .project-content.grid-col-2 .grid-item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .project-content.grid-col-3 .grid-item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    .project-content.grid-col-3 .grid-item {
        width: 50%;
    }
}

@media (max-width: 567px) {
    .project-content.grid-col-3 .grid-item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .project-content.grid-col-4 .grid-item {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .project-content.grid-col-4 .grid-item {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .project-content.grid-col-4 .grid-item {
        width: 50%;
    }
}

@media (max-width: 567px) {
    .project-content.grid-col-4 .grid-item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .project-content.grid-col-5 .grid-item {
        width: 33.3333%;
    }
}

@media (min-width: 992px) {
    .project-content.grid-col-5 .grid-item {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .project-content.grid-col-5 .grid-item {
        width: 50%;
    }
}
@media (max-width: 962px) {
.navbar-brand img {
width: 250px;
}
.social-link-bric{
display: none;
}
.mcenter{
text-align:center;
padding-bottom:30px;
}
.bloc-margin-bottom{
margin-bottom:30px;
}


}
@media (max-width: 567px) {
    .project-content.grid-col-5 .grid-item {
        width: 100%;
    }
}

.project-content.grid-gutter-md {
    margin-left: -4px;
    margin-right: -4px;
}

    .project-content.grid-gutter-md .grid-item {
        padding: 8px;
    }

.project-content.grid-gutter-lg {
    margin-left: -6px;
    margin-right: -6px;
}

    .project-content.grid-gutter-lg .grid-item {
        padding: 12px;
    }

.project-content .grid-item {
    float: left;
}
.project-content {
    margin-bottom:50px;
}

.bordertop {
    border: 3px solid transparent;
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    box-sizing: border-box;
    color: #FFF;
    background: #000;
    background-clip: padding-box; 
    margin-bottom:20px;
}
    .bordertop:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -3px;
        /* !importanté */
        border-radius: inherit;
        /* !importanté */
        background: rgb(119,56,143);
        background: linear-gradient(90deg, rgba(119,56,143,1) 0%, rgba(30,170,212,1) 50%, rgba(0,168,141,1) 100%);
    }

.accordion .card {
border-radius:0px;
}
#carouselBanner{
position: absolute;
height: 100%;
width: 100%;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index:1;
}
.carousel-inner{
  height: 100vh;
  min-height: 100vh;

}
.carousel-item {
  min-height: 620px;
  background: no-repeat center bottom scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bannerContent
{

z-index:3;
}

