#body {
  margin: 0;
  width: 100%;
  padding-top: 330px;
  background-color:#fff;

}
#header{
  /*padding-top:100px;*/
  height:250px;
  width:100%;
  background-size: cover;
  background-color:#fff;
  color:#fff;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#header{
  position: fixed;
  top: 0;
}
.navbar,
#main {
  position: relative; 
}
.navbar.navbar-default {
  z-index: 150;
  margin-bottom: -50px;
  box-shadow: 0 2px 3px rgba(0,0,0,.4);
}
#main {
  background-color: #fff;
  padding:100px 0 50px 0;

  position: relative;
}

/************************ OBJETIVOS **********************************/

.container2 {
  margin: 0 auto;
  width: 250px;
  height: 400px;
  position: relative;
  perspective: 1000px;
}

.carousel {
  height: 100%;
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 1s;
}

.item {
  display: block;
  position: absolute;
  background: rgba(0,0,0,0.3);
  width: 250px;
  height: 350px;
  line-height: 20px;
  font-size: 15px;
  text-align: justify;
  color: #FFF;
  opacity: 0.95;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.a {
  transform: rotateY(0deg) translateZ(250px);
  background: rgba(230,240,219,1);
  background-image: url('../img/a.png');
  color: black;
}
.b {
  transform: rotateY(60deg) translateZ(250px);
  background: rgba(230,240,219,1);
  background-image: url('../img/b.png');
  color: black;
}
.c {
  transform: rotateY(120deg) translateZ(250px);
  background: rgba(230,240,219,1);
  background-image: url('../img/c.png');
  color: black;
}
.d {
  transform: rotateY(180deg) translateZ(250px);
  background: rgba(230,240,219,1);
  background-image: url('../img/d.png');
  color: black;
}
.e {
  transform: rotateY(240deg) translateZ(250px);
  background: rgba(230,240,219,1);
  background-image: url('../img/e.png');
  color: black;
} 

.f {
  transform: rotateY(300deg) translateZ(250px);
  background: rgba(230,240,219,1);
  background-image: url('../img/f.png');
  color: black;
}

.next, .prev {
  color: #444;
  position: absolute;
  top: 50px;
  padding: 1em 2em;
  cursor: pointer;
  background: #CCC;
  border-radius: 5px;
  border-top: 1px solid #FFF;
  box-shadow: 0 5px 0 #999;
  transition: box-shadow 0.1s, top 0.1s;
}
.next:hover, .prev:hover { color: #000; }
.next:active, .prev:active {
  top: 54px;
  box-shadow: 0 1px 0 #999;
}
.next { right: 3em; }
.prev { left: 3em; }  

/***********************+ HOJAS **********************************/

.falling-leaves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border: 20px solid #fff;
  border-radius: 50px;
  background-size: cover;
  overflow: hidden;
}

.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/hoja.png') no-repeat;
  background-size: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

/************************** ACORDEON DE PROYECTOS *********************************/

form { 
    position: relative; 
    top: 30px; 
    left: 50px; 
    background: -webkit-linear-gradient(bottom,#eaeaea, #fafafa);
    padding: 10px;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0,0,0,.65);
    border-radius: 3px;
    border: solid 1px #ddd;
    width: 90%; 
    height: 500px;
    overflow: hidden;
}
input { display: none; }
input:checked + label, label:hover { 
    background: #4D90FE;
    background: -webkit-linear-gradient(top,#4D90FE,#4787ED);
    border: solid 1px rgba(0,0,0,.15);
    color: white; 
    box-shadow: 0 1px 1px rgba(0,0,0,.65), 0 1px 0 rgba(255,255,255,.1) inset;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}
label { 
    font-family: helvetica;
    cursor: pointer; 
    display: block; 
    border: solid 1px transparent;
    text-align: center; 
    line-height: 40px; 
    border-radius: 3px; 
    float: left;
    width: 20%;
    height: 450px;
    line-height: 200px;
}
label:last-child { margin-right: 0; }
label {     
    background: rgba(77, 144, 254, .5); 
    border: solid 1px rgba(0,0,0,.15); 
}

article { 

    width: 0;
    height: 145px;  
    overflow: hidden; 
    -webkit-transition: width .25s linear, opacity .2s linear; 
    transition: width .25s linear, opacity .3s linear; 
    position: relative; 
    top: 5px;
    margin-bottom: 0;
    padding: 0;
    margin-right: 10px;
    opacity: 0;
    float: left;
}
div:last-child article { margin-right: 0; }
article p {
     color: #333;
    font-family: helvetica;
    font-size: 12px;
    line-height: 18px;
    width: 200px;    
    padding: 5px 10px;
}

div > input:checked ~ article { width: 20%; opacity: 1; }

/**************************** ACORDEON **********************************/

.accordion {
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  /*padding: 1.5em 1.5em;*/
  padding-left: 50px;
  padding-top: 15px;
  padding-right: 80%;
  height: 64px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  font-size: 1.1em;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  position: relative;
  z-index: 5;
}

.accordion-body {
  background: #fcfcfc;
  color: #3f3c3c;
  display: none;
}

.accordion-body__contents {
  padding: 7em 7em;
  font-size: .85em;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item > .accordion-header:after {
  content: "\f3d0";
  font-family: IonIcons;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
  background: #2D3D99;
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

/******************************* TITULOS *************************/
.caja {
  margin-left: 70px;
  width: 240px;
  height: 40px;
}
.texto-uno {
  float: left;
  line-height: 25px;
  font-size: 30px;
}
.texto-dos {
  float: right;
  line-height: 25px;
  font-size: 35px;
  color: #6fbe4f;
}

/******************************* FOOTER ****************************/

#site-content {
  position: relative;
  z-index: 1;

  -webkit-box-shadow: #000 0 7px 35px 0;
  -moz-box-shadow: #000 0 7px 35px 0;
  box-shadow: #000 0 7px 35px 0;
  
}

#site-footer {
  padding: 25px 0;
  font-size: 85%;
  background-color: #fff;
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

/* NOT NEEDED, THIS IS JUST FOR THE PEN 
@import url(//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css);

html, body {
  padding: 0;
  margin: 0;
  background-color: #D1D1D1;
} */

#site-footer {
  min-height: 20vw;
  }

/***************************** EVENTOS *************************/

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 600px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  /*opacity: .6;*/
}
.post-module .thumbnail {
  background: #000000;
  height: 350px;
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #6fbe4f;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #6fbe4f;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #6fbe4f;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.containereventos {
  max-width: 90%;
  min-width: 640px;
  margin: 0 auto;
}
.containereventos:before,
.containereventos:after {
  content: '';
  display: block;
  clear: both;
}
.containereventos .column {
  width: 100%;
  padding: 0 5px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.containereventos .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.containereventos .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.containereventos .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.containereventos .info span {
  color: #666666;
  font-size: 12px;
}
.containereventos .info span a {
  color: #000000;
  text-decoration: none;
}
.containereventos .info span .fa {
  color: #6fbe4f;
}

/****************************+ CONTACTANOS ********************************/

form {
  width: 450px;
  margin: auto;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  border-radius: 7px;









}
