*{
	margin:0;
	padding: 0;
	font-family: 'Lato', sans-serif;
	color:#fff;
}
body{
	overflow-x: hidden;
}

#particles-js{
  position: absolute;
  width: 100%;
  height: 100%;
}

.intro{
	background: #696664;
	height: auto;
	position: relative;
}

.logo img{
	display: block;
	margin:auto;
	width: 100%;
	max-width: 440px;
}
.info-live{
	text-align: center;
	margin:60px auto 15px;
}
.info-live span{
	background: #f49404;
	padding: 4px 8px;
	border-radius: 50px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.info-live span img{
    width: 100%;
    max-width: 16px;
    margin-top: -6px;
    margin-right: 2px;
}

.info-live h1,
.comentarios h2{
	font-weight: 900;
	font-size: 48px;
	color: #f49404;
}
.info-live p,
.comentarios p{
	font-size: 18px;
}
.video-live{
	position: relative;
}

.video-live img{
	width: 100%;
	max-width: 830px;
}

.player-video{
	width: 100%;
	max-width: 870px;
	position: absolute;
    left: 50%;
    top: 76px;
    z-index: 2;
    transform: translate(-50%, 0);
    padding: 20px;
}
.macbook img{
	width: 100%;
	max-width: 1140px;
	display: block;
	margin: auto;
	position: relative;
	top: 38px;
	left: 5px;
}
.comentarios,
.lista-videos{
	background: #f8f8f8;
	text-align: center;
	padding: 90px 0;
}
.comentarios img{
	width: 100%;
	max-width: 80px;
}

.comentarios p,
.video p{
	color: #777371;
}
.container-disqus{
	width: 100%;
	height: auto;
	margin-top: 60px;
	background: #fff;
	box-shadow: 0 5px 12px rgba(0,0,0,.2);
	padding: 20px;
}
.container-disqus h3{
	color: #777371;
	margin: 30px;
}
footer{
	background: #fff;
	padding: 30px 0;
	position: relative;
}
footer p{
	text-align: center;
	color: #777371;
	margin: 8px 0 0;
}
.button-top{
	position: absolute;
    top: -25px;
    left: 50%;
    transform: translate(-50%, 0px);
    transition: all 350ms;
}
.button-top:hover{
	top: -30px;
}
.button-top img{
	width: 100%;
	max-width: 60px;
}
.logo-footer img{
	width: 100%;
	max-width: 115px;
}

.info-videos{
	margin-bottom: 0;
	padding-bottom: 60px;
}

.video{
	border-bottom: solid 1px rgba(0,0,0,.1);
	padding-bottom: 40px;
    margin-bottom: 60px;
}

.video:last-child{
	border-bottom: none;
	padding-bottom: 0px;
    margin-bottom: 0px;
}

.video-white{
	background: #fff;
}

.video span{
	padding: 9px 0;
    background: #f49404;
    border-radius: 100px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    width: 64px;
    height: 64px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.video h2{
	font-size: 36px;
	font-weight: 900;
	color: #f49404;
	margin-top: 12px;
}

.video p,
.cta-videos p{
	font-size: 18px;
}

.video iframe{
	width: 80%;
	display: block;
	margin: 30px auto;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.cta-videos{
	background: #f49404;
    padding: 0 60px 30px;
}

.cta-videos .row{
	display: flex;
	align-items: center;
}

.cta-videos .mockup{
	margin-top: -120px;
}

.cta-videos img{
	max-width: 94%;
}

.comentarios{
	padding: 90px 0 200px;
}

.cta-videos h3{
	font-weight: 900;
	font-size: 36px;
	text-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.cta-videos a{
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 5px;
	background: #696664;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	transition: all 350ms;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.cta-videos a:hover{
	background: #fff;
	color: #f49404;
	box-shadow: 0 4px 6px rgba(0,0,0,.4);
}

.telegram{
	background: #29b3f6;
	border-radius: 100px;
	padding: 10px;
	position: fixed;
	bottom:30px;
	right: 30px;
	width: 237px;
	display: flex;
	align-items: center;
	font-size: 15px;
	font-weight: 900;
	box-shadow: 0 2px 8px rgba(0,0,0,.2);
    z-index: 10;
    transition: all 350ms;
    text-decoration: none;
}

.telegram:hover{
	bottom: 35px;
	opacity: .9;
}

.telegram img{
	max-width: 66px;
	float: left;
	margin-right: 10px;
}




/* Portrait tablet to landscape and desktop */
@media (max-width: 1024px) {
	.info-live{
		margin: 35px 0 15px;
	}
	.video-live{
		padding: 30px;
	}

	.video-live iframe{
		margin-bottom: 30px;
	}

	.player-video{
		width: 100%;
	    position: relative;
	    left: 50%;
	    top: 0;
	    z-index: 2;
	    transform: translate(-50%, 0);
	    padding: 0;
	}

	.comentarios{
		padding: 60px 0 120px;
	}

	footer{
		padding: 45px 0 30px;
	}

	footer .logo-footer img{
		display: block;
		margin: auto;
	}

	footer  p{
		margin: 20px 0;
	}
	
	.info-videos{
		margin-bottom: 0;
	}

	.video iframe{
		width: 90%;
	}

	.lista-videos{
		padding: 60px 0;
	}

	.cta-videos{
	   padding: 20px 0 50px;
	}

	.cta-videos .mockup{
		margin-top: -60px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.comentarios{
		padding: 60px 0;
	}
	
	.cta-videos{
		text-align: center;
	}

	.cta-videos .col-md-6:last-child{
		padding: 0 100px;
	}
}

@media (max-width: 767px) {
	.video-live iframe{
		height: 250px;
	}

	.video iframe{
		width: 100%;
		height: 250px;
	}

	.comentarios{
		padding: 60px 0;
	}

	.cta-videos{
		padding: 30px 0 60px;
		text-align: center;
	}

	.telegram{
		width: calc(100% - 40%);
	    right: 0;
	    left: 50%;
	    transform: translate(-50%, 0px);
	}
	.telegram img{
		max-width: 45px;
    	float: left;
    	margin-right: 10px;
	}
}
