@charset "utf-8";
*{outline:none !important}
html{height:100%;}
body{
	font-family:"Arial", sans-serif;
	font-size:14px;	
	color:#616161;
	min-width:320px;
	margin:auto;
	background:#fff;
	line-height:19px;
}
body p{font-family:inherit;font-size:inherit;color:inherit; line-height:normal}
.container{margin:auto; line-height:23px; text-align:justify; position:relative; color:#757575; max-width: 1280px;}
.container::before,
.container::after{display:block; content:""; clear:both;}
.animar{transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;}
.icono{padding-right: 10px;}
#header{
	width: 100%;
	z-index: 3;
	width: 100%;
	z-index: 3;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
body[data-page="3"] #header{
	background: url('../images/banner/s1.webp') top center no-repeat;
	background-size: cover;
}
#topWeb{
	position: absolute;
	top: 0;
	right: 15px;
	background: #5a197e;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 140px;
	height: 148px;
	padding: 0 14px 14px 14px;
}
#topWeb ul{
	list-style: none;
	padding-top: 12px;
}
.titleTopWeb1{
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: center;
	color: #fff;
	padding-top: 9px;
	padding-bottom: 9px;
	position: relative;
}
.titleTopWeb1::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 100%;
	background: rgba(255,255,255,0.25);
	border-radius: 3px;
}
#topWeb ul li{
	margin-bottom: 6px;
}
#topWeb ul li:last-child{
	margin-bottom: 0;
}
#topWeb li a{
	height: 31px;
	border: solid 1px #fff;
	border-radius: 5px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
}
#topWeb li a:hover{
	background: #fff;
	color: #5a197e;
	text-decoration: none;
}
#topMenu{
	height: 80px;
	background: rgba(255, 255,255,0.5);
	position: relative;
}
#logo {
	display: block;
	position: relative;
    top: 23px;
    left: 0px;
    width: 100px;
}
#logo img{
	display: block;
	width: 100%;
	height: auto
}
#menu{
	margin: auto;
	position: absolute;
	left: 145px;
	top: 0;
	height: 80px;
}
#menu ul{
	margin: 0;
}
#menu ul::before{
    content: "";
    display: block;
    clear: both;
}
#menu ul::after{
	display: block;
	content: "";
	clear: both;
}
#menu li{
	float: left;
	position: relative;
	list-style: none;
	text-align: center;
	display: block;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
}
#menu li a{
  font-family: 'Poppins', sans-serif;
  color: #484848;
  font-weight: 500;
  display: block;
  width: 100%;
  line-height: 23px;
  font-size: 12px;
  letter-spacing: -0.25px;
  position: relative;
  padding: 0;
   text-decoration: none;
   -webkit-transition: ease all .3s;
  -o-transition: ease all .3s;
  transition: ease all .3s;
}
#menu li.active a,
#menu li a:hover,#menu li a:focus
{
  background: transparent !important;
}
#menu li a::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: url('../images/banner/before.png') left center no-repeat;
	opacity: 0;
}
#menu li:nth-child(1) a::after{
	background-size: contain;
}
#menu li:nth-child(2) a::after{
	background: url('../images/banner/before2.png') left center no-repeat;
	background-size: contain;
}
#menu li:nth-child(3) a::after{
	background: url('../images/banner/before3.png') left center no-repeat;
	background-size: contain;
}
#menu li.active a::after,
#menu li a:hover::after{
	opacity: 1;
}
#menu li:first-child{
	padding-left: 0;
}
#menu li:last-child{
	padding-right: 0;
}
/*===DatFooter===*/
#datFooter{
	background: url('../images/banner/bgfooter.png') center no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 14px;
	color: #FFF;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.contentDatFooter{
	display: flex;
	flex-wrap: wrap;
}
#datFooter ul{
	display: inline-block;
	list-style: none;
}
#datFooter .tit{
	font-size: 27px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #FFF;
	line-height: 30px;
	letter-spacing: 0px;
	padding-bottom: 24px;
	margin-bottom: 15px;
	position: relative;
}
#datFooter .tit::before{
	content: '';
	position: absolute;
	background: #00aa9d;
	bottom: 0;
	left: 0;
	width: 70px;
	height: 4px;
	border-radius: 4px;
}
#datFooter ul li a{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 0.1px;
	text-align: left;
	display: inline-flex;
	align-items: center;
}
#datFooter ul li a figure{
	width: 21px;
	margin-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.itemDatFooter2 a{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 26px;
}
.iconf2-tel{
	background: url('../images/iconos/icoTel.png') left top no-repeat;
	background-size: auto;
	background-position: 2px 5px;
}
.iconf2-mail{
	background: url('../images/iconos/icoMail.png') left top no-repeat;
	background-size: auto;
	background-position: 0px 8px;
}
.iconf2-lugar{
	background: url('../images/iconos/icoDir.png') left top no-repeat;
	background-size: auto;
	background-position: 0px 5px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 0px;
	text-align: left;
	padding-left: 21px;
}
.itemDatFooter1{
	margin-right: 20px;
	width: calc(50% - 10px);
}
.itemDatFooter2{
	margin-right: 0px;
	width: calc(50% - 10px);
}
.itemDatFooter3{
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-top: 40px;
}
.itemDatFooter4{
	width: calc(50% - 10px);
	margin-top: 40px;
}


/*Footer*/
#redes{
	text-align: left
}
#redes a{
	height: auto;
	width: auto;
	display: inline-block;
	margin-right: 11px
}
#redes a:last-child{
	margin-right: 0;
}
#redes a:hover{
	opacity: 0.7
}
#redes a .fa{
	display: none;
}
/*Footer*/
#footer .contentFooter{
	background: #353535;
	display: flex;
	align-items: center;
	min-height: 115px;
	color: white;
}
#footer .container{
	color: #fff;
	font-family: 'Arial',sans-serif;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0px;
	width: 100%;
}
#footer .tfooter {
	line-height: 16px;
	text-align: left;
	float: left;
	min-height: 22px;
	display: flex;
	align-items: center;
	color: #fff;
}
#footer .tfooter a{
	color: inherit;
}
#footer #powered {  	
	line-height: 16px;
	margin: 0 auto 0;
	width: auto;
	text-align: right;
	float: right;
	display: flex;
	align-items: center;
}
#footer #powered a {
	color: inherit;
	display: flex;
	padding: 0 0 0 28px;
	min-height: 22px;
	align-items: center;
	margin-left: 5px;
	background: url(/_src/images/icoTW.svg) no-repeat center left;
}
#footer #powered a:hover{
	text-decoration: none;
}
/*Footer*/
/*==================     ToTop     ======================*/
a.toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background:#000;
  border:solid 2px #fff;
  right: 10px;
  bottom: 60px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor:pointer;
 z-index: 20; opacity:.75 }
a.toTop:hover,
a.toTop:active {color: #000;
    text-decoration: none; opacity:1; background:#fff}
a#toTop
a#toTop .fa{color:#FFF !important;}
a.toTop:hover::after{
	-webkit-transform:scale(1.3);
	-moz-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3);
	opacity:0;
}
.mobile .toTop,
.tablet .toTop {display: none !important; }
#sliderTop{
	height: auto;
	margin-top: 0px;
}
#sliderTop .slides li{
	height: 450px;
	position: relative;
	background-position: center top !important;
	background-size: cover;
}
#sliderTop .slides li .img1{
	display: none;
	width: 100%;
}
.cont-logos{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cont-logos .container{
	height: 100%;
}
.contentTextoSlide1{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 140px;
	padding-left: 90px;
	padding-right: 106px;
	flex-wrap: wrap;
}
.itemCntSlider1{
	height: 100%;
	width: calc(50% - 45px);
	padding-right: 14px;
	display: flex;
	align-items: flex-end;
}
.itemCntSlider2{
	width: calc(50% + 45px);
}
.itemCntSlider1 img{
	max-height: 100%;
	margin-left: auto;
}
.flex-direction-nav a {
	opacity: 1;
	width: 36px;
	height: 36px;
}
.flex-direction-nav .flex-prev {
	background: url('../images/slider/prev.png') center no-repeat;
    background-color: #ffffff;
	margin-left: -22.5rem !important;
}
.flex-direction-nav .flex-next {
	background: url('../images/slider/next.png') center no-repeat;
    background-color: #fff;
    margin-left: -20rem !important;
}

.contentHome1{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: auto;
	padding: 70px 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	letter-spacing:0px;
	color: #616161;
	max-width: 1190px;
	margin-left: auto;
	margin-right: auto;
}
.titleHome1{
	line-height: 30px;
	font-size: 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.titleHome1 strong{
	font-weight: 800;
	display: block;
}
.titleHome1::before{
	content: '';
	position: absolute;
	background: rgba(90, 25, 126, 0.25);
	width: 132px;
	height: 10px;
	border-radius: 10px;
	bottom: 0;
	left: calc(50% - 66px);
}
#textHome2{
	background: url('../images/inicio/fondo1.webp') center no-repeat;
	background-size: cover;
	padding-bottom: 70px;
	padding-top: 70px;
}
#textHome2 .row{
	margin: 0 -7.66px;
}
#textHome2 div[class*="col-"]{
	padding: 0 7.66px;
}
.titleHome2P{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 47px;
}
.titleHome2P strong{
	font-weight: 800;
}
.contentHome2{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	max-width: 301px;
	margin-left: auto;
	margin-right: auto;
}
.titleHome2{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.titleHome2::before{
	content: '';
	position: absolute;
	background: rgba(255, 255,255,0.5);
	width: 132px;
	height: 9px;
	bottom: -9px;
	border-radius: 4.5px;
	left: calc(50% - 66px);
}
#textHome3{
	background: #00aa9d;
}
#textHome3 .tit{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	padding: 30px 0;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
#textHome4{
	padding: 89px 0;
}
.contentHome4{
	background: url('../images/inicio/bgactividad.webp') center no-repeat;
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 40px 15px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	min-height: 313px;
	max-width: 601px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome4 h2{
	color: #353535;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: -0.25px;
	text-transform: uppercase;
	padding-bottom: 17px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.contentHome4 h2::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: calc(50% - 80px);
	width: 160px;
	height: 1px;
	background: rgba(76, 76,76, 0.5);
}
.contentHome4 .texHome4{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #353535;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.contentHome4 .texHome4 strong{
	display: block;
}
.contentHome4 a{
	width: 208px;
	height: 57px;
	background: #5a197f;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 14px;
}
.contentHome4 a img{
	margin-left: 8px;
}
.contentHome1 strong{
	font-weight: 800;
}
.contentHome4 a:hover,.contentHome4 a:focus{
	text-decoration: none;
	background: #2faba0;
}
#textSomos2{
	background: url('../images/somos/fondo1.webp') center no-repeat;
	background-size: cover;
}
.cntSomos2{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing:0px;
	padding: 75px 0px;
}
.cntSomos2 strong{
	font-weight: 800;
}
#textSomos3{
	background: url('../images/somos/fondo2.webp') center no-repeat;
	background-size: cover;
}
.contentSomos3{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 36px;
	font-size: 20px;
	color: #616161;
	letter-spacing: 0.25px;
	text-align: left;
	height: 658px;
	display: flex;
	align-items: center;
}
.contentSomos3 .somos3{
	max-width: 465px;
}
.imgsomos3{
	display: none;
}
#textSomos4{
	background: url('../images/somos/fondo3.webp') center no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 80px;
}
#textSomos4 .row{
	margin: 0 -15px;
}
#textSomos4 div[class*="col-"]{
	padding: 0 15px;
}
.contentSomos4{
	max-width: 330px;
	margin-left: auto;
	margin-right: auto;
}
.contentSomos4 figure img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.contentSomos4 figure figcaption{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
}
.contentSomos4 figure figcaption h3{
	font-weight: 500;
	line-height: 30px;
	font-size: 25px;
	letter-spacing: 0px;
	margin-bottom: 20px;
}
#textSomos5{
	background: url('../images/somos/fondo4.webp') center no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 50px;
}
.titleSomos5{
	font-family: 'Poppins', sans-serif;
	line-height: 36px;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding-bottom: 42px;
	margin-bottom: 20px;
	color: #fff;
}
.titleSomos5::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 45.5px);
	width: 91px;
	height: 12px;
	border-radius: 6px;
	background: rgba(244, 244, 244, 0.25);
}
.contentSomos5{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'Poppins', sans-serif;
	line-height: 50px;
	font-size: 17px;
	font-weight:200;
	letter-spacing: -0.1px;
	text-align: center;
	color: #fff;
}
.titleSomos5-1{
	font-size: 20px;
}
.titleSomos5-2{
	font-weight: 800;
}
.titleSomos5-3{
	font-size: 18px;
	font-weight: 500;
}
.titleSomos5-5{
	font-size: 18px;
	font-weight: 800;
}
.titleSomos5-6{
	font-weight: 800;
}
.titleSomos5-7{
	font-weight: 500;
	font-size: 18px;
}
.titleSomos5-10{
	font-weight: 500;
}
.contentSomos5 div{
	margin-right: 15px;
	margin-left: 15px;
	position: relative;
}
.contentSomos5 div:nth-child(1),.contentSomos5 div:nth-child(2),
.contentSomos5 div:nth-child(3),.contentSomos5 div:nth-child(4),
.contentSomos5 div:nth-child(5){
	margin-left: 15px;
	margin-right: 15px;
}
.contentSomos5 div::before{
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: -15.5px;
	width: 1px;
	height: 18px;
	background: #fff;
}
.contentSomos5 div:nth-child(1)::before,.contentSomos5 div:nth-child(2)::before,
.contentSomos5 div:nth-child(3)::before,.contentSomos5 div:nth-child(4)::before{
	right: -15.5px;
}
.contentSomos5 div:nth-child(5)::before,.contentSomos5 div:nth-child(10)::before,
.contentSomos5 div:last-child::before{
	width: 0;
	height: 0;
}
#textSomos6{
	padding-top: 95px;
	padding-bottom: 81px;
}
#textSomos6 .row{
	margin: 0 -15px;
}
#textSomos6 div[class*="col-"]{
	padding: 0 15px;
}
#textSomos6 div[class*="col-"]:first-child{
	border-right: solid 1px rgba(63, 63, 63, 0.35);
}
.contentSomos6{
	color: #616161;
	font-family: 'Poppins', sans-serif;
	line-height: 36px;
	font-size: 20px;
	font-weight:300;
	letter-spacing: 0px;
	max-width: 568px;
	margin-left: auto;
	margin-right: auto;
}
.contentSomos6 strong{
	font-weight: 800;
}
.contentSomos6 img{
	margin-bottom: 35px;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
#textSomos7{
	background: url('../images/somos/fondo5.webp') center no-repeat;
	background-size: cover;
	padding-top: 60px;
}
.titleSomos7{
	color: #4e166d;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	font-size: 35px;
	font-weight:600;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: center;
}
#carrucelHome{
	padding-top: 64px;
	padding-bottom: 65px;
	overflow: hidden
}
#carrucelHome .container {
    width: 100%!important;
    padding: 0;
	max-width: 100%!important
}
#carrucelHome .bx-wrapper {
    max-width: 100% !important;
}
#carrucelHome .bx-wrapper figure{
	display: block;
	width: 100%;
}
#carrucelHome figure img{
	width: 100%;
	border-radius: 10px;
}
#textSomos8{
	background: url('../images/somos/fondo6.webp') center no-repeat;
	background-size: cover;
	margin-top: 4px;
}
.contentSomos8{
	height: 840px;
	display: flex;
	align-items: center;
}
.titleSomos8{
	color: #03a8bb;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 40px;
}
.contentSomos8 ul{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: left;
	list-style-image: url('../images/somos/li.png');
	margin-left: 41px;
}
.contentCurso1{
	height: auto;
	padding: 65px 0;
}
#textCursos2{
	background: url('../images/cursos/fondo1.webp') center no-repeat;
	background-size: cover;
	padding: 72px 0;
}
.contentCursos2{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.itemCurso2{
	width: 50%;
}
.itemCurso2a{
	padding-right: 15px;
}
.itemCurso2b{
	padding-left: 15px;
}
.imgcurso2{
	margin-left: 0px;
	max-width:100%;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.contentCursos2 ul{
	font-family: 'Poppins',sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	letter-spacing: -0.25px;
	text-align: left;
	list-style-image: url('../images/cursos/li.png');
	margin-left: 36px;
}
.contentCursos2 ul li{
	margin-bottom: 14px;
}
.contentCursos2 ul li:last-child{
	margin-bottom: 0;
}
.titleCursos3{
	background: #444444;
	position: relative;
}
.titleCursos3 .tit{
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 30px 0;
	text-align: center;
}
.titleCursos3::before{
	content: '';
	position: absolute;
	height: 22px;
	width: 260px;
	left: calc(50% - 130px);
	bottom: -20px;
	background: #444444;
	clip-path: polygon(0px 0px, 50% 100%, 50% 100%, 100% 0px);
}
#textCursos3{
	padding-top: 98px;
}
.cntentCurso3{
	display: flex;
	flex-wrap: wrap;
}
.cntentCurso3.centardiv{
	justify-content: left;
}
.itemCurso3{
	width: 100%;
	margin-bottom: 65px;
}
.itemCurso3:nth-child(2n + 1){
	padding-right: 0px;
}
.itemCurso3:nth-child(2n + 2){
	padding-left: 0px;
}
.contentCurso3{
	max-width: 600px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.itemCurso3 img{
    max-width: 100%;
}
.titleDiplomado1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 27px;
	letter-spacing: -0.25px;
	color: #4a4a4a;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 10px;
}
.titleDiplomado1 strong{
	font-weight: 800;
	display: block;
}
.imgTitleDipl{
	width: 31px;
}
.titDiplo{
	width: calc(100% - 31px);
	padding-left: 11px;
}
.descripcion{
	margin-bottom: 10px;
}
#textContacto{
	padding-top: 65px;
}
.titContacto1{
	color: #616161;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.titleContacto3{
	color: #616161;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25px;
}
.titleContacto2{
	color: #616161;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
}
#formTop{
	position: relative;
	z-index: 5;
	padding: 35px 0;
}
#frmContacto{
	padding: 35px 0px 94px;
	overflow: hidden;
}
#frmContacto .row{
	margin: 0 -3.5px;
}
#frmContacto div[class*="col-"]{
	padding: 0 3.5px;
}
#frmContacto .form-group{
	margin-bottom: 43px
}
#frmContacto .form-control{
	display: block;
	height: 55px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	color: #8f8f8f;
	background: #fff;
	border-color: #c8c8c8;
	padding-left: 19px;
	box-shadow: inset 0 1px 1px transparent !important;
}
#frmContacto .textarea{
	height: 168px;
	padding: 15px 19px;
}

#capacitacion-cont{
	padding: 50px 0px;
	font-size: 12px;
	color: #616161;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.25px;
	text-align: left;
	position: relative;
}
.contentCapacitacion-cont{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.itemCapacitacion-cont1{
	width: 50%;
	padding-left: 65px;
	padding-right: 15px;
}
.itemCapacitacion-cont2{
	width: 50%;
	padding-left: 65px;
	padding-right: 65px;
}
#capacitacion-cont span{
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	line-height: 44px;
	letter-spacing: -0.25px;
	font-weight: 700;
	color: #616161;
	position:absolute;
	width: 233px;
	display: inline-block;
	text-align: center;
	top: -22px;
	background: #fff;
	left: calc(50% - 116.5px);
}
#capacitacion-cont label{
	font-size: 16px;
	line-height: 16px
}
#capacitacion-cont .checkbox{
	margin-top: 0px;
	margin-bottom: 19px;
}
#capacitacion-cont .checkbox:last-child{
	margin-bottom: 0px;
}
#frmContacto .form-group select {
    cursor: pointer;
    background-color:     transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#frmContacto .form-control:focus{
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(47,171,160,.6);
}
#frmContacto input[type=submit],
#frmContacto input[type=reset]{
	display:inline-block; 
	height:40px; 
	background:#00afa2; 
	color:#FFF; 
	text-transform:uppercase; 
	font-family: 'Poppins', sans-serif; 
	font-size:13px;
	font-weight: 300;
	width: 100px;
	text-align: center;
}
#frmContacto input[type=submit]:hover,
#frmContacto input[type=reset]:hover{opacity:.8}
#frmContacto .error input,
#frmContacto .error textarea{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.frmContacto input::-webkit-input-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto input:-moz-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto input::-moz-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto input:-ms-input-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto textarea::-webkit-input-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto textarea:-moz-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto textarea::-moz-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto textarea:-ms-input-placeholder {color:#8f8f8f; opacity:  1;}
.frmContacto input:focus::-webkit-input-placeholder {opacity:0.5}
.frmContacto input:focus:-moz-placeholder{opacity:0.5}
.frmContacto input:focus::-moz-placeholder{opacity:0.5}
.frmContacto input:focus:-ms-input-placeholder{opacity:0.5}
.frmContacto textarea:focus::-webkit-input-placeholder{opacity:0.5}
.frmContacto textarea:focus:-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus::-moz-placeholder{opacity:0.5}
.frmContacto textarea:focus:-ms-input-placeholder{opacity:0.5}
#frmContacto .has-error .form-control-feedback{line-height:36px; height:100%; }
#frmContacto .has-error input{
	border-color: #a94442;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.btnEnviar{
	background: #2faba0;
	color: #ffffff;
	width: 83px;
	height: 42px;
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	font-size: 11px;
	margin: 0 3px;
}
.btnEnviar:hover, .btnEnviar:focus, .btnEnviar:hover:active{
	background-color:#1f726a;
}
#frmContacto .checkbox input[type="checkbox"]{
	bottom: auto;
	top: 0px;
}
#capacitacion-cont.programas-cont{
	padding-bottom: 35px
}
#main{
	overflow: hidden
}
.desktop .wow{
	visibility: hidden;
}
.mapC{
	height: 350px;
	position: relative;
}



.ofertas{
	padding: 5px 0;
	margin: 0;
}
.ofertas .tit{
	width: 20%;
	float: left;
	font-family: 'Raleway', Sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: #009aa1;
	color: #ffffff; 
	text-align: center;
	line-height: 35px;
	height: 35px;
}

.ofertas .info{
	width: 79%;
	float:right;
	font-family: 'Raleway', Sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #e6e6e6;
	color: #323131;
	line-height: 35px;
	height: 35px;
	padding: 0 1rem;
}
.h-auto{
	height: auto !important;
	padding: 0.5rem 1rem !important;
	line-height: 24px !important;
}
.rc-1{
	width: 80%;
	float: right;
	margin: 0;
}
.btn-pr{
	background: #2d2d2d;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Oswald', Sans-serif;
	font-weight: 400;
	font-size: 18px;
	padding: 15px 33px 19px;
	border-radius: 10px; 
}
.px-0{
	padding-left: 0;
	padding-right: 0;
}
.btn-pdf{
	position: absolute;
	width: 60px;
	top: 0;
	right: 10px;    
}
.alinear{
	position: relative;
	padding: 1rem 0;
}
.bg-w{
	padding-bottom: 3rem !important;
}
.bg-g{
	background: #efefef; 
	padding-bottom: 3rem !important;
}
.bg-p{
	background: #472478;
}
.bg-v{
	background: #009aa1;
	color: #ffffff;
	font-family: 'Raleway', Sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}
.bg-verde{
	background: #1f726a;
	font-family: 'Raleway', Sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.extra{
	color: #323131;
	font-family: 'Raleway', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 0;
}
.multiply{
	mix-blend-mode: multiply;
}
.pleft26{
	padding-left: 26px
}
.title-posg{
	font-family: 'Raleway', Sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	border-bottom: solid 1px #ffffff; 
	padding: 10px 10px;
}
.bg-p li{
	color: #ffffff;
	font-family: 'Raleway', Sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.bg-p .row{
	margin: 0;
	padding: 12px 1.2rem;
}
.iconChekw{
	list-style-image: url(../images/oferta/icoChekw.png) !important;
	margin-left: 10px;
	text-align: left;
}
.ofertas ul{
	list-style-image: url(../images/oferta/icoChek.png);
	margin-left: 10px;
}
.perfil-nivelacion{
	list-style-image: url(../images/oferta/icoBolita.png) !important;
	margin-left: 10px;
}
.perfil-nivelacion li{
	padding-bottom: 15px;
}
.perfil-nivelacion li:last-child{
	padding-bottom: 0;
}
.parrafo{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 1rem 0;
}
.bg-verde ul{
	margin-left: 10px;
	list-style: circle;
}
.mt-2{
	margin-top: 1rem;
}
.mt-text{
	margin-top: 12px;
}
.title-diplomado{
	background: #333333;
	color: #ffffff;
	font-family: 'Oswald', Sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	padding: 24px 20px;
	text-align: center; 
	margin-bottom: 1rem;
	line-height: normal
}
.titles-diplomado{
	background: #339999;
	color: #ffffff;
	font-family: 'Raleway', Sans-serif;
	font-weight: 400;
	font-size: 24px;
	padding: 15px;
	text-align: center; 
	margin-bottom: 1rem;
	line-height: normal
}
.descripcion{
	font-family: 'Raleway',Sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #616161;
	line-height: 24px;
	border-bottom: solid 1px #d8d8d8;
	padding-bottom: 5px; 
}
.items-cursos{
	color: #339999;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	padding: 15px 0;
	padding-left: 31px;
	border-bottom: solid 1px #d8d8d8;
}
.items-cursos .descr{
	font-weight: 300;
	color: #616161;
}
.items-cursos:last-child{
	border-bottom: 0;
}
.fechac::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
	background: url('../images/cursos/icoFecha.png');
}
.horac::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
	background: url('../images/cursos/icoHora.png');
}
.modalidadc::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 23px;
	top: calc(50% - 11.5px);
	left: 0;
	background: url('../images/cursos/icoMod.png');
}
.valorc::before{
	content: '';
	position: absolute;
	width: 18px;
	height: 21px;
	top: calc(50% - 10.5px);
	left: 0;
	background: url('../images/cursos/icoValor.png');
}

.divDirigido{
	position: relative;
	padding-left: 92px;
}
.divDirigido > span:nth-of-type(1){
	position: absolute;
	left: 0;
	top: 10px
}
.d-flex{
	display: flex;
}
.d-flex img{
	margin: 0.5rem 1rem;
}
.my-2{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-4{
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}
.d-justify{
	display: flex;
	justify-content: center;
}
.title1{
	color: #333366;
	font-family: 'Raleway', Sans-serif;
	font-size: 19px;
	font-weight: 700;
	padding: 1rem 0 0;
}
.title2{
	color: #5e5e5e;
	font-family: 'Raleway', Sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 1rem 0;
}
.bg-m{
	background: #7e4b9a;
	padding: 1rem 0;
	color: #ffffff;
	text-align: center;
}
.titMap{
	padding: 53px 15px;
}
.lugar{
	background: url('../images/icoMap.png') left center no-repeat;
	background-position: left 7px;
	text-align: left;
	padding-left: 20px !important;
	line-height: 16px !important;
	padding-top: 5px;
	font-family: 'Poppins',Sans-serif;
	font-size: 18px;
	font-weight: 400;
}
.btn-cursos{
	padding: 12px 68px 13px;
	font-size: 18px !important;
}
#cont-dip{
	position: absolute;
    left: -22rem;
    top: 4rem;
    display:none !important
}
.mt-6{
	margin-top: 1rem;
}
.mb-6{
	padding-bottom: 2.1rem !important;
}
.c-50{
	width: 100%;
}
.c-50 img{
	margin: auto;
	padding-bottom: 1rem;
}
.modal{
	display: block;
	width: 100%;
	height: 100vh;
	position:fixed;
	top:0;
	left: 0;
	display: none;
}
.modal .dark{
	display: block;
	position: fixed;
	background:rgba(0,0,0,.6);
	top:0;
	left: 0;
	width: 100%;
	height: 100vh;
}
.modal .form {
	width: 95%;
	max-width: 400px;
	height: 210px;
	background: #e5e5e5;
	padding: 15px;
}
.modal .form .fa-times{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	color: #333366;
}
.modal .form .title{
	display: block;
	font-family: verdana;
	font-size: 18px;
	color:#333366;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.modal .form input[type="text"]{
	display: block;
	background: #fff;
	width: 80%;
	height: 39px;
	border:solid 1px #e5e5e5;
	margin:10px auto;
	padding: 5px 10px;
	font-family: verdana;
	color: #959595;
	font-size: 11px;
}
.modal .form .link-descarga{
	margin-top: 20px;
}
.modal .center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.link-descarga {
    display: block !important;
    width: 190px !important;
    height: 33px !important;
    margin: 10px auto !important;
}
.link-descarga span:first-child {
    height: 100% !important;
    width: 157px;
    line-height: 33px !important;
    background: #333366 !important;
	color: #fff !important;
    text-align: center !important;
    font-family: verdana !important;
    font-size: 14px;
    display: block;
   float: left;
}
.link-descarga span:last-child {
    height: 100%;
    width: 157px;
    line-height: 29px;
    height: 29px !important;
    background: #339999 !important;
	color: #fff !important;
    text-align: center;
    font-size: 16px;
    display: block;
    float: left;
    margin-top: 2px;
    padding-top: 1px;
    width: 33px;
}
.dis-none{
	display: none;
}
.btn-descargar:hover{
text-decoration: none;
}


/**/
#titCursoLogin{
	text-align: center;
	font-size: 30px;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background: #472478;
	padding: 20px 0;
	margin: 40px 0;
}
#areaLogin{
	min-height: 348px;
	position: relative;
	margin-bottom: 40px;
	padding-left: 450px;
	font-family: 'Raleway', sans-serif;
}
#areaLogin figure{
	width: 400px;
	position: absolute;
	left: 0;
	border:solid 2px #FFF;
	box-shadow: 3px 3px 4px 0px #a8a1a1;
	margin-bottom: 25px;
}
#areaLogin figure img{
	display: block;
	width: 100%;
	height: auto;
}
.frmLoginReg .titLogin{
	font-size: 48px;
	color: #1f726a;
	font-family: 'Raleway', sans-serif;
	line-height: normal;
	font-weight: 600;
	border-bottom: solid 1px #dedede;
	padding-bottom: 15px;
	margin-bottom: 30px
}
.forml{
	padding-bottom: 10px
}
.frmLoginReg input[type="text"],
.frmLoginReg input[type="password"]{
	display: block;
	border: solid 1px #d2d2d2;
	height: 47px;
	width: 100%;
	padding: 0 12px;
	color: #949494;
	font-family: 11.5px;
	font-family: 'Raleway', sans-serif;
}
.frmLoginReg input[type="submit"]{
	display: block;
	border: none;
	background: #2faba0;
	height: 58px;
	width: 100%;
	padding: 0 12px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
}
.frmLoginReg input[type="submit"]:hover{
	opacity: 0.75
}
#areaLogin .links{
	text-align: right;
}
#areaLogin .links a{
	color: #888888;
	font-size: 14px;
	cursor: pointer
}
#areaReg{
	min-height: 543px;
	position: relative;
	margin-bottom: 40px;
	padding-left: 370px;
	font-family: 'Raleway', sans-serif;
}
#areaReg figure{
	position: absolute;
	left: 0;
	border:solid 2px #FFF;
	box-shadow: 3px 3px 4px 0px #a8a1a1;
	margin-bottom: 25px;
	background: url(../images/imgReg.jpg) right center no-repeat;
	height: 543px;
	width: 350px
}
#areaReg figure img{
	width: 100%;
	height: auto;
	display: none;
}
#frmRegistro .titLogin{
	font-size: 30px;
	text-align: left;
}
#frmRegistro .row{
	margin: 0 -6px;
}
#frmRegistro .row div[class*="col-"]{
	padding-left: 6px;
	padding-right: 6px;
}
#frmLogin .error input,
#frmRegistro .error input,
#frmRegistro .error select{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
.cntWinLost .fancybox-close {
    position: absolute;
    top: 3px;
	right: 3px;
    width: 22px;
    height: 22px;
    cursor: pointer;
	z-index: 8040;
    background: url(../images/icoClose.png) center center no-repeat;
}
.cntWinLost .fancybox-skin{
	border-radius: 0;
}
.cntWinLost .fancybox-inner{
	border: solid 3px #FFF;
	background: #f5f5f5
}
#logoLost{
	height: 100px;
	background: url(../images/logoLost.png) center center no-repeat;
}
.winLost .h3{
	margin: 0;
	line-height: 20px;
	text-align: center;
	color: #472478;
	font-size: 21px;
	font-family: 'Raleway', sans-serif;
	font-weight: 700
}
.winLost .lbl{
	margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 13.5px;
	color: #666666;
	text-align: center;
	line-height: 22px;
	padding: 10px 0;
}
#frmLost{
	padding: 0 23px;
}
#frmLost input[type="text"]{
	border:solid 1px #ababab;
	display: block;
	width: 100%;
	padding: 0 12px;
	height: 36px;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #959595;
}
#frmLost input[type="submit"]{
	background: #2faba0;
	display: block;
	width: 100%;
	padding: 0 12px;
	height: 40px;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #fff;
	margin-top: 7px
}
#frmLost .error input{border:solid 1px #000; background:rgba(255,216,217,1.00); color:#000}
#text1 {
  padding-top: 55px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #323232;
  font-family: "Open Sans", serif;
  font-weight: 400;
}
.titHome {
  font-family: "Oswald", serif;
  font-size: 30px;
  color: #472478;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.py-3 {
  padding: 2rem 0;
}
.bgLimit980{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#bajarSl{
	margin-top: 125px;
	display: block;
	height: 1px;
}
.my-3 {
  margin: 0 0 2rem 0 !important;
}