@keyframes bounce {
  0% {
    margin-top: 0;
  }
  25% {
    margin-top: -35px;
  }
  50% {
    margin-top: -50px;
  }
  75% {
    margin-top: -35px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes girito {
  10%, 90% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  20%, 80% {
    transform: rotate3d(0, 0, 1, 1deg);
  }
  30%, 50%, 70% {
    transform: rotate3d(0, 0, 1, -2deg);
  }
  40%, 60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
}
* {
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, .5);
  font-family: 'Raleway', sans-serif;
}
.wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  position: relative;
  z-index: 2;
}
html, body {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
section {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

section.position-fixed {
    overflow: hidden;
}
section.rounded {
  border-radius: 10px;
}

section#header {
  overflow: hidden;
}

section#nuestrapropuesta {
    z-index: 2;
}

section#herramientaDOS {
    z-index: 2;
}

section#visionciudad {
    z-index: 2;
}
section> .bk.pdrfy::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(22, 156, 191, .3);
}
.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
section .bk {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}
section .bk.image {
  background-position: center -40px;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
section .bk.image.repeat {
  background-repeat: repeat;
  background-size: initial;
}
.bk> video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
section#header {
  z-index: 1000;
  background-color: transparent;
  transition: all 300ms;
}
section#header {
  padding: 10px;
  background-color: #006C87;
  transition: all 300ms;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#header .logo {
  height: 60px;
  transition: all 300ms;
  width: 200px;
  margin-left: 0;
  transition: all 300ms;
}
section#header .button {
  float: right;
  display: block;
  opacity: 1;
  transition: all 300ms;
}
section#portada {
  color: #fff;
  z-index: 2;
}
section#equipo .title {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .7);
}

section#footer * {
    cursor: default;
}

@keyframes heart { 0%, 17.5% { width: 25px; height: 25px; margin-top: -2px; margin-right: -2px } }
.withLove {
    display: inline-block;
    width: 55px;
    vertical-align: top;
    white-space: nowrap;
    transition: width 500ms ease-in-out, opacity 400ms ease-out, all 1s;
    position: relative;
    padding-right: 25px;
}
.withLove > .corazon{
  position: absolute;
  right: 2px;
  animation: heart 500ms cubic-bezier(.17, .9, .17, .9);
  animation-iteration-count:infinite;
  animation-direction: alternate;
}

section .obliqueTitle {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  font-size: 50px;
  text-align: center;
  background: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
  transform: rotate3d(100, -100, -10, 20deg);
  z-index: 2;
}
nav#menu {
  display: flex;
  float: right;
  align-items: center;
  height: 100%;
  padding: 15px;
}
nav#menu .menuitem {
  list-style: none;
  margin-right: 20px;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 200ms;
  border: none;
}
nav#menu .menuitem:hover {
  box-shadow: inset 0 -5px #fff;
  transition: all 200ms;
}
nav#menu .menuitem.selected {box-shadow: inset 0 -5px #fff;transition: all 200ms;}

nav#menu .menuButton{
  display: none;
  position: absolute;
  right: 15px;
  top: -46px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-image: url(../img/menuIcon.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
}


separador {
  height: 0;
  padding: 0;
  display: block;
}
separador.veinte {
  padding: 20px 0;
}
separador.diez {
  padding: 10px 0;
}
.bk {
  z-index: -1;
  overflow: hidden;
}
.bk-color-1 {
  background-color: #169CBF;
  color: #eee;
}
.bk-color-2 {
  background-color: #118CAA;
  color: #eee;
}
.bk-color-3 {
  background-color: #006C87;
  color: #eee;
}
.bk-color-3-inv {
  background-color: #eee;
  color: #006C87;
}
.bk-color-4 {
  background-color: #1F4A6A;
  color: #eee;
}
.bk-color-white {
  background-color: #f9f9f9;
  color: #006C87;
}
.bk-color-gray1 {
  background-color: #87959f;
  color: #ffffff;
}
.bk-color-gray2 {
  background-color: #a7b5bf;
  color: #333333;
}
.bk-color-gray3 {
  background-color: #d9e1e6;
  color: #333333;
}
.bk-color-gray4 {
  background-color: #d7e5ef;
  color: #333333;
}
.bk-color-black {
  background-color: #111111;
  color: #ffffff;
}
.shadowed {
  box-shadow: inset 5px 0px 15px rgba(0, 0, 0, .4);
}
.bk-color-sustentable {
  background-color: #67b367;
  color: #eee;
}
.bk-color-abierta {
  background-color: #d3865f;
  color: #eee;
}
.bk-color-comoderecho {
  background-color: #d46187;
  color: #eee;
}
.bk-color-fb {
  background-color: #3b5998;
  color: #eee;
}
.bk-color-tw {
  background-color: #1DA1F2;
  color: #eee;
}
.font-color-white {
  color: #f6f6f6;
}
.font-color-black {
  color: #222222;
}
.font-color-sustentable {
  color: #56AB56;
}
.font-color-abierta {
  color: #CE794E;
}
.font-color-comoderecho {
  color: #CF507A;
}

a {
  box-shadow: none;
  text-decoration: none;
  color: #fff;
  transition: all 200ms;
  border-radius: 4px;
  position: relative;
  padding-bottom: 0px;
}
a:hover {
  box-shadow: inset 0 -3px 0px #fff;
  transition: all 200ms;
}
a:not[.linkButton]:hover {
  box-shadow: inset 0 -3px 0px #fff;
  transition: all 200ms;
}

.h1 {
  font-size: 37px;
  line-height: 1.2em;
}
.h2 {
  font-size: 30px;
  line-height: 1.2em;
}
.h3 {
  font-size: 22px;
}
.h4 {
  font-size: 16px;
}
.h5 {
  font-size: 14px;
}
.hand {
  font-family: 'Bad Script', sans-serif;
}
.title {
  font-size: 50px;
  line-height: 1.5em;
  font-weight: 800;
  text-transform: uppercase;
}
.bolder {
  font-weight: 900;
}
.bold {
  font-weight: 600;
}
.thin {
  font-weight: 300;
}
.thiner {
  font-weight: 200;
}
.capitalized {
  text-transform: capitalize;
}
.all-caps {
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.height-full {
  height: 100%;
}
.height-almost-full {
  height: 90%;
  height: calc(100% - 76px);
}
.height-almost-full_comp {
  height: 76px;
}
.no-width {
  width: 0px;
}
.width-full {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.vertical-top {
  display: flex;
  align-items: top;
}
.vertical-bottom {
  display: flex;
  align-items: bottom;
}
.horizontal-center {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.display-inline {
  display: inline-block !important;
}
.display-flex {
  display: flex;
}

.columna {
  display: inline-block;
  vertical-align: top;
}
.columna.cuarto {
  width: 25%;
}
.columna.tercio {
  width: 33.333333333%;
}
.columna.mitad {
  width: 50%;
}
.columna.tres-cuarto {
  width: 75%;
}
.op-1 {
  opacity: .1;
}
.op-5 {
  opacity: .3;
}
.op-8 {
  opacity: .8;
}
.blur {
  filter: blur(7px);
}

.box-shadow-light{
  box-shadow: 0 5px 20px rgba(0,0,0,.3);
}
.box-shadow-medium{
  box-shadow: 0 5px 12px rgba(0,0,0,.5);
}
.box-shadow-dark{
  box-shadow: 0 5px 5px rgba(0,0,0,.8);
}

.pad5 {
  padding: 5px;
}
.pad10 {
  padding: 10px;
}
.pad20 {
  padding: 20px;
}
.pad30 {
  padding: 30px;
}
.pad60 {
  padding: 60px;
}
.pad80 {
  padding: 80px;
}
.mar10 {
  margin: 10px;
}
.mar20 {
  margin: 20px;
}
.no-vertical-pad {
  padding-top: 0;
  padding-bottom: 0;
}
.no-horizontal-pad {
  padding-left: 0;
  padding-right: 0;
}
.button {
  position: relative;
  border-radius: 3px;
  display: block;
  border-style: solid;
  border-width: 0;
  padding: 1em 2em 1em 2em;
  cursor: pointer;
  overflow: hidden;
  transition: all 200ms;
}
.button.circle {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 15px rgba(0, 0, 0, .6);
  margin: 0 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px;
}
#calendario .button.circle {
  top: 250px;
}
.button.circle.next {
  background-image: url(../img/right-arrow.png);
  background-position-x: 20px;
}
.button.circle.prev {
  background-image: url(../img/left-arrow.png);
  background-position-x: 15px;
}
.button:hover {
  box-shadow: inset 0 -5px rgba(0,0,0,.5);
  transition: all 400ms ease-out;
}
.button:active {
  border-top-width: 4px;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, .6);
  margin-bottom: 1px;
  box-shadow: none;
  top: 4px;
}
.button.mini {
  padding-top: 10px;
  padding-bottom: 10px;
}
.button.mini:hover {
  box-shadow: inset 0 -3px rgba(0,0,0,.5);
  transition: all 300ms ease-out;
}
.button.no-width {
  padding-left: 0;
  padding-right: 0;
}


.icono {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/default.png);
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  transition: all 300ms;
}
.icono.logo {
  width: 250px;
  height: 83px;
  background-image: url(../img/logo-white.png);
}
.icono.icono-20 {
  width: 20px;
  height: 20px;
}
.icono.icono-100 {
  width: 100px;
  height: 100px;
  line-height: 100px;
}
.icono.icono-150 {
  width: 150px;
  height: 150px;
}
.icono.sustentable {
  background-image: url(../img/sustentableIcon.png);
}
.icono.abierta {
  background-image: url(../img/abiertaIcon.png);
}
.icono.comoderecho {
  background-image: url(../img/participativaIcon.png);
}
.icono.corazon {
  background-image: url(../img/heartIcon.png);
}

.list-container{
  background: rgba(255,255,255,.2);
  padding: 10px 0px 60px 0px !important;
  position: relative;
}

#visionciudad .list-item {
  margin: 20px 0;
  color: #fff;
  font-weight: 600;
  text-align: left;
  border-bottom: 3px solid rgba(0,0,0,.05);
  padding: 0 30px 20px;
}
#visionciudad .columna>div {
  position: relative;
  z-index: 10;
  border-radius: 0;
}
.column-item div {
  padding: 20px;
}
.column-item a{
  width: 100%;
  margin: 20px 0 0 0;
  position: absolute;
  left: 0;
  bottom: 0px;
  border-radius: 0;
}
.column-item .button:active{
  top: auto;
}

#visionciudad .columna>div .triangle {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 1.5%;
  width: 97%;
  height: 40px;
}
#visionciudad .columna>div .triangle.sustentable {
  fill: #56AB56;
}
#visionciudad .columna>div .triangle.abierta {
  fill: #CE794E;
}
#visionciudad .columna>div .triangle.comoderecho {
  fill: #CF507A;
}
#equipo .list-item {
  cursor: pointer;
  border-radius: 4px;
  border-bottom: 10px solid rgba(0, 0, 0, .3);
  padding: 40px 20px;
  min-height: 190px;
  background: rgba(255, 255, 255, .9) !important;
  color: #222;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .8);
}
#equipo .list-item:hover {
  animation: girito 1s ease-in-out both infinite;
  transform: translate3d(0, 0, 0);
}
#equipo .list-item a {
  color: #3b5998;
  text-decoration: underline;
}

#redes> .columna {
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
#redes> .columna:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent);
  border-bottom: 20px solid;
}
#redes> .columna.bk-color-fb:after {
  background-image: linear-gradient(to top, #3b5998, transparent);
  border-bottom-color: #3b5998;
}
#redes> .columna.bk-color-tw:after {
  background-image: linear-gradient(to top, #1DA1F2, transparent);
  border-bottom-color: #1DA1F2;
}
.position-absolute {
  position: absolute;
  top: 0;
}
.position-absolute.left {
  left: 0;
}
.position-absolute.right {
  right: 0;
}
.position-fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.post {
  text-align: left;
  border: 4px solid rgba(0, 0, 0, .4);
  padding-top: 0;
  background-color: rgba(0, 0, 0, .3);
  margin: 0;
  position: relative;
}
.post .image {
  height: 160px;
  background-position: center CENTER;
}
.post .image.none {
  height: 0px;
}
.post .time {
  background-color: rgba(0, 0, 0, .1);
  padding: 0 0 0 10px;
  position: absolute;
  top: 0;
  display: block;
  opacity: 0;
  width: 100%;
  line-height: 30px;
}

.post .time{
  text-align: center;
  display: flex;
  flex-direction: row;
  background-color: rgba(0,0,0,.6);
}
.post .time a {
  display: block;
  margin-left: 10px;
}

#facebookFeed .post .time{
  height: 160px;
  align-items: center;
  justify-content: center;
}
#twitterFeed .post .time{
  height: 40px;
  align-items: center;
  justify-content: flex-end;
}

#facebookFeed .post .time .link {
  width: 100%;
}

.post:hover  .time{
  opacity: 1;
  transition: all 200ms;
}

.post .text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-line;
  line-height: 18px;
  padding: 10px;
}
.post a {
  color: #fff;
  margin-top: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding-left: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 25px;
  height: 26px;
  vertical-align: bottom;
}
.post .time a {
  float: right;
  margin: 0 5px 0 10px;
  padding: 0;
  border: none;
}
.post .time .link {
  position: relative;
  color: #000;
  font-weight: 700;
}
.post .time .link:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url(../img/linkIcon.png);
  background-size: contain;
}
.post .userCont {
  width: 100%;
  background: rgba(0, 0, 0, .3);
  overflow: hidden;
}
.userCont .userPhoto {
  float: left;
  height: 35px;
  width: 35px;
  margin: 3px 5px 3px 3px;
  background-size: cover;
}
.userCont .userDisplayName {
  font-size: 15px;
  font-weight: 600;
  margin-top: 3px;
}
.userCont .userName {
  font-size: 12px;
  margin-top: 0px;
}
#eventsContainer {
  position: relative;
  left: 0;
}
.eventContainer {
  margin: 0 10px;
  border: 1px solid #bbb;
  background: rgba(255, 255, 255, .8);
  border-radius: 5px;
  padding: 20px;
  font-size: 25px;
  text-align: left;
  color: #222;
  display: inline-flex;
  align-items: flex-start;
}
.dateContainer {
  text-align: center;
  margin-right: 10px;
}
.eventMonth {
  background-color: #EA4040;
  color: #EEEEEE;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
  line-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.eventDay {
  background-color: #eee;
  border: 1px solid #bbb;
  border-radius: 0 0 5px 5px;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
  padding-bottom: 5px;
}
.eventTitle {
  font-size: 23px;
  line-height: 26px;
  text-align: left;
  display: block;
}
.eventDescription {
  font-size: 17px;
  color: #888;
  line-height: 26px;
  text-align: left;
  display: block;
}
