/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bases section h2{
  color: red;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: inherit;
  padding: 10px 0px;
  text-transform: inherit;
}
.cd-timeline__block.js-cd-block:nth-child(odd){
  text-align: right;
}
.cd-timeline__block.js-cd-block:nth-child(even){
  text-align: left;
}
.cd-timeline__content.js-cd-content ul{
  list-style: none;
  padding-left: 0;
}
.cd-timeline__content.js-cd-content span.signo{
  color: red;
  font-weight: 700;
  font-size: 20px;
  padding: 5px;
}
.cd-timeline__content.js-cd-content span.signo#igual{
  padding-left: 40%;
  padding-right: 40%;
}
.cd-timeline__content.js-cd-content .row .col{
  text-align: center;
}
.cd-timeline__content.js-cd-content .row .col>span{
  color: red;  
  font-size: 25px;
  font-weight: 700;
}
.cd-timeline__content.js-cd-content .row .col p{
  padding-bottom: 0;
}
.cd-timeline__content.js-cd-content .row .col p>span{
  color: #bababa; 
}
.cd-timeline__content.js-cd-content .row .col p:last-child{
  text-transform: uppercase;  
}
.cd-timeline__icon{
  position: absolute;
  width: 25%;
  left: 106%;
  top: 30%;
  text-align: center;
}
.cd-timeline__icon_2{
  position: absolute;
  width: 20%;
  left: auto;
  right: 107%;
  top: 40%;
  text-align: center;
}

#pt100{
  padding-top: 100px;
}


/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
@media only screen and (min-width: 768px) {
  .cd-is-hidden {
    visibility: hidden;
  }
}

/* demo style */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #718ca1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #718ca1;
}

/* -------------------------------- 

Vertical Timeline - by CodyHouse.co

-------------------------------- */

.cd-timeline {
  overflow: hidden;
  margin: 2em auto;
}

.cd-timeline__container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 2em 0;
}

.cd-timeline__container::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #979796;
}

@media only screen and (min-width: 768px) {
  .cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .cd-timeline__container::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline__block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline__block:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.cd-timeline__block:first-child {
  margin-top: 0;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .cd-timeline__block {
    margin: 0;
  }
}

.cd-timeline__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}

.cd-timeline__img img {
  display: block;
  width: 116px;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img_1 img {
  display: block;
  width: 115px;
  height: auto;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline__img.cd-timeline__img--picture {
  background: #75ce66;
}

.cd-timeline__img.cd-timeline__img--movie {
  background: #c03b44;
}

.cd-timeline__img.cd-timeline__img--location {
  background: #f0ca45;
}
.cd-timeline__img_1 {
    position: absolute;
    width: auto;
    height: auto;
}

#line-mobile{
  display: none;
}

@media only screen and (min-width: 1100px){
  .cd-timeline__img {
    width: auto;
    height: auto;
    left: 40%;
    top: 25%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .cd-timeline__img#top60 {
    top: 25%;
  }
  #mes {
    top: 35%;
  }
  #filtro {
    top: 45%;
  }
  .cd-timeline__img#top35 {
    top: 35%;
  }

  .cd-timeline__img_1 {
    position: absolute;
    width: auto;
    height: auto;
    left: 47.8%;
    top: 35%;
    margin-left: -30px;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .top70 {
    top: 50%;
  }
  .cd-timeline__img.cd-timeline__img--bounce-in,
  .cd-timeline__img_1.cd-timeline__img--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
            animation: cd-bounce-1 0.6s;
  }
}

@media only screen and (max-width: 1199px){
  .cd-timeline__img{
    left: 38%;
  }
  .cd-timeline__img_1 {
    }
}

@media only screen and (max-width: 1099px){
  .cd-timeline__img {
    left: 38.2%;
    top: 18%;
  }
  .cd-timeline__img_1 {
    left: 44.3%;
    top:31%;
  }
  .cd-timeline__img#top60 {
    top: 43%;
  }
  #mes {
    top: 68%;
  }
  .top70 {
    top: 50%;
  }
  .cd-timeline__img#top35 {
    top: 27%;
  }
  #filtro {
    top: 45%;
  }
}

@media only screen and (max-width: 1099px){
  .cd-timeline__img img,
  .cd-timeline__img_1 img{
    width: 100px;
  }
  .cd-timeline__img {
    left: 36.2%;
    top: 18%;
  }
  .cd-timeline__img_1 {
    left: 43.7%;
    top:31%;
  }
  .cd-timeline__img#top60 {
    top: 20%;
  }
  #mes {
    top: 35%;
  }
  .top70 {
    top: 50%;
  }
  .cd-timeline__img#top35 {
    top: 27%;
  }
  #filtro {
    top: 45%;
  }

}

@media only screen and (max-width: 767px){
  .cd-timeline__block.js-cd-block:nth-child(odd) {
    text-align: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: auto;
    left: 4%;
    top: -57px;
    font-size: 50px;
    color: red;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  .cd-timeline__icon{
    position: absolute;
    width: 10%;
    left: 13%;
    top: -7%;
    text-align: center;
  }
  .cd-timeline__icon_2 {
    position: absolute;
    width: 8%;
    left: 13%;
    top: -8%;
    text-align: center;
  }
  .cd-timeline__img img,
  .cd-timeline__img_1 img{
    width: 100px;
  }
  .cd-timeline__img {
    left: 36.2%;
    top: 18%;
  }
  .cd-timeline__img#top60 {
    top: 43%;
  }
  #mes {
    top: -4%;
  }
  .top70 {
    top: 50%;
  }
  .cd-timeline__img#top35 {
    top: 27%;
  }
  #filtro {
    top: -5%;
  }
  #formula {
    top: -11%;
  }

  #publicacion {
    width: 12%;
    top: -5%;
  }
  #pt100 {
    padding-top: 10px;
  }
  .cd-timeline__img{
    display: none;
  }
  #line-mobile{
    display: block;
  }
  .cd-timeline__img_1 {
    left: -4.9%;
    top: 10%;
  }

  .line-3{
    top: 7%; 
  }
  .bases section h2 {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 480px){
  .bases section h2 {
    font-size: 24px;
  }
  .cd-timeline__block.js-cd-block:nth-child(odd) {
    text-align: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: auto;
    left: 4%;
    top: -57px;
    font-size: 50px;
    color: red;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  .cd-timeline__icon{
    position: absolute;
    width: 10%;
    left: 15%;
    top: -4%;
    text-align: center;
  }
  .cd-timeline__icon_2 {
    position: absolute;
    width: 8%;
    left: 15%;
    top: -6%;
    text-align: center;
  }
  .cd-timeline__img img,
  .cd-timeline__img_1 img{
    width: 100px;
  }
  .cd-timeline__img {
    left: 36.2%;
    top: 18%;
  }
  .cd-timeline__img#top60 {
    top: 43%;
  }
  #mes {
    top: -3%;
  }
  .top70 {
    top: 50%;
  }
  .cd-timeline__img#top35 {
    top: 27%;
  }
  #filtro {
    top: -4%;
    width: 14%;
  }
  #formula {
    top: -6%;
  }

  #publicacion {
    width: 14%;
    top: -3%;
  }
  #cara{
    width: 10%;
    top: -5%;

  }
  #pt100 {
    padding-top: 10px;
  }
  .cd-timeline__img{
    display: none;
  }
  #line-mobile{
    display: block;
  }
  .cd-timeline__img_1 {
    left: -4.9%;
    top: 10%;
  }

  .line-3{
    top: 7%; 
  }
  .bases section h2 {
    margin-top: 45px;
  }
}



@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.cd-timeline__content {
  position: relative;
  margin-left: 60px;
  border-radius: 0;
  padding: 1em;
  -webkit-box-shadow: 0 0px 0 #d7e4ed;
          box-shadow: 0 0px 0 #d7e4ed;
}

.cd-timeline__content:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

/*.cd-timeline__content::before {
  /* triangle next to content block *
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}*/

.cd-timeline__content h2 {
  color: red;
}

.cd-timeline__content p,
.cd-timeline__read-more {
  font-size: 1.3rem;
}

.cd-timeline__content p {
  line-height: 1.6;
}

.cd-timeline__read-more,
.cd-timeline__date {
  display: inline-block;
}

.cd-timeline__read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}

.cd-timeline__read-more:hover {
  background-color: #bac4cb;
}

/*.cd-timeline__date {
  float: left;
  padding: 10px 0;
  opacity: .7;
}*/

@media only screen and (min-width: 768px) {
  .cd-timeline__content h2 {
    font-size: 16px;
  }
  .cd-timeline__content p {
    font-size: 14px;
  }
  .cd-timeline__read-more,
  .cd-timeline__date {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 768px) {
  .cd-timeline__content {
    margin-left: 0;
    padding: 20px 15px;
    width: 38%;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  /*.cd-timeline__content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }*/
  .cd-timeline__read-more {
    float: left;
  }
  .cd-timeline__date {
    position: absolute;
    width: 25%;
    left: 106%;
    top: 0;
    font-size: 50px;
    color: red;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__read-more {
    float: right;
  }
  .cd-timeline__block:nth-child(even) .cd-timeline__date {
    left: auto;
    right: 107%;
    text-align: center;
  }
  .cd-timeline__content.cd-timeline__content--bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
            animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 768px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline__block:nth-child(even) .cd-timeline__content.cd-timeline__content--bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
            animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media only screen and (max-width: 380px){
  .cd-timeline__container::before {
    left: 12px;
  }
  .cd-timeline__content {
    margin-left: 13px;
  }
  .cd-timeline__date {
    position: absolute;
    width: auto;
    left: 4%;
    top: -57px;
    font-size: 50px;
    color: red;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    margin-top: 15px;
  }
  .cd-timeline__icon{
    position: absolute;
    width: 10%;
    left: 15%;
    top: -4%;
    text-align: center;
  }
  .cd-timeline__icon_2 {
    position: absolute;
    width: 8%;
    left: 15%;
    top: -6%;
    text-align: center;
  }
  .cd-timeline__img_1 img{
    width: 100px;
    left: -11.9%;
    top: 7%;
  }

  .cd-timeline__img#top60 {
    top: 43%;
  }
  #mes {
    top: -2%;
  }
  .top70 {
    top: 50%;
  }
  .cd-timeline__img#top35 {
    top: 27%;
  }
  #filtro {
    top: -4%;
    width: 14%;
  }
  #formula {
    top: -6%;
  }

  #publicacion {
    width: 14%;
    top: -3%;
  }
  #cara{
    width: 10%;
    top: -5%;

  }
  #pt100 {
    padding-top: 10px;
  }
  .cd-timeline__img{
    display: none;
  }
  .cd-timeline__img_1 {
    left: 8.1%;
    top: 7%;
  }

  .line-3{
    top: 6%; 
  }
  .bases section h2 {
    margin-top: 45px;
  }
}
