/*CSS del Banner*/
.carousel-content h2{
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  color: #272727;
}
.boton_banner{
  background: #45aed6;
  border-bottom: 3px solid #2a95be;
  border-radius: 3px;
  padding: 13px 17px;
  cursor: pointer;
  transition: color 400ms, background-color 400ms;
  font-weight: 400;
  font-family: 'Poppins';
}
.boton_banner:hover,
.boton_banner:focus {
  background: #2a95be;
}
.boton_banner a{
 color: #fff;
 text-decoration: none;
 margin-top: 4px;
}
#main-slider {
  overflow: hidden; 
  border-top: 4px solid #45AED6;
  border-left: 4px solid #45AED6;
  border-right: 4px solid #45AED6;
}
#main-slider .item {
  height: 450px;
  background-repeat: no-repeat;
  /*background-position: 50% 0;*/
  /*background-size: cover;*/
  width:100%
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;   
}
#main-slider .slider-inner h2 {
  margin-top: 140px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner p {
  line-height: 1.4;
  color: #fff;
}
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.carousel-content {
    width: 500px;
    padding-left: 50px;
}
@media (max-width: 479px) {
  #main-slider .slider-inner h2 {
  margin-top: 100px;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  width: 100px;
 
  }
  /*#main-slider .slider-inner {
	height:200px;
  }
  .owl-carousel  .owl-item{
  	height:200px;
  }*/
  #main-slider .slider-inner p {
  width: 200px;
  line-height: 1.4;
  color: #fff;
  text-align: justify;
  }
}
/*End CSS del Banner*/
/*CSS del Intranet*/
.cuerpo_contactenos {
    background:#075F9E; 
    width:100%;
    height: 70px;
    padding-top: 0.7em;
}
.parte_contactenos {
    font-family: 'Philosopher', sans-serif;
    padding: 0;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    background-color: rgba(255,255,255,0.1); 
}
.parte_contactenos .texto_contenido{
    font-size: 20px;
    color: #fff;
    width: 80%;
    float: left;
}
.parte_contactenos .texto_contenido span{
    font: 13px 'PT Sans', sans-serif;
    line-height: 20px;
    display: block;
}
.cuerpo_boton_contactenos{
    color: #075F9E;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 3px 15px;
    font-family: 'Lato', sans-serif;
    background: #b5e6ee;
    background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
    background: -moz-linear-gradient(#d0eef4, #b5e6ee);
    background: -ms-linear-gradient(#d0eef4, #b5e6ee);
    background: -o-linear-gradient(#d0eef4, #b5e6ee);
    background: -webkit-gradient(#d0eef4, #b5e6ee);
    background: linear-gradient(#d0eef4, #b5e6ee);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 rgba(251, 251, 251, 0.7);
    cursor: pointer;
}
.cuerpo_boton_contactenos:hover {
    color: #45AED6;
    background: -webkit-linear-gradient(#E3F5F9, #b5e6ee);
    background: -moz-linear-gradient(#E3F5F9, #b5e6ee);
    background: -ms-linear-gradient(#E3F5F9, #b5e6ee);
    background: -o-linear-gradient(#E3F5F9, #b5e6ee);
    background: -webkit-gradient(#E3F5F9, #b5e6ee);
    background: linear-gradient(#E3F5F9, #b5e6ee);
}
.text {
    border: 2px solid #45AED6;
    padding: 3px;
}
@media (max-width: 479px) {
  .cuerpo_contactenos {
    background:#075F9E; 
    width:100%;
    height: auto;
    padding-top: 0.7em;
}
    .parte_contactenos .texto_contenido{
    font-size: 20px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
   .caja_texto_intranet{
   text-align: center;
   padding-bottom: 10px;
   }
    .cont_boton{
    padding-top: 10px;
    text-align: center;
    }

}
/*End CSS del Intranet*/
/*CSS de los Titulo de los encabezados*/
.titulo h1
{
    color: #333;
    font-size: 30px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 54px;
}
.titulo strong {
    font-weight: 600;
}
.titulo h2
{
    color: #333;
    font-size: 30px;
    font-weight: 300 !important;
    letter-spacing: 1px;
    line-height: 54px;
    margin-bottom: 36px;
}
.titulo strong {
    font-weight: 600;
}
.linea_boton  hr{
    border: none;
    border-top: 0.1px solid #ddd;
}
.linea_titulo hr {
    border: none;
    border-top: 1px solid #ddd;
    margin-top: -12px;
}
.linea_titulo hr.efecto {
    border-top: 7px solid #075F9E;
    position: relative;
    width: 100px;
    z-index: 1;
}
/*End CSS de los Titulo de los encabezados*/
/*CSS Efecto de cumpleaños, agenda*/
.efecto_consultar_habilidad:hover {
    background: #E9EBED;
    opacity: 0.8;
    cursor: pointer;
}
.efecto_cumpleanos_mes:hover {
    background: #f7efdf;
    opacity: 0.8;
    cursor: pointer;
}
.efecto_agenda_contador:hover {
    background: #cdd7f1;
    opacity: 0.8;
    cursor: pointer;
}
.button_consultar_habilidad{
	background: #fff;	
	color: #fff;
	cursor:pointer;	
	display: inline;
	margin: auto;	
	padding: 0.2em 1em;
	transition: all 0.5s ease-in;	
}
.efecto_consultar_habilidad:hover .button_consultar_habilidad{	
	background: #373F4A;
	display: inline;
}
.button_cumpleanos_mes{
	background: #fff;	
	color: #fff;
	cursor:pointer;	
	display: inline;
	margin: auto;	
	padding: 0.2em 1em;
	transition: all 0.5s ease-in;	
}
.efecto_cumpleanos_mes:hover .button_cumpleanos_mes{	
	background: #664C18;
	display: inline;
}
.button_agenda_contador{
	background: #fff;	
	color: #fff;
	cursor:pointer;	
	display: inline;
	margin: auto;	
	padding: 0.2em 1em;
	transition: all 0.5s ease-in;		
}
.efecto_agenda_contador:hover .button_agenda_contador {	
	background: #0E3AB2;
	display: inline;
}
.titulo_consultar_habilidad h1
{
    color: #373F4A;
    font-size: 25px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    /*line-height: 30px;*/
    text-align: left;
    text-transform: uppercase;
}
.titulo_consultar_habilidad strong {
    font-weight: 600;
}
.titulo_consultar_habilidad p {
    font-size: 13px;
    color: #373F4A;
}
/*TITULO PARA CUMPLEAÑOS MES*/
.titulo_cumpleanos_mes h1
{
    color: #664C18;
    font-size: 25px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    /*line-height: 30px;*/
    text-align: left;
    text-transform: uppercase;
}
.titulo_cumpleanos_mes strong {
    font-weight: 600;
}
.titulo_cumpleanos_mes p {
    font-size: 13px;
    color:#664C18;
}
/*END TITULO PARA CUMPLEAÑOS MES*/

/*TITULO AGENDA CONTADOR*/
.titulo_agenda_contador h1
{
    color: #0E3AB2;
    font-size: 24px;
    font-weight: 300 !important;
    letter-spacing: 2px;
    line-height: 27px;
    text-align: left;
    text-transform: uppercase;
}
.titulo_agenda_contador strong {
    font-weight: 600;
}
.titulo_agenda_contador p {
    font-size: 13px;
    color:#0E3AB2;
}
/*END TITULO AGENDA CONTADOR*/
/*End CSS Efecto de cumpleaños, agenda*/

/*MENSAJE DECANO*/
.titulo_mensaje_decano{
    color:#075F9E;
    font-size:22px;
    text-align:center;
    font-family: 'Poppins';
}
.single-team {
	color: #fff;
    padding-top: 40px;
	overflow: hidden;
}
.single-team p::after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	border-right: 12px solid transparent;
	border-top: 12px solid #2A95BE;
	border-left: 12px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
    margin-top: 35px;
    margin-left: -90px;
}
.member-social-icon {
	border-bottom: 0 solid #fff;
	margin-top: 30px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-team:hover .member-social-icon {
	margin: 0;
	border-bottom: 7px solid #2A95BE;
	opacity: 1;
}
.single-team:hover p {
	border-bottom: 0 solid #f20101;
}
.single-team:hover p::after {
	opacity: 0;
	bottom: 150px;
}
.single-team p {
	border-bottom: 7px solid #2A95BE;
	overflow: hidden;
}
@media (max-width: 479px) {
    .single-team p::after {
        margin-top: 35px;
        margin-left: -125px;
    }
}
.bboton_mensaje_decano{
	background:#2A95BE; 
	color:#fff; 
	padding:6px 8px;	
}

.bboton_mensaje_decano:hover{
	cursor:pointer;
}
/*END MENSAJE DECANO*/
/*TODO EL ESTILO PARA LAS NOTICIAS*/
.portfolio-carousel-wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
    position: relative;
}
.portfolio-carousel {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    clear: both;
}
.portfolio-carousel .portfolio {
    margin-top: 0px;
    margin-bottom: 0px;
}
.portfolio-carousel li {
    display: inline;
}
.portfolio.three-column {
    width: 300px;
    /*margin: 6px;*/
}
.portfolio {
    float: left;
    margin: 10px 20px 10px 0px;
    border-bottom: 3px solid #d9d9d9;
    padding: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio.three-column .portfolio-thumb,
.portfolio.three-column .portfolio-thumb img
{
    width: 100%;
    height: 150px;
}
.portfolio .portfolio-thumb {
    border-bottom: 1px solid #ffffff;
    float: left;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
ul 
{
    list-style-type: square;
    list-style-position: inside;
}
.portfolio .image-overlay {
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url(../img/transparent-bg.png) repeat;
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}
.portfolio.three-column .image-overlay a, 
.portfolio.two-column-with-sidebar .image-overlay a,
.portfolio.one-column-with-sidebar .image-overlay a 
{
    top: 37%;
}
.portfolio .image-overlay a.zoom 
{ 
    left:0px;
}
.portfolio .image-overlay a.link
{ 
    right:0px;
}
.portfolio .image-overlay a
{
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    background: url(../img/transparent-bg2.png) repeat;
    padding: 10px;
    position: absolute;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 42px;
}
h5 a:hover,
a
{
    color: #075F9E;
    text-decoration: none;
}
.image-overlay a,
.carousel-arrows a span, 
.portfolio .portfolio-thumb img,
.carousel-arrows a:hover span 
{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.portfolio .image-overlay a span,
.carousel-arrows a:hover,
.portfolio:hover .portfolio-detail
{
    background: #075F9E;
    
}
.portfolio .image-overlay a span
{
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    border-radius: 42px;
}
.portfolio .portfolio-detail {
    background: #ededed;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0px;
    float: left;
    clear: both;
    width: 100%;
    margin: 0px 0px 1px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	min-height:147px;
}
.portfolio .portfolio-detail h5, .portfolio .portfolio-detail p {
    padding: 0px 10px;
    margin: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio-detail h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.portfolio-detail h5
{
    color: #333334;
    font-weight: bold;
}
body,
h5
{
    font-family: 'Lato', sans-serif;
}
.portfolio-detail h5 a
{
    color: #333334;
}
.portfolio:hover .portfolio-detail h5,
.portfolio:hover .portfolio-detail h5 a
{
    color: #ffffff;
}
.portfolio .portfolio-detail p
{
    color: #919191;
}
.portfolio-detail p 
{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.portfolio:hover .portfolio-detail p {
    color: #ABDAFC;
}
.carousel-arrows
{
    position: absolute;
    top: -75px;
    right: 0px;
}
.carousel-arrows a.portfolio-prev-arrow 
{
    margin-right: 5px;
}
.carousel-arrows a.portfolio-prev-arrow span i:hover
{
    color: #FEEB06;
    font-size: 18px;
    line-height: 39px;
}
.carousel-arrows a 
{
    display: inline-block;
    width: 37px;
    height: 37px;
    background: #075F9E;
    border-radius: 37px;
    text-align: center;
}
.carousel-arrows a span
{
    color: #fff;
    font-size: 18px;
    line-height: 39px;
}
.carousel-arrows a.portfolio-next-arrow span i:hover
{
    color: #FEEB06;
    font-size: 18px;
    line-height: 39px;
}
.carousel-arrows a.portfolio-next-arrow span
{
    margin-left: 2px;
}
.portfolio .image-overlay a:hover 
{
    -moz-transform: scale(1.2) rotate(0deg) translate(0px);
    -webkit-transform: scale(1.2) rotate(0deg) translate(0px);
    -o-transform: scale(1.2) rotate(0deg) translate(0px);
    transform: scale(1.2) rotate(0deg) translate(0px);
}
.portfolio.three-column:hover .image-overlay a.link
{
    right: 30%;
}
.portfolio:hover a.zoom,
.portfolio:hover .image-overlay a.link
{
    opacity: 1;
    filter: alpha(opacity=100);
}		
.portfolio:hover .image-overlay 
{ 
    opacity:1;
    filter:alpha(opacity=100);
    transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out; 
}			
.portfolio .portfolio-thumb:hover img
{
    -moz-transform: scale(1.3) rotate(0deg) translate(0px);
    -webkit-transform: scale(1.3) rotate(0deg) translate(0px);
    -o-transform: scale(1.3) rotate(0deg) translate(0px);
    transform: scale(1.3) rotate(0deg) translate(0px); 
}
.portfolio.three-column:hover a.zoom, 
.portfolio.two-column-with-sidebar:hover a.zoom,
.portfolio.one-column-with-sidebar:hover a.zoom 
{ 
    left:30%;
}
		
/*FINAL PARA EL ESTILO DE LAS NOTICIAS*/
/*PARA EL EFECTO DE LA NOTICIA*/
.jssora08l, .jssora08r {
    display: block;
    /*position: absolute;*/
    /* size of arrow element */
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('../img/a08.png') no-repeat;
    overflow: hidden;
    opacity: .4;
    filter: alpha(opacity=40);
    }
    .jssora08l { background-position: -10px -42px; }
    .jssora08r { background-position: -70px -40px; }
    .jssora08l:hover { background-position: -10px -42px; opacity: .8; filter:alpha(opacity=80); }
    .jssora08r:hover { background-position: -70px -40px; opacity: .8; filter:alpha(opacity=80); }
    .jssora08l.jssora08ldn { background-position: -10px -42px; opacity: .3; filter:alpha(opacity=30); }
    .jssora08r.jssora08rdn { background-position: -70px -40px; opacity: .3; filter:alpha(opacity=30); }
    .jssora08l.jssora08lds { background-position: -10px -42px; opacity: .3; pointer-events: none; }
    .jssora08r.jssora08rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
		
/*FINAL PARA EL ESTILO DE LAS NOTICIAS*/
/*PARA EL EFECTO DE LA NOTICIA*/
.jssora08l, .jssora08r {
    display: block;
    /*position: absolute;*/
    /* size of arrow element */
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('../img/a08.png') no-repeat;
    overflow: hidden;
    opacity: .4;
    filter: alpha(opacity=40);
    }
    .jssora08l { background-position: -10px -42px; }
    .jssora08r { background-position: -70px -40px; }
    .jssora08l:hover { background-position: -10px -42px; opacity: .8; filter:alpha(opacity=80); }
    .jssora08r:hover { background-position: -70px -40px; opacity: .8; filter:alpha(opacity=80); }
    .jssora08l.jssora08ldn { background-position: -10px -42px; opacity: .3; filter:alpha(opacity=30); }
    .jssora08r.jssora08rdn { background-position: -70px -40px; opacity: .3; filter:alpha(opacity=30); }
    .jssora08l.jssora08lds { background-position: -10px -42px; opacity: .3; pointer-events: none; }
    .jssora08r.jssora08rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
/*FINAL PARA EL EFECTO DE LA NOTICIA*/
/* CSS Efecto de imagen con lupa de cursos*/
.efecto_imagen {
   width: 247px;
   height: 82px;
   margin: auto;
   margin-bottom: 12px;
   /*float: left;*/
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}
.efecto_imagen .mascara_efecto_curso, .efecto_imagen .content {
   width: 255px;
   height: 85px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.efecto_imagen .mascara_efecto_evento, .efecto_imagen .content {
   width: 255px;
   height: 85px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.efecto_imagen .mascara_efecto_boletin, .efecto_imagen .content {
   width: 255px;
   height: 85px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.efecto_imagen .mascara_efecto_revista, .efecto_imagen .content {
   width: 255px;
   height: 85px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.efecto_imagen img {
   display: block;
   position: relative;
}
.efecto_imagen a.info {
   background:url(../img/lupa.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.efecto .mascara_efecto_curso {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.efecto .mascara_efecto_evento {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.efecto .mascara_efecto_boletin {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.efecto .mascara_efecto_revista {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.efecto a.info {
	position:relative;
	top:-22px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.efecto:hover .mascara_efecto_curso {
   opacity: 1;
   border:50px solid rgba(217,38,34,0.7);
}
.efecto:hover .mascara_efecto_evento {
   opacity: 1;
   border:50px solid rgba(3,143,57,0.7);
}
.efecto:hover .mascara_efecto_boletin {
   opacity: 1;
   border:50px solid rgba(211,180,10,0.7);
}
.efecto:hover .mascara_efecto_revista {
   opacity: 1;
   border:50px solid rgba(7,95,158,0.7);
}
.efecto:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
/* End CSS Efecto de imagen con lupa de cursos*/
/*CSS Menu Vertical*/
.hi-icon {
	display: inline-block;
	cursor: pointer;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	color: #fff
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hi-icon-effect-4 .hi-icon {
	width: 45px;
	height: 45px;
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.hi-icon-effect-4a .hi-icon {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.hi-icon-effect-4 .hi-icon:after {
	top: -4px;
	left: -2px;
	padding: 0;
	z-index: 10;
	border: 3px solid #fff;
}
/* Effect 4b */
.hi-icon-effect-4b .hi-icon:hover {
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;    
}
.hi-icon-effect-4b .hi-icon:hover:after
{
	-webkit-animation: spinAround 9s linear infinite;
	-moz-animation: spinAround 9s linear infinite;
	animation: spinAround 9s linear infinite;
    border: 2px dashed #FEF308;
}
@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes spinAround {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}
.icono_boton_requisito i {
    padding-top: 11px;
    padding-left: 2px;
    font-size: 22px;
    color: #fff;
}
.sombra {
    text-align: left;
}
.sombra a{
    font-family: 'Poppins',sans-serif;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    text-align: center;
}
.sombra a:hover{
    color: #FEF308;
}
@media (max-width: 479px) {
  .sombra {
    text-align: center;
}
}
/*End CSS Menu Vertical*/
/*CSS del Convenio*/
#convenio_general
    { 
    width:260px; 
    margin:20px auto;
    }

#convenio_general a 
{ 
    text-decoration:none;
}
#convenio_general img
{ 
    border: 2px solid #FFFFFF; 
}
.convenio_movimiento
{ 
    width:260px; 
}
.convenio_movimiento ul li{
    list-style:none; 
    display:block; 
    margin-bottom:10px;
    height: 100px;
}
/*End CSS del Convenio*/
/*Efento Curso Virtual*/
section {
	display: block
}
.pic-caption img {
	padding-top: 50px;
}
.wrapper {
	max-width: 1000px;
	margin: 0 auto
}
.wrapper:before, .wrapper:after {
	content: '';
	display: table;
	clear: both
}
@media screen and (max-width: 560px) {
.wrapper {
	padding: 20px
}
}
.pic {
	position: relative;
	overflow: hidden;
	margin: 10px;
	display: inline-block;
	-webkit-animation: anima 2s;
	-moz-animation: anima 2s;
	-o-animation: anima 2s;
	-ms-animation: anima 2s;
	animation: anima 2s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.pic-caption {
	cursor: default;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(51,51,51,0.92);
	padding: 10px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.pic-image {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}
.pic:hover .pic-image {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.pic-title {
	font-size: 1.8em
}
a, a:hover, .pic .pic-image, .pic-caption, .pic:hover .pic-caption, .pic:hover img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.pic:hover .rotate-in{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	-o-touch-callout: none;
	-ms-touch-callout: none;
	touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	tap-highlight-color: transparent
}
.rotate-in {
	-webkit-transform: rotate(90deg) scale(0.1);
	-moz-transform: rotate(90deg) scale(0.1);
	-o-transform: rotate(90deg) scale(0.1);
	-ms-transform: rotate(90deg) scale(0.1);
	transform: rotate(90deg) scale(0.1);
	top: 0;
	left: 0
}
.pic:hover .rotate-in {
	-webkit-transform: rotate(360deg) scale(1);
	-moz-transform: rotate(360deg) scale(1);
	-o-transform: rotate(360deg) scale(1);
	-ms-transform: rotate(360deg) scale(1);
	transform: rotate(360deg) scale(1)
}
@media screen and (max-width: 560px) {
	.pic {
		max-width: 400px;
		max-height: 300px;
		display: block;
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		-ms-animation: none;
		animation: none;
		margin: 10px auto
	}
}
@media (max-width: 479px) {    
    .pic-caption img {
		padding-top: 20px;
	}
}
/*End efento Curso Virtual*/
/*Galerias*/
.galeria_fotos{
    position: absolute;
    margin-top:20px; 
    right:10px; 
    border-bottom: 3px solid #d9d9d9;
    background: #ededed; 
    display: block; 
    width:345px; 
    height:110px;
    text-align: center;
}
.efecto_imagen_galeria{
    position: relative;
    z-index: 1; 
    left: -10px; 
    top: 5px;
    background: #e5e5e5;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px; 
    float: left; 
    border-radius: 118px;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.efecto_imagen_galeria:hover{
    -moz-transform: scale(1.1) rotate(0deg) translate(0px);
	-webkit-transform: scale(1.1) rotate(0deg) translate(0px);
	-o-transform: scale(1.1) rotate(0deg) translate(0px);
	transform: scale(1.1) rotate(0deg) translate(0px);
}
.leer_mas_galeria{
    color:#075F9E;
    text-align:right; 
    padding-top:30px;
    padding-right:20px;
    font-size:13px;
    font-style: italic;
    font-weight: bold;
	cursor:pointer;
}
.leer_mas_galeria a:hover{
    color: #009ADB;
}
.titulo_galeria{
    color:#009ADB;
    font-weight:bold;
    font-size:20px; 
    text-align:center; 
    padding-top:20px;
}
@media (max-width: 767px) {
    .galeria_fotos{
		position: absolute;
		/*margin-right: 140px;*/
		margin-top:20px; 
		border-bottom: 3px solid #d9d9d9;
		background: #ededed; 
		width:245px; 
		height:110px;
		text-align: center;
	}
		.efecto_imagen_galeria{
		visibility: hidden;
	}
}
@media (max-width: 479px) {
    .efecto_imagen_galeria {
        visibility: hidden;
    }
}




/*End Galerias*/