/* #Table of Contents

1.  Navigation
2.	Header
3.	Elements
4.	Footer
5.	Media Queries
6.	Keyframes
================================================== */


/* ========================= Cursos-Carousel ========================= */
.owl-prev:hover,.owl-next:hover{
	background:#253c58!important
}




/*
.cursos-area {
  padding: 20px 0;
  background-color: ;
  min-height: 320px;
  min-width: 54rem;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;

}

.cursos-area .single_testmonial .card {
	min-width: 14rem;
	max-width: 16rem;
	min-height: 12rem;
	max-height: 18rem;

 
}

.cursos-area .single_testmonial h4 {
  color: black;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
    margin: 35px 0 25px 0;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 40px;

 
}
.cursos-area .single_testmonial h5 {
  color: black;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  
}

.cursos-area .single_testmonial .card .card-body p.card-text {
  color: black;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;

}

.cursos-area .single_testmonial a {
  color: #fff;

}

.cursos-area .owl-carousel-cursos .owl-item img {
  display: inline-block;
  width: auto;
}

.cursos-area .owl-carousel-cursos .owl-nav div.owl-next {
  left: auto;
  right: 0;
}


.cursos-area .owl-carousel-cursos .owl-nav div {
  left: 0;
}
*/
/*
.owl-carousel-cursos .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 100%;

  font-size: 15px;
  line-height: 40px;
  border: 1px solid #8E8B8B;
  
}
*/
/*.owl-carousel-cursos .owl-nav div.owl-prev {
	 background: #fff;
	/*margin-left: -25px*/
 
/*}*/

/*.owl-carousel-cursos .owl-nav div.owl-next {
  left: auto;
  right: 150px;
   background: #fff;
   margin-right: -25px;
}
*/

/*.owl-carousel-cursos .owl-nav div.owl-next i {
	color:#253c58;
  position: relative;
  right: 0;
}

.owl-carousel-cursos .owl-nav div.owl-next:hover>i,
.owl-carousel-cursos .owl-nav div.owl-prev:hover>i {
	color:#fff;
  
}

.owl-carousel-cursos .owl-nav div.owl-prev i {
	color:#253c58;
  position: relative;
  top: 0px;

}


.owl-carousel-cursos:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}


.owl-carousel-cursos:hover .owl-nav div:hover {
  color: #fff;
  background: #615CFD;
  border: 1px solid transparent;
}

*/


/* ========================= Fin Cursos-Carousel ========================= */

/* ========================= Testimonios ========================= */



.owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 100%;
  left: 50px;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #8E8B8B;
  left: 150px;
}


.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}


.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}


.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}


.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}


.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #615CFD;
  border: 1px solid transparent;
}


.testimonial_area {
  padding: 160px 0;
  background-image: url(../images/testmonial/banner.png);
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}


.testimonial_area:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  content: '';
  background: #1F1F1F;
  opacity: .6;
}

@media (max-width: 767px) {
  .testimonial_area {
    padding: 50px 0;
  }
}


.testimonial_area .single_testmonial p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 35px 0 25px 0;
}

@media (min-width: 320px) and (max-width: 1500px) {
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}

.testimonial_area .single_testmonial .testmonial_author .thumb img{
  width: 82px;
  height: 82px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 12px auto;
}

.testimonial_area .single_testmonial .testmonial_author h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
}

.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}


.testimonial_area .owl-carousel .owl-nav div {
  left: 0;
}

.expert_doctors_area .owl-carousel .owl-nav div {
  background: transparent;
  height: 40px;
  left: 0px;
  text-align: center;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  width: 40px;
  color: #919191;
  background-color: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #EEEEEE;
  left: auto;
  left: auto;
  top: -100px;
  right: 55px;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.expert_doctors_area .owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

/* ========================= Fin Testimonio ========================= */

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
a, a:visited {
    /* color: #fc603b; */
    color: #005182;
    -webkit-transition: color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
    transition: color .2s ease, background-color .2s ease, background .2s ease, border .2s ease, outline .2s ease, opacity .2s ease-in-out;
}

.btn-custom, input[type="button"], input[type="submit"], input[type="reset"], button {
    color: #FFF !important;
    font-size: 20px;
    line-height: 54px;
    text-align: left;
    font-weight: 100 !important;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #FFAA00 !important;
    padding: 16px 30px 15px;
    border: 0px;
    outline: none !important;
    border-radius: 2px;
    -webkit-transition: color .2s ease, background-color .2s ease, background .2s ease;
    transition: color .2s ease, background-color .2s ease, background .2s ease;
}

/* ========================= Navigation ========================= */

/* Navigation Menu */
.texto-curso.parrafo{
	font-size: 18px !important;
	line-height: 26px !important;
	margin: 25px 0px 0px !important;
	text-align: justify !important;
}
.navbar.navbar-corporate {
	position:fixed;
	top:0;
	right:0;
	left:0;
	padding:20px 0;
	z-index:1000;
	-webkit-transition:background .3s ease, padding .3s ease, box-shadow .3s ease-out;
	transition:background .3s ease, padding .3s ease, box-shadow .3s ease-out;
}
.navbar.navbar-corporate.navbar-general, .navbar.navbar-corporate.affix {
	background-color:#FFF;
	box-shadow:0 1px 5px rgba(0,0,0,.1);
}
.navbar.navbar-corporate.affix { padding:15px 0; }
.navbar.navbar-corporate.navbar-landing { color:#FFF; }
	.navbar.navbar-corporate .navbar-brand {
		position:relative;
		height:auto;
		padding:0;
		margin:0;
	}
		.navbar.navbar-corporate .navbar-brand img {
			height:40px;
			-webkit-transition:height .3s ease;
			transition:height .3s ease;
		}
		.navbar.navbar-corporate .navbar-brand .brand-secondary {
			visibility:hidden;
			position:absolute;
			top:0;
			left:0;
			width:100%;
			opacity:0;
			-webkit-transition:visibility .3s ease, opacity .3s ease-out;
			transition:visibility .3s ease, opacity .3s ease-out;
		}
		.navbar.navbar-corporate.affix .navbar-brand.navbar-brand-affix .brand-secondary {
			visibility:visible;
			opacity:1;
		}
.navbar.navbar-corporate .nav {
	float:right;
	height:40px;
	font-size:15px;
}
	.navbar.navbar-corporate .nav > li {
		float:left;
		padding:6px 20px;
	}
	.navbar.navbar-corporate .nav > li:last-child { padding-right:0; }
	.navbar.navbar-corporate .nav > li.nav-menu-btn {
		padding-top:1px;
		padding-bottom:1px;
	}
		.navbar.navbar-corporate .nav > li > a {
			float:left;
			position:relative;
		}
		.navbar.navbar-corporate.navbar-general .nav > li > a { color:#253c58; }
		.navbar.navbar-corporate.navbar-general .nav > li > a:hover, .navbar.navbar-corporate.navbar-general .nav > li > a.active { color:#2b8dd6; }
		.navbar.navbar-corporate.navbar-landing .nav > li > a { color:rgba(255,255,255,.7); }
		.navbar.navbar-corporate.navbar-landing.affix .nav > li > a { color:#253c58; }
		.navbar.navbar-corporate.navbar-landing .nav > li > a:hover, .navbar.navbar-corporate.navbar-landing .nav > li > a.active { color:#FFF; }
		.navbar.navbar-corporate.navbar-landing.affix .nav > li > a:hover, .navbar.navbar-corporate.navbar-landing.affix .nav > li > a.active { color:#2b8dd6; }
		.navbar.navbar-corporate .nav > li > a.nav-link { padding:0; }
		.navbar.navbar-corporate .nav > li.nav-menu-btn > a {
			font-size:14px;
			font-weight:600;
			background-color:#2b8dd6;
			padding:5px 20px;
			outline:none;
			border-radius:2px;
		}
		.navbar.navbar-corporate.navbar-general .nav > li.nav-menu-btn > a, .navbar.navbar-corporate.navbar-landing .nav > li.nav-menu-btn > a, .navbar.navbar-corporate.navbar-landing.affix .nav > li.nav-menu-btn > a { color:#FFF; }
		.navbar.navbar-corporate .nav > li.nav-menu-btn > a:hover, .navbar.navbar-corporate .nav > li.nav-menu-btn > a.active { background-color:#3ca3f0; }
.navbar.navbar-corporate .nav-btn-mobile {
	display:none;
	float:right;
}
	.navbar.navbar-corporate .nav-btn-mobile a {
		float:left;
		color:#253c58;
		font-size:34px;
		line-height:40px;
	}
	.navbar.navbar-corporate .nav-btn-mobile a:hover { color:#2b8dd6; }
	.navbar.navbar-corporate.navbar-landing .nav-btn-mobile a { color:#FFF; }
	.navbar.navbar-corporate.navbar-landing .nav-btn-mobile a:hover { color:rgba(255,255,255,.7); }
	.navbar.navbar-corporate.navbar-landing.affix .nav-btn-mobile a { color:#253c58; }
	.navbar.navbar-corporate.navbar-landing.affix .nav-btn-mobile a:hover { color:#2b8dd6; }



/* ========================= Header ========================= */

.header-corporate .header-overlay {
	background-image:url(../images/bg-gradient-white.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:80px;
}
.header-corporate .container {
	padding-top:100px;
	padding-bottom:100px;
}



.header-corporate .header-txt { padding-right:52%; }
	.header-corporate .header-txt h1 {
		font-size:46px;
		line-height:56px;
		letter-spacing:1px;
		margin-bottom:30px;
	}
	.header-corporate .header-txt h2 {
		display:inline-block;
		color:#2b8dd6;
		font-size:50px;
		line-height:60px;
		font-weight:700;
		letter-spacing:.5px;
		background-color:#FFF;
		padding:15px 20px;
		margin:0;
		border-radius:4px;
	}
	.header-corporate .header-txt p {
		font-size:18px;
		line-height:30px;
		margin:40px 0 0 0;
	}
.header-corporate .header-btn {
	display:inline-block;
	font-size:48px;
	line-height:1;
	margin-top:60px;
}
	.header-corporate .header-btn a { display:inline-block; }
	.header-corporate .header-btn.animated a { animation:bounce 2s linear 2s infinite; }



/* ========================= Elements ========================= */

.affa-block-corporate {
	color:#555;
	background-color:#FFF;
	padding:30px;
	border:1px solid #f4f4f4;
	border-radius:5px;
	box-shadow:0 3px 10px rgba(0,0,0,.07);
}
	.affa-block-corporate h1, .affa-block-corporate h2, .affa-block-corporate h3, .affa-block-corporate h4, .affa-block-corporate h5, .affa-block-corporate h6 { color:#253c58; }
		.affa-block-corporate h1 span, .affa-block-corporate h2 span, .affa-block-corporate h3 span, .affa-block-corporate h4 span, .affa-block-corporate h5 span, .affa-block-corporate h6 span { color:#2b8dd6; }

.affa-feature-icon-corporate {
	margin-bottom:40px;
	cursor:default;
}
.affa-feature-icon-corporate.feature-icon-2 { margin-bottom:30px; }
.affa-block-corporate .affa-feature-icon-corporate { margin-bottom:0; }
	.affa-feature-icon-corporate .feature-icon-wrap {
		display:inline-block;
		overflow:hidden;
		position:relative;
		width:70px;
		height:70px;
		color:#2b8dd6;
		font-size:44px;
		line-height:68px;
		text-align:center;
		background-color:#FFF;
		border:1px solid #e9e9e9;
		border-radius:50%;
		box-shadow:0 0 0 3px rgba(0,0,0,.02);
		-webkit-transform:perspective(1px) translateZ(0);
		transform:perspective(1px) translateZ(0);
		-webkit-transition:color .3s ease, box-shadow .3s ease-out;
		transition:color .3s ease, box-shadow .3s ease-out;
	}
	.affa-feature-icon-corporate:hover .feature-icon-wrap {
		color:#FFF;
		line-height:70px;
		border:0;
		box-shadow:0 2px 8px rgba(0,0,0,.3);
	}
	.affa-feature-icon-corporate .feature-icon-wrap:before {
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:#2b8dd6;
		content:'';
		z-index:-1;
		border-radius:50%;
		-webkit-transform:scale(0);
		transform:scale(0);
		-webkit-transition:transform .3s ease-out;
		transition:transform .3s ease-out;
	}
	.affa-feature-icon-corporate:hover .feature-icon-wrap:before {
		-webkit-transform:scale(3);
		transform:scale(3);
	}
	.affa-feature-icon-corporate.feature-icon-2 .feature-icon-wrap {
		width:60px;
		height:60px;
		font-size:36px;
		line-height:58px;
		margin-bottom:1rem;
	}
	.affa-feature-icon-corporate.feature-icon-2:hover .feature-icon-wrap { line-height:60px; }
	.affa-feature-icon-corporate.feature-icon-sm .feature-icon-wrap {
		width:50px;
		height:50px;
		font-size:28px;
		line-height:48px;
	}
	.affa-feature-icon-corporate.feature-icon-sm:hover .feature-icon-wrap { line-height:50px; }
	.affa-feature-icon-corporate h4 {
		font-size:26px;
		line-height:34px;
		margin:0;
	}
	.affa-feature-icon-corporate.feature-icon-2 h4 {
		font-size:24px;
		line-height:32px;
	}
	.affa-feature-icon-corporate.feature-icon-sm h4 {
		font-size:18px;
		line-height:26px;
	}
	.affa-feature-icon-corporate .feature-icon-heading {
		position:relative;
		min-height:70px;
		padding-left:90px;
	}
		.affa-feature-icon-corporate .feature-icon-heading .feature-icon-wrap {
			position:absolute;
			top:0;
			left:0;
		}
		.affa-feature-icon-corporate .feature-icon-heading h4 { padding-top:18px; }
	.affa-feature-icon-corporate p { margin:1rem 0 0; }
	.affa-feature-icon-corporate.feature-icon-2 p { margin-top:.75rem; }
	.affa-feature-icon-corporate.feature-icon-sm p { margin-top:.625rem; }

.affa-testimonial-corporate {
	color:#555;
	background-color:#FFF;
	padding:30px 60px 30px 40px;
	border:1px solid #f4f4f4;
	border-radius:4px;
	box-shadow:0 3px 10px rgba(0,0,0,.07);
	-webkit-transition:color .2s ease, background-color .2s ease, border .2s ease;
	transition:color .2s ease, background-color .2s ease, border .2s ease;
}
.affa-testimonial-corporate:hover {
	color:#FFF;
	background:#253c58 url(../images/bg-testimonial.png) bottom left no-repeat;
	background-size:cover;
	border-color:#253c58;
}
.text-white .affa-testimonial-corporate:hover { background-color:#2b8dd6; }
	.affa-testimonial-corporate .testimonial-txt { position:relative; }
	.affa-testimonial-corporate .testimonial-txt:after {
		position:absolute;
		top:-10px;
		right:-48px;
		font-family:Ionicons;
		color:rgba(37,60,88,.1);
		font-size:48px;
		text-rendering:auto;
		#content:'\f347';
		-webkit-transition:color .2s ease;
		transition:color .2s ease;
	}
	.affa-testimonial-corporate:hover .testimonial-txt:after { color:rgba(255,255,255,.2); }
		.affa-testimonial-corporate .testimonial-txt p { margin:0; }
	.affa-testimonial-corporate .testimonial-name {
		position:relative;
		min-height:50px;
		padding:1px 0 0 70px;
		margin-top:20px;
	}
		.affa-testimonial-corporate .testimonial-name img {
			position:absolute;
			top:0;
			left:0;
			width:50px;
			height:50px;
			/*border-radius:50%;*/
		}
		.affa-testimonial-corporate .testimonial-name h4 {
			color:#253c58;
			font-size:16px;
			line-height:24px;
			margin:0;
			-webkit-transition:color .2s ease;
			transition:color .2s ease;
		}
		.affa-testimonial-corporate:hover .testimonial-name h4 { color:#FFF; }
		.affa-testimonial-corporate .testimonial-name p {
			font-family:Roboto, Arial, sans-serif;
			font-size:15px;
			line-height:24px;
			margin:1px 0 0;
		}

.carousel-slider.slick-slider.testimonials-corporate-slider {
	padding-bottom:50px;
	margin:0 -15px;
}
	.carousel-slider.slick-slider.testimonials-corporate-slider .slick-dots { bottom:0; }
		.carousel-slider.slick-slider.testimonials-corporate-slider .slick-dots li {
			width:30px;
			height:6px;
		}
			.carousel-slider.slick-slider.testimonials-corporate-slider .slick-dots li button {
				width:30px;
				height:6px;
				background-color:#253c58;
				opacity:.2;
				border-radius:2px;
			}
			.carousel-slider.slick-slider.testimonials-corporate-slider .slick-dots li button:hover, .carousel-slider.slick-slider.testimonials-corporate-slider .slick-dots li.slick-active button { opacity:1; }
	.carousel-slider.slick-slider.testimonials-corporate-slider .slick-slide { padding:5px 15px 10px; }

.affa-callout-corporate { text-align:center; }
	.affa-callout-corporate h2 {
		font-size:42px;
		line-height:52px;
		font-weight:700;
		letter-spacing:1px;
		margin:0;
	}
	.affa-callout-corporate h3 { margin:15px 0 0; }
	.affa-callout-corporate p {
		font-size:18px;
		line-height:32px;
		margin:30px 0 0;
	}
	.affa-callout-corporate ul {
		padding:0;
		margin:40px 0 0;
	}
		.affa-callout-corporate ul li {
			display:inline-block;
			list-style-type:none;
			padding:10px;
		}
			.affa-callout-corporate ul li a {
				display:inline-block;
				width:64px;
				height:64px;
				color:rgba(37,60,88,.5);
				font-size:30px;
				line-height:58px;
				text-align:center;
				border:3px solid rgba(37,60,88,.3);
				border-radius:50%;
			}
			.text-white .affa-callout-corporate ul li a {
				color:#FFF;
				border-color:#FFF;
			}
			.affa-callout-corporate ul li a:hover {
				color:#FFF;
				background-color:#253c58;
				border-color:#253c58;
			}
			.affa-callout-corporate ul li a.link-facebook:hover {
				background-color:#607bb3;
				border-color:#607bb3;
			}
			.affa-callout-corporate ul li a.link-twitter:hover {
				background-color:#37bbf5;
				border-color:#37bbf5;
			}
			.affa-callout-corporate ul li a.link-linkedin:hover {
				background-color:#2288c3;
				border-color:#2288c3;
			}
			.affa-callout-corporate ul li a.link-reddit:hover {
				background-color:#ff4006;
				border-color:#ff4006;
			}
			.affa-callout-corporate ul li a.link-googleplus:hover {
				background-color:#d23b23;
				border-color:#d23b23;
			}
			.affa-callout-corporate ul li a.link-pinterest:hover {
				background-color:#db2e36;
				border-color:#db2e36;
			}
			.affa-callout-corporate ul li a.link-whatsapp:hover {
				background-color:#4eef6b;
				border-color:#4eef6b;
			}
			.affa-callout-corporate ul li a.link-tumblr:hover {
				background-color:#34465d;
				border-color:#34465d;
			}
			.affa-callout-corporate ul li a.link-wordpress:hover {
				background-color:#00769d;
				border-color:#00769d;
			}
			.affa-callout-corporate ul li a.link-dribbble:hover {
				background-color:#db3776;
				border-color:#db3776;
			}
			.affa-callout-corporate ul li a.link-github:hover {
				background-color:#201f1f;
				border-color:#201f1f;
			}
			.affa-callout-corporate ul li a.link-instagram:hover {
				background-color:#6a453b;
				border-color:#6a453b;
			}
			.affa-callout-corporate ul li a.link-snapchat:hover {
				background-color:#fffc00;
				border-color:#fffc00;
			}
			.affa-callout-corporate ul li a.link-foursquare:hover {
				background-color:#f94877;
				border-color:#f94877;
			}
			.affa-callout-corporate ul li a.link-rss:hover {
				background-color:#fe9900;
				border-color:#fe9900;
			}
			.affa-callout-corporate ul li a.link-skype:hover {
				background-color:#00aff0;
				border-color:#00aff0;
			}
			.affa-callout-corporate ul li a.link-vimeo:hover {
				background-color:#23b6ea;
				border-color:#23b6ea;
			}
			.affa-callout-corporate ul li a.link-youtube:hover {
				background-color:#f20000;
				border-color:#f20000;
			}
			.affa-callout-corporate ul li a.link-dropbox:hover {
				background-color:#007ee5;
				border-color:#007ee5;
			}
			.affa-callout-corporate ul li a.link-apple:hover {
				background-color:#231f20;
				border-color:#231f20;
			}
			.affa-callout-corporate ul li a.link-android:hover {
				background-color:#94c147;
				border-color:#94c147;
			}
			.affa-callout-corporate ul li a.link-windows:hover {
				background-color:#00bdf6;
				border-color:#00bdf6;
			}
			.text-white .affa-callout-corporate ul li a:hover {
				color:#253c58;
				background-color:#FFF;
				border-color:#FFF;
			}
			.text-white .affa-callout-corporate ul li a.link-facebook:hover { color:#607bb3; }
			.text-white .affa-callout-corporate ul li a.link-twitter:hover { color:#37bbf5; }
			.text-white .affa-callout-corporate ul li a.link-linkedin:hover { color:#2288c3; }
			.text-white .affa-callout-corporate ul li a.link-reddit:hover { color:#ff4006; }
			.text-white .affa-callout-corporate ul li a.link-googleplus:hover { color:#d23b23; }
			.text-white .affa-callout-corporate ul li a.link-pinterest:hover { color:#db2e36; }
			.text-white .affa-callout-corporate ul li a.link-whatsapp:hover { color:#4eef6b; }
			.text-white .affa-callout-corporate ul li a.link-tumblr:hover { color:#34465d; }
			.text-white .affa-callout-corporate ul li a.link-wordpress:hover { color:#00769d; }
			.text-white .affa-callout-corporate ul li a.link-dribbble:hover { color:#db3776; }
			.text-white .affa-callout-corporate ul li a.link-github:hover { color:#201f1f; }
			.text-white .affa-callout-corporate ul li a.link-instagram:hover { color:#6a453b; }
			.text-white .affa-callout-corporate ul li a.link-snapchat:hover { color:#fffc00; }
			.text-white .affa-callout-corporate ul li a.link-foursquare:hover { color:#f94877; }
			.text-white .affa-callout-corporate ul li a.link-rss:hover { color:#fe9900; }
			.text-white .affa-callout-corporate ul li a.link-skype:hover { color:#00aff0; }
			.text-white .affa-callout-corporate ul li a.link-vimeo:hover { color:#23b6ea; }
			.text-white .affa-callout-corporate ul li a.link-youtube:hover { color:#f20000; }
			.text-white .affa-callout-corporate ul li a.link-dropbox:hover { color:#007ee5; }
			.text-white .affa-callout-corporate ul li a.link-apple:hover { color:#231f20; }
			.text-white .affa-callout-corporate ul li a.link-android:hover { color:#94c147; }
			.text-white .affa-callout-corporate ul li a.link-windows:hover { color:#00bdf6; }

.affa-team-corporate {
	overflow:hidden;
	position:relative;
	margin-bottom:40px;
	border-radius:5px;
	box-shadow:0 3px 10px rgba(0,0,0,.1);
}
	.affa-team-corporate:hover > figure {
		-webkit-filter:blur(2px);
		filter:blur(2px);
	}
	.affa-team-corporate .team-overlay {
		visibility:hidden;
		overflow:hidden;
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		color:#FFF;
		text-align:center;
		cursor:default;
		opacity:0;
		-webkit-transition:visibility .2s ease, opacity .2s ease-out;
		transition:visibility .2s ease, opacity .2s ease-out;
	}
	.affa-team-corporate:hover .team-overlay {
		visibility:visible;
		opacity:1;
	}
		.affa-team-corporate .team-overlay .team-content {
			position:absolute;
			top:50%;
			right:0;
			left:0;
			padding:0 25px;
			margin-top:-120px;
			-webkit-transform:scale(1.12);
			transform:scale(1.12);
			-webkit-transition:-webkit-transform .2s ease-out;
			transition:transform .2s ease-out;
		}
		.affa-team-corporate:hover .team-overlay .team-content {
			-webkit-transform:scale(1);
			transform:scale(1);
		}
		.affa-team-corporate .team-overlay img {
			width:120px;
			height:120px;
			margin-bottom:15px;
			border:30px solid rgba(255,255,255,.1);
			border-radius:50%;
		}
		.affa-team-corporate .team-overlay h4 {
			color:#FFF;
			font-size:18px;
			line-height:26px;
			margin:0;
		}
		.affa-team-corporate .team-overlay p {
			font-family:Roboto, Arial, sans-serif;
			font-size:15px;
			line-height:24px;
			margin:2px 0 0;
		}
		.affa-team-corporate .team-overlay ul {
			padding:0;
			margin:12px 0 0;
		}
			.affa-team-corporate .team-overlay ul li {
				display:inline-block;
				list-style-type:none;
				margin:8px 5px;
			}
				.affa-team-corporate .team-overlay ul li a {
					display:inline-block;
					width:30px;
					height:30px;
					color:rgba(37,60,88,.7);
					font-size:14px;
					line-height:30px;
					text-align:center;
					background-color:#FFF;
					border-radius:2px;
				}
				.affa-team-corporate .team-overlay ul li a:hover {
					color:#2b8dd6;
					background-color:rgba(255,255,255,.9);
				}

.affa-signup-corporate {
	padding-bottom:30px;
	margin-bottom:40px;
}
	.affa-signup-corporate > form {
		background:#2b8dd6 url(../images/bg-gradient-white2.png) center no-repeat;
		background-size:cover;
		padding:70px 40px;
		border-radius:4px;
		box-shadow:0 0 15px rgba(0,0,0,.1);
	}
	.affa-signup-corporate .form-icon {
		position:absolute;
		top:-40px;
		left:40px;
		width:80px;
		height:80px;
		color:#2b8dd6;
		font-size:48px;
		line-height:80px;
		text-align:center;
		background-color:#FFF;
		z-index:12;
		border-radius:50%;
		box-shadow:0 0 15px rgba(0,0,0,.1);
	}
	.affa-signup-corporate h2 {
		color:#FFF;
		font-size:30px;
		line-height:38px;
		font-weight:700;
		letter-spacing:.5px;
		margin-bottom:30px;
	}
	.affa-signup-corporate p {
		color:#FFF;
		font-size:14px;
		line-height:22px;
		letter-spacing:normal;
		margin:0;
	}
		.affa-signup-corporate p a { color:#FFF; }
		.affa-signup-corporate p a:hover { color:rgba(255,255,255,.8); }
	.affa-signup-corporate .form-fields input, .affa-signup-corporate .form-fields select, .affa-signup-corporate .form-fields textarea {
		width:100%;
		margin-bottom:30px;
		border:0;
	}
	.affa-signup-corporate .form-fields select {
		padding-top:12.5px;
		padding-bottom:12.5px;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.affa-signup-corporate .form-fields select {
			padding-top:11px;
			padding-bottom:11px;
		}
	}
	.affa-signup-corporate .form-fields textarea {
		display:block;
		height:104px;
	}
	.affa-signup-corporate .form-fields input[type="text"].error, .affa-signup-corporate .form-fields input[type="email"].error, .affa-signup-corporate .form-fields select.error, .affa-signup-corporate .form-fields textarea.error { box-shadow:0 0 0 2px #fe2020; }
	.affa-signup-corporate .form-submit {
		position:absolute;
		right:40px;
		bottom:-30px;
		left:40px;
		z-index:11;
	}
		.affa-signup-corporate .form-submit input[type="submit"] {
			width:100%;
			font-size:18px;
			text-align:center;
			background-color:#253c58;
			padding:21px 0;
		}
		.text-white .affa-signup-corporate .form-submit input[type="submit"] {
			color:#253c58 !important;
			background-color:#FFF;
		}
		.affa-signup-corporate .form-submit input[type="submit"]:hover { background-color:#385679; }
		.text-white .affa-signup-corporate .form-submit input[type="submit"]:hover { background-color:#e9e9e9; }
		.affa-signup-corporate .form-submit input[type="submit"]:disabled, .affa-signup-corporate .form-submit input[type="submit"]:disabled:hover {
			color:#9a9a9a !important;
			background-color:#e0e0e0;
		}
	.affa-signup-corporate .submit-status { border-radius:4px; }
		.affa-signup-corporate .submit-status p {
			font-size:16px;
			line-height:26px;
		}



/* ========================= Footer ========================= */

.footer-corporate.footer-landing { margin-top:0px; }
	.footer-corporate.footer-landing .footer-overlay {
		background-image:url(../images/bg-gradient-white.png);
		background-position:center;
		background-repeat:no-repeat;
		background-size:cover;
		padding-top:1px;
	}
	.footer-corporate .footer-widgets { padding-top:60px; }
	.footer-corporate.footer-landing .footer-widgets { padding-top:80px; }
	.footer-corporate.footer-general .footer-widgets { padding-bottom:20px; }
		.footer-corporate .footer-widgets .widget { margin-bottom:40px; }
			.footer-corporate .footer-widgets .widget .widget-title { margin-bottom:24px; }

.footer-corporate .footer-nav {
	overflow:hidden;
	font-family:Roboto, Arial, sans-serif;
	font-size:15px;
	line-height:24px;
	padding:10px 0;
}
.footer-corporate.footer-general .footer-nav { border-top:1px solid rgba(255,255,255,.1); }
.footer-corporate.footer-landing .footer-nav { padding:15px 0; }
	.footer-corporate .footer-nav p {
		float:left;
		margin:0;
		padding:13px 0;
	}
	.footer-corporate .footer-nav ul {
		float:right;
		padding:5px 0;
		margin:0 -15px 0 0;
	}
		.footer-corporate .footer-nav ul li {
			display:inline-block;
			list-style-type:none;
			font-size:20px;
			line-height:40px;
			margin:0 15px;
		}

.footer-corporate .affa-subscribe { position:relative; }
.footer-corporate.footer-landing .affa-subscribe {
	padding-top:35px;
	margin-top:-111px;
}
.footer-corporate.footer-general .affa-subscribe:after {
	display:block;
	width:100%;
	height:2px;
	max-width:400px;
	background-color:rgba(255,255,255,.1);
	content:'';
	margin:0 auto;
}
	.footer-corporate.footer-landing .affa-subscribe .subscribe-icon {
		position:absolute;
		top:0;
		right:50%;
		width:70px;
		height:70px;
		color:#FFF;
		font-size:32px;
		line-height:70px;
		text-align:center;
		background-color:#2b8dd6;
		margin-right:-35px;
		z-index:12;
		border-radius:50%;
	}
	.footer-corporate.footer-landing .affa-subscribe .subscribe-icon-shadow {
		position:absolute;
		top:0;
		right:50%;
		width:70px;
		height:70px;
		background-color:#FFF;
		margin-right:-35px;
		z-index:10;
		border-radius:50%;
		box-shadow:0 0 10px 3px rgba(0,0,0,.07);
	}
	.footer-corporate .affa-subscribe .subscribe-wrap {
		max-width:760px;
		text-align:center;
		padding:60px 0;
		margin:0 auto;
	}
	.footer-corporate.footer-landing .affa-subscribe .subscribe-wrap {
		position:relative;
		max-width:940px;
		color:#253c58;
		background-color:#FFF;
		padding:65px 100px 50px;
		z-index:11;
		border-radius:4px;
		box-shadow:0 -3px 10px rgba(0,0,0,.07);
	}
		.footer-corporate .affa-subscribe .subscribe-wrap h4 {
			font-size:30px;
			line-height:38px;
			font-weight:700;
			letter-spacing:.5px;
			margin-bottom:30px;
		}
		.footer-corporate.footer-landing .affa-subscribe .subscribe-wrap h4 { color:#253c58; }
		.footer-corporate .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"], .footer-corporate .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"] { text-align:center; }
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"], .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"] {
			color:#FFF;
			background-color:transparent;
			border-color:#FFF;
		}
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"]::-webkit-input-placeholder, .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"]::-webkit-input-placeholder { color:#FFF; }
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"]:-moz-placeholder, .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"]:-moz-placeholder { color:#FFF; }
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"]::-moz-placeholder, .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"]::-moz-placeholder { color:#FFF; }
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"]:-ms-input-placeholder, .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"]:-ms-input-placeholder { color:#FFF; }
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"]:focus, .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"]:focus {
			color:rgba(255,255,255,.7);
			border-color:rgba(255,255,255,.8);
		}
		.footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="text"].error, .footer-corporate.footer-general .affa-subscribe .subscribe-wrap .affa-form-subscribe input[type="email"].error {
			color:#fe5c5c;
			border-color:#fe2020;
		}



/* ========================= Media Queries ========================= */

@media (max-width: 1199px) {

	.navbar.navbar-corporate .nav > li {
		padding-right:14px;
		padding-left:14px;
	}
	.navbar.navbar-corporate .nav > li.nav-menu-btn > a {
		padding-right:15px;
		padding-left:15px;
	}

	.header-corporate .header-txt { padding-right:42%; }

}

@media (min-width: 992px) and (max-width: 1199px) {

	.affa-team-corporate .team-overlay .team-content {
		padding-right:20px;
		padding-left:20px;
		margin-top:-105px;
	}
	.affa-team-corporate .team-overlay img {
		width:100px;
		height:100px;
		margin-bottom:12px;
		border-width:20px;
	}
	.affa-team-corporate .team-overlay ul { margin-top:8px; }
	.affa-team-corporate .team-overlay ul li { margin:5px 2px; }

	.affa-signup-corporate > form {
		padding-right:30px;
		padding-left:30px;
	}
	.affa-signup-corporate .form-submit {
		right:30px;
		left:30px;
	}

}

@media (max-width: 991px) {

	.navbar.navbar-corporate .nav > li {
		padding-right:8px;
		padding-left:8px;
	}
	.navbar.navbar-corporate .nav > li.nav-menu-btn > a {
		padding-right:10px;
		padding-left:10px;
	}

	.header-corporate .header-txt { padding-right:24%; }

	.affa-signup-corporate { padding-top:40px; }

	.footer-corporate.footer-landing .affa-subscribe .subscribe-wrap {
		padding-right:50px;
		padding-left:50px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.affa-testimonial-corporate { padding-left:30px; }

	.affa-team-corporate .team-overlay .team-content {
		padding-right:10px;
		padding-left:10px;
		margin-top:-70px;
	}
	.affa-team-corporate .team-overlay img {
		width:80px;
		height:80px;
		margin-bottom:10px;
		border-width:15px;
	}
	.affa-team-corporate .team-overlay h4 {
		font-size:15px;
		line-height:24px;
	}
	.affa-team-corporate .team-overlay p {
		font-size:14px;
		line-height:22px;
	}
	.affa-team-corporate .team-overlay ul { display:none; }

}

@media (max-width: 767px) {

	body.nav-mobile-open .navbar.navbar-corporate {
		right:50%;
		left:-50%;
	}
	.navbar.navbar-corporate.affix { padding:13px 0; }
	.navbar.navbar-corporate.affix .navbar-brand img { height:34px; }
	.navbar.navbar-corporate .nav { display:none; }
	.navbar.navbar-corporate .nav-btn-mobile { display:block; }
	.navbar.navbar-corporate.affix .nav-btn-mobile a { line-height:1; }

	.header-corporate .container {
		padding-top:80px;
		padding-bottom:80px;
	}
	.header-corporate .header-txt { padding-right:0; }
	.header-corporate .header-txt h1 {
		font-size:34px;
		line-height:44px;
		letter-spacing:.5px;
		margin-bottom:25px;
	}
	.header-corporate .header-txt h2 {
		font-size:34px;
		line-height:44px;
		padding:8px 12px;
	}
	.header-corporate .header-txt p { margin-top:30px; }
	.header-corporate .header-btn {
		font-size:42px;
		margin-top:50px;
	}

	.affa-block-corporate .affa-feature-icon-corporate { margin-bottom:40px; }
	.affa-block-corporate .row > div:last-child .affa-feature-icon-corporate { margin-bottom:0; }

	.affa-callout-corporate h2 {
		font-size:36px;
		line-height:46px;
	}
	.affa-callout-corporate h3 {
		font-size:26px;
		line-height:34px;
	}

	.footer-corporate.footer-landing .footer-widgets { padding-top:60px; }

	.footer-corporate .footer-nav { text-align:center; }
	.footer-corporate .footer-nav p, .footer-corporate .footer-nav ul { float:none; }
	.footer-corporate .footer-nav ul { margin:0; }

	.footer-corporate.footer-landing .affa-subscribe .subscribe-wrap { padding:55px 25px 30px; }
	.footer-corporate .affa-subscribe .subscribe-wrap h4 {
		font-size:24px;
		line-height:32px;
		letter-spacing:.1px;
		margin-bottom:25px;
	}

}

@media (max-width: 640px) {

	body.nav-mobile-open .navbar.navbar-corporate {
		right:60%;
		left:-60%;
	}

}

@media (max-width: 480px) {

	body.nav-mobile-open .navbar.navbar-corporate {
		right:70%;
		left:-70%;
	}

	.affa-testimonial-corporate { padding-left:30px; }

	.affa-signup-corporate > form { padding:60px 25px 50px; }
	.affa-signup-corporate h2 {
		font-size:26px;
		line-height:34px;
		letter-spacing:.1px;
		margin-bottom:20px;
	}
	.affa-signup-corporate .form-fields input, .affa-signup-corporate .form-fields select, .affa-signup-corporate .form-fields textarea { margin-bottom:20px; }
	.affa-signup-corporate .form-submit {
		right:25px;
		left:25px;
	}

}

@media (max-width: 400px) {

	body.nav-mobile-open .navbar.navbar-corporate {
		right:80%;
		left:-80%;
	}

	.affa-testimonial-corporate { padding:20px; }
	.affa-testimonial-corporate .testimonial-txt:after { display:none; }
	.affa-testimonial-corporate .testimonial-name { padding-left:65px; }

}

.map-container-6{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-container-6 iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/*#testimonios h2:after{
	    display: block;
    width: 150px;
    height: 2px;
    background-color: #FFAA00;
    content: '';
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}*/



.navWh:hover  > #imagenWh{
	-webkit-transform:scale(1.3);
	transform:scale(1.3);
}

/* ========================= Imagen Requisitos========================= */

.breadcam_bg_2 {
  background-image: url(../images/banner/bradcam_3.png);
}

.bradcam_area {	
  
  background-size: cover;
  background-position: bottom;
  padding: 214px 0 92px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  margin-top: 80px;
}

.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: 0.8;
  z-index: -1;
  content: '';
}

@media (max-width: 767px) {
  .bradcam_area {
    padding: 140px 0 90px 0;
  }
}

.bradcam_area h1 {
  font-size: 46px;
line-height: 56px;
letter-spacing: 1px;
margin-bottom: 30px;
color:#fff;
}

@media (max-width: 767px) {
  .bradcam_area h3 {
    font-size: 30px;
  }
}

.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

.bradcam_area p a {
  color: #fff;
}

.bradcam_area p a:hover {
  color: #fff;
}

#equipo:after,#movil:after{
	display: block;
    width: 40%;
    height: 2px;
    background-color: #edb305;
    content: '';
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
}
#equipo,#movil{
	color:#edb305;;
}

/* ========================= Fin Imagen Requisitos========================= */



 .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .swiper-slide {
      background-position: center;
      background-size: cover;
      width: 350px;
      height: 500px;
    }

    @media (max-width: 480px) {
  		.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 300px;
      height: 300px;
    }
	}

/*#video:hover{
	-webkit-transform:scale(1.1);
}*/


/* navegacion dinamica*/
ul.tabs{
	width: 100%;
	background: #fff;
	list-style: none;
	display: flex;
}

ul.tabs li{
	width: 18%;
}

ul.tabs li a{
	color: #000;
	text-decoration: none;
	font-size: 16px;
	text-align: center;

	display: block;
	padding: 20px 0px;
}

.active2:after{
	display: block;
    width: 90%;
    height: 5px;
    background-color: #FFAA00;
    content: '';
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
}


/*fin navegacion dinamica*/



 .limitado{
     width:100%;
     height: 30px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

/*================Detalle Curso==========*/

/*#cabecera-curso,{
	display: none;
}*/
#texto-cabecera-curso{

	text-align: justify;
}
#card-curso{
	position: fixed;
	top: 100px;
	right: 20%;
	z-index: 10;
	border-radius: 0px;
	padding: 3px;
}

 @media (max-width: 1600px) {
  	#card-curso{
  		position: fixed;
  		top: 100px;
		right: 10%;
		
	}
}

@media (max-width: 1400px) {
  	#card-curso{
  		position: fixed;
  		top: 100px;
		right: 10%;
		
	}
}

@media (max-width: 1300px) {
  	#card-curso{
  		position: fixed;
  		top: 100px;
		right: 5%;
		
	}
}

@media (max-width: 1200px) {
  	#card-curso{
  		position: relative;
  		top:0;
		right: 0;
		
	}
}

/*
@media (max-width: 1100px) {
  	#card-curso{
  		position: fixed;
  		top: 100px;
		right: 2%;
		
	}
}*/

/*@media (max-width: 1000px) {
  	#card-curso{
  		position: fixed;
  		top: 100px;
		right: 5%;
		
	}
}*/


@media (max-width: 1024px) {
  	#card-curso{
  		top:0;
  		position: relative;
	}


}


@media (max-width: 780px) {
	#col-cabecera-texto{
		width: 100%
	}
  	#texto-cabecera-curso{
	  	text-align: center;
	  	width: 100%
	}


}

/*@media (max-width: 990px) {

	#cabecera-curso{
		display: block;
	}
	#botones-bajos{
		display: block;
	}
	#card-curso{
  		display: none
	}
}*/

.div-curso{
	padding-left: 10%;
	margin-bottom:10px;

}





#card-curso .card-body .div-curso .btn-curso,#boton-bajo-consulta,#boton-bajo-ins{
	display: block;
	padding: 10px;
	width: 90%;
	text-decoration: none;
	border:1px solid #000;
	background-color:#edb305;
	border: 0px;
    outline: none !important;
    color:#fff;
    border-radius: 2px;
    -webkit-transition: color .2s ease, background-color .2s ease, background .2s ease;
    transition: color .2s ease, background-color .2s ease, background .2s ease;
    font-weight: 900;
}


#boton-bajo-consulta,#boton-bajo-ins{
	width: 200px;
	height: 60px;
	padding-top: 14px
}

#boton-bajo-consulta{
	margin-bottom: 20.5px
}

#card-curso .card-body p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #253c58;
	text-align: left;
	margin:0;
	font-size: 19px;
}

.curso-caracteristicas,#curso-incluye > span{
	display: block;
	text-align: left;
	font-family: open sans,helvetica neue,Helvetica,Arial,sans-serif;
	margin:0;
	font-size: 13px;
	color:#505763;
	
}

#linea:before,{
	display: block;
    width: 90%;
    height: 2px;
    background-color: #D8D8D8;
    content: '';
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
}
#header-curso{
	position: relative;
}




#header-curso:before{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1F1F1F;
  opacity: 0.5;
  z-index: -1;
  content: '';
}

.control{

	margin-top: -20px
}

/*================Fin Detalle Curso==========*/

/*organizaciones avalan*/
#team {
    

}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
	 border:1px solid #eee;
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
	
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 150px;
}
.frontside .card{
	z-index: 90;
}

.backside .card{
	position: relative;
	width: 220px;
	z-index: 100
}
.backside .card a {
    font-size: 12px;
    
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #edb305 !important;
}

.backside .card .card-title {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size:19px;
}

.frontside .card .card-body img {
    
    
}

.backside .card .card-body p{
	font-size: 13px;
	line-height: normal;
}

.popover-title {
    background-color: #73AD21; 
    color: #FFFFFF; 
    font-size: 28px;
    text-align:center;
  }

  .div-popover{
  
  }

.titulo-popover{
	color: #edb305; 
	font-size: 16px;
	margin-bottom: 0px;
	padding-bottom: 0px
}

a.link-popover{
	position: relative;
}
.link-popover{
	margin:auto;
	display:block;
	width:  50%;
	text-align: center;
	border:1px solid #edb305;
	background:#edb305 ; 
	color:#ffffff!important;
	font-size: 14px!important;
	font-weight: 500;
	font-style: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px
	

}

a.link-popover:hover{
 opacity: 100!important;
}

.quitar-hover{
	pointer-events:none;
}
/*fin ogranizacion avalan*/




/*PRUEBA*/

#myCarousel{
	 
	
}


@media (min-width: 1200px) {
	

	
.carousel-item .card h4 {
  	 margin: 0;
	min-height: 10px;
	overflow: hidden;
	max-height: 40px

  }



}



/*********carousel cursos-final**********/
.carousel-control-prev,.carousel-control-next{
	width: 2%!important;
}

.carousel-control-prev .carousel-control-prev-icon{
	 background: transparent;
  height: 40px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
	transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #000000;
   background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 100%;
  color: #000000;
  font-size: 15px;
  line-height: 40px;
  border: 1px solid #8E8B8B;

  
}

.carousel-control-next .carousel-control-next-icon{
	 background: transparent;
  height: 40px;
  right: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 40px;
  color: #000000;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 100%;
  

  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  border: 1px solid #8E8B8B;
}

#myCarousel .carousel-inner .carosuel-item{
	min-width: 14rem;
	max-width: 16rem;
	min-height: 12rem;
	max-height: 18rem;
}


.carousel-item .card h4{
	color: black;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  margin: 35px 0 25px 0;
  margin-top:0;
  margin-bottom: 0;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
}
.carousel-item .card h5{
color: black;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  overflow: hidden;
  max-height: 20px
}


.carousel-item .card p.card-text {
  color: black;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;

}





@media (max-width: 480px) {
  .carousel-item .card h4 {
  	 margin: 0;
  	 margin-bottom: 4px;
	min-height: 10px;
	overflow: hidden;
	max-height: 40px

  }


  }
@media (max-width: 576px) {
  .carousel-control-next .carousel-control-next-icon {
  
  }


  }





/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }


}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

    
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
      
        
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        
        visibility: visible;
        display: block;
        visibility: visible;
    }

    .carousel-inner .card  .card-img-top{
    	max-height: 250px;
    }
}
@media (max-width: 1650px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 235px;
    }
}

@media (max-width: 1600px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 225px;
    }
}


@media (max-width: 1550px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 220px;
    }
}

@media (max-width: 1500px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 200px;
    }
}

@media (max-width: 1400px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 185px;
    }
}

@media (max-width: 1300px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 176px;
    }
}

@media (max-width: 1250px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 170px;
    }
}

@media (max-width: 1200px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 163px;
    }
}

@media (max-width: 1150px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 154px;
    }
}

@media (max-width: 1100px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 140px;
    }
}

@media (max-width: 1050px) {
	.carousel-inner .card  .card-img-top{
    	max-height: 134px;
    }
}

/********* fin carousel cursos-final**********/


/*********---*/


@media (max-width: 640px) {
	#imagen-curso{
		display: block;
	}
}
@media (min-width: 1200px) {
	#col-equipo{
		padding-bottom: 80px
	}
}

#imagen-index{
	margin-top: 150px
}

@media (max-width: 1000px) {
	#imagen-index{
		margin-top: 10px
	}
}

.noselect {

pointer-events: none;

}


/*********---*/

/*********carousel  cabecera*******-*/



.slider-cabecera{
	width: 25%;
	
}

.slider-cabecera ul{
	display: flex;
	padding: 0;
	width: 300%;
	animation: cambio 10s infinite;
	animation-direction: alternate;

}

.slider-cabecera li{
	width: 100%;
	list-style:none;
}

.slider-cabecera p{
	width: 100%;
	list-style:none;
}


@keyframes cambio{
	0%{margin-left: 0;}
	30%{margin-left: 0;}

	35%{margin-left: -100%}
	65%{margin-left: -100%}

	70%{margin-left: -200%}
	100%{margin-left: -200%}
}


#header{
	margin:auto;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#c-slider{
	display: flex;
	width: 500%
}

#c-slider .seccion-cabecera{
	width: 100%
}

#c-slider .seccion-cabecera figure{
	display: block;
	width: 100%;
	height: 100%
}




#boton-next-cabecera,#boton-prev-cabecera{
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 40px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	font-family: monospace;
	cursor: pointer;
}

#boton-prev-cabecera{
	left: 10px
}
#boton-next-cabecera{
	right: 10px;
}









/*********fin carousel  cabecera*******-*/





/* ========================= Keyframes ========================= */

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { transform:translateY(0); }
	40% { transform:translateY(-30px); }
	60% { transform:translateY(-15px); }
}

/*====================================*/
