@CHARSET "UTF-8";

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	outline: none;
}
body {
	background: url(../images/fonfoiw.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
     width: 100%;
     height: 100vh;
}
.fotoIngreso{
/*opacity:2;0.7;*/
 margin-top: 20px;
display: inline-block;	
justify-content: auto;/*center;*/
/*max-width: 1000px;*/
background-color: none;rgba(0, 0, 0.5, 0);
}



.image-description {

  position: fixed;
  top: 62%;  
  bottom: 0px;
  /*background-color: none;rgba(0, 0, 0.5, 0.5);*/
  color: white;/*#2E86C1;*/
  padding: 5px;
  max-width: 1000px;/*width: 80%; box-sizing: border-box;*/
 font-style:Ginebra; 
}
.ladoUsuarios img.img-responsive {
    /*max-width: 1000px;*/
    width: 100%;
    height: auto;/*50%;*/
    position: relative;
     /*transform: translate(-50%, -50%);*/
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
	 

}

.img-responsive {
/*background-color:white;*/
}

@media only screen and (max-width : 900px) {
.image-description {
 top: 25%; 

}
.fotoIngreso{
/*background-color:white;*/
}

}

@media only screen and (min-width : 900px) {
.image-description {
 font-size: 20px; 

}
h3{
font-size: 30px;
}
}
p {
  animation-duration: 3s;
  animation-name: slidein;
  color: white;
 }
/*body {
   height: 100%;
}*/
@keyframes slidein {
  from {
    margin-left: 100%;
    
  }

  to {
    margin-left: 0%;

  }
}
