@font-face {
    font-family: 'cooper_hewitt';
    src: url("../fonts/CooperHewitt-Book.otf") format('otf');
    font-weight: 700;
    font-style: normal;
}

/*-- LAYOUT --*/
.center {
    text-align: center;
}

.white {
    color: #fff;
}

.bold {
    font-weight: bold;
}

.size {
    height: 340px;
}

/*-- END LAYOUT --*/

/* Get rid of dotted outline on links */
:focus,
:active {
    outline: none !important;
}

/*a:focus, a:active {
	outline: 1px solid rgba(0,0,0,.2) !important;
}*/

html {
    background: #646975;
}

body {
    background: #ffffff;
    color: #1f1f26;
    font: 14px/30px 'cooper_hewittbook';
    font-style: normal;
    font-weight: normal;
    margin-top: 0px;
    padding: 0px;
    line-height: 23px;
    width: 100%;
}

.row2 {
    margin: 0;
}

.row-3 {
    margin-right: 22px;
}

.row-responsive {
    margin-right: 0% !important;
}

.row-register {
    margin-right: 15px;
}

.row-project-data {
    margin-left: 50px;
}

.text-project2 {
    margin-bottom: -128px;
    margin-top: -157px;
}

.icons-padding {
    padding-left: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'cooper_hewittbook';
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

h1,
.h1 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 35px 0;
}

h2,
.h2 {
    font-size: 34px;
    line-height: 40px;
    margin: 0 0 15px 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

p {
    margin-bottom: 25px;
}

.text-corrected {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

}

ul {
    list-style-position: outside;
    list-style-type: square;
    margin-bottom: 1em;
    margin-left: 1em;
    padding: 0;
}

ul p {
    margin: 0;
}

b,
strong {
    font-family: 'cooper_hewittbook';
    font-style: normal;
    font-weight: normal;
}

i {
    font-family: 'cooper_hewittbook';
    font-style: normal;
    font-weight: normal;
}

a {
    color: #77bd43;
    text-decoration: none;
}

a:hover {
    color: #77bd43 !important;
    text-decoration: bold;
}

.text-info {
    color: #4cb2c9;
}

.text-success {
    color: #73b00a;
}

.form-control{
	padding: 5px !important;
}

select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white url("../images/dropdown.png") no-repeat;
    background-position: right 0.75em center;
}



.btn-lg {
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
}

.btn-danger {
    background: #ED3000;
}

.btn:hover {
    opacity: 0.99;
    filter: alpha(opacity=99);
}

img {
    max-width: 100%;
    height: auto;
}

/* HEADER
------------------------------------------------------------------------------*/
.intro {
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    float: left;
    width: 100%;
    display: block;
    background-size: 100% 100%;
}

.intro .textwidget {
    color: #fff;
    padding-top: 24%;
    text-align: center;
}

.intro .textwidget h1 {
    text-transform: uppercase;
    font-size: 61px;
    margin: 0 0 -5px;
}

.intro .textwidget h2 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 0;
}

.intro .actions {
    margin: 6px 0 0;
    padding: 46px 0 0;
    background: url(../images_pdi/separator.jpg) 50% 0 no-repeat;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.intro .actions .btn {
    margin: 0 10px;
}

/*-------------NAV BAR-----------*/
.content-nav {
    position: relative;
}

.content-nav .navbar-fixed-top {
    position: absolute;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    bottom: 0;
    min-height: 50px;
    max-height: 80px;
    margin-bottom: -15px;
    right: 0;
    left: 0;
    z-index: 1030;
}

ul.nav.navbar-nav.nav-header {
    margin-right: 2%;
}

.navbar-pages {
    background-color: #fff;
    border-color: #e7e7e7;
    height: 60px;
}

.navbar-default-tran {
    background-color: #fff;
    border-color: #e7e7e7;
    top: 0;
    position: fixed;
    min-height: 50px;
    max-height: 60px !important;
    width: 100%;
    z-index: 200;
    border-radius: 0;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 15px;
}

.nav.navbar-nav.navbar-right {
    margin-right: 3%;
}

.navbar .navbar-collapse {
    text-align: center;
}

.text-nav {
    color: white;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: black;
}


.text-nav-transition {
    color: #fff;
}

.text-nav-pages {
    background: transparent;
    text-transform: uppercase;
}

img.logo-cit {
    width: 100%;
}

.container-fluid {
    padding-top: 12px;
    padding-bottom: 1%;
}

.navbar-nav>li>a {
    padding-top: 8px;
    background: transparent;
    color: gray;
}

.navbar-nav>li>a:hover {
    background: transparent;
    color: black;
}

a.text-nav:hover {
    color: black;
}

#header .navbar-default {
    background: transparent;
}

#header .navbar {
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.header.header-animated {
    -webkit-transition-property: height, transform, visibility;
    transition-property: height, transform, visibility;
}

#header .navbar-brand {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: relative;
}

#header .navbar-brand:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#header .navbar-brand .slogan {
    color: #30394c;
    display: inline-block;
    width: 250px;
    position: absolute;
    left: 87px;
    top: 45px;
}

.navbar .navbar-brand .slogan b {
    margin-top: -6px;
}

.slogan b {
    display: block;
}

#header .navbar-toggle {
    background: url(../images/mobile-menu.png) no-repeat 0 0;
    border: none;
    height: 18px;
    margin: 20px 20px 0 0;
    padding: 0;
    width: 15px;
    z-index: 10;
}

#header .navbar-toggle * {
    display: none;
}

#header .navbar-collapse {
    overflow: hidden;
    padding: 0;
}

#header .navbar-header {
    padding-right: 80px;
    position: relative;
    bottom: .5em;
}

/* ---------------------------------------MENU ------------------------------*/
#header .navbar-nav {
    margin: 10px 0 0 0;
}

#header .navbar-nav a {
    background: none;
    color: #1b1b1b;
    line-height: 1em;
    margin-left: 18px;
    padding: 15px 0;
}

#header .navbar-nav li:first-child a {
    margin-left: 0;
}

#header .navbar-nav.navbar-user li:first-child a {
    margin-left: 15px;
}

#header .navbar-nav a:hover,
#header .navbar-nav .active a {
    background: none;
    color: #74b00a;
}

#header .navbar-nav .active a {
    font-family: 'cooper_hewittbook';
}

#header .navbar-user a {
    color: #666;
}

#header .sign-in a {
    border: 2px solid #D7D7D7;
    color: #74b00a;
    font-size: 15px;
    line-height: 1em;
    padding: 15px 10px;
    text-transform: none;
    -moz-border-radius: 4px;
    /*Firefox*/
    -webkit-border-radius: 4px;
    /*Safari, Chrome*/
    border-radius: 4px;
    margin-top: -2px;
}

#header .sign-in a:hover {
    background: #D7D7D7;
    color: #1b1b1b;
}

#header .sign-in .glyphicon {
    color: #9A9A9A;
    margin-right: 10px;
}

#header .navbar-user .btn-user {
    color: #1a1a1a;
    padding-top: 8px;
}

#header .navbar-user .btn-user img {
    -moz-border-radius: 50%;
    /*Firefox*/
    -webkit-border-radius: 50%;
    /*Safari, Chrome*/
    border-radius: 50%;
}

/*--------------------------------------------------------------------HEADER */

/* BANNER
------------------------------------------------------------------------------*/
#banner {
    background: #d2dde2 url("../images/section-map.png");
    position: relative;
    overflow: hidden;
}

#banner>span {
    position: relative;
    float: right;
    right: 50%;
}

#banner>span>img {
    position: relative;
    right: -50%;
    /*  margin: 0 auto;
  display: block;*/
}

#banner>div {
    top: 50%;
    left: 0;
    width: 100%;
}

#banner .container {
    padding-top: 0;
    padding-bottom: 0;
}

#banner h1 {
    margin: 1.5em 0;
}

/* Home banner */
#home-banner {
    background: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0) 5px), url("../images/section-gray-map-home.png");
    background-color: #d2dde2;
    position: relative;
    overflow: hidden;
}

#home-banner>span {
    position: relative;
    float: right;
    right: 50%;
}

#home-banner>span>img {
    position: relative;
    right: -50%;
}

#home-banner>div {
    top: 0;
    left: 0;
    width: 100%;
}

#home-banner .container {
    padding-top: 0;
    padding-bottom: 0;
}

#home-banner .caption {
    text-align: right;
    float: right;
    max-width: 510px;
}

#home-banner .caption>h2 {
    color: #4cb2c9;
    line-height: 1em;
    margin: 56px 0 0 0;
}

#home-banner .caption>h1 {
    font-family: 'cooper_hewittbook';
    margin: 0 0 10px 0;
}

#home-banner .caption>p {
    font-size: 20px;
    margin-bottom: 15px;
}

#home-banner .caption .btn-default {
    margin-top: 10px;
}

/*-------------------------------------------------------------------- BANNER */

/*-------------- HOME ---------------------------------------*/
/*Information*/
.information {
    margin-left: 11%;
    margin-right: 6%;
    margin-top: 1%;
    text-align: justify;
    position: relative;
    max-width: 96%;
    display: inline-block;
}

.information-how {
    margin-left: 11%;
    margin-right: 6%;
    text-align: justify;
    position: relative;
    max-width: 96%;
    display: inline-block;
}

.information .wrap-center {
    margin: auto;
    text-align: center;
    position: relative;
    max-width: 100%;
    display: inline-block;
}

.information .img {
    padding-bottom: 5%
}

.information .title {
    font-size: 18px;
    text-transform: uppercase;
    color: gray;
    line-height: 20px;
    margin-bottom: 10px;
}

/*metricas*/

.metricas {
    float: left;
    width: 100%;
    height: 300px;
    background: url(../images/solar_panel.jpg)50% 100% no-repeat;
    background-size: 100% 160%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.metricas .information {
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 1%;
    position: relative;
    width: 100%;
    max-width: 96%;
    display: inline-block;
}

.metricas .wrap {
    max-height: 80%;
    margin-top: 5%;
}

.metricas .title1 {
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}

.metricas .title2 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.metricas a {
    text-decoration: none;
}

.metricas a:hover {
    text-decoration: none;
    color: #fff;
}

/*Partners*/
.partners {
    float: left;
    width: 100%;
}

.partners h2 {
    text-transform: uppercase;
    font-size: 28px;
    padding: 0 0 25px;
}

/*Testimonials*/

.testimonials {
    float: none;
    width: 100%;
    background: url(../images/sky-clouds-blue-horizon.jpg) 50% 92% no-repeat;
    background-size: 100%;
    overflow: hidden;
    color: #fff;
    height: auto;
    padding: 10px;
}

.testimonials h6 {
    text-transform: uppercase;
    position: relative;
    font-size: 39px;
    color: #fff;
    line-height: 2;
}

.testimonials h6:before {
    content: "";
    width: 41px;
    height: 29px;
}

/*.testimonials p 			{padding:0 20% 30px;font-size:16px;font-weight:500;color:#fff;}*/
.testimonials .meta {
    font-size: 16px;
}

.testimonials.white h6,

/*Map*/
#map {
    height: 80%;
}

.details {
    width: 100%;
    background-color: rgb(220, 220, 220);
}

.home_logo {
    margin-top: 20%;
    margin-left: 35%;
    width: 50%;
}

/*-------------- END HOME -----------------------------------*/

/* MAIN
------------------------------------------------------------------------------*/
section .container {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.mb-0 .container {
    padding-bottom: 0;
}

section.gray {
    background: #F4F4F4;
}

section.gray-map {
    background: #F4F4F4 url(../images/section-map.png) no-repeat 50% 0;
}

section.gray-bordered {
    background: -moz-linear-gradient(270deg, #d0d0d0 0%, #f4f4f4 5px);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(0%, #d0d0d0),
            color-stop(5px, #f4f4f4));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #d0d0d0 0%, #f4f4f4 5px);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(270deg, #d0d0d0 0%, #f4f4f4 5px);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #d0d0d0 0%, #f4f4f4 5px);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0',
            endColorstr='#f4f4f4', GradientType='1');
    /* for IE */
    background: linear-gradient(180deg, #d0d0d0 0%, #f4f4f4 5px);
    /* W3C */
}

section.gray-bt {
    border-top: 1px solid #DFDFDF;
}

section.gray-loading {
    background: #CAD9DD;
    border-top: 1px solid #DFDFDF;
    color: #BABABD;
    padding: 45px 0;
    text-align: center;
}

#sidebar {
    float: right;
    margin-bottom: 1em;
}

@media (max-width : 768px) {
    #sidebar {
        width: auto !important;
    }
}

#sidebar>aside {
    background: #fff;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    border-bottom: 2px solid #B5B5B5;
    color: #1f2229;
    padding: 20px;
    -moz-border-radius: 4px;
    /*Firefox*/
    -webkit-border-radius: 4px;
    /*Safari, Chrome*/
    border-radius: 4px;
}

@media (max-width : 768px) {
    #sidebar>aside {
        margin-top: 0 !important;
    }
}

#main>section {
    background: #f4f4f4;
}

#main>section.white {
    background: #fff;
    border-bottom: 1px solid #dededf;
}

section.blue {
    background: #e8eef0;
}

#main>section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* Sidebar */
/* Events es a 1056 */
#sidebar {
    max-width: 100%;
}

#content {
    width: 706px;
    max-width: 100%;
}

/*---------------------------------------------------------------------- MAIN */

/* HOME WARNING
------------------------------------------------------------------------------*/
#home-warning {
    background: url(../images/home-warning.jpg) no-repeat 50% 0;
    padding-top: 100px;
    max-width: 800px;
    margin: -50px auto 0 auto;
    text-align: center;
}

/*-------------------------------------------------------------- HOME WARNING */

/* HOME ABOUT
------------------------------------------------------------------------------*/
#home-about {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

#home-about .video {
    max-width: 800px;
    margin: 20px auto 0 auto;
    display: inline-block;
}

#home-about .iframe {
    max-width: 800px;
    margin: 20px auto 0 auto;
    display: inline-block;
}

#home-about .video p {
    margin-top: 20px;
}

/*---------------------------------------------------------------- HOME ABOUT */

/* HOME NEWS
------------------------------------------------------------------------------*/
#home-news .btn-link {
    line-height: 40px;
}

#home-news>.row {
    margin: -25px -25px 0 -25px;
}

#home-news>.row>div {
    padding-left: 25px;
    padding-right: 25px;
    margin: 25px 0 0 0;
}

#home-news h4 {
    margin: -5px 0 5px 0;
    line-height: 25px;
}

#home-news h4 a {
    color: #1f1f26;
}

#home-news p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

#home-news .text-time {
    font-size: 13px;
    line-height: 20px;
}

/* Tweets */
#home-tweets {
    margin-bottom: 0;
}

#home-tweets h4 {
    margin: 0;
    font-size: 20px;
    font-family: 'cooper_hewittbook';
    text-align: center;
}

#home-tweets h4 .fa {
    color: #a6a7a9;
    font-size: 26px;
    margin-right: 10px;
}

#home-tweets .panel-body {
    padding: 10px;
}

#home-tweets .panel-footer {
    text-align: left;
    padding: 5px 10px;
    font-size: 14px;
}

#home-tweets .panel-footer .fa {
    color: #a6a7a9;
    font-size: 18px;
    margin-right: 5px;
}

/*----------------------------------------------------------------- HOME NEWS */

/* PLATFORMS
------------------------------------------------------------------------------*/
#platforms h1 {
    margin-top: -15px;
}

#platforms .filters {
    margin-bottom: 40px;
}

#platforms .filters>li.pull-right {
    margin-right: 0;
    width: auto;
}

#platforms .filters a {
    color: #55535A;
    display: block;
}

#platforms .filters a:hover {
    text-decoration: none;
}

#platforms .dropdown-menu li {
    margin-right: 0;
}

#platforms .dropdown-menu>.active>a,
#platforms .dropdown-menu>.active>a:hover,
#platforms .dropdown-menu>li>a:hover,
#platforms .dropdown-menu>.active>a:focus {
    background: none;
    color: #55565C;
    text-decoration: underline;
}

#platforms .filters>li {
    margin-right: 30px;
    padding: 0;
    width: 200px;
}

#platforms .filters>li .pull-right {
    margin-right: 10px;
}

#platforms .filters>li .btn {
    line-height: 45px;
    padding: 0 20px;
}

#platforms .filters>li .btn-default {
    border-color: #D1D1D1;
    color: #151515;
    margin-top: -10px;
    text-transform: none;
}

#platforms .filters>li .btn-default .glyphicon {
    color: #161B24;
}

#platforms .filters>li .btn:hover,
#platforms .filters>li .btn.active {
    background: #161B24;
    border-color: #161B24;
    color: #fff;
}

#platforms .filters>li .btn:hover .glyphicon,
#platforms .filters>li .btn.active .glyphicon {
    color: #fff;
}

.img-plat {
    width: 90%;
}

.margin-plat {
    margin-right: 15px;
    margin-left: 20px;
}

.sub-text-plat {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 35px;
    color: gray;
    margin-right: 55px;
    text-align: justify;
}

.sub-text-plat-award {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 35px;
    color: gray;
    text-align: justify;
}

/*----------------------------------------------------------------- PLATFORMS */

/* ABOUT
------------------------------------------------------------------------------*/
#about li {
    background: url(../images/list-style.jpg) no-repeat 0 .75em;
    list-style: none outside none;
    padding-left: 15px;
}

.row.images {
    background: #f3f3f3;
    margin-top: 60px;
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=45, Color=#f3f3f3)";
    /*IE 8*/
    -moz-box-shadow: 10px -10px 15px #f3f3f3, -10px -10px 15px #f3f3f3;
    /*FF 3.5+*/
    -webkit-box-shadow: 10px -10px 15px #f3f3f3, -10px -10px 15px #f3f3f3;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 10px -10px 15px #f3f3f3, -10px -10px 15px #f3f3f3;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=45,
            Color=#f3f3f3);
    /*IE 5.5-7*/
}

/*--------------------------------------------------------------------- ABOUT */

/* PARTNERS
------------------------------------------------------------------------------*/
/* Row */
#partners .row {
    margin: -10px;
}

#partners .row>div {
    padding: 10px;
}

#partners .row>div:nth-child(3n+1) {
    clear: left;
}

#partners>h2 {
    margin-bottom: 30px;
}

/* Links */
.partner-link {
    /*display: table-row;*/
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    position: relative;
    line-height: 20px;
    display: block;
    cursor: pointer;
}

.partner-link>span,
.partner-link>div {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
}

.partner-link>span {
    text-align: center;
    width: 100px;
    border-right: 1px solid rgba(51, 51, 51, 0.2);
}

.partner-link>div {
    padding-left: 13px;
}

.partner-link h5 {
    margin: 0;
    font-family: 'cooper_hewittbook';
    color: #1f1f26;
}

.partner-link.active:before {
    content: "";
    display: block;
    width: 13px;
    height: 8px;
    background: url(../images/partner-link-active.jpg) no-repeat 50% 100%;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -7px;
}

.partner-link:hover,
.partner-link:hover>span,
.partner-link.active,
.partner-link.active>span {
    border-color: rgba(31, 31, 38, 0.5);
    text-decoration: none;
}

/* Detail */
#partners {
    color: #74B00A;
}

#partners img {
    max-width: 80px;
    max-height: 80px;
}

#partner .logo {
    background: #fff;
    border: 1px solid rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    display: block;
    max-width: 140px;
    min-height: 140px;
    text-align: center;
    line-height: 140px;
}

#partner .address {
    font-size: 16px;
    line-height: 20px;
    padding-left: 23px;
    position: relative;
}

#partner .address>.fa {
    position: absolute;
    top: 0;
    left: 0;
    color: #a5a7a9;
    font-size: 20px;
}

#partner .address>a {
    display: block;
}

/*------------------------------------------------------------------ PARTNERS */

/* INVEST
------------------------------------------------------------------------------*/
.row.images-dark {
    background: #CECECE;
    -ms-filter:
        "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=45, Color=#CECECE)";
    /*IE 8*/
    -moz-box-shadow: 10px -10px 15px #CECECE, -10px -10px 15px #CECECE;
    /*FF 3.5+*/
    -webkit-box-shadow: 10px -10px 15px #CECECE, -10px -10px 15px #CECECE;
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 10px -10px 15px #CECECE, -10px -10px 15px #CECECE;
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=45,
            Color=#CECECE);
    /*IE 5.5-7*/
}

/*-------------------------------------------------------------------- INVEST */

/* FAQ
------------------------------------------------------------------------------*/
#faq h2 {
    margin-bottom: 15px;
}

#faq h3 {
    color: #1f1f26;
    font-family: 'cooper_hewittbook';
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
}

#faq ul {
    color: #1f1f26;
    font-size: 18px;
    line-height: 30px;
    /* FF 3.5+*/
    -moz-column-count: 2;
    -moz-column-gap: 25px;
    -moz-column-rule: none;
    /*Saf3, Chrome*/
    -webkit-column-count: 2;
    -webkit-column-gap: 25px;
    -webkit-column-rule: none;
    column-count: 2;
    column-gap: 25px;
    column-rule: none;
}

#faq li {
    margin-top: 5px;
}

/*----------------------------------------------------------------------- FAQ */

/* RES
------------------------------------------------------------------------------*/
#res h2 {
    text-align: center;
    margin: 20px 0;
}

#res .panel {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}

#res .panel-body {
    padding: 30px;
}

#res .form-group {
    margin-bottom: 20px;
}

#res .container {
    padding-top: 0;
}

label {
    color: #a5a5a9;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}

/*----------------------------------------------------------------------- RES */

/* BACKEND
------------------------------------------------------------------------------*/
#backend .nav-tabs a {
    background: #E9E9EA;
    border-bottom: none;
    color: #1f2128;
    font-size: 18px;
    line-height: 90px;
    margin-left: 3px;
    padding: 0;
}

ul.ui-tabs-nav {
    margin: 0;
}

#backend .nav-tabs li:first-child a {
    margin-left: 0;
}

#backend .nav-tabs a:hover,
#backend .nav-tabs .active a {
    background: #fff;
    color: #1f1f26;
}

/*------------------------------------------------------------------- BACKEND */

/* BACKEND DASHBOARD
------------------------------------------------------------------------------*/
#backDashhboard .project {
    border-top: 1px solid #DFDFE0;
    font-size: 16px;
    line-height: 35px;
    margin-top: 60px;
    padding-top: 55px;
}

#backDashhboard .project:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

#backDashhboard .project h2 {
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 35px 0;
}

#backDashhboard .project .more {
    display: block;
    text-decoration: underline;
}

#backDashhboard .project dl {}

#backDashhboard .project dt {
    font-size: 24px;
    font-weight: normal;
    margin-top: 30px;
}

#backDashhboard .project dt.date {
    font-size: 20px;
}

#backDashhboard .project dd {
    line-height: 35px;
    margin-top: 25px;
}

/*------------------------------------------------------- BACKEND  DASHBOARD  */

/* FOOTER
------------------------------------------------------------------------------*/
#footer {
    background: #414042;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
    padding-top: 20px;
}

#footer .title {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer .title-newsletter {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*NEWSLETTER*/
#footer .newsletter {
    background-color: #414042;
    border: 1px solid #fff;
    width: 60%;
}

/*European Union*/
#footer .legenda {
    color: #fff;
    font-size: 11.64px;
    /* Aproximação devido à substituição de fonte */
    font-weight: 300;
    line-height: 18px;
}

.legenda-story {
    font-size: 11;
    /* Aproximação devido à substituição de fonte */
    font-weight: 300;
    line-height: 18px;
}

.text-ue {
    font-size: 11px;
    line-height: 10px;
}

/*Lista*/
#footer .list {
    color: #fff;
    font-size: 14px;
    /* Aproximação devido à substituição de fonte */
    font-weight: 300;
    line-height: 30px;
    text-decoration: none;
}

#footer .list:hover {
    font-family: 'CooperHewitt-Bold';
}

#footer .title {
    color: #fff;
    font-size: 20px;
    /* Aproximação devido à substituição de fonte */
    font-weight: 500;
}

/*Rights Reserved*/
#footer .rights {
    font-size: 13px;
    font-weight: 300;
    color: #939598;
}

/* Top */
#footer>.container {
    padding-top: 45px;
    padding-bottom: 5px;
    width: 73%;
}

#footer .row {
    margin-top: -30px;
}

#footer .row>div {
    margin-top: 40px;
}

/* Logo */
#footer .logo {
    min-height: 70px;
    width: 256px;
    text-align: left;
}


#footer .logo>img {
    float: left;
    margin-right: 20px;
}

/* Nav */
#footer .nav>li>a {
    padding: 0;
}

#footer .nav>li+li {
    margin-top: 10px;
}

#footer a {
    color: #fff !important;
}

#footer .active a,
#footer a:hover {
    background: none;
    text-decoration: none;
    font-family: 'CooperHewitt-Medium';
}

/* Social links */
.social-links .social {
    display: inline;
    margin-left: 10px;
}

.social-links .social a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
}

.social-links .social .fa-facebook {
    color: #3b5998;
    border-color: rgba(59, 89, 152, 0.2);
}

.social-links .social .fa-twitter {
    color: #55acee;
    border-color: rgba(85, 172, 238, 0.2);
}

/* Social */
.social {
    list-style: none outside none;
    margin-left: -8px;
    overflow: hidden;
    margin: 0 auto;
}

.social li {
    display: inline;
    margin-left: 3px;
}

.social a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    color: #9A9A9A;
    font-size: 13px;
    text-align: center;
    border: 2px solid rgba(51, 51, 51, 0.2);
    border-radius: 50%;
}

.social a:hover {
    border-color: rgba(51, 51, 51, 0.4);
    color: #9A9A9A;
    text-decoration: none;
}


/* --- SOCIAL HEADER --- */
.social-nav {
    list-style: none outside none;
    margin-left: -8px;
    margin: 1px auto;
    /*margin-right: 10px !important;*/
}

.social-nav li {
    display: inline;
    margin-left: 3px;
}

.social-nav a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 24px;
    color: #9A9A9A;
    font-size: 15px;
    text-align: center;
    border: 2px solid rgba(51, 51, 51, 0.2);
    border-radius: 50%;
}

.social-nav a:hover {
    border-color: rgba(51, 51, 51, 0.4);
    color: #9A9A9A;
    text-decoration: none;
}

.social-nav a span {
    margin-left: 0px;
    margin-top: 4px;
}

.social-whithe {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    line-height: 24px !important;
    font-size: 15px !important;
    text-align: center;
    border-radius: 50%;
}

.social-whithe:hover {
    border-color: rgba(255, 255, 255, 255);
    color: #fff;
    text-decoration: none;
}

#header .social {
    text-align: right;
}

#footer h5 {
    margin: 0 0 15px 0;
}

#footer .social a {
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    border-color: rgba(241, 241, 241, 0.2);
    padding: 6px;
}

#footer .social a:hover {
    color: #fff;
    border-color: rgba(241, 241, 241, 0.4);
}

/* Cofunded */
#footer .jumbotron {
    background-color: #7c808a;
    padding: 10px 15px;
    min-height: 70px;
    margin-bottom: 0;
}

#footer .jumbotron>img {
    float: left;
    margin: 5px 10px 0 0;
}

#footer .jumbotron p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 16px;
}

/* Copyright */
#footer section {
    font-size: 14px;
    text-align: center;
    width: 81%;
    margin-right: auto;
    margin-left: auto;

}

.footer-section {
    border-top: 1px solid #7c808a;
}

#footer section .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer section p {
    margin-bottom: 0;
}

#footer section a {
    text-decoration: underline;
}

/*-------------------------------------------------------------------- FOOTER */

/* MODAL DIALOGS
------------------------------------------------------------------------------*/
.modal-dialog {
    font-size: 16px;
    line-height: 20px;
    max-width: 600px;
}

.modal-dialog-box {
    font-size: 16px;
    line-height: 20px;
    max-width: 900px;
    margin: 30px auto;
}

.modal-dialog-login {
    font-size: 16px;
    line-height: 20px;
    max-width: 400px;
    margin: 30px auto;
}

.modal-dialog .modal-header,
.modal-dialog-box,
.modal-dialog-login .modal-header {
    background: white;
    border-bottom: none;
    /*Firefox*/
    -moz-border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -moz-border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    /*Safari, Chrome*/
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.modal-dialog .modal-header.big-header,
.modal-dialog-box .modal-header.big-header,
.modal-dialog-login .modal-header.big-header {
    padding: 35px 0;
    text-align: center;
}

.modal-dialog .modal-header.big-header h4,
.modal-dialog-box h4,
.modal-dialog-login h4 {
    color: #1f1f26;
    font-size: 34px;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
}

.modal-dialog .btn-facebook {
    background: #23599B;
    color: #fff;
    display: block !important;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 30px;
    padding: 0;
    text-transform: uppercase;
}

.modal-dialog .btn-facebook .fa {
    color: #fff;
    display: inline-block !important;
    margin-right: 10px;
}

.modal-dialog .divider {
    border-top: 1px solid #DFDFE0;
    height: 10px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.modal-dialog .divider span {
    background: #fff;
    color: #1f2027;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    margin-top: -10px;
    margin-left: -20px;
    padding: 0 15px;
    position: absolute;
    top: 0;
}

.modal-dialog .form-group {
    margin-bottom: 20px;
}

.modal-dialog .form-control {
    font-size: 16px;
    height: 40px;
}

.modal-dialog .form-group label {
    color: #a5a5a9;
    font-weight: normal;
}

.modal-dialog .btn-success {
    background: #4EB100;
    font-size: 18px;
    height: 60px;
    text-transform: uppercase;
}

.modal-dialog .modal-footer {
    color: #a5a5a9;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

.modal-dialog .modal-footer p {
    margin: 5px 0;
}

.modal-dialog .modal-footer a {
    color: #74b00a;
    text-decoration: underline;
}

.modal-dialog .modal-footer a:hover {
    text-decoration: none;
}

.modal-dialog p {
<<<<<<< HEAD
    text-align: justify;
=======
	text-align: center;
>>>>>>> 133fec81d6ee485ec0cb331bd37fe764670fd5d4
}

.btn-close-modal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 3em;
    padding: 0.9em 0px 1em;
    line-height: 1em;
    background: none;
}

.btn-close-modal:hover {
    background: #f8f8f8;
    color: #666;
}

/* Modal Legal -------------*/
#modalLegal .modal-header.big-header h4 {
    font-size: 28px;
    line-height: 1em;
    text-transform: none;
}

#modalLegal .modal-body {
    text-align: center;
}

#modalLegal .modal-body .btn-success {
    padding: 0;
    height: 60px;
    line-height: 60px;
}

/*------------------------------------------------------------- MODAL DIALOGS */
.two-columns>.row {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.two-columns>.row>div {
    padding-left: 20px;
    padding-right: 20px;
}

.email-widget .field-info {
    position: absolute;
    min-width: 30em;
    text-align: left;
    bottom: 15%;
    padding: 0px 1em;
    color: #999
}

.email-widget {
    border: #c3cacb 2px solid;
    border-radius: 5px;
    width: 100%;
}

.email-widget>span {
    width: 0;
    margin: 0;
}

#footer .email-widget {
    border-color: #4A4D53;
}

.email-widget input,
.email-widget button {
    border: none;
    box-shadow: none;
}

.email-widget input {
    border-radius: 4px !important;
    padding-right: 4em;
}

.email-widget input:focus {
    box-shadow: 0px 0px 8px rgba(102, 175, 233, 0.6);
    border-color: #66AFE9 !important;
}

.email-widget .fa {
    padding: 0px 0.25em;
}

.email-widget .error-area {
    color: #b20;
    font-size: medium;
}

.email-widget .success-area {
    color: #062;
    font-size: medium;
}

.captcha-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.captcha-container .captcha-input {
    display: flex;
    flex-grow: 1;
    position: relative;
}

.captcha-container img {
    margin: 0 1em;
    width: 200px;
    height: 70px;
}

ul.error-list {
    background: #d66;
    color: white;
    padding: 1em 2em;
    margin: 0 2em;
    list-style: none;
    border-radius: 0 0 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    font-size: medium;
}

ul.error-list li {
    margin: 0;
}

.btn-updates {
    border-radius: 0 4px 4px 0;
    position: absolute;
    width: 3em;
    position: absolute !important;
    top: 0;
    right: 0;
}

.error-tooltip {
    display: block;
    background: none repeat scroll 0% 0% rgba(255, 53, 53, 0.9);
    color: white;
    font-size: small;
    position: absolute;
    z-index: 1;
    padding: .5em 1em;
    border-radius: .25em;
    margin-left: .5em;
    margin-top: .2em;
    cursor: default;
    line-height: 1.5em;
    transition: opacity 0.2s ease-in 0s, margin 0.2s ease-in 0s;
}

.error-tooltip ul {
    list-style-type: none;
    margin: 0;
}

.error-tooltip .ui-messages-error-detail {
    display: none;
}

.error-tooltip:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    background: url("../images/tooltip-point.png");
    width: 20px;
    height: 10px;
    opacity: 0.9;
}

.platform-disclaimer {
    text-align: center;
    margin: 1.5em 4em;
    color: #777;
    font-size: medium;
}

.container.narrow {
    max-width: 460px;
}

input[type='checkbox'] {
    margin-right: .5em;
}

#partner-descriptions .glyphicon {
    padding-right: .5em;
}

#partner-descriptions .location {
    color: #046;
}

.required-asterisk {
    color: #f55;
    margin-left: .2em;
    font-weight: bold;
    cursor: default;
}

.form-group.note {
    color: #A5A5A9;
    font-size: 13px;
    line-height: 1.5em;
    position: relative;
    top: -1em;
}

.panel {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.panel h2 {
    margin: 15px;
}

.panel-footer {
    text-align: center;
}

.panel-footer .btn {
    margin: .5em;
}

.btn-canel {
    background: #bbb;
    color: white;
}

.btn-canel:hover {
    background: #aaa;
    color: white;
}

.list-button {
    color: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding: .5em;
}

.list-button:hover {
    color: rgba(0, 0, 0, .7);
    background: rgba(0, 0, 0, .05);
    text-decoration: none;
}

tfoot td.ui-state-default {
    padding: 0;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

/* File uploader */
.ui-fileupload input[type=file] {
    transform: none;
    font-size: inherit;
    right: auto;
    width: 100%;
    height: 100%;
    margin-left: -12px;
}

.ui-fileupload .ui-button {
    display: block;
}

.ui-fileupload .ui-fileupload-buttonbar,
.ui-fileupload .ui-fileupload-content {
    padding: 0;
}

.ui-fileupload .ui-fileupload-content table {
    margin: 0;
}

.ui-fileupload-files {
    border-bottom: 1px solid #CCC;
    font-size: small;
    width: 100%;
}

.ui-fileupload-files td:nth-child(2) {
    display: none;
}

.ui-fileupload-files td canvas {
    margin-top: 1em;
    margin-left: .75em;
}

.ui-fileupload-files td:last-child {
    margin-right: 0;
    position: relative;
}

.ui-fileupload-files button {
    background: #ED3000 none repeat scroll 0% 0%;
    color: white;
    border: 1px solid #D43F3A;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.5em;
    position: absolute;
    right: 0px;
    top: calc(50% - 1.2em);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ui-fileupload-files button:hover,
.ui-fileupload-files button:active {
    background-color: #D2322D;
    border-color: #AC2925;
}

.ui-fileupload-files button:active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.ui-fileupload-files button span.ui-button-text {
    display: none;
}

.ui-fileupload-files button span.ui-button-icon-left {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.ui-fileupload-files button span.ui-button-icon-left:before {
    content: "\e090";
    font-size: 12px;
}

.ui-progressbar {
    background: white;
    border-radius: 3px;
    border: 1px solid #167281;
    height: 20px !important;
    width: 150px !important;
}

@keyframes progressbar-animation {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: 20px 0
    }
}

.ui-progressbar-value {
    background: url("../images/progressbar.png");
    border-radius: 2px;
    animation-name: progressbar-animation;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.ui-fileupload-choose {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.ui-fileupload-choose:hover {
    opacity: 0.99;
    color: #FFF;
    background-color: #3276B1;
    border-color: #285E8E;
}

.ui-fileupload-choose:active {
    color: #FFF;
    background-color: #3276B1;
    border-color: #285E8E;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.carousel-indicators li {
    position: relative;
}

.carousel-indicators li:after {
    box-sizing: content-box;
    content: " ";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .5);
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    top: 1px;
    margin: 0 -1px;
}

.carousel-indicators .active:after {
    box-sizing: content-box;
    content: " ";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 14px;
    height: 14px;
    border-radius: 10px;
}

/* Project TABS */

select.input-lg {
    height: 45px;
    line-height: 25px;
    margin-bottom: 0px;
}

.project-description .ui-tabs-nav>.ui-tabs-selected>a {
    border-bottom-color: #ffffff;
}

.project-description .ui-tabs-nav .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.project-description .ui-tabs-nav {
    border-bottom: 1px solid #dddddd;
}

.project-description .ui-tabs-nav>li {
    float: left;
    margin-bottom: -1px;
}

.project-description .ui-tabs-nav>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.project-description .ui-tabs-nav>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.project-description .ui-tabs-nav>li.ui-tabs-selected>a,
.project-description .ui-tabs-nav>li.ui-tabs-selected>a:hover,
.project-description .ui-tabs-nav>li.ui-tabs-selected>a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}

.project-description .ui-tabs-nav.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.project-description .ui-tabs-nav.nav-justified>li {
    float: none;
}

.project-description .ui-tabs-nav.nav-justified>li>a {
    text-align: center;
}

@media (min-width : 768px) {
    .project-description .ui-tabs-nav.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}

.project-description .ui-tabs-nav.nav-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #dddddd;
}

.project-description .ui-tabs-nav.nav-justified>.active>a {
    border-bottom-color: #ffffff;
}

.project-description .ui-tabs-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.project-description .ui-tabs-nav:before,
.project-description .ui-tabs-nav:after {
    display: table;
    content: " ";
}

.project-description .ui-tabs-nav:after {
    clear: both;
}

.project-description .ui-tabs-nav:before,
.project-description .ui-tabs-nav:after {
    display: table;
    content: " ";
}

.project-description .ui-tabs-nav:after {
    clear: both;
}

.project-description .ui-tabs-nav>li {
    position: relative;
    display: block;
}

.project-description .ui-tabs-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.project-description .ui-tabs-nav>li>a:hover,
.project-description .ui-tabs-nav>li>a:focus {
    text-decoration: none;
    /*background-color: #eeeeee;*/
}

.project-description .ui-tabs-nav>li.disabled>a {
    color: #999999;
}

.project-description .ui-tabs-nav>li.disabled>a:hover,
.project-description .ui-tabs-nav>li.disabled>a:focus {
    color: #999999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.project-description .ui-tabs-nav .open>a,
.project-description .ui-tabs-nav .open>a:hover,
.project-description .ui-tabs-nav .open>a:focus {
    background-color: #eeeeee;
    border-color: #428bca;
}

.project-description .ui-tabs-nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.project-description .ui-tabs-nav>li>a>img {
    max-width: none;
}

.project-description .ui-tabs-panel {
    background: white;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 1px;
}

@media (min-width : 768px) {
    .project-description .ui-tabs-panel {
        padding: 1em 2em;
    }
}

.project-description .ui-tabs-panel.ui-helper-hidden {
    display: none;
}

.calendar-chooser {
    display: flex;
    flex-grow: 1;
}

.calendar-chooser .ui-inputfield {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.calendar-chooser .ui-button,
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    color: #FFF;
    background-color: #428BCA;
    border-color: #357EBD;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
    color: #428BCA;
    pointer: default;
    position: absolute;
    padding: .2em;
    padding-top: .3em;
}

#ui-datepicker-div .ui-datepicker-next {
    right: 0;
}

#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
    background-color: #3276b1;
    border-color: #285e8e;
}

.ui-datepicker-header {
    position: relative;
}

#ui-datepicker-div .ui-icon {
    visibility: visible;
    width: 0;
    overflow: hidden;
}

#ui-datepicker-div .ui-icon-circle-triangle-w,
#ui-datepicker-div .ui-icon-circle-triangle-e {
    cursor: default;
}

#ui-datepicker-div .ui-icon-circle-triangle-w:before {
    content: "\f053";
    font-family: "FontAwesome";
    visibility: visible;
    pointer: default;
    color: white;
}

#ui-datepicker-div .ui-icon-circle-triangle-e:before {
    content: "\f054";
    font-family: "FontAwesome";
    visibility: visible;
    color: white;
}

.calendar-chooser .ui-button span:nth-child(2) {
    display: none;
}

.calendar-chooser .ui-button>span:first-child:before {
    content: "\f073";
    font-family: 'FontAwesome';
    display: inline;
}

.calendar-chooser .ui-button:hover {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

#ui-datepicker-div {
    background: white;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .4);
    padding: 1em;
    font-size: small;
}

.ui-datepicker-title {
    text-align: center;
    font-size: medium;
}

.ui-datepicker-calendar thead {
    border-bottom: 1px solid #aaa;
}

.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
    text-align: center;
    width: 2em;
    border-radius: 2px;
}

.ui-datepicker-calendar td:hover {
    background: #eee;
}

.ui-datepicker-calendar a {
    color: #666;
    cursor: default;
}

.ui-datepicker-calendar a:hover {
    text-decoration: none;
}

.ui-datepicker-current-day {
    background: #428BCA;
    border-radius: 4px;
    font-weight: bold;
}

.ui-datepicker-current-day a {
    color: white;
}

.carousel-inner img {
    /*width: 940px;*/
}

/* CONTACT
------------------------------------------------------------------------------*/
/* Info */
#contactinfo>p {
    margin-bottom: 0;
}

#contactinfo h4 {
    margin-top: 0;
    margin-bottom: 0;
}

#contactinfo>a:not (.btn) {
    color: #1f1f26;
}

#contactinfo .btn-link {
    margin-top: 16px;
}

/* Panel */
#contact .panel-body {
    padding: 30px;
}

/*------------------------------------------------------------------- CONTACT */
#home-projects h2 {
    text-align: center;
}

.btn-long {
    white-space: normal;
    line-height: 1.5em;
    padding: 1em 2em;
    text-transform: none;
    max-width: 500px;
    margin: auto;
}

/* GMAPS */
#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    height: 36px;
    outline: none;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
}

#pac-input:focus {
    border-color: #4d90fe;
}

.floating-map {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
    border-radius: 3px;
    border: #ddd 1px solid;
}

/* Project details */
.project-description div.ui-widget-content {
    border-top-right-radius: 4px;
}

.project-description ul.ui-tabs-nav {
    margin-right: 3px;
}

.glyphicons.small i:before {
    font-size: 1.2em;
    margin-top: 0.1em;
}

aside.project-details {
    border-top: 1px solid #E0E0E0;
    margin-top: 2.6em;
}

aside.project-details h4 {
    margin: 0;
    font-weight: bold;
    padding-left: .25em;
}

aside.project-details h4:not (:first-child) {
    padding-top: .5em;
    border-top: 1px solid #00A19C;
}

aside.project-details h4 span,
aside.project-details h4 span i:before {
    color: #00A19C !important;
}

aside.project-details p {
    margin: 0 2.2em 1em;
    font-size: smaller;
    color: gray;
}

aside.project-details dl {
    margin: 0 0 1em 2.2em;
    font-size: smaller;
}

aside.project-details dt {
    font-weight: normal;
}

aside.project-details dd {
    color: gray;
    margin-left: 1.5em;
    margin-bottom: .5em;
}

aside.project-details img.resource {
    margin: 2em 0;
}

/* DOWNLOADS
------------------------------------------------------------------------------*/
#downloads {
    max-width: 660px;
    margin: 0 auto;
}

#downloads .panel {
    border-radius: 0;
}

#downloads .panel+.panel {
    margin-top: 0;
    border-top: 1px solid #dededf;
}

#downloads .panel-heading {
    padding: 0;
}

#downloads .panel-title {
    font-size: 24px;
    margin-top: 0;
}

#downloads .panel-title>a {
    color: #74b00a;
    display: block;
    background: url(../images/download-minus.png) no-repeat 100% 50%,
        url(../images/download-arrow-active.png) no-repeat -32px 50%;
    background-origin: content-box;
    background-color: #f9f9f9;
    padding: 25px 30px 25px 62px;
}

#downloads .panel-title>a:hover,
#downloads .panel-title>a:focus {
    text-decoration: none;
}

#downloads .panel-title>a.collapsed {
    color: #1f1f26;
    background: url(../images/download-plus.png) no-repeat 100% 50%,
        url(../images/download-arrow.png) no-repeat -32px 50%;
    background-origin: content-box;
    background-color: transparent;
}

#downloads .panel-title>a>.fa {
    display: none;
}

#downloads .panel-body {
    padding: 0 30px;
}

#downloads .panel-body>ul {
    list-style: none outside none;
}

#downloads .panel-body>ul>li {
    padding: 15px 0;
}

#downloads .panel-body>ul>li+li {
    border-top: 1px solid #dededf;
}

#downloads .panel-body>ul>li>a {
    line-height: 40px;
    color: #1f1f26;
    display: block;
    background: url(../images/download.png) no-repeat 100% 50%;
    background-origin: content-box;
}

#downloads .panel-body>ul>li>a:hover {
    color: #74b00a;
    text-decoration: none;
}

/*----------------------------------------------------------------- DOWNLOADS */
.project-list {
    position: relative;
}

.project-list>ul {
    position: absolute;
    right: 0;
    top: -4em;
}

.project-list>ul li {
    display: inline;
    color: #333;
    border: 2px solid #CECECE;
    color: #9A9A9A;
    padding: .7em;
}

.project-list>ul li:hover {
    background-color: #EBEBEB;
    border-color: #ADADAD;
}

.project-list>ul li.ui-state-active {
    color: white;
    background-color: #428BCA;
    border-color: #357EBD;
}

.project-list>ul li.ui-state-active:hover {
    background-color: #3276B1;
    border-color: #285E8E;
}

.project-list>ul li a {
    color: inherit;
}

.project-list>ul li a:hover {
    text-decoration: none;
}

.project-list>ul li:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.project-list>ul li:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.project-detail-window {
    margin-left: 20px;
}

/* Primefaces style */
.ui-selectcheckboxmenu-label-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-top: 0;
}

.ui-selectcheckboxmenu-label-container label {
    padding: 6px 12px;
}

.ui-helper-hidden {
    display: none;
}

#ui-datepicker-div {
    display: none;
}

.ui-selectcheckboxmenu {
    background: white url("../images/dropdown.png") no-repeat;
    background-position: right 0.75em center;
    padding: 0 !important;
}

.ui-selectcheckboxmenu-panel {
    position: absolute;
    background: white;
    overflow: auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    padding: 1em;
    font-size: small;
}

.ui-selectcheckboxmenu-panel input[type='checkbox'] {
    cursor: default !important;
    position: relative;
    margin-right: 1em;
}

.ui-selectcheckboxmenu-panel input {
    display: inline;
}

.ui-selectcheckboxmenu-item div,
.ui-selectcheckboxmenu-panel .ui-widget-header div {
    display: inline;
}

.ui-selectcheckboxmenu-panel .ui-widget-header {
    border-bottom: 1px solid #CCC;
    margin-bottom: 1em;
}

.ui-selectcheckboxmenu-panel .ui-widget-header>.ui-chkbox:after {
    content: "Select all";
    font-weight: bold;
    font-size: medium;
}

.ui-selectcheckboxmenu-panel ul {
    list-style-type: none;
}

.ui-selectcheckboxmenu-panel .ui-chkbox {
    position: relative;
}

.ui-selectcheckboxmenu-panel .ui-chkbox-icon {
    width: 100%;
    height: 100%;
    visibility: visible;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.ui-selectcheckboxmenu input {
    display: none;
}

.ui-selectcheckboxmenu-item label {
    margin: 0;
    color: #555;
}

.ui-selectcheckboxmenu-label {
    color: #555;
    font-size: 14px;
    display: block;
    padding: 0.5em;
}

tr.ui-widget-content td {
    position: relative;
}

/* Tiles */

.Grid-cell {
    max-width: 34%;
    min-width: 7%;
    /* height: 25em; */
    padding: 15px;
}

.Grid-2 .Grid-cell {
    max-width: 50%;
    min-width: 50%;
}

@media (max-width : 768px) {
    .Grid-cell {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

.tile {
    background: #F9F9F9;
    height: 100%;
    position: relative;
}

.tile>a {
    background: white;
    border-bottom: 1px solid #DFDFE0;
    display: block;
    line-height: 190px;
    text-align: center;
}

.tile .caption {
    position: relative;
    height: 130px;
    margin: 10px 5%;
    padding: 0;
    overflow: hidden;
}

.tile img {
    border-radius: 2px 2px 0 0;
}

.tile .tile-footer {
    position: absolute;
    bottom: 0;
    padding: 1em;
    width: 100%;
}

.tile .tile-footer .url a {
    margin-left: 1.5em;
}

.tile .tile-footer>p:first-child {
    font-size: 14px;
}

@media (min-width: 992px) {
    .tile .tile-footer>p:first-child {
        position: absolute;
        right: 1.5em;
        top: 1.5em;
    }
}

.tile .tile-footer>p {
    margin: 0;
}

.tile .information {
    font-size: 14px;
}

.tile .caption:after {
    content: "";
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0%, rgba(249, 249, 249, 1) 100%);
    ;
    display: block;
    position: absolute;
    bottom: 0;
}

.tile .information>div.paragraph:last-of-type,
.thumbnail .information div.paragraph:last-of-type p {
    display: inline;
}

.tile .information a {
    height: 6em;
}

.tile h4 {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.tile p {
    color: #777;
    text-align: justify;
    margin-bottom: .5em;
}

.tile .url {
    font-size: medium;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Carousel control */
.carousel-control {
    position: absolute;
    text-shadow: none;
    top: initial;
    font-size: 20px;
    color: white;
    /*background: #aaa;*/
    bottom: 30%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 11px;
    border-radius: 50px;
    opacity: 1;
}

.carousel-control:hover,
.carousel-control:active {
    color: white;
    /*background: #bbb;*/
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    left: 40%;
    top: 40%;
}

.carousel-control.right {
    right: 40%;
    top: 40%;
}

.row.gallery .col-sm-4 {
    padding: 1em;
}

.row.gallery .col-sm-4 img {
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
    transition: box-shadow .4s;
    border-radius: 4px;
}

.row.gallery .col-sm-4 img:hover {
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, .5);
}

.ekko-lightbox .modal-dialog {
    min-width: 70vw;
}

.ekko-lightbox .modal-header {
    background: none;
    position: absolute;
    z-index: 1000;
    right: 0;
    padding: 0;
}

.ekko-lightbox .modal-header button {
    color: white;
    padding: 1em;
    opacity: .5;
}

.ekko-lightbox .modal-header button:hover {
    opacity: 1;
}

.ekko-lightbox .modal-content {
    background: rgba(0, 0, 0, .8);
}

.ekko-lightbox .ekko-lightbox-container div:first-child {
    display: table-cell;
    height: 85vh;
    vertical-align: middle;
    width: 1%;
}

.ekko-lightbox a,
.ekko-lightbox a:active,
.ekko-lightbox a:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

.ekko-lightbox .modal-content img {
    margin: auto;
    max-height: 80vh;
    max-width: 90vw;
    box-shadow: 0px 0px 5em 1em #000;
    border-radius: 0.2em;
}

.container.bottomless {
    padding-bottom: 0;
}

div.paragraph .small {
    font-size: small;
}

#error-container {
    display: table-cell;
    height: 100vh;
    width: 100vw;
    vertical-align: middle;
    text-align: center;
}

#error-container img {
    margin-top: 1em;
}

#error-container h1 {
    margin: 1em 0 0 0;
}

#error-container h2 {
    font-size: 24px;
    margin: 0;
}

#error-container pre {
    text-align: left;
}

#multilingual-modal .btn {
    height: 40px;
    margin: 0 .25em;
}

#multilingual-modal .btn-danger {
    margin-left: .7em;
}

#news-sidebar {
    width: 256px;
    max-width: 100%;
    float: left;
}


#news .thumbnail {
    margin-bottom: 2em;
    padding: 0;
}

.thumbnail {
    border-radius: 2px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
}

#news {
    clear: both;
}

#news .caption {
    padding: 1.5em;
}

#news h2 {
    font-size: 40px;
    line-height: 48px;
}

#news .text-time {
    color: #596C72;
    font-size: 16px;
    line-height: 20px;
    margin: -10px 0px 25px;
}

#news-sidebar .panel-heading {
    background: white;
    padding: 15px 20px;
}

#news-sidebar h3 {
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 40px;
    font-size: 28px;
}

#pager .pager {
    float: right;
    margin: 0;
}

.short-news-text {
    position: relative;
    max-height: 10em;
    overflow: hidden;
    margin-bottom: 1em;
}

.short-news-text:after {
    content: " ";
    display: block;
    width: 100%;
    position: absolute;
    height: 100px;
    background: transparent linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    bottom: 0;
}

.pager li+li {
    margin-left: 30px;
}

#pager a,
.pager li>a,
.pager li>span {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    color: #1f1f26;
    line-height: 30px;
}

#pager a:hover,
.pager li>a:hover,
.pager li>span:hover {
    background: none;
    color: #72b00a;
    text-decoration: none;
}

.pager .fa-arrow-left {
    margin-right: 10px;
}

.pager .fa-arrow-right {
    margin-left: 10px;
}

/* HOME NEWS
------------------------------------------------------------------------------*/
#home-news .btn-link {
    line-height: 40px;
}

#home-news>.row {
    margin: -25px -25px 0 -25px;
}

#home-news>.row>div {
    padding-left: 25px;
    padding-right: 25px;
    margin: 25px 0 0 0;
}

#home-news h4 {
    margin: 0 0 5px;
    line-height: 25px;
    font-weight: bold;
}

#home-news h4 a {
    color: #1f1f26;
    display: block;
}

#home-news p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

#home-news .text-time {
    font-size: 13px;
    line-height: 20px;
}

#home-news .content {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: .5em
}

#home-news .content:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.logo-ue {
    width: 100%;
}

.ue {
    height: 65px;
    width: 100%;
}

.video-how {
    width: 853px;
    height: 480px;
}

.video-how-new {
    width: 100%;
    height: 360px;
}

@media (max-width: 400px) {
    .video-how-new {
        height: 240px;
    }
}

.footer-news {
    margin-top: 30px;
    margin-bottom: 10px;
}

.content-mini {
    border: 1px solid #a5a7a9;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.form-contact {
    margin-bottom: 50px;
}

.icons-how {
    width: 30%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.col-mobile {
    display: none;
}

.hide-btn {
    display: none;
}

.banner-map {
    background-color: #fff;
    width: 102%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin-top: -9%;
}

#banner-project-title {
    font-size: 35px;
    color: black;
    margin-top: 4%;
    text-transform: uppercase;
}

#banner-project-technology {
    margin-top: 33%;
    font-size: 25px;
}

.banner-map-desc {
    margin-top: 5%;
}

.icon-tech {
    width: 50%;
    margin-left: 45%;
}

.icon-location {
    width: 47%;
    margin-left: -122%;
    margin-top: -8%;
}

.banner-country {
    margin-left: -19%;
}

.banner-location {
    font-size: 20px;
    margin-top: 1%;
    text-transform: uppercase;
}

;

.banner-values {
    margin-left: -3%;
}

.text-BIOMASS {
    color: #F6921E;
    text-transform: uppercase;
}

.text-EFFICIENCY {
    color: #77B843;
    text-transform: uppercase;
}

.text-GEOTHERMAL {
    color: #9A6B58;
    text-transform: uppercase;
}

.text-HYDRO {
    color: #009996;
    text-transform: uppercase;
}

.text-MIXED {
    color: #BE1E2D;
    text-transform: uppercase;
}

.text-OTHER {
    color: #BE1E2D;
    text-transform: uppercase;
}

.text-SOLAR {
    color: #F9B323;
    text-transform: uppercase;
}

.text-WIND {
    color: #626AB0;
    text-transform: uppercase;
}

.col-reset {
    padding-top: 5%;
    padding-bottom: 5%;
}

.col-md-12.col-xs-12.tabs-area {
    margin-top: 3%;
}

/* ------ EMAIL CONFIRMATION ----- */
.email-confirmation {
    padding-top: 5%;
    padding-bottom: 5%;
}

/* iPhone 5 & 5S in PORTRAIT
------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {

    section .container {
        padding-top: 35px;
        padding-bottom: 5px;
    }

    .logo_home {
        width: 25% !important;
        margin-left: 20px;
        margin-top: 7px;
    }

    .logo_home2 {
        width: 33% !important;
        margin-left: 2%;
    }

    ul {
        list-style-position: outside;
        list-style-type: square;
        margin-bottom: 1em;
        margin-left: 0em;
        padding: 0;
    }

    /* -------- MENU ---------- */
    ul.nav.navbar-nav.nav-header {
        margin-right: 167px;
    }

    .navbar {
        margin-bottom: 20px;
        min-height: 30px;
        background-color: #fff;
        height: 62px;
        top: 0;
    }

    .expand-navbar {
        background-color: #fff;
        color: gray;
        text-align: left !important;
    }

    .social-nav {
        display: none;
    }

    .navbar-default .navbar-nav>li>a {
        color: gray;
        text-align: left;
    }

    .navbar-pages .navbar-toggle .icon-bar {
        background-color: #888888;
    }

    .navbar-default .navbar-toggle {
        border-color: none !important;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 15px;
        padding: 9px 10px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-pages .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 13px;
        padding: 9px 10px;
        margin-top: 1px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    /* -------- HomePage ---------- */
    .intro {
        height: 32%;
        z-index: 100;
        overflow: hidden;
        float: left;
        width: 100%;
        display: block;
        background-size: 100% 100%;
        margin-top: 19%;
    }

    .main-title {
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .sub-title {
        font-size: 16px;
        text-transform: uppercase;
        color: gray;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .sub-text {
        line-height: 16px;
        font-size: 12px;
        margin-left: 0px;
        margin-right: 5px;
        margin-bottom: 35px;
    }

    .metricas {
        float: left;
        width: 100%;
        height: auto;
        background: url(../images/solar_panel.jpg)50% 100% no-repeat;
        background-size: 100% 101%;
    }

    .metricas .title1 {
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
    }

    .metricas .title2 {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }

    svg#Camada_1_cópia {
        width: 100%;
    }

    /* ----- Mini-Projects -------- */
    .container-slide {
        margin-right: auto;
        margin-left: auto;
        padding-left: 5% !important;
        padding-right: 5%;
    }

    .mini-projects {
        padding-top: 15%;
    }

    .count-days-mini {
        font-size: 50px;
        color: white;
        margin-top: -15px;
        margin-left: -32px;
        padding-bottom: 10%;
    }

    .days-left-mini {
        color: #fff;
        font-size: 21px;
        margin-top: 0px;
        width: 100px;
        margin-left: -21px;
        font-family: CooperHewitt-Semibold
    }

    .text-icon-tech {
        margin-bottom: 0px;
        font-size: 12px;
        margin-left: 25%;
        margin-top: 0%;
        color: gray;
    }

    .text-responsive {
        width: 97%;
        padding-right: 19px;
    }

    .rounded {
        width: 85%;
        height: 75%;
        position: relative;
        margin-bottom: -8%;
        margin-left: 7%;
    }

    .section-body-mini {
        margin-top: 5%;
        margin: 0%;
    }

    .carousel-inner img {
        width: 95%;
    }

    .mini-div {
        margin-bottom: 0px;
        height: 32%;
    }

    .logo-mini {
        display: inline-flex;
    }

    #canvas-holder-mini {
        padding-left: 0px;
    }

    .close-project {
        width: 70%;
        z-index: 100;
        position: absolute;
        margin-left: 0px;
        margin-top: 0px;
    }

    .icon-part {
        width: 64% !important;
        margin-left: 19%;
    }

    .icon-partner {
        width: 60% !important;
        margin-left: -3%;
    }

    .link-btn-project {
        font-size: 12px;
    }

    .text-rounded-partner-sub {
        margin-left: 1px;
    }

    .img-mini-layer {
        height: 82%;
    }

    .form-responsive {
        width: 102%;
        margin-left: 3%;
        margin-bottom: 7%;
    }

    .projects-responsive {
        width: 93%;
        margin-left: 13%;
    }


    .row-responsive {
        width: 99%;
        margin-right: -14px;
    }

    .gmap {
        margin-left: 13px;
    }

    /* ------ TESTIMONIALS ----- */
    .testimonials {
        background-size: cover;
        overflow: hidden;
        color: #fff;
        font-size: 12px;
        line-height: 13px;
        height: 42%;
        float: none;
    }

    .no-display {
        display: none;
    }

    .text-testimonials {
        margin-left: 0%;
        margin-right: 0%;
    }

    .testimonials .meta {
        font-size: 10px;
        line-height: 16px;
    }

    .margin-autor {
        margin-bottom: 6px;
        font-size: 11px;
        line-height: 14px;
    }

    /* ------ FOOTER ----- */
    footer .rights {
        font-size: 10px;
    }

    #footer {
        padding-top: 0px;
        font-size: 12px;
        line-height: 20px;
        padding: 0px;
    }

    #footer .list {
        font-size: 11px;
        line-height: 18px;
        text-decoration: none;
    }

    #footer .title {
        font-size: 12px;
        margin-top: 1%;
    }

    #footer .title-newsletter {
        font-size: 12px;
        margin-top: 3%;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    #footer .newsletter {
        width: 58%;
        margin-bottom: 3%;
    }

    #footer section {
        width: 90%;
    }

    #footer .legenda {
        font-size: 5.64px;
        line-height: 12px;
        float: right;
        wi
    }

    #footer .logo>img {
        float: left;
        margin-right: 10px;
    }

    #footer .row>div.margin-footer {
        margin-top: -10px !important;
    }

    input:placeholder-shown {
        padding-left: 0px;
        font-size: 14px;
    }

    img.logo-cit {
        width: 100%;
        margin-bottom: 10%
    }

    .col-md-4.col-menu {
        width: 33%;
        float: left;
    }

    .col-space {
        display: none;
    }

    .logo-ue {
        width: 100%;
    }

    .logo-cit {
        width: 40%
    }

    .paragraph-footer {
        margin-top: 10px;
        line-height: 14px;
    }

    .footer-news {
        margin-top: 0% !important;
        margin-bottom: 8%;
    }


    /* ------ PLATFORMS ----- */
    .sub-text-plat {
        line-height: 16px;
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .img-plat {
        width: 50%;
    }

    .tittle-company {
        color: gray;
        text-transform: capitalize;
        font-size: 12px;
    }

    .banner-pages {
        background-size: 335% 100%;
        background-position: 51% 20%;
    }

    .title-download {
        text-align: center;
        margin-top: 40%;
    }

    .text-download {
        color: white;
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 4px;
    }

    .logo-downloads {
        width: 15px;
        margin-right: 16px;
    }

    .banner_line {
        color: white;
        width: 47%;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .margin-plat {
        margin-right: 0px;
        margin-left: 0px;
        display: table-cell;
    }

    .img-plat {
        width: 100%;
    }

    .row.featured-line {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0%;
    }

    /* ------ STORY ----- */
    .disc-text {
        margin-bottom: 50px;
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 16px;
    }

    .logo-disc {
        display: none;
    }

    .legenda-story {
        display: none;
    }

    .ue {
        display: none;
    }

    /* ------ TEAM ----- */
    .team-title {
        font-size: 12px;
        line-height: 16px;
    }

    /* ------ PARTNERS ----- */
    .subtext-people {
        font-size: 12px;
        line-height: 16px;
    }

    .logo-disc-people {
        margin-top: 0px;
        margin-left: 33%;
        width: 31%;
    }

    .text-people-l,
    .text-people-r {
        margin-left: 20px;
        font-size: 12px;
        margin-right: 20px;
        line-height: 16px;
        margin-top: 5%;
    }

    .img-circle {
        width: 40% !important;
    }

    .title-company {
        margin-top: 5%;
        margin-bottom: 0%;
        color: gray;
        font-size: 13px;
        margin-left: 0px;
    }

    .div-social {
        margin-left: 18px;
    }

    .tittle-country {
        color: gray;
        font-size: 10px;
        margin-bottom: 0% !important;
    }

    .img-circle {
        border-radius: 50%;
        width: 50%;
        height: 50%;
    }

    .flex-container {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;

        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .flex-item:nth-of-type(1) {
        order: 2;
    }

    .flex-item:nth-of-type(2) {
        order: 1;
    }

    .flex-item {}

    /* ------ LEGAL FRAMEWORK ----- */
    .logo-disc-legal {
        margin-top: 0px;
        margin-bottom: 2%;
        margin-left: 0%;
        width: 50%;
    }

    .logo-pagedownload {
        width: 15%;
    }

    .logo-Pdf {
        width: 45%;
    }

    .pdf-line {
        display: flex;
    }

    .text-pdf {
        font-size: 9px;
    }

    .no-space {
        display: none;
    }

    img.logo-pagedownload.legal-logo {
        margin-left: 5%;
    }

    /* ------ CONTACTS ----- */
    .title-contact {
        font-size: 12px;
        line-height: 16px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .detail-contact {
        font-size: 12px;
        margin-left: 27px;
    }

    .form-contact {
        margin-top: 20px;
    }

    .form-contact .input-btn-sub {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 45px;
    }

    .row-contact {
        margin-top: 0px;
    }

    .contact-line {
        margin-left: 7%;
        margin-right: 7%;
    }

    .form-contact {
        margin-top: 20px;
        margin-left: 7%;
        margin-right: 7%;
    }

    .tittle-contact {
        font-weight: bold;
        margin-left: 25px;
    }

    /* ------ DOWNLOADS ----- */
    .logo-pagePdf {
        width: 12%;
    }

    .line-download {
        width: 70%;
    }

    .logo-pagePdf {
        display: none;
    }

    .logo-pagedownload {
        width: 15%;
        margin-left: 43%;
    }

    .content-download {
        position: relative;
        margin-bottom: 9%;
        margin-top: -5%;
    }

    /* ------ DISCLAIMER ----- */
    .logo-disc-disclaimer {
        margin-left: 0%;
        width: 45%;
    }

    /* ------ HOW IT WORKS ----- */
    .icons-how {
        width: 16%;
        margin-bottom: 5%;
    }

    .symbol {
        margin-top: 10%;
    }

    .how-form {
        font-size: 18px;
    }

    .text-form {
        text-align: justify;
        font-size: 12px;
        line-height: 16px;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20%;
    }

    .text-form-responsive {
        margin-left: 35px;
        margin-right: 10px;
    }

    .text-participation {
        font-size: 18px;
    }

    .icons-how-participation {
        width: 15%;
    }

    .video-how {
        width: 85%;
        height: 50%;
    }

    .legal-div-bottom {
        display: none;
    }

    /* ------ NEWSROOM ----- */
    .bar-filters {
        text-align: center;
        font-size: 18px;
        display: inline-flex;
        margin-top: 0px;
    }

    .title-news {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 19px;
    }

    .news-content {
        font-size: 12px;
        line-height: 16px;
    }

    .text-by {
        font-size: 12px;
    }

    .press {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 12px;
    }

    .twitter-posts {
        display: none;
    }

    /* ------ LOG IN ----- */
    .modal-dialog-login {
        font-size: 12px;
        line-height: 16px;
        max-width: 76%;
        margin-left: 5%;
        margin-right: 5%;
    }

    p.tittle-login {
        text-align: left;
        margin-left: 5px;
        margin-top: 20px;
        margin-bottom: -6px;
        font-size: 18px;
        font-weight: bold;
    }

    .text-log {
        font-size: 14px;
    }

    .input-forms-login {
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid #d6d6d6;
        height: 25px;
    }

    .modal-body-log {
        padding: 20px !important;
    }

    .col-facebook {
        background-color: #3c5a99;
        text-align: center;
        padding: 8px;
        width: 100% !important;
        margin-right: 0px;
    }

    .col-twitter {
        background-color: #6bcef2;
        text-align: center;
        padding: 8px;
        width: 100% !important;
        margin-right: 0px;
    }

    .col-google {
        background-color: #d34936;
        text-align: center;
        padding: 8px;
        width: 100% !important;
        margin-right: 0px;
    }

    .row.logos {
        display: inline-flex;
        display: none;
    }

    .text-login {
        display: none;
    }

    .line-login {
        margin-top: 0px;
        margin-bottom: 10px;
        display: none;
    }

    /* ------ SIGN UP ----- */
    .modal-dialog-box {
        font-size: 12px;
        line-height: 16px;
        max-width: 300px;
        margin-left: 3%;
    }

    .modal-size {
        font-size: 12px;
        padding-left: 16px;
        padding-right: 19px;
        padding-bottom: 0px;
    }

    .modal-body {
        padding: 0px;
    }

    .tittle-sign {
        font-size: 18px;
        margin-bottom: 0%;
        margin-bottom: 3%;
    }

    .text-continue {
        font-size: 12px;
        margin-bottom: 0%;
    }

    .input-forms-sign {
        margin-bottom: 12px;
        height: 30px;
    }

    .col-facebook-sign,
    .col-twitter-sign,
    .col-google-sign {
        text-align: center;
        width: 30%;
        padding: 8px;
        margin-left: 1px !important;
        margin-top: -16px;
        display: inline-flex;
        margin-right: 2%;
    }

    .facebook-sign,
    .twitter-sign,
    .google-sign {
        width: 50%;
        margin-left: 25%;
    }

    .verticalLine {
        border-right: none;
    }

    .text-sign {
        margin-bottom: 4%;
    }

    .text-sign-project {
        font-size: 14px;
        line-height: 17px;
        margin-left: 10px;
        margin-right: 0px;
    }

    p.check-sign {
        margin-top: 20px;
        font-size: 12px;
    }

    /* ------ PROJECTS ----- */
    .text-project {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    /*.text-project2{font-size: 12px;margin-left: 20px;margin-right: 20px;}*/
    .div-form-filters {
        height: 225px;
    }

    .btn-fl {
        margin-top: 0px;
        margin-right: 25%;
    }

    select.input-lg {
        height: 27px;
    }

    select.form-control2 {
        margin-top: 7px;
    }

    .btn-responsive {
        margin-right: 7%;
        font-size: 20px;
    }

    /*.project-responsive{width: 82%; margin-left: 9%;};*/
    .div-specifications {
        width: 100%;
        margin-bottom: 50px;
    }

    .div-statistics {
        width: 100%;
        height: 219px;
    }

    #canvas-holder {
        padding-left: 88px;
        padding-top: 8px;
    }

    .container-responsive .content-mini {
        width: 99.5%;
    }

    .container-responsive .img-mini-layer {
        height: 83%;
        width: 100%;
    }

    .container-responsive .close-project {
        width: 80%;
        margin-left: 0px;
        margin-top: 1px;
    }

    .container-responsive .days-left-mini {
        margin-top: -12px;
    }

    .container-responsive .text-sub {
        margin-left: 0px;
    }

    .container-responsive .text-icon-tech {
        margin-left: 22%;
    }

    .container-responsive .icon-part {
        margin-left: 17%;
    }

    .container-responsive .rounded {
        width: 100%;
        margin-left: 2%;
        margin-bottom: -33%;
    }

    .container-responsive .img-mini {
        width: 100% !important;
    }

    .container-responsive .count-days-mini {
        font-size: 50px;
        color: white;
        margin-top: -23px;
        margin-left: -23px;
        padding-bottom: 29%;
    }



    /* Responsive register */

    .row-project-data {
        margin-left: 15px;
    }

    .form-padding-responsive {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .tab-content-project {
        width: 100%;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        height: auto;
    }

    .nav-tabs>li>a {
        font-size: 12px;
    }

    .tab-content-project {
        font-size: 12px;
    }

    .div-days-left {
        position: absolute;
        margin-left: 131px;
        width: 62px;
        top: 47px;
        color: black;
    }

    .title-specifications {
        font-size: 18px;
    }

    .description-specifications {
        font-size: 28px;
    }

    .btn-support {
        width: 92%;
    }

    .div-promoter {
        width: 100%;
    }

    .icon-specification-promoter {
        width: 14% !important;
    }

    .location-promoter {
        width: 14% !important;
        margin-top: 2%;
    }

    .icon-promoter {
        width: 14% !important;
    }

    .img-circle {
        width: 100%;
        height: 100%;
    }

    .title-spec-promoter {
        margin-left: 0%;
        margin-top: 6%;
        font-size: 24px;
        margin-bottom: 7%;
    }

    .title-specifications-promo-project {
        text-align: left;
        font-size: 28px;
        text-transform: uppercase;
        margin-top: 17%;
        margin-bottom: 8%;
    }

    .title-promoter {
        text-align: left;
        font-size: 23px;
        margin-bottom: 15px;
        margin-top: 7%;
        margin-left: 0%;
    }

    .title-prom {
        margin-left: 0%;
        margin-top: 7%;
        font-size: 18px;
    }

    /* ------ MYAREA ----- */
    .tab-no-bord {
        border: 0 !important;
        width: auto;
    }

    /*.add {width: 100%;margin-top: 0px;}*/
    /*.box-title {width: 100%;margin-top: 0px;margin-bottom: 30px;margin-left: 4px;padding: 5px;}*/
    .add {
        width: 100%;
        margin-top: 8px;
    }

    .box-title {
        width: 100%;
        margin-top: 0px !important;
        margin-top: 6px;
        height: 50px;
        margin-left: 0px;
    }

    .tab-width {
        width: 300px !important;
    }

    .title-news {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 16px;
        margin-top: 15px;
    }

    .col-mobile {
        display: block;
    }

    .icon-specification2 {
        width: 40% !important;
        margin-left: 25%;
    }

    .icon-specification {
        width: 60% !important;
        margin-left: 15%;
    }

    .title-spec {
        font-size: 30px;
        text-align: center;
        margin-bottom: 5%;
    }

    p.description-specifications {
        margin-top: 5%;
        text-transform: capitalize;
        margin-left: 0%;
        text-align: center;
    }


    .logo-company-project {
        width: 100%;
        margin-top: 10px;
    }

    .icon-specification2 {
        width: 40% !important;
        margin-left: 24s%;
    }

    .icon-specification {
        width: 60% !important;
        margin-left: 48px;
    }

    .icon_bar_img {
        margin-top: 41px !important;
        margin: 0 auto;
        width: 50px;
    }

    .title-spec {
        font-size: 30px;
        text-align: center;
        margin-bottom: 5%;
        margin-left: -37px;
    }

    p.description-specifications {
        margin-top: 5%;
        text-transform: capitalize;
        margin-left: -39px;
        text-align: center;
    }

    .description-specifications-subtext {
        font-size: 18px;
        margin-top: 4%;
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 3%;
        margin-left: -29px;
    }

    .description-specifications-subtext2 {
        font-size: 26px;
        margin-top: 0%;
        text-transform: capitalize;
        text-align: center;
        margin-left: -39px;
    }

    .btn-support {
        width: 78%;
    }

    .div-promoter {
        width: 100%;
    }

    .icon-specification-promoter {
        width: 14% !important;
    }

    .responsive-box {
        margin: 0;
    }

    .tab-bord {
        border: 1px solid #a5a7a9 !important;
        margin-right: 0px !important;
        border-radius: 0px 0px 0 0 !important;
        padding: 10px 38.4px !important;
        border-bottom: 1px solid transparent !important;
    }

    .location-promoter {
        width: 14% !important;
        margin-top: 2%;

    }

    .icon-promoter {
        width: 14% !important;

    }

    .img-circle {
        width: 100%;
        height: 100%;
    }

    .title-spec-promoter {
        margin-left: 51px;
        margin-top: -40px;
        font-size: 24px;
        margin-bottom: 7%;
    }

    .icon-responsive {
        width: 355px;
        margin-left: 135px;
    }


    .title-specifications-promo-project {
        text-align: left;
        font-size: 28px;
        text-transform: uppercase;
        margin-top: 17%;
        margin-bottom: 8%;
        margin-left: 6px;
    }

    .title-promoter {
        text-align: left;
        font-size: 23px;
        margin-bottom: 15px;
        margin-top: -35px;
        margin-left: 56px;
    }

    .title-prom {
        margin-top: -67px;
        margin-left: 70px;
        font-size: 18px;
    }

    .bar-text-title {

        font-size: 19px;
        font-weight: bold;
        text-transform: capitalize;
    }


    .column-banner {
        width: 50% !important;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;

    }

    .div-title-project {
        position: absolute;
        text-align: center;
        margin-left: 55%;
        margin-top: 110%;
    }


    /* ------ BANNER PROJECTS ----- */
    .bar-text-title {
        font-size: 19px;
        font-weight: bold;
        text-transform: capitalize;
    }

    .column-banner {
        width: 50% !important;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }

    .div-title-project {
        position: absolute;
        text-align: center;
        margin-left: 55%;
        margin-top: 110%;
    }

    /*.title-project {
    color: white;
    font-size: 35px;
    line-height: 35px;
    font-weight: 900;

    text-align: center;
    margin-top: 60%;
    width: 100%;
    position: absolute;
    padding-left: 80px;
    text-transform: uppercase;
}*/
    .tittle-mini {
        /*margin-top: 30%;*/
    }

    .home-projects-top {
        display: block;
        width: 96%;

    }

    .project-close {
        width: 178%;
        margin-left: -41%;
        margin-top: -70%;
    }

    #map {
        display: none;
    }

    #home-projects {
        display: none;
    }

    span.text-face {
        margin-right: 2%;
    }

    span.text-twitter {
        margin-right: 2%;
    }

    span.text-linkedin {
        margin-right: 2%;
    }

    .column-banner {
        width: 17% !important;
        margin-left: 9%;
    }

    .bar-text-title {
        font-size: 10px;
    }

    .bar-text {
        font-size: 10px;
    }

    .btn-iphone {
        margin-top: -10%;
        margin-bottom: 12%;
    }

    .div-title-project {
        position: absolute;
        text-align: center;
        margin-left: 101px;
        margin-top: 40%;
    }

    .banner_bar {
        background-color: White;
        width: 95%;
        margin-top: 68%;
        background: rgba(255, 255, 255, 0.8);
        padding-bottom: 10px;
        margin-left: 16px !important;
    }

    .banner_bar .column-banner {
        width: 33.3% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .uppercase {
        margin-left: 31px !important;
    }

    .logo-project {
        width: 34%;
        margin-top: -23px;
        max-height: 125px;
        margin-left: 27px;
    }

    .title-project {
        color: gray;
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        margin-top: -37%;
        width: 207%;
        position: absolute;
        padding-left: 0px;
        margin-left: -78px;

    }

    /* ------ RESET PASSWORD ----- */
    .col-reset {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    /* ------ MY AREA ----- */
    .box-news {
        border: 2px solid #ddd;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
        width: 100%;
        margin-left: 0%;
        height: auto;
    }

    .logo-company {
        width: 60%;
        margin-top: 85%;
    }


}

.btn-responsive {
    margin-left: -45px;
}



/* Medium devices (tablets, 768px and up) IPAD PORTRAIT
------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 568px) and (max-device-width : 1024px) {

    /*---- MENU ----*/
    ul.nav.navbar-nav.nav-header {
        float: right;
        margin-right: -5% !important;
    }

    .logo_home {
        width: 50%;
        margin-left: 0%;
    }

    .navbar-header {
        width: 20%;
    }

    .social-nav {
        display: none;
    }

    /*---- HOME ----*/
    .logo_homepage {
        width: 18%;
    }

    .logo_home {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .navbar-nav>li {
        margin-right: -3%;
    }

    .row.logos {
        display: inline-flex;
        display: none;
    }

    .text-login {
        display: none;
    }

    .line-login {
        margin-top: 0px;
        margin-bottom: 10px;
        display: none;
    }

    .information .img {
        padding-bottom: 3%;
    }

    /*---- METRICS ----*/
    .metricas {
        float: left;
        width: 100%;
        height: auto;
        background: url(../images/solar_panel.jpg)50% 100% no-repeat;
        background-size: 100% 102%;
    }

    .metricas .information {
        margin-left: 1%;
        margin-top: 3%;
    }

    .metricas .title1 {
        font-size: 18px;
        text-transform: uppercase;
    }

    .metricas .wrap {
        max-height: 80%;
        margin-top: 1%;
    }

    /*---- SLIDESHOW ----*/
    .rounded {
        width: 100%;
        height: auto;
        position: relative;
    }

    .Grid-cell {
        max-width: 100% !important;
        min-width: 0% !important;
    }

    .Grid-cell .rounded {
        width: 100%;
    }

    .container-slide {
        padding-left: 7%;
        padding-right: 6%;
    }

    .Grid--gutters {
        margin-left: -2em !important;
    }

    .Grid-cell .rounded {
        width: 117%;
    }

    .company-mini {
        font-size: 7px;
    }

    .img-mini-layer {
        width: 95%;
    }

    .tittle-mini {}

    .mini-div {
        margin-bottom: 0px;
        width: 105%;
    }

    .project-close {
        width: 178%;
        margin-left: -48%;
        margin-top: -31%;
    }

    .carousel-control.left {
        left: -60px;
        top: 67%;
    }

    .carousel-control.right {
        right: -50px;
        top: 67%;
    }

    /*---- MAP ----*/
    #map {
        display: none;
    }

    /*---- BANNER ----*/
    .title-download {
        text-align: center;
        margin-top: 18%;
    }

    .column-banner {
        width: 17% !important;
        margin-left: -3%;
    }

    .icon_bar_img {
        margin-top: 10px;
        margin-bottom: 5px;
        width: 52% !important;
    }

    .logo-project {
        width: 20%;
        margin-top: 38%;
    }

    .banner_bar {
        margin-top: 31%;
    }

    /*---- FOOTER ----*/
    #footer .logo {
        width: 80%;
        margin-top: 5%;
    }

    #footer .newsletter {
        margin-bottom: 3%;
    }

    #footer section {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    #footer .title-newsletter {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-top: 5%;
    }

    img.logo-cit {
        width: 78% !important;
    }

    .nav-footer {
        list-style-type: none;
        text-align: left;
        width: 100%;
        float: left;
        margin-top: 3%;
    }

    .no-space {
        display: none;
    }

    .footer-news {
        margin-bottom: 21px;
    }

    /*---- PLATFORMS ----*/
    .sub-text-plat {
        margin-top: 5%;
    }

    .sub-text-plat {
        margin-right: 0%
    }

    /*---- TEAM ----*/
    p.team-title {
        margin-top: 5%;
    }

    .img-circle {
        width: 31% !important;
    }

    .img-circle2 {
        width: 46% !important;
    }

    .logo-disc-people {
        margin-top: 25px;
    }

    /*---- FRAMEWORK ----*/
    .logo-disc-legal {
        margin-top: 3%;
        margin-bottom: 0%;
        margin-left: 25%;
        width: 30%;
    }

    .logo-pagedownload {
        width: 5%;
        text-align: left;
    }

    /*---- DISCLAIMER ----*/
    .logo-disc-disclaimer {
        margin-top: 5%;
        margin-bottom: 3%;
        margin-left: 8%;
        width: 35%;
    }

    /*---- PARTNERS ----*/
    .subtext-people {
        font-size: 17px;
        line-height: 22px;
    }

    .img-circle {
        width: 39% !important;
    }

    /*---- STORY ----*/
    .logo-disc {
        margin-top: 10%;
        margin-bottom: 5%;
        margin-left: 15%;
        width: 100%;
    }

    .ue {
        width: 100%;
        margin-top: 5%;
        margin-left: 5%;
    }

    /*---- HOW IT WORKS ----*/
    .video-how {
        width: 100%;
        height: 480px;
    }

    .icons-how {
        width: 15%;
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .legal-div-bottom {
        background-color: #b0cfdb;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        padding-right: 5%;
        height: auto;
    }

    .symbol {
        margin-top: 5%;
    }

    /*---- ADMIN ----*/
    .box-title {
        border: 2px solid #ddd;
        width: 91%;
        height: 120px;
        text-align: center;
        margin-top: 0%;
        margin-bottom: 5%;
        margin-left: 4%;
    }

    /*---- PROJECT FILTER ----*/
    .input-btn-sub {
        width: 70%;
    }

    /*---- FEATURED PLATFORM ----*/
    .img-circle {
        width: 70%;
    }

    /*---- CONTACT ----*/
    .btn-contact {
        width: 45%;
    }

    .form-contact {
        margin-bottom: 50px;
        margin-top: 3%;
    }

    /*---- DOWNLOAD ----*/
    .logo-pagedownload-ipad {
        width: 36%;
    }

    /*---- NEWSROOM ----*/
    .twitter-posts {
        display: none;
    }

    .bar-filters {
        margin-top: 10px;
        margin-left: 2%;
    }

    /*---- MY AREA ----*/
    .tabs-area {
        margin-top: 5%;
    }

    .tab-width {
        width: 50% !important;
    }

    .box-news {
        border: 2px solid #ddd;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px;
        width: 100%;
        margin-left: 0%;
        height: auto;
    }

    /*---- CREATE PLATFORM ----*/
    .div-intro {
        margin-top: 2%;
    }

    /*---- LOGIN  ----*/
    .btn-login {
        width: 100% !important;
    }

    /*---- SIGN UP  ----*/
    .modal-dialog,
    .modal-dialog-box,
    .modal-dialog-login {
        position: relative;
        width: 67%;
    }

    .verticalLine {
        border: none;
    }

    .btn-sign-up {
        width: 106% !important;
    }

    /*---- NAV BAR  ----*/
    .navbar-header {
        width: 12%;
    }


    .tab-content-project {
        float: left;
        width: 100%;
    }

    .div-statistics {
        float: left;
        width: 45%;
        margin-left: 26%;
    }

    #canvas-holder {
        padding-left: 93px;
        padding-top: 47px;
    }

    .div-days-left {
        position: absolute;
        margin-left: 140px;
    }

    .div-specifications {
        width: 45%;
        float: left;
        margin-left: 26%;
    }

    .div-title-project {
        position: absolute;
        text-align: center;
        margin-left: 47%;
        margin-top: 13%;
    }

    .input-forms-btn {
        margin-top: 25px;
    }

    .div-promoter {
        float: left;
        width: 45%;
        height: auto;
        margin-left: 26%;
    }

    .title-specifications-promo-project {
        text-align: left;
        font-size: 15px;
    }

    .img-circle-promoter {
        width: 100% !important;
    }

    .title-specifications-promo-project {
        text-align: left;
        font-size: 15px;
        text-transform: uppercase;
        margin-top: 14%;
        margin-bottom: 8%;
    }

    .logo-project {
        width: 20%;
        margin-top: 12%;
    }

    .title-project {
        margin-top: 10%;
        text-transform: uppercase;
    }

    .btn-fl {
        padding-right: 0px !important;
        width: 38%;
        float: right;
    }

    .img-circle_team {
        width: 32% !important;
    }

    /* ------ RESET PASSWORD ----- */
    .col-reset {
        padding-top: 5%;
        padding-bottom: 5%;
    }

}

/* Medium devices (tablets, 768px and up) IPAD LANDSCAPE
------------------------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

    .logo_homepage {
        width: 55%;
        margin-bottom: 4%;
    }

    .sub-title {
        font-size: 15px;
    }

    .img-circle2 {
        width: 42% !important;
    }

    .row.logos {
        display: inline-flex;
        display: none;
    }

    .text-login {
        display: none;
    }

    .line-login {
        margin-top: 0px;
        margin-bottom: 10px;
        display: none;
    }

    /*---- SLIDESHOW  ----*/
    .carousel-control.left {
        top: 40%;
    }

    .carousel-control.right {
        top: 40%;
    }

    /*---- FOOTER  ----*/
    .nav-footer {
        width: 110%;
    }

    #footer .title-newsletter {
        margin-top: 2%;
    }

    #footer .newsletter {
        width: 66%;
    }

    img.logo-cit {
        width: 100% !important;
    }

    /*---- TEAM  ----*/
    .img-circle_team {
        width: 70% !important;
    }

    /*---- PARTNERS  ----*/
    .img-circle-ipad {
        width: 34% !important;
    }

    /*---- LEGAL FRAMEWORK  ----*/
    .logo-disc-legal {
        margin-left: 8%;
    }

    .logo-pagedownload {
        width: 35%;
    }

    /*---- HOW IT WORKS  ----*/
    .symbol {
        margin-top: 86%;
    }

    .icons-how {
        width: 30%;
    }

    /*---- NEWSROOM  ----*/
    .twitter-posts {
        display: block;
    }

    .content-posts {
        height: 100%;
    }

    /*---- MY AREA  ----*/
    .box-title {
        margin-left: 3%;
    }

    /*---- REGISTER PLATFORM  ----*/
    .div-intro {
        margin-top: 2%;
        width: 100%;
    }

    .div-form {
        width: 100% !important;
    }

    .div-statistics {
        float: right;
        width: 94%;
        margin-left: 26%;
    }

    .div-specifications {
        width: 95%;
        float: right;
        margin-left: 6%;
    }

    .div-title-project {
        margin-top: 14%;
    }

    .title-project {
        margin-top: 14%;
        text-transform: uppercase;
    }

    .title-project {
        margin-top: 11% !IMPORTANT;
    }

    .div-promoter {
        float: left;
        width: 95%;
        height: auto;
        margin-left: 5%;
    }

    /* ------ RESET PASSWORD ----- */
    .col-reset {
        padding-top: 5%;
        padding-bottom: 5%;
    }

}


/* Medium devices (desktops, 992px and up)
------------------------------------------------------------------------------*/
/*@media (min-width: 992px) and (max-width: 1199px) {}*/
@media only screen and (max-width: 1300px) {}



/* Large devices (large desktops, 1200px and up)
------------------------------------------------------------------------------*/
@media (min-width: 1200px) {}

/* Primeface trees */
.ui-tree-container,
.ui-tree-container ul {
    list-style: none !important;
}

.ui-tree-container {
    margin: 1em;
}

.ui-tree-toggler {
    visibility: visible;
    display: inline-block;
    height: 1.5em;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    cursor: pointer;
}

.ui-tree-toggler.ui-icon-triangle-1-e:before {
    font-family: "Glyphicons Halflings";
    content: "\e250";
}

.ui-tree-toggler.ui-icon-triangle-1-s:before {
    font-family: "Glyphicons Halflings";
    content: "\e252";
}

.ui-treenode-content {
    position: relative;
    padding-left: 24px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-treenode-content a {
    margin-left: -24px;
}

/* EXTRA MAP */
.gmap {
    float: left;
    width: 101%;
    height: 550px;
}

.gmap img {
    max-width: none;
}

.gmap label {
    width: auto;
    display: inline;
}

.infoBox {
    text-align: left;
    font-size: 15px;
    width: 270px;
    max-width: 100%;
    padding: 27px 30px 29px;
    margin-top: -80px;
    color: #fff;
    background: #36394A;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.infoBox span {
    font-size: 17px;
}

.infoBox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #36394A transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 30px;
}


/*CUSTOM CLASSES */

.no-border {
    border: 0px;
}

.text-center {
    text-align: center !important;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
    margin-left: 0px;
}

/*BACKGROUND COLORS*/
.bg-white {
    background-color: white;
}

.bg-sky-blue {
    background-color: #b0cfdb;
}

/* TEXT TRANSFORMATION */
.uppercase {
    text-transform: uppercase;
    margin-left: 23px;
}



/*LEGAL FRAMEWORK CHANGES */
.text-legal-framework {
    font-size: 12px !important;
}

p.text-just-legal-header {
    text-align: justify;
    font-weight: bold !important;
    color: #77bd43;
    font-family: 'CooperHewitt-Bold';
}


/* CSS 2019 */

.participation_types_row {
    display: flex;
    justify-content: center;
}

.participation_types_row .col-md-1 {
    font: none;
}

@media screen and (min-width: 568px) and (max-width: 767px) {
    .navbar-inner .container-fluid .navbar-header {
        width: 100%;
    }

    .navbar-inner .container-fluid .navbar-header a {
        float: left;
        margin-left: 30px;
    }

    .navbar-inner .container-fluid .navbar-header .logo_home {
        max-width: 125px;
    }

    .expand-navbar {
        background-color: #fff;
    }

    .expand-navbar .nav-header {
        float: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1301px) {
    .navbar-inner .container-fluid {
        display: flex;
    }

    .navbar-inner .container-fluid .navbar-header {
        width: 150px;
    }

    .navbar-inner .container-fluid .navbar-collapse {
        width: 100%;
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
    }

    .navbar-inner .container-fluid .navbar-nav li a {
        font-size: 13px;
    }

    .navbar-inner .container-fluid .social-nav a,
    .navbar-inner .container-fluid .social-nav a .social-whithe {
        font-size: 13px !important;
        width: 25px;
        height: 25px;
    }

    .navbar-inner .container-fluid .social-nav a .social-whithe {
        line-height: 21px !important;
        margin-top: 0;
    }

    .navbar-inner .container-fluid .logo_home {
        width: 100%;
    }
}

.btn-full{
	width:100%;
}

@media all and (min-width:769px){
	#map-container {
		height: 500px;
	}
}
