@media only screen 
and (min-width : 300px) and (max-width:622px) {
	#nubetags {
		position:initial !important;
	}
	
	.trianguloizq, .trianguloder{
		display:none !important;
	}
	
	.wistiavideo, .cajavideowistia{
		width:100% !important;
		height:300px !important;
	}
}

.videobox{
	position:relative;
	width:30%;
	/*height: 270px;*/
	float:left;
	margin: 1.4%;
	/*border: 1px solid #BBB;*/
	color:#AAA;
}

.imgvideobox{
	overflow:hidden;
	position: absolute;
	width:100%;
	max-height: 74%;
	top: 0;
}

.overvideobox{
	width:100%;
	height: 140%;
	position: absolute;
	top: 0;
	cursor:pointer;
	color:rgba(255,255,255,0);
	background-color:rgba(255,255,255,0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color, background-color;
	transition-property: top,color, background-color;
}

.overvideobox *{
	width:100%;
	height:100%;
	text-transform:uppercase;
	font-size:10px;
}

.overvideobox p{
	text-transform:none;
	color:rgba(255,255,255,0);
	width: initial;
}

.overvideobox:hover{
	top:-40px;
	background-color: rgba(255, 0, 0, 0.5);
	color: white;
}

.overvideobox:hover p{
	color:white;
}

.descripcion_wistia{
	float:left;
	position: absolute;
	bottom: 0;
	height: 55%;
}

.imgvideobox img{
	width:100%
}

#listaproyectos{
	margin: auto;
	width:70%;
	clear: both;
	padding: 20px;
}

#listaproyectos a, .categoria{
	text-transform:uppercase;
	font-size:10px;
	color:#AAA;
	margin: 0 10px;
}

.listaproyectos{
	height: 28px;
	color: rgb(161, 161, 161);
	border-radius: 5px;
	font-size: 12px;
	max-width: 310px;
	width: 90%;
	margin:1%;
	cursor:pointer;
}

.listaproyectos:hover{
	color: #FFF;
	background-color:rgba(255, 0, 0, 0.5);
}

.categoria{
	font-weight:bold;
	margin-top: 60%;
}

.videobox h3{
	text-align:left;
	font-size: 18px;
	color:#000;
	margin: 10px;
}

#listaproyectos a:hover{
	color:red;
}

.columna{
	width:33%;
	float:left;
}

.wistiabuscar{
	padding: 20px 10%;
	float:left;
	width: 80%;
	position:relative;
	z-index: 10;
}

.searchForm {
	/* display: inline-block; */
	/* vertical-align: top; */
	font-size: 0;
	box-sizing: border-box;
	text-align: right;
	width: 100%;
	height: 31px;
}

.searchForm input{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border:0;
	margin: 0;
	padding: 0 0 0 3%;
	float: left;
}

.search {
	height: 30px;
	width: 83.8%;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #eceef1;
	border: none;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.submit {
	height: 30px;
	width: 13%;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	background-image: url(http://www.agmeducacion.com/agmchannel/images/lupa.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 17px;
	cursor: pointer;
	background-color: rgba(255, 0, 0, 0.5);
}

.botonplay{
	position:absolute;
	top: 25%;
	left: 40%;
	width: 4%;
	height: 7%;
	padding: 3% 8%;
	background-color: rgba(255, 0, 0, 0.5);
}

.triangulo {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid rgba(255, 255, 255, 0.84);
    border-bottom: 12px solid transparent;
}

.trianguloder{
  width: 0;
  height: 0;
  margin: 163px 10px;
  border-top: 24px solid rgba(255, 0, 0, 0);
  border-left: 40px solid rgba(255, 0, 0, 0.25);
  border-bottom: 24px solid rgba(255, 0, 0, 0);
  float: left;
}

.trianguloizq{
  width: 0;
  height: 0;
  margin: 163px 10px;
  border-top: 24px solid rgba(0, 0, 0, 0);
  border-right: 40px solid rgba(255, 0, 0, 0.25);
  border-bottom: 24px solid rgba(0, 0, 0, 0);
  float: left;
}

.trianguloizq:hover{
	border-right: 40px solid rgba(255, 0, 0, 1);
}

.trianguloder:hover{
	border-left: 40px solid rgba(255, 0, 0, 1);
}

#botonvolver{
	width: 100px;
	margin: 25px auto;
	padding: 6px 20px;
	border-radius: 4px;
	background-color: rgba(255, 0, 0, 0.5);
	cursor:pointer;
}

#botonvolver:hover{
	background-color: rgba(255, 0, 0, 1);
}


#botonvolver a{
	color:#FFF;
	font-weight:700;
	font-size:15px;
}

.descripcion_video *{
	color:grey;
	width:70%;
	margin:auto;
}

.palabra_buscar{
	margin: 3px;
	text-align: right;
	float: left;
	padding: 4px 7px;
	min-width: 74px;
	background-color: rgba(254, 127, 127, 0.5);
	border-radius: 7px;
	color:white;
}

.circulo_cerrar{
	width: 11px;
	height: 11px;
	background-color: red;
	font-weight: 700;
	color: white;
	margin: 1px 5px;
	padding: 2px 4px 2px 0;
	float:left;
	border-radius:50%;
	font-size: 11px;
	cursor: pointer;
}

.circulo_add{
	width: 11px;
	height: 11px;
	background-color: rgba(254, 127, 127, 0.79);
	font-weight: 700;
	color: white;
	margin: 1px 5px;
	padding: 0px 3px 3px 0;
	float:left;
	border-radius:50%;
	font-size: 13px;
	cursor: pointer;
}

#nubetags{
	/* display:none; */
	width:80%;
	border-radius: 5px;
	background-color: rgba(254, 127, 127, 0.5);
	position:absolute;
}

div#nubetags {}