#header .ul-nav > li:nth-of-type(1) a {
  color: #00789c;
	font-weight: bold;
}

#menu_movil a:nth-of-type(1) {
	color: #9BCBF6;
}

#wrap {
	padding-top: initial;
}

button {
	border: none;
	background-color: transparent;
	color: #333;
	width: 100px;
	padding: 7px;
	margin: auto;
	margin-top: 10px;
	font-size: 1.1em;
	border-bottom: 1px solid #333;
}

#section_1 {
	background: #f9f9f9;
	background-image: url("../../view/images/imagen1.jpeg");
	background-attachment: fixed;
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
	/*height: 100%;*/
}

#section_1 .margen {
	padding: 300px 0px;
}

#section_1 #experimento {
	
}

#experimento .flex2:nth-of-type(2) {
	background-image: initial;
}

#section_1 h1 {
	text-align: left;
	color: #fff;
	font-weight: bold;
}

#section_1 h2 {
	text-align: left;
	animation: typewriter 4s steps(40) 4,
		         cursor .5s steps(40) infinite ; /*30 parpadeos*/
	overflow: hidden;
	color: #fff;
  white-space: nowrap;
}

@keyframes cursor {
	from {
		 border-right: 1px solid #fff;
	}
	
	to {
		border-right: none;
	}
}

@keyframes typewriter {
	from {
		width: 0;
	}
	
	to {
		width: 16em;
	}
}

#section_1 p {
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 2.9em;
	text-transform: uppercase;
}

#section_1 .line {
	width: 100px;
	height: 3px;
	background-color: #47d2e3;
	margin: 10px 0px;
}

#experimento {
  width: 100%;
  height: 100%;
  position: absolute;
}

#section_2 {
  background-color: #f5f5f7;
}

#section_2 .flex3 a {
	margin: auto;
}

#section_2 .margen {
  padding: 80px 0px;
}

#section_2 .flex3 {
  border:  1px solid #e6e6e6;
  padding: 25px 5px;
  border-radius: 5px;
	transition: all .5s ease;
	background-color: #fff;
}

#section_2 .flex3:not(:nth-last-of-type(1)) {
	  margin-bottom: 30px;
}

#section_2 .flex3:nth-of-type(2) {		
	transition-delay: .15s;
}
	
#section_2 .flex3:nth-of-type(3) {		
	transition-delay: .3s;
}

#section_2 h1, #section_3 .margen > h1 {
  color: #00779b;
  letter-spacing: 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-align: ;
	font-size: 2.5em;
}

#section_2 .margen > p  {
  font-size: 1.3em;
  color: #444;
  margin: 20px 0px;
	text-align: left;
	margin-bottom: 90px;
	letter-spacing: 1px;
}

#section_2 h3 {
  text-transform: uppercase;
	text-align: center;
}

#section_2 .div_circle {
  margin: auto;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  border: 1px solid #ccc;
  padding: 5px;
}

#section_2 i {
  background-color: #00779b;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  border-radius: 50px;
  padding-top: 21px;
}

#section_2 h3 {
  margin: 20px 0px;
  font-size: 1em;
	color: #000;
	font-weight: bold;
}

#section_3 {
	background-color: #fff;
}

#section_2 .flex3 p {
  color: #555f66;
  letter-spacing: 0.8px;
	font-size: 1.3em;
	text-align: center
}

#section_3 .div_img {
	max-width: 550px;
	margin: auto;
	margin-bottom: 30px;
}

#section_3 .margen {
	padding: 100px 0px;
}

#section_3 .flex:nth-of-type(1) {
	margin-bottom: 50px;
}

.wget_accordion .card {
	border: 1px solid #ddd;
	margin-bottom: 14px;
	border-radius: 4px;
}

.wget_accordion h1 {
	text-align: left;
	font-size: 1.3em;
	cursor: pointer;
	color: #333;
	user-select: none;
}

.wget_accordion h1 div  {
	width: 100%;
	height: 100%;
	padding: 7px;
	transition: all .2s ease;
}

.wget_accordion h1 div:hover {
		box-shadow: 0px 4px 6px #ddd;
}

.wget_accordion h1 div i {
  transition: all .3s ease;
	font-size: 1.1em;
	transform: rotate(180deg) revert;
	float: right;
	margin-top: 2px;
}

.wget_accordion .card-text {
	max-height: 0px;
	overflow: hidden;
	transition: all .5s ease;
}

.wget_accordion .card:nth-of-type(1) {
	border-bottom: 1px solid #ddd;
	color: #00779b;
}

.wget_accordion .card:nth-of-type(1) h1 {
	color: #00779b;
	border-bottom: 1px solid #ddd;
}

.wget_accordion .card:nth-of-type(1) i {
	transform: rotate(180deg);
}

.wget_accordion .card:nth-of-type(1) p {
	opacity: 1;
}

.wget_accordion .card:nth-of-type(1) .card-text {
	max-height: 600px;
	overflow: visible;
}

.wget_accordion p {
	background-color: #f5f5f7;
	overflow: hidden;
	text-align: left;
	color: #444;
	line-height: 27px;
	font-size: 1.3em;
	transition: all 1.5s ease;
	padding: 15px; /*What I want*/
	opacity: 0;
}

.wget_accordion p strong {
	color: #000;
}

.wget_accordion p .strong_consper {
  color: #327699;	
}

/*TABLET AND PC ONLY*/
@media only screen and (min-width: 600px) { 

	#experimento .flex2 {
		width: 50%;
		height: 100%;
	}
	
  #section_2 .flex3 {
    width: 31%;
		min-height: 320px;
  }
	
	#section_3 .widget_qa {
  	max-width: 75%;
  }
	
	#section_3 .margen > h1 {
		margin-bottom: 100px;
	}
	
	#section_3 .flex:nth-of-type(1) {
		margin-bottom: initial;
	}
	

}

/*PC ONLY*/
@media only screen and (min-width: 970px) { 
	
	#section_1 {
		background-image: initial;
		height: calc(100%)
	}
	
	#section_1 .flex:nth-of-type(1) {
		padding-right: 150px;
	}
	
	#experimento .flex2:nth-of-type(1) {
    background-color: #00315C;
  }
	
	#experimento .flex2:nth-of-type(2) {
		background-image: url("../../view/images/imagen1.jpeg");
		background-attachment: fixed;
		background-size: cover;
		background-repeat: no-repeat;
  }
	
	#section_1 h1 {
		text-align: left;
		color: #fff;
		background: initial;
  }
	
	#section_1 p {
		color: #ddd;
	}
	
  #section_2 .flex3 {
    width: 30%;
		transform: translateY(100px);
		opacity: 0;
  }
			
}