
	/* General styles
 **************************************************/
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local('Lato Black'), local('Lato-Black'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}

			/* CSS de pantalla inicio */

   body{
   	 background: url(../img/fondoweb.jpg) no-repeat center center fixed; 
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
       
   }     


.overlay__inner{
    

    color: #1f841a;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    top: 56%;
    left: 30%;
    position: absolute;
   
  }
  
  p.one1 {
    border-style: solid;
    border-color: #FFF;
    width: 180px;
    height: 48px;
    border-radius: 105px 105px 105px 105px;
    text-align: center;
    padding: 10px;

   }
   .icono{
    background-image: url(../img/logoJ1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 62px;
    height: 52px;

    top: 25%;
    left: 30%;
    position: absolute;
    
    
   }
   .txthome{
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  	top: 36%;
    left: 30%;
    position: absolute;
   
    width: 335px;
   }

   .social-icons{
    color: #1f841a;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    top: 96%;
    left: 15%;
    position: absolute;
   
    width: 30%;
   }

 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
   
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
  color: #1f841a;
}
   
   .one1:hover{
    background-color: #FFF;
    color: #000;
    cursor: pointer;
    
   }

   @keyframes reset {
0% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
 
@keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.fade-in {
    animation-name: reset, fade-in;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: 1;
}
 
.fade-in.one {animation-delay: 0, 1;}
.fade-in.two {animation-delay: 0, 1.5s;}
.fade-in.three {animation-delay: 0, 2s;}
.fade-in.four {animation-delay: 0, 2.5s;}
.fade-in.five {animation-delay: 0, 4s;}

.textoIn{
    
    width: 22%;
    margin-bottom: 30px;
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
     color: #bfbdbd;
  }

  #namej{
    font-size: 14px;font-weight: 500;text-align: right
  }
/* Final CSS pantalla de inicio */


@media screen and (max-width: 400px) {
  
  html{
    background-color: #2B2B2D;
  }

   .social-icons{    
    font-size: 16px;

    top: 96%;
    left: 3%;
   
    width: 95%;
   }

}




@media screen and (max-width: 700px) {
  
  .txthome{
    font-size: 20px;
    font-weight: 700;
    top: 31%;
    left: 13%;
    width: 195px;
  }

  .textoIn {
    width: 85%;
  }

  .icono {
    top: 18%;
    left: 14%;
    width: 42px;
    height: 35px;
  }
  #namej{
    text-align: center;
    font-weight: 200;
    font-size: 12px;
  }

  .overlay__inner{
    left: 13%;
  }

  .social-icons{
    
    font-size: 20px;

    top: 96%;
    left: 5%;
   
    width: 80%;
   }


}




@media only screen and (min-width:720px) and (max-width: 1024px)  {
  
  .txthome{
    font-size: 20px;
    font-weight: 700;
    top: 34%;
    left: 13%;
    width: 200px;
  }

  .textoIn {
    width: 85%;
  }

  .icono {
    top: 15%;
    left: 14%;
    width: 42px;
    height: 35px;
  }
   #namej{
    text-align: center;
    font-weight: 200;
    font-size: 12px;
  }
   .overlay__inner{
    left: 13%;
    width: 50%;
  }
    .social-icons{    
    font-size: 22px;

    top: 96%;
    left: 3%;
   
    width: 85%;
   }
  
}
