@charset "UTF-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);


.container-fragen {
	padding-top: 120px;
	padding-bottom: 120px;
	width: 77.083333333334%;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	background-color: rgba(161,17,46,1.00);
	font-size: 38px;
	line-height: 44px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgb(218, 73, 102);
	text-shadow: 0 0 20px rgba(0,0,0,0.25);
	overflow: hidden;
	height: 30px;
}

@media only screen and (max-width: 568px) {
.container-fragen {
	padding-top: 120px;
	padding-bottom: 120px;
	width: 77.083333333334%;
	padding-right: 11.458333333333%;
	padding-left: 11.458333333333%;
	background-color: rgba(161,17,46,1.00);
	font-size: 28px;
	line-height: 27px;
	font-family: "minion-3-display";
	font-weight: 600;
	color: rgb(218, 73, 102);
	text-shadow: 0 0 20px rgba(0,0,0,0.25);
	overflow: hidden;
	height: 30px;
}	
}





$typing-background: #edf7f0;

.txt-rotate > .wrap {
  border-right: 0.08em solid #666;
  animation: 1s ease 0.4s infinite cursor;
  background: $typing-background;
  padding: 0 5px;
}

@keyframes cursor {
  0% { border-right: 0.08em solid #666; }
  35% { border-right: 0.08em solid rgba(0,0,0,0); }
  70% { border-right: 0.08em solid #666; }
  100% { border-right: 0.08em solid #666; }
}