section{

	padding: 40px 0;
}
header{
	background: linear-gradient(#89f3ab,#75d8de);
}
.slide-index .item{
	height: 520px;
	color: #fff;
}
.slide-index{
	position: relative;
}
.slide-index .item .row > div{
	height: 405px;
	margin-top: 115px;
	display: flex;
	align-items: center;
}
.slide-index .item .row > div.img-bottom{
	align-items: flex-end;
}
.slide-index .owl-prev,.slide-index .owl-next{
	position: absolute;
	top: calc(50% - 21px);
	color: rgba(255, 255, 255, .5);
}
.slide-index .owl-prev{
	left: 20px;
}
.slide-index .owl-next{
	right: 20px;
}
.slide-index .owl-dots{
	position: absolute;
	bottom: 30px;
	left: 0;
}
.slide-index .owl-dot span{
	background: transparent !important;
	border: 2px solid #fff;
	height: 16px;
	width: 16px;
}
.slide-index .owl-dot.active span{
	background: #fff !important;
}
.dropdown:hover .dropdown-menu{
	display: block;
}
.navbar-inverse{
	background-color: transparent;
	border-color: transparent;
	z-index: 9;
	transition: all .3s ease;
}
.navbar-inverse .navbar-nav{
	margin-top: 0;
}
.navbar-inverse .navbar-nav li a{
	padding-top: 0;
	color: #0F8297;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
	transition: all .3s ease;
}
.navbar-brand img{
	height: 80px;
}
.redes{
	margin-top: 30px;
	margin-bottom: 20px;
}
.redes li a{
	color: #fff;
	transition: all .3s ease;
}
.navbar-inverse.scrolled{
	background-color: rgba(255, 255, 255, .95);
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
}
.navbar-inverse.scrolled .redes li a{
	color: #0F8297;
}
.navbar-inverse .redes li a:hover{
	color: #05162a;
}
.navbar-inverse .navbar-nav li:hover a{
	color: #05162a;
}
.navbar-inverse .navbar-nav li{
	position: relative;
}
.navbar-inverse .navbar-nav li:last-child:before{
	width: 0;
	height: 0;
}
.navbar-inverse .navbar-nav li:hover:before{
	width: 50px;
	left: calc(50% - 25px);
	opacity: 1;
}
.navbar-inverse .navbar-nav li:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 2px;
	background-color: #05162a;
	bottom: 20px;
	left: calc(50% - 1px);
	transition: all .3s ease;
	opacity: 0;
}
.cfun .h3{
	margin: 0;
	text-align: center;
}
.cfun .container{
	position: relative;
}
.inversionista{
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	opacity: 0;
	display: none;
	text-align: center;
}
.inversionista .row .parfo-inv{
	margin-top: 50px;
}
.top30{
	margin-top: 30px;
}
.bg-gray{
	background-color: #e9e9e9;	
}
.btn-default{
	font-size: 25px;
}
.parfo{
	margin-top: 50px;
	text-align: center;
}
.cfun .btn-default{
	margin: 40px;
	padding: 10px 40px;
	color: #898989;
	border: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid #bcbec0;
	background-color: #e1e1e1;
	transition: all .3s ease;
	border-radius: 15px;
	outline: 0;
}
.cfun .btn-default:focus{
	outline: 0;
}
.cfun .btn-default.activo{
	color: #fff;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #09657b;
	background-color: #0f8297;
}
/*.cfun .btn-default:hover{
	color: #3a9a5a;
	border-color: #3a9a5a;
}*/
.cfun .h3{
	color: #0f8297;
	font-weight: 700;
}
.cfun .divider{
	width: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cfun .divider .punto{
	width: 10px;
	height: 10px;
	background-color: #0F8297;
	border-radius: 50%;
	z-index: 3;
	position: relative;
}
.cfun .divider .punto:before{
	content: "";
	position: absolute;
	height: 1px;
	width: 100px;
	left: -100px;
	background-color: #0F8297;
	top: 50%;
	z-index: 2;
}
.cfun .divider .punto:after{
	content: "";
	position: absolute;
	height: 1px;
	width: 100px;
	right: -100px;
	background-color: #e1e1e1;
	top: 50%;
	z-index: 2;
}
.cfun .divider .punto.inv:after{
	background-color: #0F8297;
}
.cfun .divider .punto.inv:before{
	background-color: #e1e1e1;
}
.btn-most .btn-primary{
	margin: 40px 0;
	padding: 15px 10px;
	color: #2a8c98;
	background: #00162c;
	border: 0;
	border-radius: 0;
	transition: all .3s ease;
	font-weight: 600;
}
.btn-most .btn-primary:hover{
	color: #fff;
}
.flex{
	display: flex;
}
.cfun .flex > *{
	margin: 25px 10px;
}
.cfun .flex{
	justify-content: center;
}
.rombo{
	width: 150px;
	height: 150px;
	background-color: #fff;
	border: 3px solid #0F8297;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(45deg);
	overflow: hidden;
	transition: all .3s ease;
}
.rombo:hover{
	background-color: #0F8297;
}
.rombo:hover .paso h1{
	transform: translate(-100px, -100px) rotate(-45deg);
}
.rombo:hover .paso img{
	transform: translate(0px, 0px) rotate(-45deg);
}
.rombo .paso img{
	position: absolute;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	transition: all .5s ease-in-out;
	transform: translate(100px, 100px) rotate(-45deg);
	width: 80px;
}
.rombo .paso h1{
	transition: all .5s ease-in-out;
	margin: 0;
	color: #0F8297;
	font-size: 80px;
	font-weight: 700;
	text-align: center;
	transform: rotate(-45deg);
}
.foto1{
	background: url("../img/tech_proyectos.png") no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
	display: flex;
	align-items: flex-end;
}
.foto2{
	background: url("../img/gastro_proyectos.png") no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
	display: flex;
	align-items: flex-end;
}
.foto3{
	background: url("../img/misc_proyectos.png") no-repeat;
	background-size: cover;
	background-position: center;
	height: 200px;
	display: flex;
	align-items: flex-end;
}
.parrafo{
	position: relative;
	color: #fff;
	height: 50px;
	display: flex;
	background-color: rgba(0,0,0,.3);
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.carta .contenido{
	padding: 15px;
	background-color: #fff;
}
.carta .contenido a:hover,
.carta .contenido a:focus{
	text-decoration: none;
}
.carta .contenido h4{
	color: #333;
	margin-top: 0;
}
.carta .contenido h5{
	color: black;
	font-weight: 700;
}
.carta .contenido img{
	vertical-align: middle;
}
.carta .contenido hr{
	border-color: #898989;
	margin: 0;
}
.carta .progress{
	border-radius: 50px;
	margin-top: 20px;
	background-color: #e1e1e1;
}
.carta .progress .progress-bar-success{
	background-color: #7be4c7;
	border-radius: 50px;
	box-shadow: 0 0 0;
	color: black;
	font-weight: 700;
}
.carta .progress .progress-bar-warning{
	background-color: #e1e1e1;
	box-shadow: 0 0 0;
	color: black;
	font-weight: 700;
}
.carta .contenido .fondo{
	text-align: center;
}
.carta .footer{
	background-color: #7be4c7;
	padding: 15px;
}
.carta .footer h5, .carta .footer i{
	margin: 0;
	color: #05162a;
}
.nav-tabs{
	margin-bottom: 70px;
	text-align: center;
	border: transparent;
}
.nav-tabs li a{
	color: black;
	text-transform: uppercase;
	font-weight: 700;
}
.nav-tabs li{
	position: relative;
}
.nav-tabs li:after{
	content: "\f077";
	position: absolute;
	width: 20px;
	height: 20px;
	color: #7be4c7;
	font-size: 20px;
	opacity: 0;
	transition: all .3s ease;
	left: calc(50% - 10px);
	top: -15px;
	font-family: 'FontAwesome';
}
.nav-tabs li.active:after{
	opacity: 1;
}
.nav-tabs li a:before{
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	left: 15px;
	background-color: #7be4c7;
	height: 2px;
	bottom: 10px;
	opacity: 0;
	transition: all .3s ease;
}
.nav-tabs li:hover a:before,
.nav-tabs li.active a:before{
	opacity: 1;
}
.nav-tabs li a:hover{
	background-color: #ebebeb;
	border-color: transparent;
}
.nav-tabs li.active a{
	background-color: #ebebeb;
	color: black;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #ebebeb;
	color: black;
	border-color: transparent;
}
.nav-tabs > li{
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.tabs{
	background-color: #ebebeb;
}
.categorias{
	background-color: #364345;
	padding-bottom: 30px;
}
.categorias .container h3{
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	transition: all .3s ease;
}
.categorias .container .col-sm-3 h3:hover{
	background-color: rgba(123, 228, 199, .6);
	color: #00162c;
}
.categorias .row .col-sm-3 .bg-tecno{
	background-image: url('../img/tech_categ.jpg');
}
.categorias .row .col-sm-3 .bg-com{
	background-image: url('../img/comunidad_categ.jpg')
}
.categorias .row .col-sm-3 .bg-mus{
	background-image: url('../img/musica_categ.jpg')
}
.categorias .row .col-sm-3 .bg-mod{
	background-image: url('../img/moda_categ.jpg')	
}
.categorias .row .col-sm-3 .categoria{
	height: 263px;
	background-size: cover;
	background-position: center;
}
.options{
	padding: 0;
}
.options .col-sm-6.opt-emp{
	padding: 0;
	background-image: url('../img/emprendedor.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition: all .3s ease;
}
.options .col-sm-6.opt-inv{
	padding: 0;
	background-image: url('../img/inversionista.jpg');
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	transition: all .3s ease;
}
.options .col-sm-6 > div{
	padding: 125px 0;
}
.options .col-sm-6:first-child > div{
	background-color: rgba(123, 228, 199, .8);
}
.options .col-sm-6:last-child > div{
	background: rgba(15, 130, 151, .8);
}
.options .col-sm-6 div h3{
	margin: 0;
}
.options .col-sm-6:hover{
	background-size: auto 120%;
}
.options .col-sm-6.opt-emp h3,
 .options .col-sm-6.opt-emp i,
 .options .col-sm-6.opt-emp h5{
	color: #00162c;
	margin-bottom: 20px;
}
.options .col-sm-6.opt-inv h3,
 .options .col-sm-6.opt-inv i,
 .options .col-sm-6.opt-inv h5{
	color: #fff;
	margin-bottom: 20px;
}
.optios .col-sm-6 .opt-emp{
		background-color: rgb(123, 228, 199, .6);
}
.options .btn-primary{
	background-color: transparent;
	border-radius: 0;
	padding: 10px 30px;
	border-width: 2px;
}
.options .btn-primary.bt-emp{
	color: #00162c;
	border-color: #00162c;
	transition: all .3s ease;
}
.options .btn-primary.bt-emp:hover{
	color: #fff;
	background-color: #00162c;
}
.options .btn-primary.bt-inv{
	color: #fff;
	border-color: #fff;
	transition: all .3s ease;
}
.options .btn-primary.bt-inv:hover{
	color: #00162c;
	background-color: #fff;
}
.pie-pag{
	background-color: #00162c;
	padding-top: 40px;
}
.pie-pag .col-sm-1{
	padding: 0;
}
.pie-pag .col-sm-2 h5,
.pie-pag .col-sm-1 h5{
	color: #7be4c7;
	margin: 0;
	margin-bottom: 5px;
} 
.pie-pag .col-sm-2 hr,
.pie-pag .col-sm-1 hr{
	border: 1px solid #7be4c7;
	margin: 0;
	margin-bottom: 10px;
}
.pie-pag .col-sm-2 .list-unstyled li a,
.pie-pag .col-sm-1 .list-unstyled li a{
	color: #fff;
	font-size: 10px;
	margin: 0;
	transition: all .3s ease;
	list-style: none;
	text-decoration: none;
}
.pie-pag .col-sm-2 .list-unstyled li a:hover,
.pie-pag .col-sm-1 .list-unstyled li a:hover{
	color: #7be4c7;
}
.pie-pag .col-sm-2 .list-inline li a i{
	color: #fff;
	transition: all .3s ease;
}
.pie-pag .container-fluid{
	padding: 0;
	margin-top: 80px;
}
.pie-pag .container-fluid h6{
	margin: 0;
	padding: 10px;
	color: #fff;
}
.pie-pag .col-sm-2 .list-inline li a i:hover{
	color: #0f8297;
}
.pie-pag .last{
	background-color: #0f2236;
}
.button-cat .btn-primary{
	padding: 10px 40px;
	margin: 40px;
	background: transparent;
	border: 2px solid #fff;
}
.roles .row .col-sm-6 img{
	margin: 0;
	padding: 0;
}
.owl-carousel .owl-item img {
    width: auto !important;
}
@media (max-width: 767px){
	.cfun .divider {
	    display: none;
	}
	.cfun .flex{
		flex-direction: column;
	}
	.options .btn-primary{
		padding: 10px 20px;
	}
	.categorias .col-xs-6{
		margin-bottom: 30px;
	}
	.categorias .top30{
		margin-top: 0;
	}
	.pie-pag .col-sm-1{
		padding-left: 15px;
    	padding-top: 15px;
	}
	.navbar-inverse{
		box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	}
	.navbar-inverse .navbar-collapse{
		text-align: center;
		border-color: transparent;
		box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	}
	.redes{
		display: none;
	}
	.navbar-header button{
		border: 0;
		background-color: transparent;
	}
	.navbar-inverse .navbar-header button:hover,
	.navbar-inverse .navbar-header button:focus{
		background-color: transparent;
	}
	.navbar-inverse .navbar-header button span.icon-bar{
		background-color: #44ad6a;
	}
	.navbar-inverse{
		background-color: rgba(255,255,255,.8);
	}
	.navbar-brand{
		padding-left: 15px;
		padding-top: 5px;
	}
	.navbar-brand img{
		width: 42px;
		height: 42px;
	}

}

/* CSS INFOR*/
.pad110 .navbar-inverse .redes i{
	color: #00162c;
}
.infor .nav-tabs{
	text-align: left;
	margin: 0;
}
.infor .nav-tabs>li.active>a{
	background-color: transparent;
	color: #000;
}.infor .nav-tabs li a{
	color: #696969;	
}
.infor .nav-tabs li a:hover {
	background-color: transparent;	
	color: #000;
}
.infor .nav-tabs li:after {
    content: none;	
}
.infor .tab-content{
	text-align: justify;
}
.infor .tab-content div h3{
	margin-bottom: 30px;
}
.infor .tab-content div h5{
	font-weight: 700;
	color: #46ac6a;
	margin-top: 30px;
}
.infor .tab-content div p{
	font-size: 18px;
}
.infor .tab-content .git p{
	margin-bottom: 30px;
}
.infor .tab-content button{
	padding: 15px 80px;
	border-radius: 0;
	background: transparent;
	color: #46ac6a;
	font-weight: 700;
	border-color: #46ac6a;
	transition: all .3s ease;
}
.infor .tab-content button:hover{
	background-color: #46ac6a;
	color: #fff;
}
.infor .panel-group .panel-default{
	border-color: #43ac6a;
	border-radius: 10px;
	margin-top: 30px;
}
.infor .panel-group .panel-heading{
	background-color: #43ac6a;
	color: #fff;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.infor .panel-group .panel-body h6{
	color: #696969;
	margin: 5px;
}
.infor .panel-group .panel-body hr{
	border-color: #7f7f7f;
	margin-top: 10px;
	margin-bottom: 10px;
}
.infor .panel-group .panel-body button{
	border-radius: 0;
	background-color: transparent;
	border-color: #46ac6a;
	color: #46ac6a;
	transition: all .3s ease;
	width: 80%;
}
.infor .panel-group .panel-body button:hover{
	background-color: #46ac6a;
	color: #fff;
}
/*Separado*/
body.pad110{
    padding-top: 110px;    
}
@media (max-width: 767px){
    body.pad110{
        padding-top: 50px;    
    }
}
div.video{
    margin-top: 40px;
}

div.datos{
    padding-top: 20px;
}
img.creador{
    border-radius: 50%;
    height: 70px;
}
.datos h5{
    color: #565656;
}
span.datocreacion{
    font-size: 140%;
    font-weight: bold;
    color: black;
}
div.progresoinv{
    font-size: 18px;
}
div.recaudado{
    padding-top: 30px;
}
div.progreso{
    padding-top: 5px;
}
span.bold{
    font-weight: bold;
    font-size: 120%;
}
span.porcentaje{
    font-size: 140%;
    font-weight: bold;
}
.progresssize{
    height: 23px;
}
.btn-invertir{
    background-color: #43ac6a;
    border-radius: 0px;    
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-likes{
    background-color: white;
    color: #43ac6a;
    border-color: #43ac6a;
    border-radius: 0px;
}
div.botones{
    padding-right: 20px;
    text-align: right;
}
.datos img.creador{
    float: right;
}
.restantes{
    float: right;
    padding-top: 30px;
}
h1.titulo{
    margin-top: 0px;    
}
.cont hr{
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #7f7f7f;
}