/****************************************************************************************************/
#crag{
	margin:0;
}
.br {
  border-radius: 8px;  
}
.w80 {
   width: 80%;
}
.card {
  width: 100%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.wrapper {
  width: 0px;
  animation: fullView 0.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.profilePic {
  margin-top: 5%;
  border-radius: 0;
  width: 400px;
  height: 250px;
}

.tempdiv{
	margin-top: 2.5%;
	height: 300px;
	width: 30%;
	display: flex;
	float: left;
	margin-left: 2.5%;
}

.comment {
  height: 50px;
  background: #777;
  margin-top: 50px;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}

.animate {
   animation : shimmer 2s infinite linear;
   background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
    background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/****************************************************************************************************/
body{
	margin: 0;
	width: 100%;
	font-family: 'Arial';
	color: white;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.biggal{
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 500;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	display: none;
}

.div_closed{ width: 100%; }

.div_closed img{
	margin-left: 90%;
	width: 7%;
}

.div_movs{
	width: 100%;
	position: absolute;
	float: left;
	display: flex;
}

#cont{
	display: none;
}

.movs_fec{ width: 10%; }
.movs_fec  img{ width: 100%; }
#fec1{ display: none; }

#bigimg{
	width: 100%;
}
.cont{
	width: 100%;
	background: white;
	font-size: 45px;
}
.cont_enc{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.cont_enc img{
    width: 30%;
    margin-top: 3%;
}
.cont_sec{
	padding: 25px;
	font-weight: bold;
	color: #060d52;
	background: white;
}
.cont_cua{
	width: 100%;
	display: flex;
}
.cua_sub{
	
	width: 30%;
	height: 300px;
	margin-left: 2.5%;
	margin-top: 2%;
}
.cua_sub img{
	width: 100%;
	height: 300px;
}
.sub_img{ object-fit: cover; }

@media only screen and (min-width: 1060px) {
  /* For desktop: */
    body{
    	background: #EAEAEA;
    }
    .cont{
    	width: 90%;
    }
    #crag {
    	background: white;
    	width: 90%;
    }
    .biggal{
      width: 90%;
    }

}

@media only screen and (min-width: 1150px) {
  /* For desktop: */
    .cont{
    	width: 80%;
    }
    #crag {
    	background: white;
    	width: 80%;
    }
    .biggal{
      width: 80%;
    }

}

@media only screen and (min-width: 1150px) {
  /* For desktop: */
    .cont{
    	width: 70%;
    }
    #crag {
    	background: white;
    	width: 75%;
    }
    .biggal{
      width: 75%;
    }

}
