.nomargin{
	margin-left: 0px;
	margin-right: 0px;
}
.jumbotron{
	background-color: #cde8e8;
}

.jumbotron-heading{
	text-align: center;
	font-weight: 700;
	color: white;
	line-height: 51px;
}

.jumbotron-heading span{
	padding: 6px 15px 5px 15px;
}

.sp1{
	background-color: #03affe;
}

.sp2{
	background-color: #fe0d56;	
}

.sp3{
	background-color: #ffc114;
	padding: 6px 74px 5px 74px !important;
}

.jumbo-imagen{
	margin-top: -60px;
}

.intro-lead{
	font-weight: 700;
	font-size: 20px;
}

.icons-container{
	padding: 40px 0px;
}

.icons{
	margin-top: 30px;
}

.icon-title{
	margin-top: 15px;
	font-weight: 700;
	font-size: 19px;
}

.videos-container .card{
	border: 1px solid #f3f3f3 !important;
	border-radius: 0;
}

.videos-container .card img{
	width: 100%;
}

.videos-container .card p{
	margin-top: 10px;
	font-weight: 700;
}

.videos-container .card i{
	position: absolute;
    left: 46%;
    top: 34%;
    font-size: 20px;
    color: white;
    background: #ffc114;
    padding: 10px;
    border-radius: 25px;
}

.video{
	cursor: pointer;
}

.verdadero-falso{
	padding: 40px 0px;
}

.verdadero-falso h3{
	font-weight: 700;
}

.verdadero, .falso{
	color: white;
	margin: 15px 0px;
}

.verdadero{
    background-color: #03affe;
    max-width: 48%;
    margin-right: 2%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px;
}

.falso{
	background-color: #fe0d56;	
	max-width: 48%;
    margin-left: 2%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 15px;

}

.verdadero img, .falso img{
	margin-top: 20px;
}

.links{
	background-color: #ffc114;
	padding: 30px 0px;
	margin-bottom: 70px;
}

.links-img-container{
	position: relative;
}

.links-img-container img{
	position: absolute;
	left: 0px;
	top: -20px;
	max-width: 100%;
}

.links h3{
	font-weight: 700;
}

.links ul{
	margin-left: -20px;
}

.links ul a{
	color: inherit;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
	.icons img{
		width: 140px;
	}

	.jumbo-imagen img{
		width: 100%;
	}
	.jumbotron-heading{
		font-size: 22px;
	    margin-left: 75px;
	    line-height: 33px;
	}
	.sp3{
		padding: 6px 55px 5px 55px !important;
	}
	.links-img-container img{
		width: 95%;
		top: 45px;
	}
	.links{
		padding: 10px 0px;
	}
}

@media screen and (max-width: 767px) {
	.jumbotron-heading{
		margin-left: 0px;
	}	
	.jumbo-imagen img{
		margin-top: 70px;
	}	
	.verdadero h4, .falso h4{
		text-align: center;
		font-size: 20px;
		margin-top: 20px;
	}
	.verdadero p, .falso p{
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
	}
	.videos-container .col-md-4{
		padding: 50px;
	}
	.links{
		margin-bottom: 160px;
	}
	.links .col-md-4{
		text-align: center;
	}
	.links .col-md-4 ul{
		list-style-type: none;
	}
	.links-img-container img{
		width: 65%;
	    top: 150px;
	    left: 14%;
	}
}

@media screen and (max-width: 520px) {
	
	.icons img{
		width: 100px;
	}
	
	.verdadero h4, .falso h4{
		font-size: 18px;
	}	
	.verdadero p, .falso p{
		font-size: 12px;
	}
}