
@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto Mono');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}
.element{
  overflow-y: scroll;
}
  
  .item{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto;
    margin-top: 35px;
  }
  
  .container{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items:center;
    align-content:space-between;
    height:100vh; /*Este valor lo puedes omitir si la altura de tu componente esta definida*/
  }
  
  /*.item{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto; /*se designa el formato al logoitpo
  }*/
  .item{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:center;
    align-items:baseline;
    align-content:space-between;
    height:100vh; /*Este valor lo puedes omitir si la altura de tu componente esta definida*/
  }
        
  .corner-button{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  
  body {
    font-size: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    min-height: 100vh;
  }
  
  body {
    background:#121314;
  }
  
  .corner-button {
    font-family: 'Arial', sans-serif , ;
    letter-spacing: .0,5rem;
    cursor: pointer;
    background: transparent;
    border: 0.5rem solid currentColor;
    padding: 1.5rem 2rem;
    font-size: 0,5.2rem;
    color: #06c17f;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .corner-button:hover {
    color:#5C469C;
  }
  .corner-button:hover::before {
    width: 0;
  }
  .corner-button:hover::after {
    height: 0;
  }
  .corner-button:active {
    border-width: 0.25rem;
  }
  .corner-button span {
    position: relative;
    z-index: 2;
  }
  .corner-button::before, .corner-button::after {
    content: '';
    position: absolute;
    background: transparent;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .corner-button::before {
    width: calc(100% - 3rem);
    height: calc(101% + 1rem);
    top: -0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .corner-button::after {
    height: calc(100% - 3rem);
    width: calc(101% + 1rem);
    left: -0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  a{
    color: #06c17f;
    text-decoration: none;
  }
  a:hover{
    color:#5C469C;
    text-decoration: none;
  }
  .parrafo{
    background-color: transparent;
    /*border-top:black;*/
    }
  h1{
    color: #06c17f;
    text-decoration:#06c17f;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    font-size: 30px;
  }
  h2{
    color: #06c17f;
    text-decoration:#06c17f;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 30px;
  }
  h5{
    color: #ffffff;
    text-decoration: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 20px;

  }
  p{
      color: #06c17f;
      font-family: Verdana, Geneva, Tahoma, sans-serif;
      text-decoration: #06c17f;
      text-align:left
      font-size: 20px;
  }
        
  /*.social{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto;
  }
/*body {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #171717;
  color: rgb(235, 221, 221);
  line-height: 1.6;
  position: relative;
  font-family: sans-serif;
  overflow: hidden;

}*/

.social{
  display:flex;
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:space-around;
  align-items:flex-end;
  align-content:flex-end;
  margin-bottom: 25px;
  margin-top: 15px;
  height:100vh; /*Este valor lo puedes omitir si la altura de tu componente esta definida*/
}
  .item-0{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto;
  }
        
  .item-1{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto;
  }
        
  .item-2{
    order:0;
    flex:0 1 auto;
    align-self:auto;
    height:auto;
    width:auto;
  }




.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: run 7s 0s infinite;
          animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
          animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -25%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lines .line:nth-child(3) {
  margin-left: 25%;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.main, .mainHome, .main1{
  text-align: justify;
  background-color: white;
  padding: 20px;
  flex: 1 1 70%;
  /*flex: 1;*/
}
.main1{
   flex: 1 1 60%;   
  background-color: lightgray;
}
.main1 p{
  column-count: 1;
}
.mainHome{
   flex: 1 1 100%;   
  background-color: transparent;
}
.main article, .mainHome article{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
}
.mainHome article{
  border-bottom: 3px dotted darkgray;
}
.main article:nth-last-child(1), .mainHome article:nth-last-child(1){
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}@media screen and (max-width: 800px){
  .contenedor{
      flex-direction: column;
  }
  
  img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
  flex:0 1 auto;
  align-self:auto;
  }
}
@media screen and (max-width: 600px)
  .contenedor{
      flex-direction: column;
  }
  .corner-button{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  

  img {
    width: 90%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    flex:0 1 auto;
  align-self:auto;
  }
  @media screen and (max-width: 350px)
    .contenedor{
        flex-direction: column;
    }
    
    img {
      width: 80%;
      height: auto;
      object-fit: cover;
      object-position: bottom;
      flex:0 1 auto;
  align-self:auto;
  }
/*Sitio creado por Novena Luna Diseño.cl, 
 Desarrollo y Diseño web multimedia por Miguel Antonio González Gabler-
 todos los Derechos Reservados (p) 2023.*/