
#nav-logo-menu-2 .bg-wrap {
	background: #0d8dd3;
}

#header-brand .bg {
	background-repeat: No-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url('../images/videos-header-bg.jpg');
}

#section-brand-3 .bg {
	background-color: #1DC5D0;
}

#media-iframe-text .bg{
	background-color: #fdfdfd;
}

#footer-social-text .bg-wrap {
	background: #0d8dd3;
}

.rrss {
	width: 40px;
}


.videos{
	background-image: url(../images/bg4.svg);
	background-size: 1400px;
	background-position: center 20%;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 340px;
}
.simi-videos{
	position: absolute;
	bottom: 0;
	right: calc( 50% - 700px);
	z-index: 0;
	width: 500px;
}

.cuadro-rosa{
	background: #FA53A0;
	height: 100%;
	padding: 10px;
	border-radius: 8px;
	position: relative;
}
.cuadro-rosa-cont{
	border: dashed 2px #FF9FCB;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	text-align: center;
	padding: 60px 30px 20px;
	font-size: 15px;
	line-height: 1.2;
}
.sello{
	position: absolute;
	bottom: -15px;
	right: 10%;
	width: 140px;
}

.video-container {
	width: 100%;
	margin: 30px auto;
	
	max-height: none;
}

.video-thumb {
	display: inline-block;
	width: 30.9%;
	margin: 1%
}

.video-thumb:hover{
	text-decoration: none !important;
}
.thumb2{
	width: 90% !important;

}
.video-principal {
	width: 100% !important;
	border: 0;
}
.video-principal .imagen-video {
	
	border: 0;
}

.imagen-video {
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #272727;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: background-color .2s ease-out 50ms, -webkit-transform .2s ease-out 50ms;
	transition: background-color .2s ease-out 50ms, transform .2s ease-out 50ms;
	padding: 17% 0;
	background-position: 50%!important;
	background-size: cover;
	
}

.imagen-video img {
	position: relative;
	z-index: 10;
	transition: all .3s;
	width: 20%
}

.imagen-video::after {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s
}

.video-thumb:hover .imagen-video {
	background-color: #222;
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

.video-thumb:hover .imagen-video::after {
	background: rgba(0, 0, 0, 0)
}

.video-thumb:hover .imagen-video img {
	opacity: 0
}
.costura-cont{
	border: dashed 1px #fdfdfd;
	padding: 5px;
	border-radius: 5px;
	height: 100%;
}
.titulo-video{
	text-align: center;
	padding: 10px;
	line-height: 1.2;
}
.titulo-video h4{
	font-weight: 600;
}

.costura{
	padding: 10px;
	background: #999;
	border-radius: 15px;
	position: relative;
	z-index: 1;
}

.video-modal,
.video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0;
	-webkit-transform: translate(500%, 0);
	transform: translate(500%, 0);
	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.video-modal .overlay {
	z-index: 0;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	-webkit-transition: opacity .2s ease-out 50ms;
	transition: opacity .2s ease-out 50ms
}

.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	height: auto;
	width: calc(100% - 200px);
	max-width: 1000px;
	max-height: calc(100% - 100px);
	margin: 0 auto;
	overflow-y: visible;
	background: #fff
}

.video-serie{
	margin-bottom: -200px;
}

.header-brand{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#32b6b2+0,0d8dd3+100 */
background: #32b6b2; /* Old browsers */
background: -moz-linear-gradient(top,  #32b6b2 0%, #0d8dd3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #32b6b2 0%,#0d8dd3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #32b6b2 0%,#0d8dd3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b6b2', endColorstr='#0d8dd3',GradientType=0 ); /* IE6-9 */
}
.shape1{
	width: 102%;
	margin-bottom: -2px;
	margin-left: -1%;
}
.shape2{
	display: none;
	width: 102%;
	margin-bottom: -2px;
	margin-left: -1%;
}

.cover-videos{
	background-image: url(../images/videos-header-bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 0;
	position: relative;
}
.logo-cover{
	width: 200px;
	position: absolute;
	top: 80px;
	left: 90px;
}

@media (max-width: 1199.98px){
	.simi-videos{

	right: 10px;
	width: 400px;
	}
	.video-thumb {
		width: 48%
	}
	.sello{
		width: 120px;
		bottom: -35px;
	}
	.videos{
		padding-bottom: 75px;
	}

}
@media (max-width: 991.98px) { 
	.sello{
		width: 100px;
		bottom: -55px;
		right: 0;
	}
	.logo-cover {
		width: 120px;
		position: absolute;
		top: 60px;
		left: 70px;
	}

 }

@media (max-width:768px) {
	.sello{
		width: 100px;
		right: 10px;
		bottom: -45px;
	}
	.shape1{
		display: none;
	}
	.shape2{
		display: block;
	}
		.logo-cover {
		top: 30%;
		left: 15px;
	}
	
}


@media (max-width:640px) {
	.video-modal-content {
		width: calc(100% - 1em)
	}
	.video-thumb {
		width: 47%
	}
	.primer-video{
		margin-left: 0%;
	}
	.video-thumb {
		width: 100%
	}
	.videos{
		padding-bottom: 305px;
	}
}
 @media (max-width: 575.98px) { 


	.logo-cover {
		width: 100%;
		max-width: 110px;
	}
	
  }

@media (max-width:420px) {
	
	.logo-cover {
		
		max-width: 90px;
	}
}

.close-video-modal {
	display: block;
	position: absolute;
	right: 0;
	top: -30px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	color: white;
	background: red;
	width: 30px;
	height: 30px;
	padding: 3px 9px;
	border-radius: 15px;
}

.video-sizer {
	display: block;
	width: 100%;
	height: auto
}

iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .5)
}

.show-video-modal .video-modal {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}

.show-video-modal .video-modal .overlay {
	opacity: 1
}

.show-video-modal .video-modal-content {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0)
}