body{
  padding:0;
  margin: 0;
  font-family: 'Muli', sans-serif;
}

header{
  background-image: url(../images/aportada.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  overflow: hidden;
}

section{
  height: 100vh;
  width: 100%;
}

.col-1, .col-2{
  width: calc(50% - 60px);
  min-width: calc(50% - 60px);
  padding: 30px;
  align-items: center;
  justify-content: center;
      display: flex;
      position: relative;
          flex-flow: column;
}

.content-scroll{
  height: 50vh;
  overflow-y: scroll;
      margin: 0 60px 0 0;
}

.btn-descarga{
    background: #223184;
    padding: 5px 20px;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
}

.scroll .btn-descarga{
  font-size: 16px;
}

.scroll h3{
      color: #8b4a97;
    padding-left: 30px;
    font-size: 30px;
    font-weight: 900;
    margin-top: 0;
}

.scroll{
  flex-flow: column;
}

.item{
  display: flex;
}

header .title{
    height: calc(100vh - 60px);
    width: 50%;
    display: flex;
    align-items: center;
    background: rgba(139, 74, 151, 0.8392156862745098);
    padding: 30px;
    color: #fff;
    margin: 0;
    flex-flow: column;

    justify-content: center;
}

#intro {
    height: 100vh;
    width: 100%;
    background: #8B4A97;
    padding: 5% 0;
    height: auto;
    position: relative;
    z-index: 100;
}

#intro p{
  margin-top: 0;
}

#principal, #principal-2{
      background-image: url(../images/bg-map.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%;
    background-attachment: fixed;
}

#principal, #explora{
  transform: none;
  position: relative;
}

#explora label{
  color: #fff!important;
}

#explora .col-1{
  background-color: #dfdd00;
  background-image: url(../images/bg-mapa.png);
  background-size: cover;
}

#explora .col-2 p{
    font-size: 22px;
    margin-top: 0;
}

#explora .col-2 h3{
  margin-bottom: 15px;

}

#explora .col-1 img{
  -webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.38);
-moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.38);
box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.38);
}

#explora .scroll h3{
  color: #1ea29b;
}

#explora .scroll .btn-descarga {
    background: #1ea29b;
  }

#principal label, #explora label{
    top: 50%;
    transform: rotate(-90deg);
    left: -22px;
    font-size: 70px;
    color: #d7ece4;
    position: absolute;
    z-index: 100;
    height: 70px;
    font-weight: bold;
    width: 70px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#principal-2 label{
    top: 50%;
    transform: rotate(-90deg);
    left: -22px;
    font-size: 70px;
    color: #fff;
    position: absolute;
    z-index: 100;
    height: 70px;
    font-weight: bold;
    width: 70px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#podcast label{
    top: 50%;
    transform: rotate(-90deg);
    left: -22px;
    font-size: 70px;
    color: #fff;
    position: absolute;
    z-index: 100;
    height: 70px;
    font-weight: bold;
    width: 70px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#videos label{
    top: 50%;
    transform: rotate(-90deg);
    left: -22px;
    font-size: 70px;
    color: #fff;
    position: absolute;
    z-index: 100;
    height: 70px;
    font-weight: bold;
    width: 70px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#principal-2{
    position: relative;
    background-color: #cde8dd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#videos{
  position: relative;
    background-image: url(../images/bg-vg.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.row-1 {
  max-width: 70%;
}

#principal-2 h3, #principal-2 p, #videos h3, #videos p{
  text-align: center;
}

#principal-2 p, #videos p{
  margin-bottom: 40px;
}

.row-2 a, .row-2 span{
  margin: 0 20px;

}

.row-2 a img, .row-2 span img{
  display: inline-block;
    -webkit-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.38);
-moz-box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.38);
box-shadow: 0px -1px 5px -1px rgba(0,0,0,0.38);
transition: ease-in-out .3s;
}

.row-2 a img:hover, .row-2 span img:hover{
  transform: scale(1.2, 1.2);
}


#videos .row-2{
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}

#videos .sub-row{
  display: flex;
}

#videos .sub-row span{
  flex-basis: 1;
  width: calc(33.333% - 40px);
  margin-bottom: 30px;
}

.sub-row__title{
      margin-bottom: 20px!important;
    display: block;
    font-weight: bold;
}

header .title h1{
    padding: 0 5% 0 2%;
    position: relative;
    font-size: 45px;
    font-weight: 900;
    text-transform: uppercase;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}

header .title h2{
     padding: 0 5% 0 2%;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
}

header .title p{
    width: 100%;
    padding: 0 5% 0 2%;
    box-sizing: border-box;
    font-size: 18px;
}

.link-p{
  margin-top: 50px!important;
  position: relative;
}

.link-p:before{
  content: " ";
  position: absolute;
  left: 30%;
  top: -25px;
  width: 70px;
  border-top: 1px solid #fff;
}

header .title h1:after{
content: " ";
    width: 150px;
    height: 100vh;
    position: absolute;
    background-image: url(../images/bg-vg.png);
    right: -150px;
    transform: translateY(-45%);
    top:75px;
    z-index: 1;
    /*background-size: cover;*/
}

header .title h1:before{
content: " ";
    width: 400px;
    height: 400px;
    transform: rotate(54deg);
    position: absolute;
    background-color: #8B4A97;
    right: -150px;
    top: 75vh;
    transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    z-index: 2;
}

#podcast{
  background-image: url(../images/bg-vg.png);
  position: relative;
      height: auto;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}




#podcast .content{
  width: 500px;
  height: 500px;
  border-radius: 50%;
/*  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  background-color: #8B4A97;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#podcast .content iframe{
  margin: 0;
}

#podcast .content h3{
    font-size: 17px;
    color: #fff;
    max-width: 400px;
    text-align: center;
    margin-top: 40px;
    font-weight: normal;
}

#podcast .content h2{
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

nav{
  position: absolute;
  top: 25px;
  left: 100px;
  width: 50%;
  display: flex;
  justify-content: center;
}

#logo{
    width: 50%;
    min-width: 50%;
    padding: 1% 2%;
    position: absolute;
    top: 0;
    left: 0;

}

.col-1 h3{
    width: 210px;
    height: 250px;
    background: #24327f;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 33px;
    padding-left: 40px;
    line-height: 34px;
        margin-right: -50px;
}

.col-1 h3 span{
  font-weight: 300;
}

.col-1{
      border-right: 1px dashed #8b4a97;
}

.col-2 p{
  padding-right: 60px;
    padding-left: 30px;
}

.col-2:after{
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #223184;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    z-index: 100;
}

.col-2:before{
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    background: #fff;
    /* border: 1px dashed #ffad00; */
    border-radius: 50%;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
}

#intro p{
    color: #fff;
    padding: 0 10% 0 30%;
    font-size: 18px;
}


#intro:before{
  content: " ";
  position: absolute;
  left: 25%;
  height: 110%;
  border-right: 1px dashed #fff;
  top: -10%;
}

#intro:after{
content: "";
    position: absolute;
    top: -10%;
    left: 25%;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
}

#principal-2 h3 span{
  font-size: 35px;
}

#principal-2 .row-2{
  display: flex;
}

#principal-2 .row-2 a span{
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#principal .col-1{
  background-image: url(../images/bg-dp.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}



nav .items-menu{
    padding: 1% 2%;
}

nav .items-menu a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#flecha {
    position: absolute;
    left: 47%;
    bottom: 10%;
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    z-index: 3;
}

#recomendaciones{
      background: #ffad00;
}

#recomendaciones .col-2{
  display: block;
  color: #fff;
  width: calc(70% - 60px);
  min-width: calc(70% - 60px);
}

#recomendaciones .col-1 {
    border-right: 1px dashed #f7f6f6;
    width: 30%;
        min-width: 30%;
    padding: 0;
}

#recomendaciones .col-2 h3{
    padding-left: 30px;
    font-size: 28px;
    font-weight: 900;
}

#recomendaciones .col-2:after{
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    margin-top: -5px;
    z-index: 100;
}

#recomendaciones .col-2:before{
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    background: #ffad00;
    /* border: 1px dashed #ffad00; */
    border-radius: 50%;
    left: -15px;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {bottom: 13%;}
    to {bottom: 10%;}
}

/* Standard syntax */
@keyframes mymove {
 from {bottom: 13%;}
    to {bottom: 10%;}

}

footer{
  padding: 2% 5%;
  background-color: #f1f1f1;
  display: flex;
}

footer div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer p{
    display: inline;
    margin-right: 20px;
}

#btn-creditos{
    font-size: 14px;
    background-color: #8b4a97;
    padding: 7px 31px;
    border: none;
    color: #fff;
    margin-left: 100px;
}

footer img{
  margin:30px;
}

  .sharethis-inline-share-buttons {
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.52) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#85000000',GradientType=0 );
}

.ventana{
    background-color: rgba(0, 0, 0, 0.6705882352941176);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    transition: ease-in-out 0.3s;
}

#creditos{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

#creditos .coles{
  flex-basis: 1;
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
}

#creditos p{
  font-weight: bold;
}

#creditos p span{
  font-weight: normal;
    display: block;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.is-hidden{
  display: none!important;
}

.content-ventana{
  position: relative;
  background-color: #cde8dd;
}

.ventana .close{
    position: absolute;
    top: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
}
