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;
}

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: #24327f;
    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: #ffb13b;
    padding: 30px;
    color: #fff;
    margin: 0;
    flex-flow: column;

    justify-content: center;
}

#intro {
    height: 100vh;
    width: 100%;
    background: #ffb13b;
    padding: 5% 0;
    height: auto;
    position: relative;
}

#intro p{
  margin-top: 0;
}

header .title h1{
    padding: 0 10%;
    position: relative;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

header .title h2{
    padding: 0 10%;
    position: relative;
    font-size: 22px;
        font-weight: 400;
}

header .title h1:after{
content: " ";
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    right: -300px;
    border: dashed 1px rgba(255, 255, 255, 0.5019607843137255);
    top: 50%;
    transform: translateY(-50%);
}

header .title h1:before{
content: " ";
    width: 400px;
    height: 400px;
    transform: rotate(54deg);
    position: absolute;
    right: -200px;
    border: dashed 1px rgba(255, 255, 255, 0.5019607843137255);
    top: 50%;
    transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

nav{
  position: absolute;
  bottom: 100px;
  left: 0;
  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 #ffad00;
}

.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;
}



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

nav .items-menu a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 8px;
    letter-spacing: 1px;
    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;
}

#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%;
}

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

footer img{
  margin:10px;
}

  .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 );
}
