html,body{
	min-width: 320px;
	width:100%;
	min-height: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-family: 'Barlow', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

main{
	position: relative;
	display: block;
	min-width: 320px;
	height: auto;
	display: block;
	overflow: auto;
	overflow-x: hidden;
	background-color: #f2f2f2;
	z-index: 1;
}

button:focus, input:focus, textarea:focus, select:focus{
	outline: none;
}
a:hover, a:focus{
	text-decoration: none;
}


.imgLiquid{
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
}
.imgLiquid img{
	display: none!important;
	opacity: 0!important;
}


/* Header */

header{
	position: relative;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	background-color: #10069f;
	box-shadow: 0px 0px 30px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 30px rgba(0,0,0,.3);
	z-index: 10;
}
header a.logo-entel{
	position: relative;
	display: block;
	margin: 15px 0px 0px 15px;
	float: left;
	width: 150px;
	height: 26px;
	background-image: url(../images/logo-exploralab.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
header button.toggle-menu{
	position: relative;
	display: block;
	margin: 15px 15px 0px 0px;
	float: right;
	width: 55px;
	height: 40px;
	padding: 0px;
	border: 0px;
	outline: none;
	background: transparent;
	cursor: pointer;
}
header button.toggle-menu span{
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	width: 100%;
	height: 4px;
	background-color: #fff;
}
header ul.main-menu{
	position: fixed;
	display: block;
	margin: 0px;
	top: 60px;
	left: 0px;
	width: 100%;
	height: 0%;
	list-style: none;
	background-color: #10069f;
	z-index: 1000;
	overflow: hidden;
	padding: 0px;
}
header ul.main-menu li{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
}
header ul.main-menu li a{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	font-family: 'Barlow',sans-serif;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
}



header ul.main-menu li.rrss{
	text-align: center;
}
header ul.main-menu li a.tw-ico{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px 10px 0px 10px;
	width: 24px;
	height: 24px;
	background-image: url(../images/tw-ico.png);
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
}
header ul.main-menu li a.fb-ico{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px 10px 0px 10px;
	width: 24px;
	height: 24px;
	background-image: url(../images/link-ico.png);
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
}

#topSearch{
	position: fixed;
	display: none;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 999;
	opacity: 0;
}
#topSearch .close{
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-image: url(../images/ico-close.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
}
#topSearch form{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -25px 0px 0px -140px;
	width: 280px;
	height: 50px;
}
#topSearch form input[type="text"]{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 50px;
	background-image: url(../images/ico-search2.png);
	background-size: 30px;
	background-position: 10px center;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.7);
	outline: none;
	padding: 0px;
	text-indent: 50px;
	font-family: 'Barlow', sans-serif;
	color: #191919;
	font-size: 14px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}
#topSearch form input[type="submit"]{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	outline: none;
	text-indent: -999px;
	overflow: hidden;
	background-image: url(../images/arrow-carousel-blanco.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
	background-color: #ff3d00;
	border: 0px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
@media screen and (min-width: 768px){
	header{
		height: 70px;
	}
	header a.logo-entel{
		margin-top: 20px;
		margin-left: 30px;
	}
	header ul.main-menu{
		position: relative;
		display: block;
		margin: 0px 0px 0px 0px;
		top: 0px;
		float: right;
		width: auto;
		height: 60px;
		overflow: visible;
		background-color: transparent;
		z-index: 10;
	}
	header ul.main-menu li{
		position: relative;
		display: block;
		margin: 0px 0px 0px 16px;
		float: left;
		width: auto;
		height: 60px;
	}
	header ul.main-menu li:first-of-type{
		margin-left: 0px;
	}
	header ul.main-menu li a{
		position: relative;
		display: block;
		margin: 0px;
		width: auto;
		line-height: 70px;
		font-family: 'Barlow', sans-serif;
		color: #fff;
		font-weight: 500;
		text-decoration: none;
		font-size: 13px;
	}


	header ul.main-menu li.naranja_menu{
	background-color: #ff3d00;
	height: auto;
	padding: 0 5px;
	margin-left: 35px;
  }


	header ul.main-menu li a.tw-ico{
		position: relative;
		display: block;
		margin: 20px 0px 0px 10px;
		float: left;
		width: 24px;
		height: 24px;
		background-image: url(../images/tw-ico.png);
		background-size: 24px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	header ul.main-menu li a.fb-ico{
		position: relative;
		display: block;
		margin: 20px 0px 0px 10px;
		float: left;
		width: 24px;
		height: 24px;
		background-image: url(../images/link-ico.png);
		background-size: 24px;
		background-position: center center;
		background-repeat: no-repeat;
	}
	header ul.main-menu li a.top-search{
		position: relative;
		display: block;
		margin: 20px 0px 0px 0px;
		float: left;
		width: 24px;
		height: 24px;
		background-image: url(../images/ico-search.png);
		background-size: 24px;
		background-position: center center;
		background-repeat: no-repeat;
	}

	#topSearch form{
		margin-left: -200px;
		width: 400px;
	}
	#topSearch form input[type="text"]{
		width: 330px;
		font-size: 18px;
	}
}
@media screen and (min-width: 992px){
	header a.logo-entel{
		margin-top: 20px;
		margin-left: 30px;
		width: 200px;
		height: 35px;
	}
	header ul.main-menu{
		margin-right: 30px;
	}
	header ul.main-menu li{
		margin-left: 20px;
	}
	header ul.main-menu li:first-of-type:before{
		position: absolute;
	    display: block;
	    float: left;
	    margin: 22px 10px 0px -40px;
	    content: ' ';
	    width: 24px;
	    height: 24px;
	    background-image: url(../images/home-ico.png);
	    background-size: 24px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    cursor: pointer;
	}
	header ul.main-menu li a{
		font-size: 16px;
	}
}
@media screen and (min-width: 1220px){
	header ul.main-menu li{
		margin-left: 40px;
	}
	header ul.main-menu li a.fb-ico, header ul.main-menu li a.tw-ico{
		margin-left: 20px;
	}
}




/* Footer */

footer{
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 30px 0px;
	height: auto;
	overflow: hidden;
	background-color: #10069f;
}
footer a.logo-entel{
	position: relative;
	display: block;
	margin: 15px 0px 0px 15px;
	float: left;
	width: 150px;
	height: 26px;
	background-image: url(../images/logo-exploralab.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
footer ul{
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	width: auto;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 0px 15px;
	list-style: none;
}
footer ul li{
	position: relative;
	display: block;
	margin: 0px 0px 5px 0px;
	width: 100%;
}
footer ul li a{
	position: relative;
	display: block;
	margin: 0px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
	font-size: 14px;
}
footer .rrss{
	position: relative;
	display: block;
	margin: 0px;
	text-align: left;
	height: auto;
	overflow: hidden;
}
footer .rrss:before{
	position: relative;
	display: block;
	content:'Síguenos en:';
	margin: 20px 0px 10px 0px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
footer .rrss a{
	position: relative;
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
}
footer .rrss a.tw-ico{
	background-image: url(../images/tw-ico.png);
	background-size: 20px;
}
footer .rrss a.fb-ico{
	background-image: url(../images/link-ico.png);
	background-size: 20px;
}
footer form{
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
footer form input[type="text"]{
	position: relative;
	display: block;
	margin: 0px;
	float: left;
	text-indent: 10px;
	width: 90px;
	height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 0px;
}
footer form .submit{
	position: relative;
	display: block;
	margin: 0px 0px 0px 10px;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url(../images/ico-search.png);
	background-size: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
footer .copyright{
	position: relative;
	display: block;
	margin: 20px auto 0px auto;
	padding: 0px 15px 0px 15px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: 500;
}
footer .copyright:before{
	position: relative;
	display: block;
	content:' ';
	margin: 0px auto 10px auto;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
@media screen and (min-width: 375px){
	footer form input[type="text"]{
		width: 117px;
	}
}
@media screen and (min-width: 414px){
	footer form input[type="text"]{
		width: 142px;
	}
}
@media screen and (min-width: 640px){
	footer form input[type="text"]{
		width: 250px;
	}
}
@media screen and (min-width: 768px){
	footer ul, footer .rrss:before{
		margin-top: 30px;
	}
	footer ul li a, footer .rrss:before, footer .copyright{
		font-size: 16px;
	}
	footer form input[type="text"]{
		width: 314px;
	}
}
@media screen and (min-width: 992px){
	footer .copyright:before{
		margin: 20px 0px 20px 0px;
	}
	footer ul, footer .rrss:before{
		margin-top: 15px;
	}
	footer .rrss, footer form{
		float: left;
		width: auto;
	}
	footer form{
		margin-left: 10px;
	}
	footer form input[type="text"] {
	    width: 155px;
	}
}
@media screen and (min-width: 1220px){
	footer form{
		margin-left: 25px;
	}
	footer form input[type="text"] {
    	width: 216px;
	}
	footer .rrss a.tw-ico{
		background-size: 28px;
	}
	footer .rrss a.fb-ico {
	    background-size: 24px;
	}
	footer .copyright:before{
		margin: 40px 0px 40px 0px;
	}
}
@media screen and (min-width: 1360px){
	footer a.logo-entel{
		width: 180px;
		height: 35px;
	}
	footer form{
		float: right;
	}
	footer form input[type="text"]{
		width: 242px;
		height: 40px;
	}
	footer form .submit{
		width: 40px;
		height: 40px;
	}
}



/* Main Carrusel */

#mainCarrusel{
	position: relative;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	background-image: url(../images/bgMainCarrusel.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#mainCarrusel .intro, #mainCarrusel .intro .col-xs-12{
	position: relative;
	display: block;
	height: 100%;
}
#mainCarrusel .intro .tit-intro{
	position: absolute;
	display: block;
	left: 0px;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	height: 70px;
}
#mainCarrusel .intro .tit-intro .circleIntro{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
	width: 100px;
	height: 100px;
	z-index: 10;
	transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
}
#mainCarrusel .intro .tit-intro .circleIntro.active{
    transform: scale(.18);
    margin-top: -62px;
    margin-left: -29px;
}
#mainCarrusel .intro .tit-intro h2{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 240px;
	height: 42px;
	background-image: url(../images/exploralab-xl.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -999px;
	overflow: hidden;
	opacity: 0;
}
#mainCarrusel .intro .tit-intro p{
	position: relative;
	display: block;
	margin: 10px auto 0px auto;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	opacity: 0;
}


#mainCarrusel .owl-carousel{
	position: relative;
	display: none;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}
#mainCarrusel .owl-carousel .owl-stage, #mainCarrusel .owl-carousel .owl-stage-outer, #mainCarrusel .owl-carousel .owl-item, #mainCarrusel .owl-carousel .item{
	position: relative;
	height: 100%;
	overflow: hidden;
}
#mainCarrusel .owl-carousel .item{
	padding: 0px 15px 0px 15px;
}
#mainCarrusel .owl-carousel .item .row, #mainCarrusel .owl-carousel .item .row .col-xs-12{
	height: 100%;
}
#mainCarrusel .owl-carousel .item .texto{
	position: relative;
	display: block;
	margin: 20px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#mainCarrusel .owl-carousel .item .texto h2{
	position: relative;
	display: block;
	margin: 0px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}
#mainCarrusel .owl-carousel .item .texto p{
	position: relative;
	display: block;
	margin: 10px 0px 0px 0px;
	font-family: 'Barlow', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
}
#mainCarrusel .owl-carousel .item .texto a{
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	width: 150px;
	height: 40px;
	background-color: #ff3d00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	overflow: hidden;
}
#mainCarrusel .owl-carousel .item .texto a span{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-family: 'Barlow',sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
#mainCarrusel .owl-carousel .owl-prev{
	position: absolute;
	display: none;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 80px;
    margin-top: -40px;
    padding: 0px;
    background-image: url(../images/arrow-carousel-blanco.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
#mainCarrusel .owl-carousel .owl-next{
	position: absolute;
	display: none;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 80px;
    margin-top: -40px;
    padding: 0px;
    background-image: url(../images/arrow-carousel-blanco.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
@media screen and (min-width: 375px){
	#mainCarrusel{
		height: 275px; 
	}
}
@media screen and (min-width: 414px){
	#mainCarrusel .intro .tit-intro{
		margin-top: -45px;
		height: 90px;
	}
	#mainCarrusel .intro .tit-intro h2{
		width: 300px;
		height: 52px;
	}
	#mainCarrusel .intro .tit-intro p{
		font-size: 18px;
	}
	#mainCarrusel .intro .tit-intro .circleIntro.active {
	    transform: scale(.23);
	    margin-top: -66px;
	    margin-left: -24px;
	}
	#mainCarrusel .owl-carousel .item .texto{
		margin-top: 40px;
	}
}
@media screen and (min-width: 768px){
	#mainCarrusel{
		height: 295px;/*325*/
		overflow: visible;
	}
	#mainCarrusel:before {
	    position: absolute;
	    display: block;
	    content: ' ';
	    margin: 0px;
	    left: -60px;
	    bottom: -60px;
	    width: 120px;
	    height: 120px;
	    border-radius: 120px;
	    -webkit-border-radius: 120px;
	    -moz-border-radius: 120px;
	    border: 15px solid #42e8b4;
	    z-index: 10;
	}
	#mainCarrusel .intro .tit-intro p{
		font-size: 24px;
	}
	#mainCarrusel .owl-carousel .item .texto{
		float: left;
		width: 375px;
		height: auto;
	}
	#mainCarrusel .owl-carousel .item .texto h2{
		font-size: 24px;
		line-height: 28px;
	}
	#mainCarrusel .owl-carousel .item .texto p{
		margin-top: 20px;
		font-size: 16px;
		line-height: 22px;
	}
	#mainCarrusel .owl-carousel .item img{
		position: absolute;
		display: block;
		right: -70px;
		bottom: 0px;
		width: 400px;
		height: auto;
	}
	#mainCarrusel .owl-carousel .owl-next, #mainCarrusel .owl-carousel .owl-prev{
		display: block;
	}
	#mainCarrusel .owl-carousel .owl-prev{
	 	left: 20px;
	}
	#mainCarrusel .owl-carousel .owl-next{
		right: 20px;
	}
}
@media screen and (min-width: 992px){
	#mainCarrusel{
		height: 350px;/*400*/
	}
	#mainCarrusel:before{
		position: absolute;
	    display: block;
	    content: ' ';
	    margin: 0px;
	    left: -90px;
	    bottom: -90px;
	    width: 180px;
	    height: 180px;
	    border-radius: 180px;
	    -webkit-border-radius: 180px;
	    -moz-border-radius: 180px;
	    border: 25px solid #42e8b4;
	    z-index: 10;
	}
	#mainCarrusel .intro .tit-intro .circleIntro.active {
	    transform: scale(.29);
	    margin-top: -72px;
	    margin-left: -16px;
	}
	#mainCarrusel .intro .tit-intro{
		margin-top: -58px;
		height: 116px;
	}
	#mainCarrusel .intro .tit-intro h2{
		width: 375px;
		height: 65px;
	}
	#mainCarrusel .intro .tit-intro p{
		font-size: 30px;
	}
	#mainCarrusel .owl-carousel .item .texto{
		width: 475px;
	}
	#mainCarrusel .owl-carousel .item .texto h2{
		font-size: 30px;
		line-height: 34px;
	}
	#mainCarrusel .owl-carousel .item .texto p {
	    margin-top: 20px;
	    font-size: 22px;
	    line-height: 26px;
	    font-weight: 400;
	}
	#mainCarrusel .owl-carousel .item .texto a{
		margin-top: 30px;
		width: 175px;
		height: 50px;
	}
	#mainCarrusel .owl-carousel .item .texto a span{
		line-height: 50px;
		font-size: 18px;
	}
	#mainCarrusel .owl-carousel .item img{
		right: -100px;
		width: 500px;
	}
}
@media screen and (min-width: 1220px){
	#mainCarrusel{
		height: 400px;/*500*/
	}
	#mainCarrusel .owl-carousel .item .texto {
	    width: 575px;
	}
	#mainCarrusel .owl-carousel .item .texto h2{
		font-size: 40px;
		line-height: 40px;
	}
	#mainCarrusel .owl-carousel .item .texto p{
		font-size: 20px;
		line-height: 30px;
	}
	#mainCarrusel .owl-carousel .item .texto a{
		width: 245px;
	}
	#mainCarrusel .owl-carousel .item .texto a span{
		font-size: 22px;
	}
	#mainCarrusel .owl-carousel .item img{
		width: 600px;
		right: -125px;
	}
}
@media screen and (min-width: 1600px){
	#mainCarrusel .owl-carousel .item img{
		right: -170px;
	}
}


/* Qué buscamos */

#homeBuscamos{
	position: relative;
	display: block;
	margin-top: 50px;
	height: auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
}
#homeBuscamos h2{
	position: relative;
	display: block;
	margin: 0px 0px 25px 0px;
	color: #191919;
	font-weight: 600;
	font-size: 32px;
	text-align: left;
}
#homeBuscamos p{
	position: relative;
	display: block;
	margin: 0px;
	color: #191919;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
#homeBuscamos ul{
	position: relative;
	display: block;
	margin: 25px 0px 25px 0px;
	width: 100%;
	height: auto;
	overflow: hidden;
	list-style: none;
	padding: 0px;
}
#homeBuscamos ul li{
	position: relative;
	display: block;
	margin: 0px 0px 10px 0px;
	color: #191919;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	padding-left: 15px;
}
#homeBuscamos ul li:before{
	position: absolute;
	display: block;
	margin: 0px;
	content: ' ';
	top: 5px;
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: #42e8b4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#homeBuscamos ul nav.item-list{
	position: relative;
	display: block;
	margin: -20px auto 20px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
	list-style: none;
}
#homeBuscamos ul nav.item-list li{
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	float: left;
	width: 50%;
	height: auto;
	padding: 0px;
}
#homeBuscamos ul nav.item-list li:before{
	display: none;
}
#homeBuscamos ul nav.item-list li img{
	position: relative;
	display: block;
	margin: 0px 15px 0px 0px;
	float: left;
	width: 20px;
	height: auto;
}
#homeBuscamos ul nav.item-list li span{
	position: relative;
	display: block;
	margin: 0px;
	float: left;
	width: 70%;
	height: auto;
}
#homeBuscamos img.bgShape{
	position: relative;
    display: block;
    margin: -50px -15px 0px 0px;
    float: right;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 414px){
	#homeBuscamos h2{
		font-size: 44px;
	}
	#homeBuscamos p, #homeBuscamos ul li{
		font-size: 18px;
		line-height: 24px;
	}
	#homeBuscamos ul li{
		padding-left: 20px;
	}
	#homeBuscamos ul li:before{
		top: 8px;
		width: 8px;
		height: 8px;
	}
}
@media screen and (min-width: 768px){
	#homeBuscamos{
		margin-top: 60px;
	}
	#homeBuscamos ul nav.item-list{
		margin: 5px 0px 5px 0px;
	}
	#homeBuscamos img.bgShape{
		margin-top: 0px;
	}

	#homeBuscamos ul{
		margin: 15px 0px 35px 0px;
	}

}
@media screen and (min-width: 1220px){
	#homeBuscamos h2{
		font-size: 50px;
		margin-bottom: 35px;
	}
	#homeBuscamos ul{
		margin: 25px 0px 5px 0px;
	}

	#homeBuscamos ul.nolist{
		margin: 5px 0px 15px 0px;
	}


	#homeBuscamos ul li nav.item-list li{
		height: 40px;
	}
	#homeBuscamos p, #homeBuscamos ul li{
		font-size: 22px;
		line-height: 28px;
	}
	#homeBuscamos ul nav.item-list{
		margin: 5px 0px 10px 0px;
	}
	#homeBuscamos ul nav.item-list li{
		margin-bottom: 40px;
	}
	#homeBuscamos ul nav.item-list li img{
		width: 35px;
	}
}



/* Qué Ofrecemos */

#homeOfrecemos{
	position: relative;
	display: block;
	margin-top: 50px;
	height: auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
}
#homeOfrecemos h2{
	position: relative;
	display: block;
	margin: 0px 0px 25px 0px;
	color: #191919;
	font-weight: 600;
	font-size: 32px;
	text-align: left;
}
#homeOfrecemos p{
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	color: #191919;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
#homeOfrecemos p small{
	font-size: 14px;
	line-height: 18px;
}
#homeOfrecemos .stats{
	position: relative;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	height: auto;
	overflow: hidden;
}
#homeOfrecemos .stats .stat{
	position: relative;
	display: block;
	margin: 0px auto 25px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#homeOfrecemos .stats .stat .circle{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 125px;
	height: 125px;
	border-radius: 125px;
	-webkit-border-radius: 125px;
	-moz-border-radius: 125px;
	-webkit-box-shadow:inset 0px 0px 0px 8px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0px 0px 0px 8px rgba(0,0,0,.1);
    box-shadow:inset 0px 0px 0px 8px rgba(0,0,0,.1);
}
#homeOfrecemos .stats .stat .circle.rojo{
	-webkit-box-shadow:inset 0px 0px 0px 8px rgba(0,0,0,0);
    -moz-box-shadow:inset 0px 0px 0px 8px rgba(0,0,0,0);
    box-shadow:inset 0px 0px 0px 8px rgba(0,0,0,0);
}
#homeOfrecemos .stats .stat .circle span{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 125px;
	height: 125px;
	text-align: center;
	line-height: 125px;
	z-index: 10;
	font-family: 'Barlow', sans-serif;
	font-size: 54px;
	font-weight: 700;
	color: #191919;
}
#homeOfrecemos .stats .stat h5{
	position: relative;
    display: block;
    margin: 10px auto 0px auto;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    color: #191919;
    font-size: 24px;
    font-weight: 600;
}
#homeOfrecemos .stats .stat:nth-child(2) .circle span:before{
	position: relative;
	content:'+';
}

@media screen and (min-width: 414px){
	#homeOfrecemos h2{
		font-size: 44px;
	}
	#homeOfrecemos p, #homeOfrecemos p small{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (min-width: 768px){

	#homeOfrecemos {
    margin-top: 10px;
  }
	#homeOfrecemos .stats .stat{
		float: left;
		width: 125px;
		margin-left: 50px;
	}
	#homeOfrecemos .stats .stat:first-child{
		margin-left: 0px;
	}
}
@media screen and (min-width: 992px){
	#homeOfrecemos .stats .stat:first-child{
		margin-left: 75px;
	}
}
@media screen and (min-width: 1220px){
	#homeOfrecemos h2{
		font-size: 50px;
		margin-bottom: 35px;
	}
	#homeOfrecemos p{
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 35px;
	}
	#homeOfrecemos .stats .stat{
		width: 175px;
		margin-left: 100px;
	}
	#homeOfrecemos .stats .stat:first-child{
		margin-left: 25px;
	}
	#homeOfrecemos .stats .stat .circle{
		width: 175px;
		height: 175px;
		border-radius: 175px;
		-webkit-border-radius: 175px;
		-moz-border-radius: 175px;
	}
	#homeOfrecemos .stats .stat .circle span{
		width: 175px;
		height: 175px;
		line-height: 175px;
		font-size: 68px;
	}
}
@media screen and (min-width: 1360px){
	#homeOfrecemos .stats .stat:first-child {
	    margin-left: 80px;
	}
}


/* Colaboran */

#homeColaboran{
	position: relative;
	display: block;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}
#homeColaboran .contenedor{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	height: auto;
	width: 90%;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}
#homeColaboran .contenedor h2{
	position: relative;
	display: block;
	margin: 35px auto 0px auto;
	width: 80%;
	font-weight: 500;
	font-family: 'Barlow',sans-serif;
	font-size: 18px;
}
#homeColaboran .contenedor .contenedor-carousel{
	position: relative;
	display: block;
	margin: 25px auto 25px auto;
	width: 260px;
	height: 140px;
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: right top;
	background-color: #199be3;
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#homeColaboran .contenedor .contenedor-carousel .owl-carousel{
	position: absolute;
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#homeColaboran .contenedor .contenedor-carousel .owl-carousel .owl-dots{
	position: absolute;
	display: block;
	margin: 0px;
	bottom: 15px;
	left: 0px;
	width: 100%;
	height: 10px;
	text-align: center;
	z-index: 10;
}
#homeColaboran .contenedor .contenedor-carousel .owl-carousel .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px 12px 0px 12px;
	width: 10px;
	height: 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	cursor: pointer;
	background-color: #fff;
	border: 2px solid #fff;
	padding: 0px;
}
#homeColaboran .contenedor .contenedor-carousel .owl-carousel .owl-dots .owl-dot.active{
	background-color: #13169c;
}
#homeColaboran .owl-carousel, #homeColaboran .owl-carousel .owl-stage-outer, #homeColaboran .owl-carousel .owl-stage,  #homeColaboran .owl-carousel .owl-item{
	position: relative;
	height: 100%;
}
#homeColaboran .contenedor .contenedor-carousel .owl-carousel .item{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#homeColaboran .contenedor .contenedor-carousel .owl-carousel .item img{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 375px){
	#homeColaboran .contenedor .contenedor-carousel{
		width: 275px;
		height: 121px;
	}
}
@media screen and (min-width: 414px){
	#homeColaboran .contenedor .contenedor-carousel{
		width: 290px;
		height: 128px;
	}
}
@media screen and (min-width: 768px){


	#homeColaboran .contenedor{
		width: 100%;
		margin-left: 10px;
		/*background-image: url(../images/colaboran-shape.png);
		height: 320px;*/
	}
	#homeColaboran .contenedor h2{
		margin-top: 125px;
	}
	#homeColaboran .contenedor .contenedor-carousel {
	    width: 220px;/*340*/
	    height: 130px;/*150*/   
	    margin-left: 0px;
	    margin-bottom: 0px;
	}
}
@media screen and (min-width: 992px){
	#homeColaboran .contenedor{
		height: 340px;
	}
	#homeColaboran .contenedor .contenedor-carousel {
	    width: 310px;
	    height: 137px;
	    margin-left: 0px;
	    background-size: 105px;
	}
}
@media screen and (min-width: 1220px){
	#homeColaboran .contenedor h2{
		margin-top: 150px;
		font-size: 26px;
	}
	#homeColaboran .contenedor{
		height: 420px;
	}
	#homeColaboran .contenedor .contenedor-carousel {
	    width: 400px;
	    height: 200px;
	    margin-left: 0px;
	    background-size: 125px;
	}
}
@media screen and (min-width: 1360px){
	#homeColaboran .contenedor{
		max-width: 810px;
		height: 430px;
	}
	#homeColaboran .contenedor h2, #homeColaboran .contenedor .contenedor-carousel {
		margin-left: 20px;
	}
}

/* Home Súmate */

#homeSumate{
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 15px 0px 15px;
}
#homeSumate h2{
	position: relative;
	display: block;
	margin: 50px auto 0px auto;
	text-align: left;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 22px;
}
#homeSumate p{
	position: relative;
	display: block;
	margin: 25px 0px 20px 0px;
	color: #191919;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
#homeSumate form{
	position: relative;
	display: block;
	margin: 40px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
}
#homeSumate form .col-xs-12{
	padding: 0px;
}
#homeSumate form input, #homeSumate form .select, #homeSumate form textarea{
	position: relative;
	display: block;
	margin: 0px auto 10px auto;
	width: 100%;
	height: 40px;
	text-indent: 20px;
	background-color: #f2f2f2;
	border: 1px solid rgba(0,0,0,.2);
	outline: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Barlow', sans-serif;
	overflow: hidden;
}
#homeSumate form .select{
	background-image: url(../images/drop-down-ico.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 20px;
}
#homeSumate form .select select{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 110%;
	height: 100%;
	background-color: transparent;
	outline: none;
	border: 0px;
	cursor: pointer;
	z-index: 10;
	text-indent: 20px;
}
#homeSumate form textarea{
	text-indent: 0px;
	padding: 20px;
	height: 120px;
	resize: none;
	font-family: 'Barlow', sans-serif;
}
#homeSumate .adjunta{
	position: relative;
	display: block;
	margin: 0px;
	cursor: pointer;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
#homeSumate .submit{
	position: relative;
	display: block;
	margin: 20px 0px 20px 50%;
	width: 320px;
	right: 160px;
	height: 60px;
	background-color: #ff3d00;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#homeSumate .submit span{
	position: absolute;
	display: block;
	margin: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	font-weight: 600;
}
#homeSumate a{
	position: relative;
	display: block;
	margin: 0px;
	text-align: left;
	text-decoration: underline;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	font-weight: 600;
	clear: both;
}
@media screen and (min-width: 375px){
	#homeSumate h2{
		font-size: 26px;
	}
}
@media screen and (min-width: 414px){
	#homeSumate h2{
		font-size: 28px;
	}
	#homeSumate p{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (min-width: 768px){
	#homeSumate{
		padding: 0px;
	}
	#homeSumate h2{
		margin-top: 50px;
		font-size: 44px;
	}
	#homeSumate form{
		margin-top: 25px;
	}
	#homeSumate form .col-sm-6{
		padding-right: 30px;
	}
	#homeSumate form .col-sm-6:nth-child(2n){
		padding-right: 0px;
	}
	#homeSumate form input, #homeSumate form .select{
		height: 40px;
		border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    font-size: 16px;
	}
	#homeSumate form .select{
		background-position: 95% center;
	}
	#homeSumate .adjunta{
		font-size: 20px;
	}
	#homeSumate form textarea{
		font-size: 16px;
	}
}
@media screen and (min-width: 992px){
	#homeSumate form textarea{
		height: 135px;
		font-size: 18px;
	}
}
@media screen and (min-width: 1220px){
	#homeSumate h2{
		margin-top: 60px;
		font-size: 50px;
	}
	#homeSumate p{
		margin-top: 20px;/*40*/
		font-size: 20px;
		line-height: 18px;
	}
	#homeSumate form input, #homeSumate form .select{
		margin-bottom: 10px;
		font-size: 18px;
	}
}


/* Home Eventos */

#homeEventos{
	position: relative;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 15px 0px 15px;
}
#homeEventos h2{
	position: relative;
	display: block;
	margin: 50px auto 0px auto;
	text-align: left;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 32px;
}
#homeEventos p{
	position: relative;
	display: block;
	margin: 25px 0px 20px 0px;
	color: #191919;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
#homeEventos .owl-carousel{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#homeEventos .owl-carousel .owl-nav.disabled{
	display: block;
}
#homeEventos .owl-prev{
	position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 80px;
    margin-top: -40px;
    padding: 0px;
    background-image: url(../images/arrow-carousel.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
#homeEventos .owl-next{
	position: absolute;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 80px;
    margin-top: -40px;
    padding: 0px;
    background-image: url(../images/arrow-carousel.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#homeEventos .item .box{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 200px;
	height: 260px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	overflow: hidden;
}
#homeEventos .item .box .top{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 120px;
	background-color: rgba(0,0,0,.2);
	overflow: hidden;
	padding: 10px;
}
#homeEventos .item .box.active .top{
	background-color: #10069f;
}
#homeEventos .item .box .top h2{
	position: relative;
	display: block;
	margin: 5px 0px 0px 0px;
	text-align: left;
	color: #fff;
	font-family: 'Barlow', sans- serif;
	font-weight: 600;
	font-size: 56px;
}
#homeEventos .item .box .top h2 small{
	position: relative;
	display: block;
	margin: 0px;
	font-size: 18px;
	color: #fff;
}
#homeEventos .item .box .bottom{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 140px;
	overflow: hidden;
	padding: 10px;
}
#homeEventos .item .box .bottom h3{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
#homeEventos .item .box .bottom p{
	position: relative;
	display: block;
	width: 100%;
	margin: 0px;
	height: 50px !important;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
}

#homeEventos .item .box .bottom a{
	position: relative;
	display: block;
	bottom: 0px;
	left: 0px;
	width: 90px;
	height: 30px;
	background-color: #ff3d00;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#homeEventos .item .box .bottom a span{
	position: absolute;
	display: block;
	margin: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-size: 13px;
	font-weight: 600;
}
@media screen and (min-width: 414px){
	#homeEventos p{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (min-width: 768px){
	#homeEventos{
		padding: 0px;
	}
	#homeEventos h2{
		margin-top: 100px;
	}
	#homeEventos .wraper{
		position: relative;
		margin-top: 50px;
		height: auto;
		overflow: hidden;
	}
	#homeEventos .item .box{
		float: left;
		margin-left: 17px;
		margin-bottom: 17px;
	}
	#homeEventos .item:first-of-type .box, #homeEventos .item:nth-of-type(3n+4) .box{
		margin-left: 0px;
	}
}
@media screen and (min-width: 992px){
	#homeEventos .item .box{
		width: 150px;
		margin-left: 0px;
		margin-right: 17px;
	}
	#homeEventos .item .box .top h2{
		font-size: 50px;
	}
	#homeEventos .item:nth-of-type(5n) .box{
		margin-right: 0px;
	}
}
@media screen and (min-width: 1220px){
	#homeEventos h2{
		margin-top: 125px;
		font-size: 52px;
	}
	#homeEventos p{
		margin-top: 40px;
		font-size: 24px;
		line-height: 28px;
	}
	#homeEventos .wraper{
		margin-top: 75px;
	}
	#homeEventos .item .box{
		width: 182px;
		height: 270px;
		margin-right: 25px;
		margin-bottom: 25px;
	}
	#homeEventos .item .box .top h2{
		margin-top: 8px;
		font-size: 56px;
	}
	#homeEventos .item .box .top{
		height: 130px;
	}
	#homeEventos .item .box .bottom h3{
		font-size: 22px;
		line-height: 24px;
	}
	#homeEventos .item .box .bottom p{
		font-size: 18px;
		line-height: 24px;
		height:70px !important;
	}
}
@media screen and (min-width: 1360px){
	#homeEventos .item .box{
		width: 18.4%;
		height: 300px;
		margin-right: 2%;
		margin-bottom: 25px;
	}
	#homeEventos .item .box .bottom{
		height: 170px;
	}
	#homeEventos .item .box .bottom p{
		height: 110px;
	}
}


/* Home Noticias */

#homeNoticias, #interesNoticias, #listadoNoticias{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 50px 15px;
	background-color: #fff;
}
#homeNoticias h2, #interesNoticias h3{
	position: relative;
	display: block;
	margin: 50px auto 0px auto;
	text-align: left;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 32px;
}
#interesNoticias h2, #listadoNoticias h2{
	position: relative;
	display: block;
	margin: 50px auto 0px auto;
	text-align: left;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 32px;
}
#listadoNoticias h2{
	margin-bottom: 50px;
}
#listadoNoticias .col-xs-12 .col-xs-12{
	padding: 0px;
}
#interesNoticias h2 span{
	color: #10069f;
}
#interesNoticias h3{
	color: #10069f;
	font-weight: 400;
}
#homeNoticias .owl-carousel, #interesNoticias .owl-carousel{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}
#homeNoticias .owl-prev, #interesNoticias .owl-prev{
	position: absolute;
    top: 50%;
    left: 0px;
    width: 20px;
    height: 80px;
    margin-top: -40px;
    padding: 0px;
    background-image: url(../images/arrow-carousel.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
#homeNoticias .owl-next, #interesNoticias .owl-next{
	position: absolute;
    top: 50%;
    right: 0px;
    width: 20px;
    height: 80px;
    margin-top: -40px;
    padding: 0px;
    background-image: url(../images/arrow-carousel.png);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0px;
    background-color: transparent;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#homeNoticias .owl-carousel .item .box, #interesNoticias .owl-carousel .item .box, #listadoNoticias .box{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 200px;
	height: 280px;
	border: 1px solid rgba(0,0,0,.2);
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#listadoNoticias .box{
	width: 100%;
	max-width: 320px;
	margin-bottom: 25px;
}
#homeNoticias .owl-carousel .item .box a, #interesNoticias .owl-carousel .item .box a, #listadoNoticias .box a{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#homeNoticias .owl-carousel .item .box figure, #interesNoticias .owl-carousel .item .box figure, #listadoNoticias .box figure{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 125px;
	overflow: hidden;
}
#homeNoticias .owl-carousel .owl-item .box figure:before, #interesNoticias .owl-carousel .owl-item .box figure:before, #listadoNoticias .box figure:before{
	position: absolute;
    display: block;
    content: ' ';
    margin: 0px;
    bottom: -25px;
    left: -4%;
    width: 120%;
    height: 40px;
    background-color: #fff;
    z-index: 10;
    transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
}
#homeNoticias .owl-carousel .owl-item:nth-of-type(2n) .box figure:before, #interesNoticias .owl-carousel .owl-item:nth-of-type(2n) .box figure:before, #listadoNoticias .col-xs-12:nth-of-type(2n) .box figure:before{
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}
#homeNoticias .owl-carousel .owl-item .box h3, #interesNoticias .owl-carousel .owl-item .box h3, #listadoNoticias .box h3{
	position: relative;
	display: block;
	margin: 10px auto 0px auto;
	width: 90%;
	text-align: left;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
}
#homeNoticias .owl-carousel .owl-item .box button, #interesNoticias .owl-carousel .owl-item .box button, #listadoNoticias .box button{
	position: absolute;
	display: block;
	margin: 0px;
	bottom: 10px;
	left: 10px;
	width: 90px;
    height: 30px;
    background-color: #42e8b4;
    border: 0px;
    outline: none;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#homeNoticias .owl-carousel .owl-item .box button span, #interesNoticias .owl-carousel .owl-item .box button span, #listadoNoticias .box button span{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #191919;
}
@media screen and (min-width: 414px){
	#homeNoticias .owl-carousel .item .box, #interesNoticias .owl-carousel .item .box{
		width: 300px;
		height: 300px;
	}
	#homeNoticias .owl-carousel .owl-item .box h3, #interesNoticias .owl-carousel .owl-item .box h3{
		font-size: 20px;
		line-height: 24px;
	}
	#homeNoticias .owl-carousel .owl-item .box button, #interesNoticias .owl-carousel .owl-item .box button{
		bottom: 20px;
	}
}
@media screen and (min-width: 768px){
	#homeNoticias, #interesNoticias{
		padding: 0px 0px 40px 0px;
	}
	#homeNoticias h2, #interesNoticias h3{
		margin-top: 35px;
	}
	#interesNoticias h2, #listadoNoticias h2{
		margin-top: 75px;
		font-size: 38px;
	}
	#homeNoticias .owl-carousel .owl-nav.disabled, #interesNoticias .owl-carousel .owl-nav.disabled{
		display: block;
	}
	#homeNoticias .owl-prev, #interesNoticias .owl-prev{
		left: -50px;
		width: 40px;
	}
	#homeNoticias .owl-next, #interesNoticias .owl-next{
		right: -50px;
		width: 40px;
	}
	#homeNoticias .owl-carousel, #interesNoticias .owl-carousel{
		margin-top: 30px;
		overflow: visible;
	}
	#homeNoticias .owl-carousel .item .box, #interesNoticias .owl-carousel .item .box, #listadoNoticias .box{
		width: 100%;
		height: 300px;
	}
	#homeNoticias .owl-carousel .item .box figure, #interesNoticias .owl-carousel .item .box figure, #listadoNoticias figure{
		height: 150px;
	}
	#homeNoticias .owl-carousel .owl-item .box h3, #interesNoticias .owl-carousel .owl-item .box h3, #listadoNoticias .box h3{
		font-size: 16px;
		line-height: 20px;
	}
	#listadoNoticias .box{
		width: 98%;
		max-width: 100%;
		margin-left: 0px;
	}
	#listadoNoticias .col-xs-12 .col-xs-12:nth-of-type(2n) .box{
		margin-left: auto;
		margin-right: 0px;
	}
}
@media screen and (min-width: 992px){
	#listadoNoticias h2{
		margin-top: 100px;
		margin-bottom: 100px;
	}
	#homeNoticias .owl-carousel .owl-item .box h3, #interesNoticias .owl-carousel .owl-item .box h3, #listadoNoticias .box h3{
		font-size: 20px;
		line-height: 24px;
	}
	#listadoNoticias .col-xs-12 .col-xs-12:nth-of-type(2n) .box{
		margin-left: 0px;
		margin-right: 0px;
	}
	#listadoNoticias .col-xs-12 .col-xs-12:nth-of-type(3n+2) .box{
		margin-left: auto;
		margin-right: auto;
	}
	#listadoNoticias .col-xs-12 .col-xs-12:nth-of-type(3n) .box{
		margin-left: auto;
		margin-right: 0px;
	}
}
@media screen and (min-width: 1220px){
	#homeNoticias, #interesNoticias{
		padding: 0px 0px 45px 0px;
	}
	#homeNoticias h2, #interesNoticias h3{
		margin-top: 40px;
		font-size: 50px;
	}
	#interesNoticias h3{
		font-size: 48px;
	}
	#interesNoticias h2, #listadoNoticias h2{
		margin-top: 100px;
		font-size: 54px;
	}
	#homeNoticias .owl-carousel, #interesNoticias .owl-carousel{
		margin-top: 35px;
	}
	#homeNoticias .owl-prev, #interesNoticias .owl-prev{
		left: -75px;
	}
	#homeNoticias .owl-next, #interesNoticias .owl-next{
		right: -75px;
	}
	#homeNoticias .owl-carousel .item .box, #interesNoticias .owl-carousel .item .box, #listadoNoticias .box{
		height: 375px;
	}
	#homeNoticias .owl-carousel .item .box figure, #interesNoticias .owl-carousel .item .box figure, #listadoNoticias .box figure{
		height: 180px;
	}
	#homeNoticias .owl-carousel .owl-item .box h3, #interesNoticias .owl-carousel .owl-item .box h3, #listadoNoticias .box h3{
		margin-top: 0px;
		font-size: 24px;
		line-height: 28px;
	}
	#homeNoticias .owl-carousel .owl-item .box button, #interesNoticias .owl-carousel .owl-item .box button, #listadoNoticias .box button{
		width: 140px;
		height: 40px;
		left: 20px;
	}
	#homeNoticias .owl-carousel .owl-item .box button span, #interesNoticias .owl-carousel .owl-item .box button span, #listadoNoticias .box button span{
		line-height: 40px;
		font-size: 16px;
	}
}
@media screen and (min-width: 1360px){
	#homeNoticias .owl-carousel .item .box figure, #interesNoticias .owl-carousel .item .box figure, #listadoNoticias .box figure{
		height: 200px;
	}
	#homeNoticias .owl-carousel .owl-item .box figure:before, #interesNoticias .owl-carousel .owl-item .box figure:before, #listadoNoticias .box figure:before{
		bottom: -25px;
		height: 60px;
	}
}
@media screen and (min-width: 1500px){
	#homeNoticias .owl-carousel .owl-item .box h3, #interesNoticias .owl-carousel .owl-item .box h3, #listadoNoticias .box h3{
		margin-top: 10px;
		font-size: 26px;
		line-height: 30px;
	}
}


/* Microchips */

#mainMicrochips{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 50px 15px;
}
#mainMicrochips a.goBack{
	position: relative;
	display: block;
	margin: 50px 0px 0px 0px;
	width: 45px;
	height: 28px;
	background-image: url(../images/ico-goBack.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#mainMicrochips h2{
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	text-align: left;
	font-family: 'Barlow', sans-serif;
	font-size: 44px;
	color: #13169c;
	font-weight: 600;
}
#mainMicrochips .resultados{
	position: relative;
	display: block;
	margin: 10px 0px 0px 0px;
	text-align: left;
	font-family: 'Barlow', sans-serif;
	font-size: 24px;
	color: #13169c;
	font-weight: 400;
}
#mainMicrochips .resultados:after{
	position: relative;
	display: block;
	content: ' ';
	margin: 20px auto 50px auto;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#mainMicrochips .item{
	position: relative;
	display: block;
	margin: 0px auto 25px auto;
	width: 285px;
	height: auto;
	overflow: hidden;
}
#mainMicrochips .item figure{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 100%;
	height: 450px;
	background-color: #ddd;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-bottom: 4px solid rgba(0,0,0,.1);
}
#mainMicrochips .item:nth-of-type(2n) figure{
	height: 285px;
}
#mainMicrochips .item h2{
	position: relative;
	display: block;
	margin: 20px 0px 0px 0px;
	color: #13169c;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
}
#mainMicrochips .item p{
	position: relative;
	display: block;
	margin: 10px 0px 0px 0px;
	color: #13169c;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}
#mainMicrochips .item span{
	position: relative;
	display: block;
	margin: 0px 0px 0px 0px;
	color: #ff3d00;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}
@media screen and (min-width: 768px){
	#mainMicrochips .item{
		margin: 0px 5px 25px 5px;
		width: 174px;
	}
	#mainMicrochips .item figure{
		height: 300px;
	}
	#mainMicrochips .item:nth-of-type(2n) figure{
		height: 175px;
	}
}
@media screen and (min-width: 992px){
	#mainMicrochips .item{
		width: 189px;
	}
}
@media screen and (min-width: 1220px){
	#mainMicrochips{
		padding-bottom: 125px;
	}
	#mainMicrochips a.goBack{
		margin-top: 50px;
	}
	#mainMicrochips h2{
		font-size: 54px;
	}
	#mainMicrochips .resultados:after{
		margin: 50px 0px 75px 0px;
	}
	#mainMicrochips .item{
		width: 225px;
		margin: 0px 10px 30px 10px;
	}
	#mainMicrochips .item figure{
		height: 375px;
	}
	#mainMicrochips .item:nth-of-type(2n) figure{
		height: 225px;
	}
}
@media screen and (min-width: 1360px){
	#mainMicrochips .item{
		width: 20%;
		margin: 0px 2% 35px 2%;
	}
	#mainMicrochips .item figure{
		height: 375px;
	}
	#mainMicrochips .item:nth-of-type(2n) figure{
		height: 225px;
	}
}
@media screen and (min-width: 1500px){
	#mainMicrochips .item figure{
		height: 425px;
	}
	#mainMicrochips .item:nth-of-type(2n) figure{
		height: 285px;
	}
}



/* Contenido Interior */

#innerTopImg, #registroTopImg{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 200px;
	background-color: #ccc;
	overflow: hidden;
}
#registroTopImg{
	margin-bottom: 50px;
}
#innerTopImg figure, #registroTopImg figure{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#innerTopImg figure:before{
	position: absolute;
	display: block;
	margin: 0px 0px 0px -100px;
	top: 50%;
	left: 50%;
	content: ' ';
	border: 30px solid #54e6b6;
	width: 200px;
	height: 200px;
	border-radius: 800px;
	-webkit-border-radius: 800px;
	-moz-border-radius: 800px;
}
#innerTopImg.singleNews figure:before{
	display: none;
}
#innerContent{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
	text-align: center;
}
#innerContent a.goBack{
	position: relative;
	display: block;
	float: left;
	margin: 50px 0px 25px 0px;
	width: 45px;
	height: 28px;
	background-image: url(../images/ico-goBack.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#innerContent .col-xs-12 .col-xs-12{
	padding: 0px;
}
#innerContent .share-rrss{
	position: relative;
	display: block;
	margin: 30px 0px 25px 0px;
	float: right;
	width: 49px;
	height: 59px;
}

#innerContent center iframe{
    width: 320px!important;
    height: 220px;
}

@media screen and (min-width: 768px){
	#innerContent center iframe{
	    width: 690px!important;
	    height: 400px;
	}

}

.share-rrss a.share-ico{
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	width: 49px;
	height: 59px;
	background-image: url(../images/share-ico.png);
	background-size: 34px;
	background-position: center center;
	background-repeat: no-repeat;
}
.share-rrss div{
	position: absolute;
	display: none;
	margin: 0px;
	top: 10px;
	left: -170px;
	width: 160px;
	height: 40px;
}
.share-rrss div.open{
	display: block;
}
.share-rrss div:after{
	position: absolute;
	display: block;
	content: ' ';
	top: 50%;
	margin-top: -5px;
	right: -10px;
	width: 0;
   	height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #25d366;
    border-bottom: 5px solid transparent;
}
.share-rrss div a{
	position: relative;
	display: block;
	margin: 0px;
	float: left;
	width: 40px;
	height: 40px;
	outline: none;
	border: 0px;
}
.share-rrss div a.fb{
	background-image: url(../images/face-logo.png);
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #3B5998;
}
.share-rrss div a.tw{
	background-image: url(../images/twit-logo.png);
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #1da1f2;
}
.share-rrss div a.ln{
	background-image: url(../images/link-logo.png);
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0077b5;
}
.share-rrss div a.ws{
	background-image: url(../images/what-logo.png);
	background-size: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #25d366;
}


#innerContent h1{
	position: relative;
	display: block;
	clear: both;
	margin: 0px 0px 25px 0px;
	color: #161616;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	text-align: left;
}
#innerContent h2{
	position: relative;
	display: block;
	margin: 25px 0px 25px 0px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-align: left;
}
#innerContent h2 b{
	font-weight: 400;
}
#innerContent h3, #innerContent h4, #innerContent h5{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	float: left;
	clear: both;
	margin: 25px 0px 0px 0px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}
#innerContent h4{
	font-size: 22px;
	line-height: 26px;
}
#innerContent h4, #innerContent h5{
	margin-bottom: 25px;
}
#innerContent h3:after{
	position: relative;
	display: block;
	content: ' ';
	margin: 10px 0px 25px 0px;
	width: 100%;
	height: 4px;
	background-color: #42e8b4;
}
#innerContent p{
	position: relative;
	display: block;
	clear: both;
	margin: 0px 0px 20px 0px;
	color: #161616;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
#innerContent strong{
	color: #10069f;
}
#innerContent blockquote{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0px auto 0px auto;
	border-left: 0px;
}
#innerContent blockquote p{
	position: relative;
	display: block;
	margin: 0px auto 20px auto;
	font-family: 'Barlow', sans-serif;
	color: #161616;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	padding: 0px;
	border: 0px;
	width: 90%;
	max-width: 840px;
}
#innerContent blockquote:before{
	position: absolute;
	display: block;
	content: '"';
	margin: 0px;
	top: 0px;
	left: 0px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 65px;
}
#innerContent blockquote:after{
	position: absolute;
	display: block;
	content: '"';
	margin: 0px;
	bottom: 0px;
	right: 0px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 65px;
}
#innerContent .thumbVideo{
	position: relative;
	display: block;
	margin: 0px auto 20px auto;
	width: 100%;
	max-width: 600px;
	height: 200px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow: hidden;
}
#innerContent .thumbVideo:before{
	position: absolute;
	display: block;
	content: ' ';
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 10;
}
#innerContent .thumbVideo:after{
	position: absolute;
	display: block;
	content: ' ';
	margin: -29px 0px 0px -21px;
	top: 50%;
	left: 50%;
	width: 43px;
	height: 58px;
	background-image: url(../images/play-ico.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	z-index: 20;
}
#innerContent .thumbVideo:hover:after{
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
}
#innerContent .commentBox{
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
	height: auto;
	overflow: hidden;
}
@media screen and (min-width: 414px){
	#innerTopImg, #registroTopImg{
		height: 250px;
	}
	#innerTopImg figure:before{
		margin-left: -125px;
		width: 250px;
		height: 250px;
	}
}
@media screen and (min-width: 768px){
	#innerTopImg, #registroTopImg{
		height: 300px;
	}
	#innerTopImg figure:before{
		margin-left: -150px;
		width: 300px;
		height: 300px;
		border: 50px solid #54e6b6;
	}
	#innerContent h1{
		width: 70%;
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 50px;
		clear: none;
	}
	#innerContent h2{
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 40px;
		margin-top: 50px;
	}
	#innerContent p{
		font-size: 16px;
		line-height: 26px;
	}
	#innerContent .thumbVideo{
		height: 320px;
	}
	#innerContent .share-rrss{
		margin-top: 0px;
	}
	#innerContent .share-rrss div{
		width: 120px;
		left: -130px;
	}
	#innerContent .share-rrss div:after{
		position: absolute;
		display: block;
		content: ' ';
		top: 50%;
		margin-top: -5px;
		right: -10px;
		width: 0;
	   	height: 0;
	    border-top: 5px solid transparent;
	    border-left: 10px solid #0077b5;
	    border-bottom: 5px solid transparent;
	}
}
@media screen and (min-width: 992px){
	#innerTopImg, #registroTopImg{
		height: 350px;
	}
	#registroTopImg{
		margin-bottom: 75px;
	}
	#innerTopImg figure:before{
		margin-left: -175px;
		width: 350px;
		height: 350px;
		border: 50px solid #54e6b6;
	}
	#innerContent{
		padding: 0px;
	}
	#innerContent .col-xs-12 .col-xs-12{
		padding: 0px 15px 0px 0px;
	}
	#innerContent .col-xs-12 .col-xs-12:nth-of-type(2n){
		padding: 0px 0px 0px 15px;
	}
	#innerContent h3, #innerContent h4{
		margin-top: 50px;
		font-size: 34px;
		line-height: 40px;
	}
	#innerContent h4{
		font-size: 30px;
		line-height: 36px;
	}
	#innerContent blockquote{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 50px;
	}
	#innerContent .col-xs-12 .col-xs-12 .thumbVideo{
		height: 200px;
	}
	#innerContent .commentBox{
		margin-top: 100px;
	}
}
@media screen and (min-width: 1220px){
	#innerTopImg, #registroTopImg{
		height: 400px;
	}
	#registroTopImg{
		margin-bottom: 100px;
	}
	#innerTopImg figure:before{
		top: 100px;
		margin-left: -300px;
		width: 600px;
		height: 600px;
		border: 75px solid #54e6b6;
		border-radius: 800px;
		-webkit-border-radius: 800px;
		-moz-border-radius: 800px;
	}
	#innerContent p{
		font-size: 20px;
		line-height: 30px;
	}
	#innerContent blockquote:before{
		top: 40px;
	}
	#innerContent blockquote:after{
		bottom: 40px;
	}
	#innerContent blockquote:before, #innerContent blockquote:after{
		font-size: 100px;
	}
	#innerContent h1{
		width: 80%;
	}
}
@media screen and (min-width: 1360px){
	#innerContent h1{
		font-size: 44px;
		line-height: 52px;
	}
	#innerContent h2{
		margin-top: 70px;
		font-size: 38px;
		line-height: 44px;
	}
	#innerContent .col-xs-12 .col-xs-12 .thumbVideo{
		height: 240px;
	}
}



/* Casos de éxito */

#listadoCarrusel{
	position: relative;
	display: block;
	margin: 0px 0px 50px 0px;
	width: 100%;
	height: 157px;
	overflow: hidden;
}
#listadoCarrusel h2{
	position: absolute;
    display: block;
    top: 50px;
    right: 25px;
    color: #fff;
    z-index: 20;
    font-size: 24px;
    font-weight: 700;
}
#listadoCarrusel h2 span{
	color: #42e8b4;
}
#listadoCarrusel .owl-carousel{
	position: relative;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#listadoCarrusel .owl-carousel:before{
	position: absolute;
	display: block;
	margin: 0px;
	content: ' ';
	bottom: 0px;
	right: 0px;
	width: 220px;
	height: 157px;
	background-image: url(../images/title-carrusel-casos.png);
	background-size: 100%;
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 20;
}
#listadoCarrusel .owl-carousel:after{
	position: absolute;
	display: block;
	margin: 0px;
	content: ' ';
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+10,1+100 */
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(113,167,209,0) 10%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(113,167,209,0) 10%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(113,167,209,0) 10%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	z-index: 10;
}
#listadoCarrusel .owl-carousel .owl-stage, #listadoCarrusel .owl-carousel .owl-stage-outer, #listadoCarrusel .owl-carousel .owl-item{
	height: 100%;
}
#listadoCarrusel .owl-carousel .item{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#listadoCarrusel .owl-carousel .item figure{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#listadoCasos{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
}
#listadoCasos a.goBack{
	position: relative;
	display: block;
	margin: 0px 0px 25px 0px;
	width: 45px;
	height: 28px;
	background-image: url(../images/ico-goBack.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
#listadoCasos .caso{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
#listadoCasos h2{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 25px 0px 0px 0px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}
#listadoCasos h2:after{
	position: relative;
	display: block;
	content: ' ';
	margin: 0px 0px 25px 0px;
	width: 100%;
	height: 4px;
	background-color: #42e8b4;
}
#listadoCasos p{
	position: relative;
	display: block;
	margin: 0px 0px 20px 0px;
	color: #161616;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
#listadoCasos .share-rrss{
	position: relative;
	display: block;
	margin: 0px;
	float: left;
	width: 49px;
	height: 59px;
	background-image: url(../images/share-ico.png);
	background-size: 34px;
	background-position: center center;
	background-repeat: no-repeat;
}
#listadoCasos .share-rrss div{
	left: auto;
	right: -170px;
}
#listadoCasos .share-rrss div:after{
	display: none;
}
#listadoCasos .share-rrss div:before{
	position: absolute;
	display: block;
	content: ' ';
	top: 50%;
	margin-top: -5px;
	left: -10px;
	width: 0;
   	height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #3B5998;
    border-bottom: 5px solid transparent;
}
#listadoCasos .casoImg{
	position: relative;
	display: block;
	margin: 25px auto 25px auto;
	width: 100%;
	max-width: 720px;
	height: 200px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}
#listadoCasos .thumbVideo{
	position: relative;
	display: block;
	margin: 0px auto 20px auto;
	width: 100%;
	max-width: 450px;
	height: 200px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow: hidden;
}
#listadoCasos .thumbVideo:before{
	position: absolute;
	display: block;
	content: ' ';
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 10;
}
#listadoCasos .thumbVideo:after{
	position: absolute;
	display: block;
	content: ' ';
	margin: -29px 0px 0px -21px;
	top: 50%;
	left: 50%;
	width: 43px;
	height: 58px;
	background-image: url(../images/play-ico.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	z-index: 20;
}
#listadoCasos .thumbVideo:hover:after{
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
}
@media screen and (min-width: 414px){
	#listadoCarrusel{
		height: 200px;
	}
	#listadoCarrusel h2{
		top: 60px;
		font-size: 34px;
	}
	#listadoCarrusel .owl-carousel:before{
		width: 280px;
		height: 200px;
	}
	#listadoCasos .casoImg{
		height: 250px;
	}
}
@media screen and (min-width: 768px){
	#listadoCarrusel{
		height: 300px;
	}
	#listadoCarrusel h2 {
	    top: 120px;
	    font-size: 54px;
	}
	#listadoCarrusel .owl-carousel:before{
		width: 420px;
		height: 300px;
	}
	#listadoCasos p{
		font-size: 16px;
		line-height: 26px;
	}
	#listadoCasos .casoImg{
		height: 350px;
	}
	#listadoCasos .thumbVideo{
		height: 320px;
	}
}
@media screen and (min-width: 992px){
	#listadoCarrusel{
		height: 400px;
	}
	#listadoCarrusel h2 {
	    top: 150px;
	    font-size: 64px;
	    right: 70px;
	}
	#listadoCarrusel .owl-carousel:before{
		width: 560px;
		height: 400px;
	}
	#listadoCasos{
		padding: 0px;
	}
	#listadoCasos .caso{
		margin-bottom: 100px;
	}
	#listadoCasos .col-xs-12 .col-xs-12{
		padding: 0px 30px 0px 0px;
	}
	#listadoCasos .col-xs-12 .col-xs-12:nth-of-type(2n){
		padding: 0px 0px 0px 30px;
	}
	#listadoCasos h2{
		font-size: 34px;
		line-height: 40px;
	}
	#listadoCasos h2:after{
		margin-bottom: 40px;
	}
	#listadoCasos .casoImg{
		height: 200px;
		margin-bottom: 50px;
	}
	#listadoCasos .col-xs-12 .col-xs-12 .thumbVideo{
		height: 200px;
		float: right;
	}
}
@media screen and (min-width: 1220px){
	#listadoCarrusel{
		height: 500px;
	}
	#listadoCarrusel h2 {
	    top: 190px;
	    font-size: 84px;
	    right: 70px;
	}
	#listadoCarrusel .owl-carousel:before{
		width: 701px;
		height: 500px;
	}
	#listadoCasos p{
		font-size: 20px;
		line-height: 30px;
	}
	#listadoCasos .casoImg{
		height: 250px;
	}
}
@media screen and (min-width: 1360px){
	#listadoCasos .casoImg{
		height: 275px;
	}
	#listadoCasos .col-xs-12 .col-xs-12 .thumbVideo{
		height: 240px;
	}
}



/* Registro */

#registroCarrusel{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
}
#registroCarrusel .owl-carousel{
	position: relative;
	display: block;
	margin: 0px auto 20px auto;
	width: 280px;
	height: 280px;
	overflow: hidden;
}
#registroCarrusel .owl-carousel:after{
	position: absolute;
	display: block;
	margin: 0px;
	content: ' ';
	bottom: 0px;
	left: 0px;
	width: 70%;
	height: 5px;
	background-color: #42e8b4;
	z-index: 10;
}
#registroCarrusel .owl-carousel:before{
	position: absolute;
	display: block;
	margin: 0px;
	content: ' ';
	bottom: 0px;
	right: 0px;
	width: 30%;
	height: 5px;
	background-color: #10069f;
	z-index: 10;
}
#registroCarrusel .owl-prev{
	position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: -15px;
    padding: 0px;
    background-color: #fff;
    background-image: url(../images/arrow-carousel.png);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #42e8b4;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}
#registroCarrusel .owl-next{
	position: absolute;
    top: 50%;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: -15px;
    padding: 0px;
    background-color: #fff;
    background-image: url(../images/arrow-carousel.png);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid #42e8b4;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
#registroCarrusel .owl-carousel .owl-stage-outer, #registroCarrusel .owl-carousel .owl-stage,  #registroCarrusel .owl-carousel .owl-item{
	position: relative;
	height: 100%;
}
#registroCarrusel .owl-carousel figure{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#registroCarrusel .owl-carousel .item h2{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 50px 0px 0px 50px;
	width: 190px;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	background-color: #10069f;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
	z-index: 20;
}
#registroCarrusel .owl-carousel .item p{
	position: relative;
	display: block;
	margin: 5px 0px 0px 50px;
	width: 190px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	z-index: 20;
}
#registroCarrusel .owl-carousel .item.tx_verde p{
    color: #00e7b0;
    font-size: 18px;
    padding: 3px;
    background-color: #000000c7;
}

#registroCarrusel .owl-carousel .item.tx_verde a{
	position: absolute;
	bottom: 15px;
    left: 15px;
}
#registroCarrusel .owl-carousel .item.tx_verde a.fullLink{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	text-indent: -999px;
	overflow: hidden;
	border-radius: 0px;
}
#registroCarrusel .owl-carousel .item a{
	position: relative;
	display: none;
	margin: 10px 0px 0px 50px;
	width: 100px;
	height: 30px;
	background-color: #00e7b0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	z-index: 20;
}
#registroCarrusel .owl-carousel .item a span{
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #10069f;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}

.access-aceleradora{
	position: relative;
	display: block;
	margin: 0px;
	text-align: left;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	padding-left: 30px;
}
.access-aceleradora a{
	color: #fc3e1d;
	text-decoration: none;
}
.access-aceleradora:before{
	position: relative;
	display: block;
	content:  ' ';
	margin: 0px 10px 0px -30px;
	float: left;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico-hand.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


#registroDesafios{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
}
#registroDesafios h2{
	position: relative;
	display: block;
	margin: 0px auto 25px auto;
	text-align: left;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 22px;
}
#registroDesafios h2 span{
	color: #10069f;
}
#registroDesafios .desafio{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
#registroDesafios .desafio h2{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 25px 0px 0px 0px;
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}
#registroDesafios .desafio p{
	position: relative;
	display: block;
	margin: 10px 0px 20px 0px;
	color: #161616;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
#registroDesafios .desafio .casoImg{
	position: relative;
	display: block;
	margin: 25px auto 0px auto;
	width: 100%;
	max-width: 720px;
	height: 200px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}



#contentForm{
	position: relative;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 50px 15px;
}
#contentForm h2{
	position: relative;
	display: block;
	margin: 50px auto 0px auto;
	text-align: left;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 22px;
}
#contentForm p{
	position: relative;
	display: block;
	margin: 25px 0px 20px 0px;
	color: #191919;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
}
#contentForm form{
	position: relative;
	display: block;
	margin: 40px auto 0px auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
}
#contentForm form .col-xs-12{
	padding: 0px;
}
#contentForm form input, #contentForm form .select, #contentForm form textarea{
	position: relative;
	display: block;
	margin: 0px auto 20px auto;
	width: 100%;
	height: 40px;
	text-indent: 20px;
	background-color: #f2f2f2;
	border: 1px solid rgba(0,0,0,.2);
	outline: none;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: 'Barlow', sans-serif;
	overflow: hidden;
}
#contentForm form .select{
	background-image: url(../images/drop-down-ico.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 20px;
}
#contentForm form .select select{
	position: absolute;
	display: block;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 110%;
	height: 100%;
	background-color: transparent;
	outline: none;
	border: 0px;
	cursor: pointer;
	z-index: 10;
	text-indent: 20px;
}
#contentForm form textarea{
	text-indent: 0px;
	padding: 20px;
	height: 120px;
	resize: none;
	font-family: 'Barlow', sans-serif;
}
form .deleteFile{
	position: relative;
    display: none;
    margin: 0px 10px 0px 0px;
    content: ' ';
    width: 40px;
    height: 40px;
    float: left;
    background-image: url(../images/deleteIco.png);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 3px solid #191919;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    cursor: pointer;
    outline: none;
    z-index: 100;
}
#contentForm .adjunta{
	position: relative;
	display: block;
	margin: 0px;
	cursor: pointer;
	color: #191919;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}
#contentForm .submit{
	position: relative;
	display: block;
	margin: 40px 0px 20px 0px;
	width: 220px;
	height: 60px;
	background-color: #ff3d00;
	cursor: pointer;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#contentForm .submit span{
	position: absolute;
	display: block;
	margin: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-family: 'Barlow', sans-serif;
	font-size: 22px;
	font-weight: 600;
}
@media screen and (min-width: 375px){
	#registroCarrusel .owl-carousel{
		width: 340px;
		height: 340px;
	}
	#contentForm h2, #registroDesafios h2{
		font-size: 26px;
	}

}
@media screen and (min-width: 414px){
	#registroCarrusel .owl-carousel{
		width: 400px;
		height: 400px;
	}
	#registroCarrusel .owl-carousel .item h2{
		width: 270px;
		font-size: 17px;
		line-height: 23px;
	}
	#registroCarrusel .owl-carousel .item p{
		width: 270px;
		font-size: 14px;
		line-height: 18px;
	}
	#registroCarrusel .owl-carousel .item a{
		margin-top: 20px;
	}
	.access-aceleradora{
		font-size: 18px;
		line-height: 24px;
	}
	#contentForm h2, #registroDesafios h2{
		font-size: 28px;
	}
	#contentForm p{
		font-size: 18px;
		line-height: 24px;
	}
}
@media screen and (min-width: 768px){
	#registroCarrusel .owl-carousel{
		width: 768px;
		height: 213px;
	}
	#registroCarrusel .owl-carousel .item.tx_verde p{
		color: #00e7b0;
	    font-size: 20px;
	    padding: 3px;
	    width: 400px;
	    background-color: transparent;
	}
	#registroCarrusel .owl-carousel .item.tx_verde a{
		bottom: 20px;
    	left: auto;
	}

	#registroCarrusel .owl-carousel{
		height: 300px;
	}
	#registroCarrusel .owl-prev, #registroCarrusel .owl-next{
		margin-top: -25px;
		width: 50px;
		height: 50px;
		border-radius: 50px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border: 4px solid #42e8b4;
		background-size: 10px;
	}
	#registroCarrusel .owl-carousel .item h2, #registroCarrusel .owl-carousel .item p, #registroCarrusel .owl-carousel .item a{
		margin-left: 80px;
	}
	#registroCarrusel .owl-carousel .item h2{
		margin-top: 50px;
		width: 400px;
		font-size: 24px;
		line-height: 30px;
	}
	#registroCarrusel .owl-carousel .item p{
		width: 400px;
		font-size: 18px;
		line-height: 24px;
	}
	#registroCarrusel .owl-carousel .item a{
		width: 140px;
		height: 40px;
	}
	#registroCarrusel .owl-carousel .item a span{
		line-height: 40px;
		font-size: 16px;
	}
	.access-aceleradora{
		font-size: 20px;
		line-height: 26px;
	}
	.access-aceleradora:before{
		width: 30px;
		height: 30px;
	}

	#registroDesafios h2{
		font-size: 44px;
		margin-bottom: 75px;
	}
	#contentForm h2{
		margin-top: 100px;
		font-size: 44px;
	}
	#contentForm form{
		margin-top: 75px;
	}
	#contentForm form .col-sm-6{
		padding-right: 30px;
	}
	#contentForm form .col-sm-6:nth-child(2n){
		padding-right: 0px;
	}
	#contentForm form input, #contentForm form .select{
		height: 55px;
		border-radius: 15px;
	    -webkit-border-radius: 15px;
	    -moz-border-radius: 15px;
	    font-size: 16px;
	}
	#contentForm form .select{
		background-position: 95% center;
	}
	#contentForm .adjunta{
		font-size: 20px;
	}
	#contentForm form textarea{
		font-size: 16px;
	}
}
@media screen and (min-width: 992px){
	#registroDesafios{
		padding: 0px;
	}
	#registroCarrusel .owl-prev{
		left: 25px;
	}
	#registroCarrusel .owl-next{
		right: 25px;
	}
	#registroCarrusel .owl-carousel{
		width: 853px;
		height: 237px;
	}
	#registroCarrusel .owl-carousel .item h2, #registroCarrusel .owl-carousel .item p, #registroCarrusel .owl-carousel .item a{
		/**margin-left: 100px;*/
	}

	#registroCarrusel .owl-carousel .item.tx_verde h2, #registroCarrusel .owl-carousel .item.tx_verde p, #registroCarrusel .owl-carousel .item.tx_verde a{
		margin-left: 90px;
	}

	
	.access-aceleradora{
		margin-top: 40px;
		font-size: 24px;
		line-height: 30px;
	}

	#registroDesafios .col-xs-12 .col-xs-12{
		padding: 0px 30px 0px 15px;
	}
	#registroDesafios .col-xs-12 .col-xs-12:nth-of-type(2n){
		padding: 0px 30px 0px 30px;
	}
	#registroDesafios h2{
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 75px;
	}
	#registroDesafios .desafio p{
		margin-top: 25px;
		font-size: 18px;
		line-height: 28px;
	}
	#registroDesafios .casoImg{
		height: 200px;
	}

	#contentForm{
		padding: 0px 0px 100px 0px;
	}
	#contentForm form textarea{
		height: 175px;
		font-size: 18px;
	}
	#registroCarrusel .owl-carousel:after, #registroCarrusel .owl-carousel:before{
		height: 8px;
	}
}
@media screen and (min-width: 1220px){
	#registroCarrusel .owl-carousel{
		width: 1125px;
		height: 313px;
	}
	#registroCarrusel .owl-carousel .item h2, #registroCarrusel .owl-carousel .item p, #registroCarrusel .owl-carousel .item a{
		margin-left: 125px;
	}
	#registroCarrusel .owl-carousel .item.tx_verde h2, #registroCarrusel .owl-carousel .item.tx_verde p, #registroCarrusel .owl-carousel .item.tx_verde a{
		margin-left: 120px;
	}
	#registroCarrusel .owl-carousel .item h2{
		width: auto;
		font-size: 32px;
		line-height: 38px;
	}
	#registroCarrusel .owl-carousel .item.tx_verde a{
		bottom: 30px;
	}
	#registroCarrusel .owl-carousel .item p{
		margin-top: 20px;
		width: auto;
		max-width: 600px;
		font-size: 22px;
		line-height: 26px;
	}
	#registroCarrusel .owl-carousel .item.tx_verde p{
		width: 250px;
	}
	#registroCarrusel .owl-prev, #registroCarrusel .owl-next{
		margin-top: -35px;
		width: 70px;
		height: 70px;
		border-radius: 70px;
		-webkit-border-radius: 70px;
		-moz-border-radius: 70px;
		background-size: 18px;
	}
	
	#registroDesafios .desafio h2{
		font-size: 40px;
		line-height: 48px;
	}
	#registroDesafios .desafio p{
		max-width: 700px;
		font-size: 26px;
		line-height: 36px;
	}
	#registroDesafios .desafio .casoImg{
		height: 250px;
	}

	#contentForm h2{
		margin-top: 125px;
		font-size: 52px;
	}
	#registroDesafios h2{
		font-size: 52px;
	}
	#contentForm p{
		margin-top: 40px;
		font-size: 24px;
		line-height: 28px;
	}
	#contentForm form input, #contentForm form .select{
		margin-bottom: 35px;
		font-size: 18px;
	}
}
@media screen and (min-width: 1360px){
	#registroDesafios .desafio .casoImg{
		height: 325px;
	}
}




/* popVideo */

#popVideo{
	position: fixed;
	display: none;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 999;
	opacity: 0;
}
#popVideo .close{
	position: absolute;
	display: block;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-image: url(../images/ico-close.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
}
#popVideo video{
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: -80px 0px 0px -140px;
	width: 280px;
	height: 160px;
}
@media screen and (min-width:375px){
	#popVideo video{
		margin: -100px 0px 0px -170px;
		width: 340px;
		height: 200px;
	}
}
@media screen and (min-width:414px){
	#popVideo video{
		margin: -110px 0px 0px -190px;
		width: 380px;
		height: 220px;
	}
}
@media screen and (min-width:768px){
	#popVideo video{
		margin: -200px 0px 0px -320px;
		width: 640px;
		height: 400px;
	}
}
@media screen and (min-width:992px){
	#popVideo video{
		margin: -250px 0px 0px -390px;
		width: 780px;
		height: 500px;
	}
}
@media screen and (min-width:1200px) and (min-height:600px){
	#popVideo video{
		margin: -280px 0px 0px -440px;
		width: 880px;
		height: 560px;
	}
}

.nolist li:before {
	background-color:#f2f2f2 !important;
}

#popMsg{
	position: fixed;
	display: block;
	margin: 0px 0px 0px -140px;
	left: 50%;
	bottom: -120px;
	width: 280px;
	height: auto;
	padding: 25px 0px 25px 0px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	z-index: 999;
	background: #00e7b0;
	opacity: 0;
}
#popMsg p{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #191919;
	font-size: 14px;
	font-weight: 700;
}
.input-field.error input, .input-field.error .select, .input-field.error textarea{
	background-color: #ccc !important;
	border: 2px solid #f00 !important;
}

@media screen and (min-width: 414px){
	#popMsg{
		margin-left: -190px;
		width: 380px;
	}
	#popMsg p{
		font-size: 18px;
	}
}

#loading {
	clear: both;
	float: left;
	display: none;
}

h6.fecha{
	color: #10069f;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	position: relative;
	text-align: left;
	font-size: 22px;
}


/* PAGINADOR */
.pager{
  position: relative;
  display: block;
  clear: both;
  margin: 50px auto 75px auto;
}
.pager li{
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0px 5px 0px 5px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 2px solid #10069f;
  padding: 0px;
  border-radius: 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.pager li.prev{
   top: 5px;
    left: -20px;
    width: 28px;
    height: 47px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: transparent;
    border: 0px;
  /*background-image: url(../images/prev-pag.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  border: 0px;*/
}
.pager li.next{
    top: 5px;
    left: 20px;
    width: 28px;
    height: 47px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-color: transparent;
    border: 0px;
}
.pager li a{
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0px;
  padding: 0px;
  width: 31px;
  height: 31px;
  background: transparent;
  border: 0px;
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #10079f;
  line-height: 28px;
  text-align: center;
  text-indent: 0px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.pager li.list:hover a, .pager li.active a{
  background-color: #10069f;
  color: #fff;
}
.pager li.prev a:hover, .pager li.next a:hover{
    background-color: transparent;
}

.pager .flecha_pag_prev .azul {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid #10079f;
    border-bottom: 14px solid transparent;
    z-index: 1;
   }
.pager .flecha_pag_prev .blanco{
    position: absolute;
    display: block;
    content: ' ';
    top: 7px;
    left: 4px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    z-index: 2;
 }

.pager .flecha_pag_next .azul {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 14px solid #10079f;
    border-bottom: 14px solid transparent;
    z-index: 1;
   }
.pager .flecha_pag_next .blanco{
    position: absolute;
    display: block;
    content: ' ';
    top: 7px;
    left: 3px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 7px solid #fff;
    border-bottom: 7px solid transparent;
    z-index: 2;
 }
.up_load_file{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 5px 0;
 }
.up_load_file ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.up_load_file ul li{
  	display: block;
  	position: relative;
  	overflow: hidden;
  	width: 100%;
  	float: left;
  	margin-bottom: 10px;
}
.up_load_file ul li span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #191919;
	margin-bottom: 4px;

}
.up_load_file ul li span.text{
	min-height: 40px;	
}

.up_load_file ul li span strong{
	color: #ff3d00;
}
.up_load_file ul li .upLoad{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	float: left;
	margin-bottom: 2px;
	background-color: #42e8b4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	opacity: 1;
	cursor: pointer;
}
.up_load_file ul li .upLoad:hover{
	background-color: #10069f;
}
.up_load_file ul li .upLoad:before{
	content: "Agregar archivo";
	display: block;
	position: absolute;
	overflow: hidden;
	left: 15px;
	line-height: 40px;
	top: 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.up_load_file ul li .upLoad:after{
	content: " ";
	display: block;
	position: absolute;
	overflow: hidden;
	background-image: url(../images/ico-up_2021.png);
	background-size: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	right: 15px;
	top: 11px;
	width: 15px;
	height: 15px;
}


.up_load_file ul li .upLoad input{
	opacity: 0;
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.upFiles{
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 30px;
	margin-bottom: 1px;
	float: left;
	background-color: #ddd;
}
.upFiles.activo{
	display: block;
}
.upFiles h3{
	text-align: left;
	color: #666;
	font-size: 12px;
	font-weight: bold; 
	margin: 0;
	padding-left: 15px;
	line-height: 30px;
}
.upFiles a.borrar{
	display: block;
	position: absolute!important;
	overflow: hidden;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	top: 5px;
	right: 15px;
	text-decoration: none;
}
.upFiles a.borrar span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 15px;
	height: 2px;
	background-color: #666;
}
.upFiles a.borrar span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz- transform: rotate(45deg);
	top: 8px;
    right: -14px;
}
.upFiles a.borrar span:nth-child(2){
	transform: rotate(-50deg);
	-webkit-transform: rotate(-50deg);
	-moz- transform: rotate(-50deg);
	top: 8px;
    right: 1px;
}
@media screen and (min-width: 768px){
	/*.up_load_file{
		width: 635px;
		margin: 20px 50%;
		right: 317px;
	 }*/

	.up_load_file ul li{
	  	width: 50%;
	  	padding: 2px;

	}
	.up_load_file ul li .upLoad{
		width: 260px;
	}
}


.msn_up_load_file{
	color: #ff0000;
	font-size: 15px;
	text-align: center;
	display: none;
}

.up_load_file ul li .upLoad{visibility: hidden;}

#load_ob,#load_op{ display: none; }


.startup{
	position: relative;
    height: auto;
    overflow: visible;
    padding: 0px 15px 50px 15px;
    margin-bottom: 80px;
    background-color: #cccccc;
}

.startup h2{
	font-size: 20px;
}
.startup .owl-carousel{
	display: block;
	position: relative;
	overflow: hidden;
}
.startup .owl-carousel .logos{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.startup .owl-carousel .logos img{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80%;
	max-width: 150px;
	margin: 0 auto;
}
.startup img.footer-izq{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 67px;
	bottom: -120px;
	left: 0;
}
.startup img.footer-der{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 41px;
	top: 0px;
	right: 0;
}
.separador{
	background-color: #fff;
}
img.separador_startup{
	width: 100%;
}
.startup ul{
	display: block;
	position: relative;
	overflow: hidden;
	width: 80%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

.startup ul li{
	display: inline-block;
	list-style: none;
	margin: 5px 10px;
	width: 150px;
}
.startup ul li img{
	width: 100%;
}
@media screen and (min-width: 768px){
	.startup h2{
		font-size: 30px;
		text-align: center;
	}

	.startup{
	    margin-bottom: 75px;
	}

	.startup img.footer-izq{
		width: 100px;
		bottom: -100px;
	}
	.startup img.footer-der{
		width: 163px;
		top: 0px;
	}
}