body {
	margin:0px;
	padding: 0px;
	font-family: 'Quicksand', sans-serif;
	padding:  0px ;
	margin: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
h2{
	font-family:'Quicksand', sans-serif;
	font-weight: bold ;

}

.seccionDivBase {
	width: 100%;
	height: auto;
	position: absolute;
}

.seccionDivCabezal {
	width: 100%;
	height: 100vh;
	background: #9B5D7F;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

/*barra */
.Barra{
	height: 100px;
	width: 100%;
	display: flex;	
	justify-content: space-between;
	align-items: center;
	top: 0px;
	position: absolute;
	z-index: 1;
}

.logoCabezal {
	height: 60px;
}

.logoNav {
	margin-left: 50px;
}

.Seccion{
	color: #FFF!important;
}

.ButtonDos {	
    cursor: pointer;
    right: 50px;
    padding: 10px 55px;
    border: 1px solid;
    border-radius: 25px;
	margin-top: 25px!important;
	background-color: #9B5D7F!important;
	border: 1px solid #FFF!important;
	color: #FFF!important;
    position: absolute;
    z-index: 3;
}

.ButtonDos:hover {
	background-color: #FFF!important;
	border: 1px solid #FFF!important;
	color: #9B5D7F!important;
}


.ButtonX {
	cursor: pointer;
	margin-top: 25px!important;
	padding: 10px 18px!important;
	background-color: #345c7c!important;
	border-color: #FFF!important;
	color: #FFF!important;
}

.cabezalContenido {
	width: 100%;
	display: flex;
	justify-content: center;
	height: 100vh;
}

.circuloCentral{
	display: flex;
	align-items: center;
	width: 50%;
	justify-content: center;
}

.AyPimg {
	display: none;
}

.circulo {
	width:calc(100vw / 2.8);
	height:calc(100vw / 2.8);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-image: url(../nc-img/EntreTiemposEscritorio.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.logoCentral{
	padding: 0;
	margin: 0;
}
.logoCentralInt{
	width: 170px;
}

.TituPrinci{
	font-size: 85px;
	font-weight: normal;
	line-height: 95px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;

}
.TituSecu{
	font-size: 23px;
	text-transform: uppercase;
	margin-left: 50%;
	font-weight: normal;
}

.cabezalTexto {
	display: flex;
	align-items: center;
	width: 50%;
	justify-content: flex-start;
}

.texto {
	max-width: 80%;
	font-size: 32px;
	font-weight: normal;
	line-height: 50px;
	text-align: left;
	text-justify: inter-word;
	color: #FFF;
}

.CurvaHomeBase{
	display: none;
}

.circuloDescargaBase {	
	width: 100%;	
	position: absolute;
	display: flex;
	justify-content: center;
}

.circuloDescarga {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	background: #FFF;
	border: 1px solid #9B5D7F;
	margin-left: auto;
	margin-right: auto;
	margin-top: -75px;
	text-align: center;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	font-size: 12px;
	color: #9B5D7F;
}

.circuloDescarga p {
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
}

.flechaBase {
	width:  14px;
	height: 25px;
	margin-bottom: 10px;
	background-image: url("../nc-img/flecha-vio.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.circuloDescarga:hover {
	background: #9B5D7F;
	border-color: #FFF;
	color: #FFF;
}

.circuloDescarga:hover .flecha {
	background-image: url("../nc-img/flecha-blc.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

.seccionContenido {
	max-width: 1200px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 80px 15px 0px 15px;
	box-sizing: border-box;
    display: flex;
}

.contenidoTextoBase {
	width: 50%;
	padding: 0px 15px;
	float: left;
	color: #335C7E;
	box-sizing: border-box;
}

.contenidoTexto2Base {
	width: 50%;
	padding: 0px 100px;
	float: left;
	box-sizing: border-box;
}

.contenidoTexto{	
	text-align: justify;
}

.videoContenedor {
  position: relative;
  width: 100%;
  margin: 50px 0px 20px 0px;
  cursor: pointer;

}

.videoContenedor:hover .videoCaratula {
  filter: grayscale(100%);
}

.videoCaratula{
	width: 100%;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: none;
}

.contenidoTexto2base{	
	text-align: justify;
	box-sizing: border-box;
	margin-top: -70px;	
}

.circuloIntegrantesDesplegar {
	cursor: pointer;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background: #FFF;
	border: 1px solid #335C7E;
	margin: 50px auto 0px auto;
	font-size: 16px;
	line-height: 10px;
	font-weight: bold;
	color: #335C7E;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.circuloIntegrantesDesplegar:hover {
	background: #335C7E;
	border: 1px solid #FFF;
	color: #FFF;
}

.circuloIntegrantesCerrar {
	cursor: pointer;
	display:flex;
	justify-content: center;
	top: 80px;
	right: 50px;
	position: absolute;
	visibility: hidden;
	z-index: 5;
}

.flechaItegrantesArriba-blc {
	width: 30px;
}

.integrantesBase {
	width: 100%;
	box-sizing: border-box;
	padding: 15px;
	color: #335C7E;
	display: block;
	overflow: hidden;
	background: #FFF;
}

.integrantesTitulo {
	color: #335C7E;
	padding: 50px;
}

.integrantes-1 {
	float: left;
	width: 50%;
	min-height: 60px;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 0px 0px 30px;
	background-image: url("../nc-img/circulo-05.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px;
}

.integrantes-2 {
	float: left;
	width: 50%;
	min-height: 60px;
	box-sizing: border-box;
	text-align: left;
	padding: 5px 0px 0px 30px;
	background-image: url("../nc-img/circulo-05.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 60px;
}

.sinCirculo {
	background-image:  url("");
}

.CurvaIntegrantesBase {
	display:none;
}

.circuloProximoProyectoBase {
    width: 100%;
	}

.circuloProximoProyecto {
    width: 150px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../nc-img/semiCirculo.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    color: #335C7E;
    position: relative;
}

.flechaArriba {
	transform: rotate(180deg);
	height: 25px;
}

/* inicio footer*/
.pieBase{
	background-color: #335C7E;
	width: 100%;
	padding: 15px;
	bottom: 0px;
	color: #FFF;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
}

.pie {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pie1 {
	float: left;
	box-sizing: border-box;
}

.pie2 {
	float: left;
	box-sizing: border-box;
}

.pie3 {
	float: left;
	box-sizing: border-box;
}

.pie3 a{
	color: #FFF;
}

.pie3 i{
	padding-right: 3px;
}
.pie2 a {
    color: #FFF!important;
    text-decoration: none;
}

.NaveProyectos{
	width: 100%;

	display: flex;
	justify-content: center;
}
.NaveProyectos1{
	display: flex;
}
.SemiCirculoInf{
	width: 200px;
	margin-top: 50px;
}

.flechaNavProy{
	color: #335C7E!important;
	font-family: ubuntu;

}
.NaveProyectos div{
	padding: 0px 15px 30px;
}
.flechaNavProy1{
	width: 20px;
	rotate: 90deg;
	margin: 10px;
}
.flechaNavProy2{
	width: 20px;
	rotate: -90deg;
	margin: 10px;
}
.botonPlay{
	color: red;
	widows: 150px;
}


@media (max-width: 1200px){

	.contenidoTexto2Base {
		padding: 0px 15px;
	}

	.texto {
		font-size: 28px;
		line-height: 38px;
	}

	.TituPrinci {
 		font-size: 70px;
		line-height: 80px;
	}
}

@media (max-width: 992px){

	.cabezalContenido {
		width: 100%;
		display: flex;
		justify-content: center;
		height: auto;
	}

	.circulo {
		margin-right: 0px;
		width: calc(100vw / 2);
		height: calc(100vw / 2);
	}

	.TituPrinci {
		font-size: 55px;
		line-height: 65px;
	}

	.texto {
		font-size: 22px;
		line-height: 32px;
		margin: 50px 0px 100px 0px;
	}

	.integrantesBase {
		    font-size: 14px;
	}
}

@media (max-width: 768px){

	.seccionDivCabezal {
		justify-content: flex-start;
		height: auto;
		background: #FFF;
	}

	.TituPrinci {
		font-size: 50px;
		line-height: 60px;
		font-weight: normal;
	}

	.cabezalTexto {
		visibility: hidden;
		height: 0px;
	}

	.circuloCentral {
		width: 100%;
		padding: 0px;
	}

	.AyPimg {
		display: block;
		width: 100%;
	}

	.circulo {
		display: flex;
		flex-direction: column;
		width: 100%!important;
		height: 440px!important;
		border-radius: 0;
		margin-right: 0;
		background: none;
		position: absolute;
	}

	.CurvaHomeBase {
		display: block;
		width: 100%;
	}

	.CurvaHome {
		width: 100%;
		margin-bottom: 80px;
	}

	.circuloDescargaBase {
		width: 100%;
		position: relative;
		top: -50px;
	}

	.circuloDescarga {
		width: 100px;
		height: 100px;
		border-radius: 50px;
		font-size: 10px;
	}

	.circuloDescarga p {
		font-size: 14px;
		line-height: 10px;
		font-weight: bold;
	}

	.flechaBase {
		width:  14px;
		height: 16px;
		margin-bottom: 5px;
		background-size: 65%;		
	}

	.circuloIntegrantesDesplegar {
		width: 80px;
		height: 80px;
		display: flex;
		font-size: 12px;
	}

	.circuloIntegrantesCerrar {
		position: fixed;
	}

	.seccionContenido {
		padding: 10px 15px 0px 15px;
	}

	.contenidoTextoBase {
		width: 80%;
	}
	.contenidoTexto2Base{
		width: 15%;
	}

	.contenidoTexto2base {
		top: -1100px;
		left: 0px;
		width: 100%;
		margin-top: -70px;
		position: absolute;
  		transition: all .5s ease-in-out;
  		visibility: hidden;
	}

	.contenidoTexto{	
	text-align: left;
}

	.contenidoTexto2baseDesplegar {
		top: 100px;
		left: 0px;
		width: 100%;
		margin-top: -70px;
		position: absolute;
  		transition: all .5s ease-in-out;
  		visibility: visible;
	}

	.integrantesBase {
		background: #335C7E;
		color: #FFF;
	}

	.integrantesTitulo {
		color: #FFF;
		font-weight: normal;
		padding: 50px;
	}

	.pie {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
		margin-bottom: 50px;
		padding: 0 50px;
	}

	.pie1 {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.pie2 {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.pie3 {
		text-align: center;
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 576px){	

	.circulo {
		width: calc(100vw / 1.5);
		height: calc(100vw / 1.5);
	}

	.TituPrinci {
		font-size: 40px;
		font-weight: normal;
		line-height: 50px;
	}

	.texto {
		font-size: 18px;
		line-height: 30px;
		margin: 50px 0px 50px 0px;
	}

	.integrantesBase {
		background: #335C7E;
		color: #FFF;
		font-size: 12px;
		padding: 0px 15px;
	}

	

	.integrantes-1 {
		background-size: 40px;
	}

	.integrantes-2 {
		background-size: 40px;
	}
}


@media screen and ( max-height: 700px ){
	
	.cabezalContenido {
		height: auto;
		margin-top: 5px;
	}

	.circulo {
		width: calc(100vw / 3);
		height: calc(100vw / 3);
	}

	.TituPrinci {
		font-size: 60px;
		line-height: 70px;
	}

	.texto {
		font-size: 18px;
		line-height: 28px;
		margin: 0px;
	}

	.aypFlecha {
		height: 40px;
		margin-top: 10px;
	}
}