@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

html {-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
body {background:#2f2f3b;font-family: 'Roboto', sans-serif;margin: 0;}
body, html {height: 100%;}
.wrapper {min-height: 100%;position: relative;}
a {text-decoration:none;color: #c6c6c6;}
h1,h2 {width:100%;font-family: 'Roboto Condensed', sans-serif;font-weight: 700;font-size: 1.0em;}
h1 {margin-top:200px;}
h1 span {font-size:26px;text-transform:capitalize;background:rgba(0,0,0,0.85);display:inline-block;color:#6D461D;border-radius:5px 5px;-webkit-border-radius:5px 5px;-moz-border-radius:5px;text-shadow:0 2px 8px rgba(0,0,0,0.75);margin:0 5px;padding:3px 10px;}
h2 {color:#C6C6C6;margin-bottom:3vh;}
article {text-align: center;}
.main {min-height: 100%;position: relative;text-align: center;}
.main h1 {float:right;width:100%;font-size:45px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;font-weight:100;color:#FFF;margin:0;padding:150px 50px;}
.clear {width:auto;}
header {width:100%;height:50px;position:fixed;top:0;z-index:100;background-color:#2f2f3b;transition:top .2s cubic-bezier(.42,0,.57,.68);}
header #about {width:300px;background-color:#fff;position:absolute;top:50px;right:50px;display:none;padding:20px 0;}
header #about:hover {cursor:pointer;}
header #about h4 {text-align:left;font-weight:300;width:80%;margin:0 auto;}
header #about p {text-align:left;width:80%;color:#848484;font-size:13px;line-height:18px;margin:10px 10%;}
header #about p strong {text-transform:uppercase;font-weight:100;color:#3C3C3C;}
header #about p a {text-decoration:none;transition:color 1s ease;color:#2f2f3b;font-weight:800;}
header #about p a:hover {color:#c6c6c6;}
#logo a {float:left;opacity:1;}
#logo.ln a {width:162px;height:66px;left:15px;background:url(../svg/ln.svg) no-repeat center center;background-size:contain;margin:-8px 0 0 15px;}
#logo span {margin-left:10px;line-height:51px;font-weight:400;font-size:15px;text-transform:uppercase;color:#a3a3a3;}
#share li.ficha a {width:96px;font-size:13px;margin-top:4px;border-right:1px solid #848484;padding-right:10px;}
.facebook a {background:url(../svg/facebook.svg) no-repeat center center;background-size:contain;display:inline;}
.twitter a {background:url(../svg/twitter.svg) no-repeat center center;background-size:contain;display:inline;}
.google a {background:url(../svg/google.svg) no-repeat center center;background-size:contain;display:inline;}
.share {text-align:center;margin:0 auto;}
.creditos {position:absolute;right:0;color:#fff;font-family:Roboto, sans-serif;font-weight:500;font-size:.7rem;text-shadow:0 0 10px rgba(1,1,1,0.64);margin:15px 15px 0 0;}
.creditos-i {position:relative;color:#242424;font-family:Roboto, sans-serif;font-weight:400;font-size:.8rem;text-align:center;padding-bottom:40px;margin:-20px auto;}
.comentarios {text-align:center;}
#share {position:absolute;right:10px;top:0;z-index:-1;}
#share ul {display:inline-flex;list-style:none;}
#share li a {width:23px;height:23px;display:block;margin-left:8px;opacity:0.5;transition:opacity 1s ease;}
#share li a:hover {opacity:1;}
#share li.facebook a {background:url(../svg/share_facebook.svg) no-repeat center center;background-size:contain;}
#share li.twitter a {background:url(../svg/share_twitter.svg) no-repeat center center;background-size:contain;}
#share li.google a {background:url(../svg/share_google.svg) no-repeat center center;background-size:contain;}
.portada #stork {position: absolute;
    max-height: 60vh;
    width: auto;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);}
.portada .cloud.small {width:15vw;left: 0;}
.portada .cloud.large {width:35vw;left: 0;margin-top:-5vh;}
#logo,.portada .cloud {position:absolute;}
#button {
    position: fixed;
    right: 0px;
    bottom: 0px;
    height: 35px;
    width: 150px;
    background-color: #3e3e4d;
    z-index: 9999;
    text-decoration: none;
}
#button p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bolder;
    text-align: center;
    line-height: 100%;
}
#button a {opacity: 1;}
#button a:hover {
    opacity: 0.5;
}

.cd-scroll-down {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 80;
    width: 40px;
    height: 64px;
    background: url("../img/cd-arrow-bottom.svg") no-repeat center center;
}

 #cd-vertical-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
}
 #cd-vertical-nav li {
  text-align: right;
     list-style-type: none;
}

 #cd-vertical-nav a {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
 #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
 #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
 #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
 #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
 #cd-vertical-nav a.is-selected .cd-dot {
  opacity: 1; 
 transform: scale(1);
     background-color: #fff;
}
 #cd-vertical-nav .cd-dot {position: relative;top: 10px;height: 15px;width: 15px;border-radius: 1%;border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
 #cd-vertical-nav .cd-label {
  position: relative;margin-right: 10px;padding: .2em .1em;color: white;font-size: 18px;font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
#cd-vertical-nav p {
    text-align: right;
    color: #fff;
}

.SmallCloudAnimation{animation:SmallCloudFrames linear 60s;animation-iteration-count:infinite;transform-origin:50% 50%;-webkit-animation:SmallCloudFrames linear 60s;-webkit-animation-iteration-count:infinite;-webkit-transform-origin:50% 50%;-moz-animation:SmallCloudFrames linear 60s;-moz-animation-iteration-count:infinite;-moz-transform-origin:50% 50%;-ms-animation:SmallCloudFrames linear 60s;-ms-animation-iteration-count:infinite;-ms-transform-origin:50% 50%}@keyframes SmallCloudFrames{50%{transform:translate(30vw,80px)}0%,100%{transform:translate(0,80px)}}@-moz-keyframes SmallCloudFrames{0%,100%{-moz-transform:translate(0,80px)}50%{-moz-transform:translate(30vw,80px)}}@-webkit-keyframes SmallCloudFrames{0%,100%{-webkit-transform:translate(0,80px)}50%{-webkit-transform:translate(30vw,80px)}}@-ms-keyframes SmallCloudFrames{0%,100%{-ms-transform:translate(0,80px)}50%{-ms-transform:translate(30vw,80px)}}

.LargeCloudAnimation{animation:LargeCloudFrames linear 60s;animation-iteration-count:infinite;transform-origin:50% 50%;-webkit-animation:LargeCloudFrames linear 60s;-webkit-animation-iteration-count:infinite;-webkit-transform-origin:50% 50%;-moz-animation:LargeCloudFrames linear 60s;-moz-animation-iteration-count:infinite;-moz-transform-origin:50% 50%;-ms-animation:LargeCloudFrames linear 60s;-ms-animation-iteration-count:infinite;-ms-transform-origin:50% 50%}@keyframes LargeCloudFrames{0%,100%{transform:translate(100vw,80vh)}50%{transform:translate(40vw,80vh)}}@-moz-keyframes LargeCloudFrames{0%,100%{-moz-transform:translate(100vw,80vh)}50%{-moz-transform:translate(40vw,80vh)}}@-webkit-keyframes LargeCloudFrames{0%,100%{-webkit-transform:translate(100vw,80vh)}50%{-webkit-transform:translate(40vw,80vh)}}@-ms-keyframes LargeCloudFrames{0%,100%{-ms-transform:translate(100vw,80vh)}50%{-ms-transform:translate(40vw,80vh)}}

section {min-height: 100vh;display: inline-block;
  overflow: hidden;}

.main section .page_container {position:relative;top:100%;m;z-index:3;max-width:60%;margin:0 auto;padding-bottom: 0;text-align: center;}
.main section {position: relative;}

.main section.page1 {background-color:#2f2f3b;}
.main section.page1 .page_container {bottom: 200px; min-height: 100%;position: relative;x}
.main section.page1 h1 {margin-top:85vh; font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:60px;font-weight: 700;line-height: 60px;letter-spacing:-1px;color:#FFF;padding:0;width:100%;}
.main section.page1 h2 {text-align:center;font-weight: 100;}

.main section.page2 {background-color:#2f2f3b;}
.main section.page2 .page_container {margin-top: 7vh; min-height: 100%;position: relative;max-width:80%;}
.main section.page2 h1 {font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}
.main section.page2 h2 {text-align:center;font-weight: 100;}

.main section.page3 {background-color:#2f2f3b;}
.main section.page3 .page_container {margin-top: 7vh; min-height: 100%;position: relative;}
.main section.page3 h1 {font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}
.main section.page3 h2 {text-align:center;font-weight: 100;}

.main section.page4 {background-color:#2f2f3b;}
.main section.page4 .page_container {margin-top: 8vh; min-height: 100%;position: relative;}
.main section.page4 h1 {font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}
.main section.page4 h2 {text-align:center;font-weight:100;}

.main section.page5 {background-color:#2f2f3b;}
.main section.page5 .page_container {margin-top: 7vh; min-height: 100%;position: relative;}
.main section.page5 h1 {font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}
.main section.page5 h2 {text-align:center;font-weight: 100;}

.main section.page6 {background-color:#2f2f3b;}
.main section.page6 .page_container {margin-top: 8vh; min-height: 100%;position: relative;}
.main section.page6 h1 {font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}
.main section.page6 h2 {text-align:center;font-weight:100;}

.main section.page7 {background:#444652;width: 100%;}
.main section.page7 .page_container {margin-top: 8vh; min-height: 100%;position: relative;pointer-events: none;}
.main section.page7 h1 {font-family: 'Roboto Condensed', sans-serif;text-align:center;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}
.main section.page7 h2 {text-align:center;font-weight:100;padding-bottom: 60px;}

.main section.page8 {background-color:#2f2f3b;}
.main section.page8 .page_container {margin-top: 7vh; min-height: 100%;position: relative;}
.main section.page8 h1 {margin-top:50%;vertical-align: middle;font-family: 'Roboto Condensed', sans-serif;text-align:left;margin-bottom:15px;font-size:40px;font-weight: 700;line-height: 40px;letter-spacing:-1px;color:#FFF;padding:0;}

#video {width:100%;max-width: 710px;height: 490px;margin: 0 auto;text-align: center;padding: 20px;}
iframe {width: 100%;height: 400px;}
#chartContainer{height: 500px;width: 80%;padding: 0;margin: 0 auto;}
#container {height: 500px;width: 90%;padding: 0;margin: 0 auto;max-width: 1200px;}

.check-out {position:absolute;bottom:1rem;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);font-size:2rem;color:#fff;}
.check-out a {color:#faa;text-decoration:none;padding-bottom:.3rem;border-bottom:.2rem solid;}
.app {max-width:1100px;position:relative;vertical-align:middle;z-index:-1;color:#fff;display:block;margin:auto;padding:0;text-align: center}
.forms {width:32%;height:10%;display:inline-block;text-align:center;margin:3px 3px 5%;outline: none;}
.profile {width:98%;height:12%;max-width:800px;display:inline-block;text-align:center;font-size:36px;font-weight:700;}
.icons {width:98%;max-width:800px;display:inline-block;text-align:center;}
.number {width:100%;display:inline-block;text-align:center;}
.number_ {width:100%;display:inline-block;text-align:center;}
.births {width:48.5%;height:95%;display:inline;vertical-align:middle;text-align:center;font-size:5em;font-weight:700;margin:10px 10px 10px 50px;}
.births-two {width:48.5%;height:95%;display:inline;vertical-align:middle;text-align:center;font-size:11em;font-weight:700;margin:10px 10px 10px 10px;}
.b_text {position:relative;height:100%;display:inherit;vertical-align:middle;font-weight:900;text-align:left;font-size:20px;margin:3px;}
.c_text {position:relative;width:45%;height:100%;display:inherit;vertical-align:middle;font-weight:900;text-align:left;font-size:12px;margin:3px;}
.number_two {width:40%;height:8%;max-width:800px;display:inline-block;text-align:center;font-size:12px;margin:2px;}
.scale {width:98%;height:13%;max-width:800px;display:inline-block;text-align:center; position: relative;}
.share {width:98%;height:5%;max-width:800px;display:inline-block;text-align:center;margin-top:20px;}
form {background:#2f2f3b;color:#9B9B9B;font-weight:100;outline: none;}
input, select{border-radius:5px;margin-bottom:20px;padding-left: 10px;height:40px;width:220px;color:#C6C6C6;background:#2f2f3b;text-align:center;font-family:Roboto, sans-serif;font-size:16px;font-weight:700;border: 1px solid #f8f8f8;outline: none;-webkit-appearance:none;-webkit-text-fill-color:#c6c6c6;-moz-appearance:none;-moz-text-fill-color:#c6c6c6;}
input[type=button] {
    /* ... other rules ... */
    cursor:pointer;
}

input[type=button]:hover {
    background-color:#4c4c65;
}
label {border-radius:5px;margin-bottom:20px;height:40px;width:220px;color:#C6C6C6;background-color:#2f2f3b;text-align:center;font-family:Roboto, sans-serif;font-size:18px;font-weight:700;}
#searchbar {margin: 0;
    width: 140% !important;
    max-width: 140% !important;
    margin-left: -20%;}

ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
            margin-top: 20px;
            margin-left:20px;
			background: none;
			color: #C6C6C6;
			display: inline-block;
			padding: 10px 25px;
			cursor: pointer;
            border-radius: 5px;
    margin-bottom: 20px;
            width: 80px;
    color: #C6C6C6;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #f8f8f8;
    outline: none;
            
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
            color: #C6C6C6;
            width: 100vh;
            max-width: 800px;
		}

		.tab-content.current{
			display: inline-table;
		}
.tab-content, p {    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.0em;}
.tab-content span {font-size: 1.3em;font-weight: 700;font-family: 'Roboto', sans-serif;color: #ffffff;}


.forma {display:inline-block;text-align:center;;outline: none;}
.file {width:480px;height:510px;display:inline-block;text-align:center;left:0;}
.iconb {margin-top: 30px;margin-bottom: 10%; width:100%;display:inline-block;text-align:center;}
.search_two {width:285px;height:480px;right:0;display:inline-block;text-align:center;vertical-align:bottom;font-size:12px;}
.forms span,.forma span {display:block;padding-bottom:10px;font-weight: 300;color:#9B9B9B;}
.move-needle{background: url(../img/needle.png); width: 10px; height: 25px; background-size: 100% 100%; position: absolute; top: 0px;}
.birth {width: 50px;border: none;height:37px;color: #C6C6C6;}
.date {border-radius:5px;margin-bottom:20px;height:40px;max-width:220px; color:#C6C6C6;background:#2f2f3b;text-align:center;font-family:Roboto, sans-serif;font-size:16px;font-weight:700;border: 1px solid #f8f8f8;text-align: center;margin: auto;outline: none;}

.vinculados {max-width:1200px;overflow:hidden;position:relative;color:#fff;margin:0px auto;}
.vinculados #detail {text-align:center;height:370px;position:relative;padding:20px 0;}
.vinculados #detail ul {list-style:none;text-decoration:none;}
.vinculados #detail li {display:inline-block;border:1px #8C8C8C solid;font-size:13px;color:#8C8C8C;background-color:transparent;transition:all 1s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0 8px 10px;padding:5px 17px;border-radius: 5px;}
.vinculados .boxes {min-height:200px;display:inline-block;vertical-align:top;position:relative;margin:40px 20px 0;}
.vinculados .boxes h3 {display:block;font-size:1.5em;-webkit-margin-before:.83em;-webkit-margin-after:.83em;-webkit-margin-start:0;-webkit-margin-end:0;font-weight:700;text-align: left;}
.vinculados .boxes h4 {margin:0 0 16px;}
.vinculados .boxes .box {width:48px;height:50px;padding-top:50px;display:inline-block;text-align:center;border:1px solid #404040;border-radius:7px;margin:25px 5px 0;}
.vinculados .boxes .box.presente {background-image:url(../svg/punto_gray.svg);background-size:200%;background-position:center center;overflow:hidden;background-repeat:no-repeat;vertical-align:top;}
.vinculados .boxes p.key {font-size:11px;width:52px;text-transform:uppercase;position:absolute;top:15px;color:#744B48;}
.vinculados .boxes p.key span {color:#A0A0A0;}
.vinculados .boxes .count {position:absolute;bottom:0;font-size:11px;font-weight:100;letter-spacing:1px;width:50px;text-align:right;text-transform:uppercase;margin:0;}
.vinculados .boxes h6 {color:#ccbfc2;}
.vinculados .boxes h5 {color:#818181;}
.vinculados #infobox {width:300px;}
.vinculados #infobox p {font-size:13px;line-height:18px;color:rgba(255,255,255,0.3);text-align: left;}
.vinculados #trends {width:200px;}
.vinculados #charts {width:400px;}
.vinculados #charts object {width:400px;height:200px;}
.vinculados #charts .cb_detail {display:none;width:400px;height:200px;}
.vinculados #detail li:hover {cursor:pointer;color:#fff;background-color:rgba(239,148,101,0.2);border:0;}
.vinculados #detail h4 {text-transform:uppercase;margin:0 auto;}
.vinculados #detail .decada {display:none;width:908px;}
.vinculados #detail li.current {background-color:#EF9465;border:0;color:#2f2f3b;border:1px #8C8C8C solid;font-size:13px;}
#escala {position:absolute;right:160px;opacity:0;}
.vinculados .boxes .box.pasado,.vinculados .boxes .box.futuro {background-image:url(../svg/punto_brown.svg);background-size:200%;background-position:center center;overflow:hidden;background-repeat:no-repeat;vertical-align:top;}
.quote {text-align: center;}
.show {display: none;}

.related {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 250px;
    font-family: Open Sans, sans-serif;
    display: inline;
}
.col {
    width: 250px;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;font-weight: 700;
    height: 200px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    padding-bottom: 100px;
}

#notification_IE{background-color: rgba(0, 0, 0, 0.9);width: 100%;height: 120vh;position: absolute;z-index: 1000;top: 0;bottom: 0;display: none;}
#mensaje{width: 200px;height: 200px;margin: 15% auto;background-color: #FFEB00; padding: 40px;}
.comentarios p {text-align: center;color:#fff;}
footer .main p strong{color:#ffffff;font-weight: 700;width: 60%;margin: 0 auto;}
footer .main p{color:#fff;font-size:9px;font-weight:700;text-align:center;text-transform:uppercase;line-height:14px;letter-spacing:1px;background-color:#2f2f3b;height:150px;z-index:12;position:relative;margin: 0 auto;max-width: 900px;}

.ilustracion{
    position: absolute;
    opacity: 0;
    top: 15%;
    left: calc(50% - 200px);
    z-index: 0;
    width: 400px;
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40vh;
    pointer-events: none;
}

.activa{
  animation: activaFrames ease 2s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: activaFrames ease 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: activaFrames ease 2s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -ms-animation: activaFrames ease 2s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
@keyframes activaFrames{
  0% {opacity:0;transform:  translate(0px,-25px)  ;
  }
  100% {opacity:1;transform:  translate(0px,0px)  ;
  }
}
@-moz-keyframes activaFrames{
  0% {opacity:0;-moz-transform:  translate(0px,-25px)  ;
  }
  100% {opacity:1;-moz-transform:  translate(0px,0px)  ;
  }
}
@-webkit-keyframes activaFrames {
  0% {opacity:0;-webkit-transform:  translate(0px,-25px)  ;
  }
  100% {opacity:1;-webkit-transform:  translate(0px,0px)  ;
  }
}
@-ms-keyframes activaFrames {
  0% {opacity:0;-ms-transform:  translate(0px,-25px)  ;
  }
  100% {opacity:1;-ms-transform:  translate(0px,0px)  ;
  }
}

@media screen and (max-width: 420px) {
    #container {display: none;}
    .show {display: inline;}
}

@media screen and (max-width: 960px) {
    #logo span, header #share ul li.ficha, #selectorB{display: none;};
    section .selector{height: 780px;}
    header {background-color:#2f2f3b;}
    .hide {display: none;}
    #hide {display: none;}
     #cd-vertical-nav {display: none;}
    .portada #stork {position: absolute;max-height: 30vh;width: auto;left: 55%;margin-top:10vh;}
    .main section.page1 h1 {margin-top: 68vh;}
    .main section .page_container {max-width: 80%;}
    .scale, .share, .icons {display: none;}
    .forma {display: inline;width:  40%;width: 28vh;}
    .b_text {display: block;text-align: center;}
    .number {display: inline;}
    .number_two {margin:20px;}
    .births {font-size: 9em;margin: 10px;}
    .adv {display: none;}
    .c_text {display:inline-grid;text-align: center;}
    .births-two {width:100%;display: block;margin:0;}
    .main section.page3 {min-height: 80vh;}
    .main section.page8 #bebe {max-width: 50%;margin:0;}
    .vinculados #detail .decada {width: 90%;}
    .vinculados .boxes {margin: 0;}
    .file {width: 100%;height: auto;}
    .tab-content.current{display: inline;width: 50%;}
    ul.tabs li {display: inline-block;
    width: 20%;}
    .main section.page2 .page_container {padding-bottom: 50px;}
    .main section.page7 h2 {margin-top: 250px;}
}
@media screen and (max-width: 1136px) {
    .forms {display: inline;width:  40%;}
}