.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
	padding: 132px 0 76px;
  color: #fff;
  background:#2faba0;
  font-size: 14px;
  line-height: 20px;
  padding-left:0 !important;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
 -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {  display: block; padding: 14px 25px 16px; color:#fff; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {background: #472478; text-decoration: none}
    .rd-mobilemenu_ul a:hover { background: #472478; text-decoration: none}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
     position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle::after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
 .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul::after {
    content: '';
    display: block;
    height: 20px; }
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
  background: #ffffff;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top:0;
  margin-top:0;
  text-align:center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap; 
	z-index: 1
}
.rd-mobilepanel_toggle {
  position: absolute;
  border:none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span::after, .rd-mobilepanel_toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #2faba0;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


@media (max-width: 767px) {
 	.rd-mobilemenu, 
	.rd-mobilepanel {
    	display: block; 
	} 
}

.rd-mobilepanel #logoMovil{top:5px; margin:auto; left:auto; display: block; position:relative; width: 110px;}
.rd-mobilepanel #logoMovil img{
	display: block;
width: 100%;
height: 100%;
}

@media(min-width:992px){
	#sliderTop .slides li .img1{
		display: block;
	}		
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop{
		height: auto;
	}		
	.flex-direction-nav .flex-prev{
		margin-left: -29.5rem !important;
	}
	.flex-direction-nav .flex-next{
	    margin-left: -27rem !important;
	}
	#logo{
	  top: 30px;
	  width: 180px;
	}
	#topWeb{
		width: 187px;
		height: 148px;
		padding: 0 14px 14px 14px;
	}
	.titleTopWeb1{
		font-size: 20px;
		line-height: 36px;
	}
	#header,#topMenu,#menu,#menu li{
		height: 125px;
	}
	#menu{
		left: 230px;
	}
	#menu li{
		padding: 0 14px;
	}
	#menu li a{
	  font-size: 13px;
	  letter-spacing: -0.25px;
	}
	.itemCntSlider2 img{
		width: 350px;
	}
	.contentTextoSlide1{
		padding-top: 182px;
		padding-left: 90px;
		padding-right: 106px;
	}
	#datFooter .tit{
		font-size: 20px;
	}
	#datFooter ul li a{
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.1px;
	}
	.itemDatFooter2 a{
		font-size: 14px;
		line-height: 30px;
		padding-left: 26px;
	}
	.iconf2-lugar{
		font-size: 14px;
		line-height: 24px;
	}
	.itemDatFooter1{
		margin-right: 50px;
		width: auto;
	}
	.itemDatFooter2{
		margin-right: 50px;
		width: auto;
	}
	.itemDatFooter3{
		margin-right: 50px;
		width: auto;
		margin-top: 0;
	}
	.itemDatFooter4{
		width: auto;
		margin-top: 0;
	}
	.contentHome1{
		height: 500px;
		padding: 0;
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 0.25px;
	}
	.titleHome1{
		line-height: 40px;
		font-size: 30px;
	}
	#textHome2{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.contentHome2{
		font-size: 19px;
	}
	.titleHome2P{
		font-size: 35px;
	}
	.titleHome2{
		height: 105px;
	}
	.contentHome4 h2{
		font-size: 25px;
	}
	.contentHome4 .texHome4{
		font-size: 16px;
		line-height: 24px;
	}
	.cntSomos2{
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 0.25px;
		padding: 115px 18px;
	}
	.contentSomos3 .somos3{
		max-width: 545px;
	}
	.contentSomos4 figure img{
		margin-bottom: 38px;
	}
	.contentSomos4 figure figcaption{
		line-height: 36px;
		font-size: 16px;
	}
	.contentSomos4 figure figcaption h3{
		line-height: 36px;
		font-size: 30px;
		letter-spacing: 0.25px;
		margin-bottom: 20px;
	}
	.contentSomos5 div{
		margin-right: 20px;
		margin-left: 20px;
	}
	.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: 20px;
		margin-right: 20px;
	}
	.contentSomos5 div::before{
		right: -20.5px;
	}
	.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: -20.5px;
	}
	.titleSomos5-1{
		font-size: 24px;
	}
	.titleSomos5-3{
		font-size: 24px;
	}
	.titleSomos5-5{
		font-size: 24px;
	}
	.titleSomos5-7{
		font-size: 24px;
	}
	#textSomos6 .row{
		margin: 0 -57px;
	}
	#textSomos6 div[class*="col-"]{
		padding: 0 57px;
	}
	#textSomos7{
		padding-top: 76px;
	}
	.titleSomos7{
		line-height: 36px;
		font-size: 48px;
		letter-spacing: 0.25px;
	}
	#carrucelHome{
		padding-top: 64px;
		padding-bottom: 83px;
	}
	.titleSomos8{
		font-size: 40px;
	}
	.contentSomos8 ul{
		font-size: 21px;
		line-height: 44px;
	}
	.contentCurso1{
		height: 550px;
	}
	.contentCursos2 ul{
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.25px;
		margin-left: 36px;
	}
	.contentCursos2 ul li{
		margin-bottom: 18px;
	}
	.titleCursos3 .tit{
		font-size: 44px;
		line-height: 55px;
		padding: 50px 0;
	}
	.itemCurso3{
		width: 50%;
		margin-bottom: 89px;
	}
	.titleDiplomado1{
		font-size: 18px;
	}
	.itemCurso3:nth-child(2n + 1){
		padding-right: 20px;
	}
	.itemCurso3:nth-child(2n + 2){
		padding-left: 20px;
	}
	#textContacto{
		padding-top: 109px;
	}
	.titContacto1{
		font-size: 44px;
		line-height: 48px;
	}
	.titleContacto3{
		font-size: 20px;
		line-height: 36px;
		letter-spacing: 0.25px;
	}
	.titleContacto2{
		font-size: 30px;
		line-height: 48px;
	}
	#frmContacto .form-control{
		height: 84px;
		font-size: 14px;
		letter-spacing: 0.25px;
	}
	#frmContacto input[type=submit],
	#frmContacto input[type=reset]{
		height:63px; 
		font-size:18px;
		width: 191px;
	}
	#areaLogin{
		padding-left: 525px;
	}
	#areaLogin figure{
		width: 495px;
	}
	#areaReg{
		min-height: 543px;
		padding-left: 439px;
	}
	#areaReg figure{
		width: 391px
	}
	#frmRegistro .titLogin{
		font-size: 36px;
	}
}
@media(min-width: 1200px){
	#logo{
	  top: 20px;
	  width: 232px;
	}
	#menu{
		left: 327px;
	}
	#menu li{
		padding: 0 18px;
	}
	#menu li a{
	  font-size: 14px;
	  letter-spacing: -0.25px;
	}
	.itemCntSlider2 img{
		width: 400px;
	}
	.flex-direction-nav .flex-prev{
		margin-left: -35.5rem !important;
	}
	.flex-direction-nav .flex-next{
	    margin-left: -33rem !important;
	}
	#datFooter .tit{
		font-size: 27px;
	}
	#datFooter ul li a{
		font-size: 16px;
		line-height: 30px;
		letter-spacing: 0.1px;
	}
	.itemDatFooter2 a{
		font-size: 16px;
		line-height: 30px;
		padding-left: 26px;
	}
	.iconf2-lugar{
		font-size: 16px;
		line-height: 24px;
	}
	.itemDatFooter1{
		margin-right: 70px;
	}
	.itemDatFooter2{
		margin-right: 84px;
	}
	.itemDatFooter3{
		margin-right: 70px;
	}
	.contentHome2{
		font-size: 20px;
	}
	.contentSomos5 div{
		margin-right: 30px;
		margin-left: 30px;
	}
	.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: 30px;
		margin-right: 30px;
	}
	.contentSomos5 div::before{
		right: -30.5px;
	}
	.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: -30.5px;
	}
	.titleDiplomado1{
		font-size: 23px;
	}
	.itemCurso3:nth-child(2n + 1){
		padding-right: 40px;
	}
	.itemCurso3:nth-child(2n + 2){
		padding-left: 70px;
	}
	.mapC{
		height: 450px;
	}
	#capacitacion-cont label{
		font-size: 14px;
	}
	.contentHome1{
		height: 550px;
	}
	.titleHome1{
		line-height: 50px;
		font-size: 44px;
	}
	#textHome2{
		padding-bottom: 131px;
		padding-top: 131px;
	}
	.contentHome2{
		font-size: 24px;
	}
	.titleHome2P{
		font-size: 44px;
	}
	#textHome3 .tit{
		font-size: 44px;
		line-height: 50px;
		padding: 40px 0;
	}
	.contentHome4 h2{
		font-size: 30px;
	}
	#textSomos4 .row{
		margin: 0 -65px;
	}
	#textSomos4{
		padding-top: 154px;
		padding-bottom: 95px;
	}
	#textSomos4 div[class*="col-"]{
		padding: 0 65px;
	}
	.contentSomos5{
		font-size: 24px;
		line-height: 60px;
	}
	.titleSomos5{
		line-height: 36px;
		font-size: 48px;
	}
	.titleSomos5-1{
		font-size: 30px;
	}
	.titleSomos5-3{
		font-size: 28px;
	}
	.titleSomos5-5{
		font-size: 30px;
	}
	.titleSomos5-7{
		font-size: 30px;
	}
	.titleSomos8{
		font-size: 48px;
	}
	.contentCurso1{
		height: 624px;
	}
	.contentCursos2 ul{
		font-size: 28px;
		line-height: 30px;
		letter-spacing: -0.25px;
		margin-left: 36px;
	}
	.contentCursos2 ul li{
		margin-bottom: 29px;
	}
}
@media(min-width: 1350px){
	.container{
		width: 1280px;
	}
	#topWeb{
		right: 48px;
	}
	#menu li{
		padding: 0 21.5px;
	}
	.flex-direction-nav .flex-prev{
		margin-left: -39rem !important;
	}
	.flex-direction-nav .flex-next{
	    margin-left: -36.4rem !important;
	}
	#datFooter{
		padding-top: 134px;
		padding-bottom: 111px;
	}
	.itemDatFooter1{
		margin-right: 116px;
	}
	.itemDatFooter2{
		margin-right: 93px;
	}
	.itemDatFooter3{
		margin-right: 126px;
	}
	.itemCntSlider2 img{
		width: 450px;
	}
	.contentHome2{
		font-size: 24px;
	}
	.contentSomos5 div{
		margin-right: 39px;
		margin-left: 39px;
	}
	.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: 33px;
		margin-right: 33px;
	}
	.contentSomos5 div::before{
		right: -39.5px;
	}
	.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: -33.5px;
	}
	.titleDiplomado1{
		font-size: 26px;
	}
	.mapC{
		height: 652px;
	}
	#capacitacion-cont label{
		font-size: 16px;
	}
	.contentHome1{
		height: 682px;
	}
}
@media(min-width: 1450px){
	.itemCntSlider2 img{
		width: 500px;
	}
	.imgcurso2{
		margin-left: 66px;
		max-width: 100%;
	}
}
@media(min-width: 1750px){
	.itemCntSlider2 img{
		width: auto;
	}
}


@media(max-width:991px){	
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.flex-direction-nav .flex-next {
	    display: none;
	}
	#areaLogin {
		padding-left: 435px;
		min-height: 0
	}
	#areaLogin figure img {
		max-width: 400px;
	}
	.frmLoginReg .titLogin {
    	font-size: 38px;
	}
	#areaReg{
		padding-left: 0
	}
	#areaReg figure{
		display: none
	}
}

@media(min-width:768px){
}

@media(max-width:767px){
	body{
		padding: 56px 0 0;
	}
	#header #logo,#header #menu{
		display: none
	}
	#header,body[data-page="3"] #header {
		margin-top: 56px;
		height: auto;
		background: #5a197e;
	}
	#topMenu{
		height: auto;
		background: transparent;
	}
	#topWeb{
		position: relative;
		top: auto;
		right: auto;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius:0px;
		width: 100%;
		height: 40px;
		padding: 0;
	}
	.titleTopWeb1::before{
		width: 0;
		height: 0;
	}
	.cntTopWEb{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		height: 40px;
	}
	#topWeb ul {
	  list-style: none;
	  padding-top: 0;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-left: 15px;
	}
	#topWeb ul li {
  	margin-bottom:0px;
  	margin-right: 15px;
	}
	#topWeb ul li:last-child {
  	margin-bottom: 0;
  	margin-right: 0;
	}
	#topWeb li a {
		width: 75px;
	}
	#icoWa{
		width: 53px;
		border-radius: 50%;
		background-position: -30px 0;
	}
	#formTop{
		padding: 35px 0;
	}
	#frmContacto{
		position: static;
		margin: auto;
		padding: 35px 0 60px
	}
	#sliderTop{
		height: auto
	}
	#redes {
	    position: fixed;
    	width: 100%;
	    margin: 0;
	    height: 30px;
	    top: auto;
	    bottom: 0;
	    right: 0;
	    z-index: 11;
	    background: #fff;
	    display: flex;
	}
	#redes a {
	    width: 50%;
	    font-size: 22px;
	    height: inherit;
	    line-height: 30px;
	    border: none !important;
	    margin: 0 !important;
	    color:  #fff;
	    text-align: center;
	}
	#redes .red-1{
		background-color: #4c6ba2 !important;
	}
	#redes .red-2{
		background-color:#b9b9b9 !important; 
	}
	#redes a .fa{
		display: inline-block;
	}
	#redes a img{
		display: none;
	}
	body{
		padding-bottom: 30px;
	}
	
	#areaLogin figure{
		height: 277px;
		background:url(../images/imgLogin.jpg) center no-repeat;
		width: 300px;
	}
	#areaLogin figure img{
		opacity: 0
	}
	#areaLogin {
		padding-left: 325px;
	}
	#sliderTop .slides li{
		height: 300px;
	}
	.contentTextoSlide1{
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding-top: 40px;
		padding-left: 90px;
		padding-right: 106px;
		flex-wrap: wrap;
	}
	.titleHome1 {
  	line-height: 25px;
  	font-size: 20px;
	}
	#datFooter{
	  padding-top: 60px;
	  padding-bottom: 60px;
	}
	#datFooter .tit{
		font-size: 20px;
	}
	#datFooter ul li a{
		font-size: 14px;
		line-height: 30px;
		letter-spacing: 0.1px;
	}
	.itemDatFooter2 a{
		font-size: 14px;
		line-height: 30px;
		padding-left: 26px;
	}
	.iconf2-lugar{
		font-size: 14px;
	}
	.itemDatFooter4{
		margin-top: 0;
	}
	.itemDatFooter4 .tit{
		display: none;
	}
	#textHome2{
	  padding-bottom:0px;
	  padding-top: 55px;
	}
	.titleHome2P{
	  font-size: 24px;
	  line-height: 27px;
	}
	#textHome2 div[class*="col-"]{
		margin-bottom: 55px;
		width: 50%;
	}
	#textHome4 {
  	padding-top: 60px;
  	padding-bottom: 15px;
	}
	#textHome4 div[class*="col-"]{
  	width: 100%;
  	margin-bottom: 45px;
	}
	.contentHome4{
		min-height: 100px;
	}
	.contentHome4 .texHome4 {
		height: auto;
	}
	.contentHome4 h2{
	  font-size: 16px;
	  line-height: 24px;
	  letter-spacing: 0;
	}
	#textSomos3{
		background-position: left center;
	}
	.contentSomos3{
		line-height: 30px;
		font-size: 16px;
		letter-spacing: 0px;
		text-align: left;
		height: auto;
		text-align: center;
		justify-content: center;
		padding: 80px 0;
	}
	.contentSomos3 .somos3{
		max-width: 400px;
	}
	#textSomos4 div[class*="col-"]{
		width: 50%;
	}
	.contentSomos4 figure img{
		width: 220px;
	}
	#textSomos4 div[class*="col-"]:nth-child(2) .contentSomos4 figure figcaption{
		height: 260px;
	}
	#textSomos4 div[class*="col-"]:last-child{
		margin-left: 25%;
		margin-top: 45px;
	}
	.titleSomos5{
  	line-height: 22px;
  	font-size: 25px;
	}
	.contentSomos5 div{
		margin-right: 10px;
		margin-left: 10px;
	}
	.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: 10px;
		margin-right: 10px;
	}
	.contentSomos5 div::before{
		right: -10.5px;
	}
	.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: -10.5px;
	}
	.contentSomos5{
		line-height: 35px;
		font-size: 15px;
	}
	.titleSomos5-1,	.titleSomos5-3,.titleSomos5-5,.titleSomos5-7{
		font-size: 16px;
	}
	.contentSomos5 div.titleSomos5-5{
  	margin-left: 0px;
  	margin-right: 0px;
  	width:100%;
	}
	.contentSomos5 div:nth-child(4)::before,.contentSomos5 div:nth-child(8)::before,
	.contentSomos5 div:nth-child(9)::before,.contentSomos5 div:nth-child(11)::before,
	.contentSomos5 div:nth-child(12)::before{
		width: 0;
		height: 0;
	}
	.contentSomos5 div:nth-child(10)::before{
		width: 1px;
		height: 18px;
	}
	.contentSomos6{
	  line-height: 25px;
	  font-size: 15px;
	}
	#textSomos7{
		padding-top: 50px;
	}
	.titleSomos7{
		line-height: 30px;
		font-size: 30px;
		letter-spacing: 0px;
	}
	#carrucelHome{
		padding-top: 30px;
		padding-bottom: 45px;
	}
	#carrucelHome ul li{
		width: 200px !important;
	}
	#textSomos8{
		background: url('../images/somos/fondo6b.webp') center no-repeat;
		background-size: cover;
	}
	.contentSomos8{
  	height: auto;
  	padding: 55px 0;
  	justify-content: center;
	}
	.titleSomos8{
		font-size: 24px;
		text-align: center;
	}
	.itemCurso2{
		width: 100%;
	}
	.itemCurso2a{
		padding-right: 0px;
	}
	.itemCurso2b{
		padding-top: 45px;
		padding-left: 0px;
	}
	.itemCurso2b img{
		width: 500px;
		margin-right: auto;
		margin-left: auto;
	}
	.titleCursos3 .tit{
		font-size: 22px;
		line-height: 30px;
		padding: 30px 0;
	}
	.titleCursos3::before{
		height: 18px;
		width: 150px;
		left: calc(50% - 75px);
		bottom: -18px;
		clip-path: polygon(0px 0px, 50% 100%, 50% 100%, 100% 0px);
	}
	.titleDiplomado1{
		font-size: 20px;
	}
	.titContacto1{
		font-size: 24px;
		line-height: 30px;
	}
	.titleContacto3{
		font-size: 14px;
		line-height: 26px;
		letter-spacing:0px;
	}
	.titleContacto2{
		font-size: 16px;
		line-height: 25px;
	}
	#frmContacto .form-group{
		margin-bottom: 10px
	}
	#capacitacion-cont{
		margin-top: 35px;
	}
	#frmContacto input[type=submit],
	#frmContacto input[type=reset]{
		margin-top: 25px;
	}
	#capacitacion-cont span{
	  font-size: 20px;
	  width: 200px;
	  left: calc(50% - 100px);
	}
	.itemCapacitacion-cont1{
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.itemCapacitacion-cont2{
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
	#capacitacion-cont label {
  	font-size: 14px;
	}
	#bajarSl {
  	margin-top: 40px;
	}
	.ofertas .tit {
  	width: 30%;
	}
	.h-auto2 {
	  height: auto !important;
	  padding: 0.5rem 1rem !important;
	  line-height: 24px !important;
	}
	.w-767 {
  	width: 100% !important;
	}
	.titHome{
	  font-size: 22px;
	  line-height: 24px;
	}
}

@media(max-width:680px){
	.contentTextoSlide1{
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	#textSomos6 div[class*="col-"]{
		width: 100%;
	}
	#textSomos6 div[class*="col-"]:last-child{
		margin-top: 55px;
	}
	.contentSomos6{
		text-align: center !important;
	}
	#textSomos6 {
  	padding-top: 60px;
  	padding-bottom:60px;
	}
}
@media(max-width: 640px){
	.itemDatFooter1{
		margin-right:0px;
		width: 100%;
	}
	.itemDatFooter2{
		margin-right: 0px;
		width: 100%;
		margin-top: 40px;
	}
	.itemDatFooter3{
		width: 100%;
		margin-right: 0px;
		margin-top: 40px;
	}
	.titleHome1::before{
		height: 6px;
		border-radius: 3px;
	}
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	#footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter,
  #footer #powered{
    float:none; 
    text-align:center;
    justify-content: center;
  }
  #footer .tfooter span{
    display:block; 
    text-align:center; 
    line-height:18px;
  }
  #footer .contentFooter{
    padding: 20px 0;
  }

	#areaLogin figure{
		display: none
	}
	#areaLogin figure img{
		opacity: 1
	}
	#areaLogin {
		padding: 0;
	}
	#frmRegistro .titLogin {
		font-size: 30px;
	}
	.contentHome1 {
		font-size: 15px;
	}
	.titleHome1 {
  	line-height: 25px;
  	font-size: 17px;
	}
	#textSomos4 div[class*="col-"]{
		width: 100%;
	}
	.contentSomos4 figure img{
		width: 190px;
	}
	#textSomos4 div[class*="col-"]:nth-child(2){
		margin-top: 45px;
	}
	#textSomos4 div[class*="col-"]:nth-child(2) .contentSomos4 figure figcaption{
		height: auto;
	}
	#textSomos4 div[class*="col-"]:last-child{
		margin-left:0;
		margin-top: 45px;
	}
	.titleSomos7{
		line-height: 24px;
		font-size: 22px;
		letter-spacing: 0px;
	}
	#carrucelHome{
		padding-top: 30px;
		padding-bottom: 45px;
	}
	#carrucelHome ul li{
		width: 170px !important;
	}
	.titleDiplomado1{
		font-size: 17px;
		line-height: 21px;
	}
	.w-580 {
	  width: 100%;
	  padding: 0 15%;
	}
	.mb-5 {
  	margin-bottom: 2.5rem;
	}
}

@media(max-width:540px){
	.contentTextoSlide1{
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#textHome3 .tit{
	  font-size: 24px;
	  line-height: 26px;
	}
	.items-cursos{
		font-size: 14px;
	}
}

@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	.contentTextoSlide1{
		padding-top: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.itemCntSlider1{
		height: 100%;
		width: 50%;
		padding-right: 14px;
		display: flex;
		align-items: flex-end;
	}
	.itemCntSlider2{
		width: 50%;
	}
	.itemCapacitacion-cont1{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.itemCapacitacion-cont2{
		padding-top: 14px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media(max-width:480px){
	.contentHome2{
		font-size: 15px;
	}
	.titleDiplomado1{
		font-size: 16px;
		line-height: 21px;
	}
	#frmRegistro .row div[class*="col-"]{
		width: 100%;
	}
	.encaj {
  	padding: 0 !important;
	}
	.py-3 .col-xs-4 {
  	width: 50%;
	}
}

@media(max-width:420px){
	#footer .tfooter, #footer #powered{
	    flex-wrap: wrap;
	}
	#footer .tfooter em{
	    display: block;
	    width: 100%;
	    height: 3px;
	    opacity: 0;
	}
	#datFooter ul li a{
		font-size: 13px;
		line-height: 30px;
		letter-spacing: 0.1px;
	}
	.itemDatFooter2 a{
		font-size: 13px;
		line-height: 30px;
		padding-left: 26px;
	}
	.iconf2-lugar{
		font-size: 13px;
	}
	.titleHome1 {
  	line-height: 25px;
  	font-size: 15px;
	}
	#textHome2 div[class*="col-"]{
		width: 100%;
	}
	.contentHome2{
		max-width: 260px;
	}
	.titleHome2 {
	  height: auto;
	  padding: 16px 0;
	}
	.titleHome2 br{
		display: none;
	}
	.contentSomos5 div.titleSomos5-3,.contentSomos5 div.titleSomos5-8{
  	margin-left: 0px;
  	margin-right: 0px;
  	width:100%;
	}
	.contentSomos5 div:nth-child(2)::before,.contentSomos5 div:nth-child(3)::before,
	.contentSomos5 div:nth-child(7)::before{
		width: 0;
		height: 0;
	}
	.contentSomos8 ul{
		font-size: 14px;
	}
	.contentCurso1 .titleHome1{
		font-size: 18px;
	}
	.titleDiplomado1{
		font-size: 13px;
		line-height: 19px;
	}
	#frmRegistro .titLogin {
  	font-size: 22px;
	}
	#titCursoLogin {
		font-size: 24px;
	}
	.frmLoginReg .titLogin {
  	font-size: 25px;
	}
}
@media(max-width:380px){
	#sliderTop .slides li{
		height: 250px;
	}
	.contentSomos8 ul{
		font-size: 12px;
	}
}