@charset "utf-8";

/* CSS Document */







#videos {

	background: #f00;

	color:#fff;

	text-align:center;

	padding:20px;

}
#videos2 {

	background: #f00;

	color:#fff;

	text-align:center;

	padding:20px;

}

#videos .contenedor {

	display:flex;

	flex-wrap: wrap;

	justify-content: center;

}

#videos2 .contenedor {

	display:flex;

	flex-wrap: wrap;

	justify-content: center;

}

.info-videos {

	margin:10px;

}

.info-videos img{

	width:220px;

	height:220px;

	border-radius:50%;

	border: 4px solid #fff;

}

.info-videos img:hover{

    border:5px solid #ccc;

	box-shadow:1px 2px 1px 1px;

}

.info-videos2 {

	margin:3px;

}

.info-videos2 img{

	width:150px;

	height:150px;

	border-radius:20%;

	border: 1px solid #fff;

}

.info-videos2 img:hover{

    border:2px solid #ccc;

	box-shadow:1px 2px 1px 1px;

}



@media (min-width:480px) {

	.info-videos {

		width:40%;

	}

}

@media (min-width:1024px) {

	.info-videos {

		width:auto;

	}

}

@media only screen and (min-width:1280px) {

	 #tam1 {

		display:none;

	}

	#tam2 {

		display:none;

	}

	#tam3 {

		display:none;

	}

}

@media only screen and (min-width:854px) and  (max-width:1280px) {

	 #tam1 {

		display:none;

	}

	#tam2 {

		display:none;

	}

	#tam4 {

		display:none;

	}

}

@media only screen and (min-width:640px) and  (max-width:854px) {

	 #tam1 {

		display:none;

	}

	#tam3 {

		display:none;

	}

	#tam4 {

		display:none;

	}

}

@media only screen and (max-width:640px) {

	 #tam2 {

		display:none;

	}

	#tam3 {

		display:none;

	}

	#tam4 {

		display:none;

	}

}