body,
html {
  background: #fff !important;
  padding: 0;
  margin: auto;
}

/** edits to container **/
.site-footer .container,
#page #main-wrapper {
  max-width: 100% !important;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#cont {
  width: 100%;
  margin: 30px auto 0;
  max-width: 1200px;
  position: relative;
}
#cont #tit {
  font-family: "PTSans", sans-serif !important;
  font-size: 50px !important;
  font-weight: 700 !important;
  margin: 50px auto 20px !important;
  text-align: center !important;
  color: #006970 !important;
}
#cont #baja {
  font-family: "PTSans", sans-serif !important;
  font-size: 19px !important;
  line-height: 27px;
  margin: 0px auto 50px !important;
  text-align: center !important;
  color: #696158 !important;
  width: 60%;
}
#cont .bdtl-to-the-top {
  position: absolute;
  bottom: 20px;
  left: 48%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  z-index: 30000;
  animation: bounce 2s infinite;
}
#cont .bdtl-to-the-top .bdtl-arrow {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  cursor: pointer;
}
#cont .bdtl-to-the-top .bdtl-arrow svg {
  width: 100%;
  height: 100%;
}
#cont .bdtl-to-the-top.already-scrolled {
  display: none !important;
}
@media screen and (max-width: 500px) {
  #cont .bdtl-to-the-top {
    left: 43.5%;
  }
}
@media screen and (max-width: 400px) {
  #cont .bdtl-to-the-top {
    left: 42.5%;
  }
}

.cgd-timelines {
  font-family: "PTSans", sans-serif;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
  margin-top: 0;
  /** panel **/
}
.cgd-timelines::-webkit-scrollbar {
  width: 0px;
  /* For Chrome, Safari, and Opera */
}
.cgd-timelines h1,
.cgd-timelines h2,
.cgd-timelines h3,
.cgd-timelines h4,
.cgd-timelines h5,
.cgd-timelines h6 {
  margin: 0;
}
.cgd-timelines h1,
.cgd-timelines h2,
.cgd-timelines h3,
.cgd-timelines h4,
.cgd-timelines h5,
.cgd-timelines h6,
.cgd-timelines p,
.cgd-timelines em,
.cgd-timelines strong,
.cgd-timelines a {
  font-family: "PTSans", sans-serif;
}
.cgd-timelines strong {
  font-family: "PTSansBold", sans-serif;
  font-weight: 700;
}
.cgd-timelines em {
  font-family: "PTSansItalic", sans-serif;
  font-style: italic;
}
.cgd-timelines .bdtl-container {
  padding-bottom: 1em;
  padding-top: 1em;
  margin-top: 0 !important;
}
.cgd-timelines .bdtl-copyright {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  padding: 2em 1em;
  font-size: 1.2em;
}
.cgd-timelines .bdtl-copyright .bdtl-copyright-general {
  width: 50%;
  text-align: left;
}
.cgd-timelines .bdtl-copyright .bdtl-copyright-production {
  width: 50%;
  text-align: right;
}
.cgd-timelines .bdtl-share-menu {
  position: fixed;
  top: 100px;
  left: 100px;
  background: #fff;
  z-index: 1000;
  display: none;
}
.cgd-timelines .bdtl-share-menu.do-share {
  display: block;
}
.cgd-timelines .bdtl-share-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cgd-timelines .bdtl-share-menu ul li {
  margin: 1em;
  padding-left: 1.5em;
}
.cgd-timelines .bdtl-share-menu ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  font-size: 15px;
  text-transform: uppercase;
  color: #005c81;
}
.cgd-timelines .bdtl-share-menu ul li.facebook {
  background-image: url(images/1bd8c1268bf60887098fcbd9c4f7a2d7.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.cgd-timelines .bdtl-share-menu ul li.twitter {
  background-image: url(images/9f05c8568bb1b636cd26230e29e1a6d7.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.cgd-timelines .bdtl-share-menu ul li.linkedin {
  background-image: url(images/3a62c057a5ba02bc34056670281ac62a.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.cgd-timelines .bdtl-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  text-align: center;
  color: #005c81;
  z-index: 10;
  padding: 0 1em;
  display: none;
  -webkit-box-shadow: 0px 5px 5px 0px #878787;
  -moz-box-shadow: 0px 5px 5px 0px #878787;
  box-shadow: 0px 5px 5px 0px #878787;
}
.cgd-timelines .bdtl-header .bdtl-menu-small {
  display: none;
}
.cgd-timelines .bdtl-header .bdtl-header-content {
  margin: 0 auto;
  width: 100%;
  padding: 2em 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.cgd-timelines .bdtl-header .bdtl-header-content h1 {
  color: #005c81;
  margin: 0;
  transition: all 0.5s;
}
.cgd-timelines .bdtl-header .bdtl-header-content p {
  color: #005c81;
  font-size: 2em;
  line-height: 1.2em;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn {
  display: inline-block;
  border: 1px solid #666;
  padding: 0.4em 1em 0.3em 1em;
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 1em;
  font-weight: 600;
  white-space: nowrap;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn .bdtl-label,
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn .bdtl-icon {
  display: inline-block;
  vertical-align: middle;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn.bdtl-btn-back .bdtl-icon {
  margin-right: 1em;
  display: none;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn.bdtl-btn-share .bdtl-icon {
  margin-left: 1em;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn:hover {
  background: #666;
  color: #fff;
  text-decoration: none;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-btn:hover svg g {
  fill: #fff;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-intro-content {
  padding: 0 6em;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-back {
  padding-left: 2em;
}
.cgd-timelines .bdtl-header .bdtl-header-content .bdtl-share {
  padding-right: 2em;
}
.cgd-timelines .bdtl-header .bdtl-header-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
.cgd-timelines .bdtl-header .bdtl-header-menu li {
  display: flex;
  align-items: center;
  list-style-type: none;
  font-size: 10px !important;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.5s;
  border-bottom: 6px solid #fff;
  word-break: break-word;
}
.cgd-timelines .bdtl-header .bdtl-header-menu li:not(.bdtl-active) {
  background-color: transparent !important;
}
.cgd-timelines .bdtl-header .bdtl-header-menu li a {
  color: #6d9db2;
  font-weight: 500;
  width: 130px;
  display: block;
  margin-bottom: 5px;
  transition: all 0.5s;
  padding: 0 0.5em;
}
.cgd-timelines .bdtl-header .bdtl-header-menu li.bdtl-active {
  border-bottom: 6px solid #005c81;
  background-color: inherit;
}
.cgd-timelines .bdtl-header .bdtl-header-menu li.bdtl-active a {
  color: #fff;
}
.cgd-timelines .bdtl-panel {
  margin: 7em 0;
  position: relative;
  min-height: 315px;
}
.cgd-timelines .bdtl-panel:before {
  content: "";
  width: 5px;
  height: 90px;
  background-image: linear-gradient(to bottom, rgba(0, 103, 127, 0) 5%, #006970);
  position: absolute;
  left: 50%;
  top: -90px;
  transform: translateX(-50%);
}
.cgd-timelines .bdtl-panel:after {
  content: "";
  width: 5px;
  height: 60px;
  background-image: linear-gradient(to top, rgba(0, 103, 127, 0.2) 5%, #006970);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo {
  position: relative;
  width: 65%;
  min-height: 300px;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  width: 75%;
  top: 30%;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 435px;
  height: 300px;
  left: 79%;
  top: 30%;
  background-size: contain;
  background-position: left center;
}
.cgd-timelines .bdtl-panel.left#id1, .cgd-timelines .bdtl-panel.left#id7, .cgd-timelines .bdtl-panel.left#id21, .cgd-timelines .bdtl-panel.left#id27, .cgd-timelines .bdtl-panel.left#id29, .cgd-timelines .bdtl-panel.left#id33 {
  min-height: 440px;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-year, .cgd-timelines .bdtl-panel.left#id7 .bdtl-year, .cgd-timelines .bdtl-panel.left#id21 .bdtl-year, .cgd-timelines .bdtl-panel.left#id27 .bdtl-year, .cgd-timelines .bdtl-panel.left#id29 .bdtl-year, .cgd-timelines .bdtl-panel.left#id33 .bdtl-year {
  top: 3%;
  text-align: left;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-year span, .cgd-timelines .bdtl-panel.left#id7 .bdtl-year span, .cgd-timelines .bdtl-panel.left#id21 .bdtl-year span, .cgd-timelines .bdtl-panel.left#id27 .bdtl-year span, .cgd-timelines .bdtl-panel.left#id29 .bdtl-year span, .cgd-timelines .bdtl-panel.left#id33 .bdtl-year span {
  color: #ffbf3f;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id7 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id21 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id27 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id29 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id33 .bdtl-year:after {
  left: 0;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
  width: 63%;
  min-height: 435px;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  width: 75%;
  top: 22%;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 435px;
  height: 300px;
  left: 79%;
  right: unset;
  top: 25%;
  background-size: contain;
  background-position: left center;
}
.cgd-timelines .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 280px;
}
.cgd-timelines .bdtl-panel.left#id7 {
  min-height: 530px;
}
.cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 525px;
}
.cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  width: 75%;
  top: 14%;
}
.cgd-timelines .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 435px;
  left: 80%;
  top: 18%;
  right: unset;
}
.cgd-timelines .bdtl-panel.left#id21 {
  min-height: 260px;
}
.cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 250px;
}
.cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 30%;
}
.cgd-timelines .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 445px;
  height: 115px;
  top: 34%;
}
.cgd-timelines .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 15%;
}
.cgd-timelines .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 16%;
}
.cgd-timelines .bdtl-panel.left#id29 {
  min-height: 340px;
}
.cgd-timelines .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 340px;
}
.cgd-timelines .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 270px;
  height: 220px;
  right: 27%;
  top: 26%;
}
.cgd-timelines .bdtl-panel.left#id33 {
  min-height: 300px;
}
.cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 300px;
}
.cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 30%;
}
.cgd-timelines .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 28%;
  height: 180px;
  left: 80%;
}
.cgd-timelines .bdtl-panel.left#id3, .cgd-timelines .bdtl-panel.left#id5, .cgd-timelines .bdtl-panel.left#id8, .cgd-timelines .bdtl-panel.left#id9, .cgd-timelines .bdtl-panel.left#id11, .cgd-timelines .bdtl-panel.left#id13, .cgd-timelines .bdtl-panel.left#id15, .cgd-timelines .bdtl-panel.left#id17, .cgd-timelines .bdtl-panel.left#id19, .cgd-timelines .bdtl-panel.left#id23, .cgd-timelines .bdtl-panel.left#id25, .cgd-timelines .bdtl-panel.left#id31 {
  min-height: 390px;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-year, .cgd-timelines .bdtl-panel.left#id5 .bdtl-year, .cgd-timelines .bdtl-panel.left#id8 .bdtl-year, .cgd-timelines .bdtl-panel.left#id9 .bdtl-year, .cgd-timelines .bdtl-panel.left#id11 .bdtl-year, .cgd-timelines .bdtl-panel.left#id13 .bdtl-year, .cgd-timelines .bdtl-panel.left#id15 .bdtl-year, .cgd-timelines .bdtl-panel.left#id17 .bdtl-year, .cgd-timelines .bdtl-panel.left#id19 .bdtl-year, .cgd-timelines .bdtl-panel.left#id23 .bdtl-year, .cgd-timelines .bdtl-panel.left#id25 .bdtl-year, .cgd-timelines .bdtl-panel.left#id31 .bdtl-year {
  top: 5%;
  left: 34%;
  text-align: right;
  padding: 0;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id5 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id8 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id9 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id11 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id13 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id15 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id17 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id19 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id23 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id25 .bdtl-year:after, .cgd-timelines .bdtl-panel.left#id31 .bdtl-year:after {
  right: 0;
  left: unset;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo {
  width: 100%;
  background-color: transparent;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  width: 43%;
  left: 50%;
  top: 33%;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  margin: auto;
  width: 85%;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a {
  color: #00687f;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 200px;
  height: 240px;
  right: 51%;
  left: unset;
  top: 30%;
}
.cgd-timelines .bdtl-panel.left#id3 {
  min-height: 460px;
}
.cgd-timelines .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
  display: block;
  top: 95%;
  bottom: unset;
}
.cgd-timelines .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 31%;
}
.cgd-timelines .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 430px;
  height: 240px;
}
.cgd-timelines .bdtl-panel.left#id9 {
  min-height: 340px;
}
.cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 35%;
}
.cgd-timelines .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 29%;
}
.cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 340px;
}
.cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 31%;
}
.cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
  top: 31%;
}
.cgd-timelines .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  display: none;
}
.cgd-timelines .bdtl-panel.left#id13 {
  min-height: 270px;
}
.cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 260px;
}
.cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 38%;
}
.cgd-timelines .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 250px;
  top: 10%;
}
.cgd-timelines .bdtl-panel.left#id15 {
  min-height: 510px;
}
.cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 34%;
}
.cgd-timelines .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
  display: block;
  bottom: -67%;
}
.cgd-timelines .bdtl-panel.left#id17 {
  min-height: 425px;
}
.cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 36%;
}
.cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
  left: 22%;
  height: 274px;
  width: 320px;
}
.cgd-timelines .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  display: none;
}
.cgd-timelines .bdtl-panel.left#id19 {
  min-height: 355px;
}
.cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 29%;
}
.cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
  top: 27%;
}
.cgd-timelines .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  display: none;
}
.cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 36%;
}
.cgd-timelines .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 37%;
}
.cgd-timelines .bdtl-panel.left#id25 {
  min-height: 320px;
}
.cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 40%;
}
.cgd-timelines .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 22%;
  width: 240px;
  height: 240px;
  right: 50%;
}
.cgd-timelines .bdtl-panel.left#id31 {
  min-height: 320px;
}
.cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 38%;
}
.cgd-timelines .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 185px;
  width: 200px;
  top: 35%;
}
.cgd-timelines .bdtl-panel.right#id2, .cgd-timelines .bdtl-panel.right#id6, .cgd-timelines .bdtl-panel.right#id10, .cgd-timelines .bdtl-panel.right#id12, .cgd-timelines .bdtl-panel.right#id16, .cgd-timelines .bdtl-panel.right#id20, .cgd-timelines .bdtl-panel.right#id22, .cgd-timelines .bdtl-panel.right#id26, .cgd-timelines .bdtl-panel.right#id28, .cgd-timelines .bdtl-panel.right#id30, .cgd-timelines .bdtl-panel.right#id32, .cgd-timelines .bdtl-panel.right#id34 {
  min-height: 390px;
}
.cgd-timelines .bdtl-panel.right#id2 .bdtl-year, .cgd-timelines .bdtl-panel.right#id6 .bdtl-year, .cgd-timelines .bdtl-panel.right#id10 .bdtl-year, .cgd-timelines .bdtl-panel.right#id12 .bdtl-year, .cgd-timelines .bdtl-panel.right#id16 .bdtl-year, .cgd-timelines .bdtl-panel.right#id20 .bdtl-year, .cgd-timelines .bdtl-panel.right#id22 .bdtl-year, .cgd-timelines .bdtl-panel.right#id26 .bdtl-year, .cgd-timelines .bdtl-panel.right#id28 .bdtl-year, .cgd-timelines .bdtl-panel.right#id30 .bdtl-year, .cgd-timelines .bdtl-panel.right#id32 .bdtl-year, .cgd-timelines .bdtl-panel.right#id34 .bdtl-year {
  top: 5%;
  left: 34%;
  text-align: right;
}
.cgd-timelines .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo {
  width: 100%;
  background-color: transparent;
}
.cgd-timelines .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  width: 44%;
  top: 27%;
}
.cgd-timelines .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.cgd-timelines .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a, .cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p a {
  color: #00687f;
}
.cgd-timelines .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 200px;
  height: 240px;
  right: 51%;
  left: unset;
  top: 30%;
}
.cgd-timelines .bdtl-panel.right#id6 {
  min-height: 390px;
}
.cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 390px;
}
.cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 29%;
}
.cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
  top: 29%;
}
.cgd-timelines .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  display: none;
}
.cgd-timelines .bdtl-panel.right#id10 {
  min-height: 450px;
}
.cgd-timelines .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 400px;
  height: 340px;
}
.cgd-timelines .bdtl-panel.right#id12 {
  min-height: 380px;
}
.cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
  top: 32%;
}
.cgd-timelines .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  display: none;
}
.cgd-timelines .bdtl-panel.right#id16 {
  min-height: 320px;
}
.cgd-timelines .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 206px;
  width: 200px;
  top: 26%;
}
.cgd-timelines .bdtl-panel.right#id20 {
  min-height: 420px;
}
.cgd-timelines .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 295px;
}
.cgd-timelines .bdtl-panel.right#id22 {
  min-height: 400px;
}
.cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 34%;
}
.cgd-timelines .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 256px;
  top: 36%;
}
.cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 33%;
}
.cgd-timelines .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  top: 37%;
}
.cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 32%;
}
.cgd-timelines .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 250px;
  width: 250px;
  right: 49%;
}
.cgd-timelines .bdtl-panel.right#id30 {
  min-height: 390px;
}
.cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 32%;
}
.cgd-timelines .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  display: none;
}
.cgd-timelines .bdtl-panel.right#id32 {
  min-height: 730px;
}
.cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 34%;
}
.cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 260px;
  height: 312px;
  top: 42%;
}
.cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
  display: block;
  width: 65%;
  bottom: -140%;
}
.cgd-timelines .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
  width: 77%;
}
.cgd-timelines .bdtl-panel.right#id34 {
  min-height: 350px;
  margin-bottom: 4em;
}
.cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 34%;
}
.cgd-timelines .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  height: 200px;
  width: 200px;
  top: 35%;
}
.cgd-timelines .bdtl-panel.right#id4, .cgd-timelines .bdtl-panel.right#id8, .cgd-timelines .bdtl-panel.right#id14, .cgd-timelines .bdtl-panel.right#id18, .cgd-timelines .bdtl-panel.right#id24 {
  min-height: 300px;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-year, .cgd-timelines .bdtl-panel.right#id8 .bdtl-year, .cgd-timelines .bdtl-panel.right#id14 .bdtl-year, .cgd-timelines .bdtl-panel.right#id18 .bdtl-year, .cgd-timelines .bdtl-panel.right#id24 .bdtl-year {
  top: 5%;
  text-align: left;
  left: 50%;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-year span, .cgd-timelines .bdtl-panel.right#id8 .bdtl-year span, .cgd-timelines .bdtl-panel.right#id14 .bdtl-year span, .cgd-timelines .bdtl-panel.right#id18 .bdtl-year span, .cgd-timelines .bdtl-panel.right#id24 .bdtl-year span {
  color: #ffbf3f;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-year:after, .cgd-timelines .bdtl-panel.right#id8 .bdtl-year:after, .cgd-timelines .bdtl-panel.right#id14 .bdtl-year:after, .cgd-timelines .bdtl-panel.right#id18 .bdtl-year:after, .cgd-timelines .bdtl-panel.right#id24 .bdtl-year:after {
  left: 0;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id8 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo, .cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo {
  width: 63%;
  min-height: 350px;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, .cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  width: 70%;
  top: 23%;
  left: 8%;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, .cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
}
.cgd-timelines .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, .cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 450px;
  left: 80%;
  top: 27%;
}
.cgd-timelines .bdtl-panel.right#id8 {
  min-height: 330px;
}
.cgd-timelines .bdtl-panel.right#id8 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 325px;
}
.cgd-timelines .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 27%;
}
.cgd-timelines .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 485px;
  right: 12%;
  top: 30%;
}
.cgd-timelines .bdtl-panel.right#id24 {
  min-height: 270px;
}
.cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo {
  min-height: 260px;
}
.cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  top: 25%;
}
.cgd-timelines .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 450px;
  height: 130px;
  right: 17%;
  top: 31%;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right .bdtl-year {
  font-size: 28px;
  padding: 0;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right .bdtl-year span {
  opacity: 1;
  display: inline-block;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right .bdtl-year:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  left: unset;
  width: 200px;
  height: 5px;
  background-color: #b6cfd0;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right.bdtl-big-year .bdtl-year {
  font-size: 45px;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right .bdtl-content-wrapper {
  width: 100%;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right .bdtl-content-wrapper .bdtl-contents .conte-panel {
  left: 50%;
  width: 50%;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.right .bdtl-content-wrapper .bdtl-contents .conte-panel p {
  margin: 10px 0 30px 30px;
  text-align: left;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left .bdtl-year {
  left: 50%;
  font-size: 28px;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left .bdtl-year span {
  opacity: 1;
  display: inline-block;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left .bdtl-year:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  right: unset;
  width: 200px;
  height: 5px;
  background-color: #b6cfd0;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left.bdtl-big-year .bdtl-year {
  font-size: 45px;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left .bdtl-content-wrapper .bdtl-contents .fondo {
  display: block;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  left: 0%;
  width: 50%;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.left .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  text-align: right;
  margin: 10px 30px 30px auto;
}
.cgd-timelines .bdtl-panel.bdtl-show-year .bdtl-year {
  font-family: "PTSans", sans-serif;
  font-weight: 400;
  width: 15%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding-right: 1em;
  font-size: 28px;
  position: absolute;
  left: 36%;
  z-index: 3;
}
.cgd-timelines .bdtl-panel.bdtl-show-year .bdtl-year span {
  display: none;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  z-index: 3;
  opacity: 0;
  color: #006970;
}
.cgd-timelines .bdtl-panel.bdtl-show-year.bdtl-big-year .bdtl-year {
  font-size: 45px;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  z-index: 1;
  width: 63%;
  min-height: 200px;
  background-color: #00687f;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .poster {
  position: absolute;
  top: 37%;
  left: 13%;
  width: 430px;
  height: 240px;
  margin: auto;
  z-index: 3;
  cursor: pointer;
  opacity: 1;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .poster:hover {
  opacity: 0.8;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .poster.no {
  display: none;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .conte-panel p a {
  color: #ffbf3f;
  font-weight: 900;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .quote {
  display: none;
  position: absolute;
  left: 38%;
  bottom: -100%;
  width: 55%;
  padding: 30px;
  background-color: #d0edee;
  border-radius: 5px;
  padding-left: 185px;
  z-index: 1;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .quote p {
  width: 100%;
  margin: auto;
  color: #006970;
  font-weight: 700;
  font-family: "PTSansBold", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  margin-left: 0;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .fondo .quote p span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "PTSans", sans-serif;
  margin-top: 15px;
  display: block;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents {
  background: transparent !important;
  margin: 0 auto;
  min-height: 250px;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0.3em;
  display: none;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1.1em;
  display: none;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
  position: absolute;
  left: 50%;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
  font-size: 12px;
  width: 80%;
  color: #696158;
  font-weight: 400;
  display: block;
  margin: 10px auto 30px 0;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel .bdtl-btn {
  display: block;
  margin: 10px auto 30px 0;
  padding: 1em 3em;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  border: 1px solid #ffbf3f;
  transition: all 0.5s;
  background-color: #ffbf3f;
  width: fit-content;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel .bdtl-btn:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel .bdtl-btn:hover svg g {
  fill: #000;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel .bdtl-btn.bdtl-external-link {
  display: none;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel .bdtl-btn.bdtl-external-link .bdtl-icon {
  margin-left: 1em;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel .bdtl-btn.bdtl-external-link.bdtl-active {
  display: inline-flex;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
  width: 320px;
  height: 200px;
  background: #555;
  position: absolute;
  z-index: 2;
  right: 60%;
  bottom: 0%;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image.left {
  right: 0%;
  top: 80px;
}
.cgd-timelines .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image.right {
  right: 60%;
}
.cgd-timelines .bdtl-panel.quote .bdtl-content-wrapper .bdtl-contents h2 {
  font-style: italic;
  font-size: 13px;
  line-height: 15px;
}
.cgd-timelines .bdtl-panel.quote .bdtl-content-wrapper .bdtl-contents p {
  text-align: right;
}
.cgd-timelines .modalVid {
  position: fixed;
  width: 85%;
  height: 70vh;
  margin: auto;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 4px solid #b6cfd0;
  transition: 0.5s opacity ease;
  opacity: 0;
}
.cgd-timelines .modalVid.abre {
  z-index: 4;
  transition: 0.5s opacity ease;
  opacity: 1;
}
.cgd-timelines .modalVid.cierra {
  z-index: -1;
  transition: 0.5s opacity ease;
  opacity: 0;
}
.cgd-timelines .modalVid .clo {
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #666;
  color: #fff;
  position: absolute;
  top: -15px;
  right: -15px;
  line-height: 29px;
  text-align: center;
  cursor: pointer;
}
.cgd-timelines .modalVid .clo:hover {
  color: #666;
  background-color: #fff;
}
.cgd-timelines .modalVid .ifra {
  width: 100%;
  margin: auto;
  height: 100%;
}
.cgd-timelines.bdtl-internal .bdtl-header .intro {
  display: none;
}
.cgd-timelines.bdtl-internal .bdtl-header h1 {
  cursor: pointer;
}
.cgd-timelines.bdtl-internal .bdtl-header h1:hover {
  text-decoration: underline;
}
.cgd-timelines.bdtl-internal .bdtl-header .bdtl-btn.bdtl-btn-back {
  visibility: visible;
}

@media screen and (max-width: 770px) {
  #cont {
    width: 95%;
    margin: auto;
  }
  #cont #tit {
    font-size: 40px !important;
    width: 85%;
  }
  #cont #baja {
    font-size: 17px !important;
    line-height: 23px;
    width: 85%;
  }
  #cont #baja br {
    display: none;
  }

  #cgd-timelines {
    width: 100%;
    margin: auto;
  }
  #cgd-timelines .modalVid {
    width: 93%;
    max-width: 93%;
    height: 65vh;
  }
  #cgd-timelines .modalVid .ifra {
    max-width: 100%;
  }
  #cgd-timelines .bdtl-container {
    width: 100%;
    margin: auto;
    width: 100%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 30%;
    left: 2%;
    width: 47%;
    height: unset;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left.bdtl-show-year .bdtl-year {
    font-size: 24px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left.bdtl-show-year.bdtl-big-year .bdtl-year {
    font-size: 32px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 3%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left .bdtl-content-wrapper .bdtl-contents .bdtl-image {
    width: 300px;
    right: 9%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 7%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .bdtl-image {
    height: 175px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 44%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 170px;
    height: unset;
    right: 50%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 {
    min-height: 445px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 29%;
    width: 49%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    bottom: -45%;
    width: 60%;
    padding: 20px;
    padding-left: 120px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    font-size: 17.5px;
    margin-left: 0;
    width: 100%;
    line-height: 1.1;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote p span {
    font-size: 14px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 240px;
    width: 210px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 {
    min-height: 350px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 30%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 210px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 235px;
    top: 8%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 {
    min-height: 365px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 32%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 270px;
    top: 18%;
    right: 51%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9, #cgd-timelines .bdtl-container .bdtl-panel.left#id11, #cgd-timelines .bdtl-container .bdtl-panel.left#id17 {
    min-height: 380px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 31%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    top: 25%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 {
    min-height: 350px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 28%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 28%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    top: 22%;
    width: 340px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 32%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 250px;
    top: 5%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 {
    min-height: 445px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 51%;
    top: 29%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    bottom: -45%;
    width: 60%;
    padding: 20px;
    padding-left: 110px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    font-size: 17.5px;
    margin-left: 0;
    width: 100%;
    line-height: 1.1;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote p span {
    font-size: 14px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 250px;
    width: 210px;
    top: 31%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 29%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 30%;
    left: 8%;
    width: 300px;
    height: 240px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 250px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 {
    min-height: 350px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 27%;
    width: 48%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 250px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 {
    min-height: 220px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents {
    min-height: 220px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 220px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 30%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .bdtl-image {
    width: 340px;
    top: 30%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id23 {
    min-height: 375px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 34%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 240px;
    width: 200px;
    right: 51%;
    top: 34%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 34%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 240px;
    width: 240px;
    right: 51%;
    top: 21%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 505px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 280px;
    top: 11%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 180px;
    top: 18%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 36%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 230px;
    top: 26%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 270px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 29%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 330px;
    top: 25%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right.bdtl-show-year .bdtl-year {
    font-size: 24px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right.bdtl-show-year.bdtl-big-year .bdtl-year {
    font-size: 32px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 5%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 310px;
    right: 7%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 74%;
    top: 14%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 325px;
    top: 21%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 {
    min-height: 510px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 50%;
    top: 33%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .bdtl-image {
    width: 320px;
    height: 290px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 25%;
    width: 48%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 {
    min-height: 350px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id12 {
    min-height: 400px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 75%;
    top: 17%;
    left: 6%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 260px;
    top: 19%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 185px;
    width: 215px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 17%;
    width: 72%;
    left: 6%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 330px;
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 330px;
    top: 30%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 33%;
    width: 49%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 {
    min-height: 400px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 28%;
    width: 51%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    right: 48%;
    top: 27%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id30 {
    min-height: 350px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 {
    min-height: 715px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 51%;
    top: 38%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    bottom: -135%;
    padding: 20px;
    padding-left: 110px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    margin-left: 0;
    width: 95%;
    font-size: 17.5px;
    line-height: 1.1;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote p span {
    font-size: 14px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 {
    min-height: 320px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 29%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .bdtl-image {
    height: 185px;
    width: 210px;
    top: 32%;
  }
}
@media screen and (max-width: 500px) {
  #cont #tit {
    font-size: 30px !important;
    width: 85%;
  }
  #cont #baja {
    font-size: 16px !important;
    width: 90%;
    line-height: 20px;
  }
  #cont #baja br {
    display: none;
  }

  #cgd-timelines {
    overflow-x: hidden;
  }
  #cgd-timelines .modalVid {
    height: 45vh;
  }
  #cgd-timelines .modalVid .ifra {
    max-width: 100%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 53%;
    left: 5%;
    width: 90%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left.bdtl-show-year .bdtl-year {
    top: 2%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    padding: 0;
    left: 50%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left.bdtl-show-year .bdtl-year:after {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left.bdtl-show-year.bdtl-big-year .bdtl-year {
    font-size: 34px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 400px;
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    left: 0;
    width: 95%;
    top: 15%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 13px;
    width: 90%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 100%;
    height: 200px;
    left: 0;
    bottom: 3%;
    top: unset;
    transform: translateX(0%);
    background-position: center top !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1, #cgd-timelines .bdtl-container .bdtl-panel.left#id7, #cgd-timelines .bdtl-container .bdtl-panel.left#id21, #cgd-timelines .bdtl-container .bdtl-panel.left#id27, #cgd-timelines .bdtl-container .bdtl-panel.left#id29, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 {
    min-height: 540px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
    width: 100%;
    min-height: 535px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 90%;
    margin: auto 5%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    margin: 10px auto;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 {
    min-height: 630px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 630px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 14%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id1 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    bottom: 4%;
    height: 195px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 {
    min-height: 800px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 630px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 70%;
    width: 96%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    padding-left: 5%;
    top: unset;
    bottom: -25%;
    width: 98%;
    left: 0;
    height: fit-content;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    font-size: 17px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote p span {
    font-size: 15px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 330px;
    width: 100%;
    top: 13%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 {
    min-height: 580px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 580px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 73%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id5 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 330px;
    width: 80%;
    left: 10%;
    top: 12%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 {
    min-height: 650px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 730px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 11%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    top: 71%;
    width: 80%;
    left: 10%;
    height: 190px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 {
    min-height: 525px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 92%;
    width: 98%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id9 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    top: 23%;
    height: 250px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 {
    min-height: 530px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 500px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 63%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 90%;
    left: 5%;
    height: 198px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 {
    min-height: 470px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 75%;
    width: 98%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id11 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    display: none;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 {
    min-height: 400px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 62%;
    left: 4%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    top: 5%;
    left: 10%;
    height: 255px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 {
    min-height: 678px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 630px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 55%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    padding-left: 5%;
    top: unset;
    bottom: -6%;
    width: 98%;
    left: 0;
    height: fit-content;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    font-size: 15px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 100%;
    right: unset;
    top: 13%;
    bottom: unset;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id17 {
    min-height: 500px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 90%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id17 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 22%;
    left: 10%;
    width: 80%;
    height: 255px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 {
    min-height: 510px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 73%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 18%;
    left: 5%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id19 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 70%;
    left: 15%;
    top: 13%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 {
    min-height: 300px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 300px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 18%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id21 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    top: 60%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id23 {
    min-height: 510px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 100%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id23 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 300px;
    width: 80%;
    right: 51%;
    left: 10%;
    top: 21%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 {
    min-height: 450px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 63%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 155px;
    width: 80%;
    left: 10%;
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 {
    min-height: 650px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 650px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id27 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    top: 69%;
    width: 80%;
    left: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id29 {
    min-height: 540px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 13%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id29 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    top: 61%;
    left: 10%;
    height: 170px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id31 {
    min-height: 435px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 86%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id31 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    top: 21%;
    left: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 {
    min-height: 390px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 390px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 18%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 110px;
    top: 61%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right.bdtl-show-year .bdtl-year {
    font-size: 40px;
    top: 2%;
    transform: translateX(-50%);
    text-align: center;
    width: 90%;
    left: 50%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right.bdtl-show-year .bdtl-year:after {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right.bdtl-show-year .bdtl-year.bdtl-big-year .bdtl-year {
    font-size: 34px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 400px;
    max-width: 100%;
    width: 100%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    left: 0;
    width: 95%;
    top: 65%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 13px;
    width: 90%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 100%;
    height: 200px;
    top: 22%;
    left: 0;
    right: unset;
    background-position: center top !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id2 {
    min-height: 650px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 77%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id2 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 100%;
    height: 330px;
    top: unset;
    top: 18%;
    left: 0%;
    right: unset;
    background-position: center top !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 {
    min-height: 505px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 500px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 17%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    top: unset;
    bottom: -2%;
    left: 10%;
    right: unset;
    background-position: center top !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 500px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 66%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 20%;
    left: 5%;
    width: 90%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 {
    min-height: 730px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 95%;
    top: 59%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id10 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    height: 290px;
    left: 10%;
    top: 16%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id20 {
    min-height: 730px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 77%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id20 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    height: 330px;
    left: 10%;
    top: 18%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id12 {
    min-height: 585px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 95%;
    top: 80%;
    left: 0%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id12 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 25%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id14 {
    min-height: 465px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 460px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 17%;
    left: 2%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id14 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    top: 67%;
    left: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id16 {
    min-height: 420px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 80%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id16 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 220px;
    width: 80%;
    left: 10%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 {
    min-height: 400px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo {
    width: 100%;
    min-height: 440px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 18%;
    width: 90%;
    margin: auto;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    margin: auto;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image, #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 85%;
    height: 200px;
    top: unset;
    bottom: -2%;
    left: 7%;
    right: unset;
    background-position: center center !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id18 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 18%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id22 {
    min-height: 610px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id22 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 300px;
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 {
    min-height: 390px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 390px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 23%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 110px;
    width: 90%;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    background-position: center center !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id26 {
    min-height: 640px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 100%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id26 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 300px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 {
    min-height: 540px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 65%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id28 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    right: 48%;
    top: 15%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id30 {
    min-height: 500px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 75%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id30 .bdtl-content-wrapper .bdtl-contents .fondo .poster {
    top: 22%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 {
    min-height: 922px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 100%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    padding-left: 8%;
    top: 167%;
    bottom: -128%;
    width: 98%;
    left: 0;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    font-size: 15px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 300px;
    width: 80%;
    left: 10%;
    top: 23%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 {
    min-height: 450px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 75%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel p {
    font-size: 15px;
    line-height: 1.5;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 200px;
    width: 80%;
    top: 21%;
    left: 10%;
  }
}
@media screen and (max-width: 400px) {
  #cont #baja {
    font-size: 15px !important;
    line-height: 19px;
  }

  #cgd-timelines .bdtl-container .bdtl-panel p {
    line-height: 1.3 !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 {
    min-height: 825px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id3 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    bottom: -29%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id7 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    top: 72%;
    height: 175px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 {
    min-height: 500px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 95%;
    top: 59%;
    left: 2%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id8 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 179px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    width: 95%;
    top: 56%;
    left: 2%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id13 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    width: 80%;
    top: 5%;
    left: 10%;
    height: 200px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 {
    min-height: 730px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id15 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    padding-left: 5%;
    top: unset;
    bottom: -14%;
    width: 98%;
    left: 0;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 {
    min-height: 400px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 55%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id25 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 130px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo {
    min-height: 400px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.left#id33 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 100px;
    top: 64%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id4 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 130px;
    width: 80%;
    top: unset;
    bottom: 7%;
    left: 10%;
    right: unset;
    background-position: center top !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 {
    min-height: 565px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 62%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id24 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 120px;
    width: 85%;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 {
    min-height: 982px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 100%;
    width: 95%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote {
    padding-left: 8%;
    top: 170%;
    bottom: -128%;
    width: 98%;
    left: 0;
    height: 286px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .quote p {
    font-size: 15px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id32 .bdtl-content-wrapper .bdtl-contents .fondo .bdtl-image {
    height: 300px;
    width: 80%;
    left: 10%;
    top: 23%;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id34 {
    min-height: 470px;
  }
}
@media screen and (max-width: 350px) {
  #cgd-timelines .bdtl-container .bdtl-panel p {
    line-height: 1.3 !important;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 {
    min-height: 600px;
  }
  #cgd-timelines .bdtl-container .bdtl-panel.right#id6 .bdtl-content-wrapper .bdtl-contents .fondo .conte-panel {
    top: 58%;
  }
}
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}
