#mainNav{
	background-color: #EBEBEB !important;
}
.bg-carousel{
	background-color: #EBEBEB;
	height: 80vh;
}
.carousel-caption {
	padding: 10px 5px;
	bottom: 23% !important;
	text-align: right !important;

}
.carousel-caption h2{
	font-size: 2.7rem;
	/*text-shadow: 1px 1px 10px black;*/
}
.carousel-caption p{
	/*text-shadow: 1px 1px 5px black;*/
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
}
.carousel-item img{
	width: 100%;
}
.timeline-panel{
	padding-right: 0px !important;
	padding-left: 0px !important;

}
.timeline-image{
	display: flex;
	justify-content: center;
	align-items: center;	
	color: white;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #2F0059;
	width: 140px;
	height: 140px;
}
.btn-outline-light{
	border-radius: 15px !important;
	padding: 10px 22px !important;
	font-weight: 600 !important;

}

.timeline li.last h4{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.separadorAzul {
	width: 200px;
    border: 2px solid #08B1FF;
    border-radius: 0px;
    margin-right: 0%;
}

/* Negocio Section */

#negocio-section{
	background-color: #EBEBEB;
}
#negocio-section .title{
font-size: 2.5rem;
color:#2F0059;
padding-top: 1rem;
}

#negocio-section .text{
color:#6c757d;
}

#negocio-section .btn-infoblue {
	background-color: #85a1c1 ;
	color: white;
}
#negocio-section .btn-outline-primary{
	border-radius: 14px !important;
	border-width: 2px !important;
	font-weight: 600;
	text-transform: uppercase !important;
	font-family: "Montserrat", sans-serif !important;
}
/* Concepto Section */
#concepto-section{
	background-color:white;
}
#concepto-section .text{
	/*	font-size:18px; */
	line-height: 30px;
}
#concepto-section .title{
	font-size: 35px;
	font-weight: bold;
	color:#2F0059;
}

/*
#concepto-section .cardRow {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
*/

.shapeRightImage {
	position:absolute;
  left:0;
  bottom:0;
  width: 100%;
	height: 100%;
	background-color:rgba(47, 0, 89, 0.9);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(45% 0, 100% 0%, 100% 100%, 63% 100%, 49% 49%);
  clip-path: polygon(45% 0, 100% 0%, 100% 100%, 53% 100%, 49% 49%);
}


#concepto-section .main-title{
font-size: 2.5rem;
color:#2F0059;
padding-bottom: 2rem;
}
#concepto-section .img{
	border-radius: 20px;
	width: 100%;
}
#concepto-section .title{
	margin-bottom: 1rem;
	margin-top: 1rem;
	color:#2F0059;
	font-size: 35px;
	font-weight: bold;
}
#concepto-section .text{
	color:#3D3D3D;
	margin-bottom: 2rem;
	margin-top: 1.3rem;
	/* font-size:18px; */
	line-height: 28px;
}

#concepto-section .textright{
	padding-left:8rem;
	padding-right: 0rem;
}
#concepto-section .first-row{
	margin-bottom: 25px;
}
footer {
	background-color: #50C7F8;
}
footer .main-text{
	color:#2F0059;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0.7rem;
}
footer .linea-separadora hr{
	border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}
footer .title{
	font-size: 0.9rem;
	color:#2F0059;
}
footer .text{
	font-size: 0.8rem;
	color:white !important;
}
footer .footer-end{
	font-size: 0.8rem;
	font-weight: normal;
	color:white !important;
}


#pre-footer-section {
	background-image: url("../assets/img/index/reuniones-de-trabajo.jpg");
	position: relative;
	background-size: cover;
	padding: 8rem 0rem; 
}

#pre-footer-section  .fondoPreFooter {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#2F0059;
	opacity: 0.8;
}

#pre-footer-section .main-text{
	color:white;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 0.7rem;
	text-align: center;
	z-index: 1;
	font-family: "Montserrat", sans-serif;;
	padding: 0rem 5rem;
}

#pre-footer-section .logoImage {
	z-index: 1;
}





@media(max-width: 768.2px){
	.page-section {
		padding: 3rem 0rem !important;
	}

	.logoHome {
		height: 150px;
	}
	/* NAVBAR */
	#mainNav {
		position: relative;
	}
	/* SLIDER */
	#carousel-index .firstImg{
		content:url("../assets/img/index/slider2-mobile.jpg") !important;
	}
	#carousel-index .secondImg{
		content:url("../assets/img/index/slider3-mobile.jpg") !important;
	}
	#carousel-index .thirdImg{
		content:url("../assets/img/index/slider1-mobile.jpg") !important;
	}
	.carousel-item .carousel-caption h2{
		font-size: 2rem;
	}
	.carousel-item .carousel-caption p{
		font-size: 18px;
	}
	.carousel-item .carousel-caption a.btn{
		padding: 1rem;
	}

	/* PLAN de NEGOCIO */
	#metodologia-section h2.section-heading {
		font-size: 34px;
		padding-right:15px;
		padding-left:15px;
	}
	.timeline > li .timeline-panel {
		width: 70% !important;
	}
	.timeline .timeline-heading h4{
		font-size: 22px;
	}
	.timeline .timeline-heading h4.subheading{
		font-size: 20px;
	}
	.timeline div.timeline-body p{
		line-height: 1.4rem;
	}
	.timeline > li {
		margin-bottom: 35px !important;
	}
	/* Negocio se digitaliza */
	#negocio-section .title{
		font-size: 34px;
		padding-right:15px;
		padding-left:15px;
	}
	#negocio-section .text{
		line-height: 1.4rem;
		padding: 1.5rem 0.5rem;
		text-align: center;
	}
	#negocio-section .info-row .col-sm-8{
		display: flex;
		justify-content: center !important;
	}
	#negocio-section .container .row:first-child{
		margin-bottom: 10px !important;
	}
	
.botonVioleta {
	border: 3px solid #2F0059 !important;
	color: #2F0059 !important;
  
}


	#negocio-section .btn-outline-primary {
		border: 3px solid #2F0059 !important;
		color: #2F0059 !important;
}

	/* Conceptos claves */
	#concepto-section .first-row{
	margin-bottom: 0px !important;
	}
	#concepto-section .main-title{
		padding-bottom: 0rem !important;
		padding-top: 1.5rem !important;
		font-size: 28px;
	}
	#concepto-section .text{
		margin-top: 10px !important;
		text-align: center !important;
		font-size: 15px !important;
		line-height: 18px !important; 
		padding: 0rem 0.75rem !important;
	}
	#concepto-section .title{
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 25px !important;
		text-align: center !important;
		padding: 0rem 0.75rem;
	}

	#pre-footer-section {
		background-image: url("../assets/img/index/reuniones-de-trabajo.jpg");
		position: relative;
		background-size: cover;
		background-position: top center;
		padding: 4rem 0rem; 
	}
	/* Footer */
	#pre-footer-section{
		padding: 1.5rem 0rem !important;
	}
	#pre-footer-section .main-text{
		font-size: 16px !important;
		line-height: 20px !important;

	}
	.footer .main-text{
		font-size: 0.8rem;
		line-height: 1rem;
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.footer .linea-separadora{
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem  !important;
	}
	.footer .row .col-4{
		padding-left: 0.15rem !important;
		padding-right: 0.15rem !important;
		word-break: break-all;
	}
	.footer .row .col-4 .text{
		font-size: 0.7rem !important;
	}
	.footer .row .col-4 .footer-end{
		font-size: 0.7rem !important;
		padding-left: 0.2rem !important;
		padding-right: 0.2rem !important;

	}

}
@media(max-width: 1024.2px){
	#concepto-section .text{
		font-size: 17px ;
		line-height: 24px ; 
	}
	#mainNav {
		position: relative;
	}
	#carousel-index .firstImg{
		content:url("../assets/img/index/austin-distel.jpg");
	}
	#carousel-index .secondImg{
		content:url("../assets/img/index/drew-dau.jpg");
	}
	#carousel-index .thirdImg{
		content:url("../assets/img/index/sam-moqadam.jpg");
	}
	.shapeRightImage {
		position:absolute;
	  left:0;
	  bottom:0;
	  width: 100%;
		height: 100%;
		background-color:rgba(47, 0, 89, 0.9);
	  background-repeat: no-repeat;
	  background-size: cover;
	  -webkit-clip-path: polygon(0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
	  clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%, 100% 100%);
	}

	

	
}
