img{
	width:100%;
}
.secundario{
	float:right;
	width: 100%;
}
.secundario-nav{
	float:right;
	margin-right:10%;
	margin-left:0;
}
.secundario-brand{
	display: block;
	width:350px;
	padding:10px;
	margin-left:46.5%;
}
.secundario-brand > img{
	width: 80%;
}
#cita{
	top:150px;
}
.info_header{
	widows: 700px;
	position: absolute;
	top:430px;
	left:290px;
	line-height: 40px;
}
.info_header > span{
	font-size:6em;
}
.info_header > p{
	color:#188484;
	font-size: 1.2em;
	text-align: right;
}

.info_equipo > p{
	font-size: 0.8em;
}
.equipo_img{
	border:1px solid #2a8e8e;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.img_thumb > img:hover{
	opacity: 0.2;
	transition: 0.3s;
}
.img_thumb > a:hover{
	opacity: 0.2;
	transition: 0.3s;
}

.img_desc{
	position: absolute;
	width: 92%;
	height: 276px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	background-color: red;
    opacity: 0.9;
	z-index: 2;
	display: none;
}
.tratar > div > img{
	width: 100%;
}
.img_thumb{
	height: auto;
	cursor:pointer;
}


@media screen and (min-width: 768px) and (max-width: 978px){
	.secundario-nav > li{
		font-size: 0.9em !important;
		margin:0px;
	}
	.img_desc{
		height: 265px;
		
	}
}
@media screen and (min-width: 768px) and (max-width: 1300px){
	.secundario{
		margin-left: 0px;
	}
	.secundario-brand{
		width:350px;
		padding-top:10px;
		margin-left: 0;
		clear: right;
	}
	.secundario-nav{
		margin-right: 0;
	}
	.secundario-nav > li{
		font-size: 1.2em;
		margin:0px;
	}

	.info_header{
		width:400px;
		position: absolute;
		top:220px;
		left:180px;
		line-height: 40px;
	}
	.info_header > span{
		font-size:2.5em;
	}
	.info_header > p{
		color:#188484;
		font-size: 0.8em;
		text-align: right;
	}

}
@media screen and (min-width: 1050px) and (max-width: 1300px){

	.secundario-brand{
		margin-left: 38.5%;
	}
	.secundario-nav{
		margin-right: 10.5%;
	}
}

@media screen and (max-width: 768px){
	.info_header{
		display: none;
	}
	.secundario-brand{
		width:260px;
		margin-left:0;
	}
	.secundario-header{
		width: 100%;
		float:right;
	}
	.img_desc{
		height: 445px;
		width: 100%;
	}

}
@media screen and (min-width: 756px) and (max-width: 768px){
	.img_desc{
		width:95%;
		height: 520px;
	}

}
@media screen and (min-width: 400px) and (max-width: 690px){
	.img_desc{
		width:95%;
		height: 390px;
	}

}
@media screen and (min-width: 507px) and (max-width: 570px){
	.img_desc{
		width:95%;
		height: 350px;
	}

}
@media screen and (min-width: 400px) and (max-width: 507px){
	.img_desc{
		width:95%;
		height: 275px;
	}

}
@media screen and (min-width: 332px) and (max-width: 400px){
	.secundario-brand{
		width:220px;
		padding-top:15px;
	}
	.img_desc{
		width:90%;
		height: 235px;
	}

}
@media screen and (max-width: 332px){
	.secundario-brand{
		width:190px;
		padding-top:15px;
		margin-left: 0;
	}
	.img_desc{
		width:90%;
		height: 150px;
	}
}