@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,500i,700');
.form-item, .form-actions {
    margin-top: 0px;
    margin-bottom: 0px;
}


*{ font-family: 'Montserrat'; 
}

.bkg-naranja{
        background: #fc6420 !important;
        color:white !important;
}
.gray-bg {
    background: #ebebeb;
    border-top: 3px solid #fff;
}

.titlulo-b-rojo{
background-color: rgb(205, 37, 46);
    color: white;
    text-align: center;
    padding: 3px;
    margin-top:30px;
}

.st-label{
    display:none !important;
}

.st-btn {
    min-width: 30px !important;
        border-radius: 100% !important;
}

.sharethis-inline-share-buttons.st-right.st-lang-es.st-has-labels.st-inline-share-buttons.st-animated{
    padding:2%;
}

/*General*/
.full-width{
    width: 100%;
}
.pd30{
    padding:30px;
}
.pd30lr{
    padding-left:30px;
    padding-right:30px;
}
.pd15tb{
    padding-top:15px;
    padding-bottom:15px;
}
.mg15tb{
    margin-top:15px;
    margin-bottom:15px;
}
.color-naranja{
color: #fc6420;
}
.color-gris-oscuro{
color:#2f2f2f;
}

.negritas{
        font-weight: 600;
}
/*Fin General*/

/*Titulos */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400 ;
    font-family: 'Montserrat', sans-serif;
}
.align-text-page{
padding-left:30px;
}
h2.titletext.smallTitle {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
        color: #c62b29;
}

.pretitle {
    font-size: 14px;
    font-weight: 400;
    margin: 35px 0;
    text-transform: uppercase;
    color: #2f2f2f;
    font-family: "Arial";
}


.titulo-pagina {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #373737;
}

.titulo-programa {
	font-size: 26px;
    text-transform: uppercase;
    font-weight: 500;
}
.nombre-programa {
	color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.nombre-programa > a {
	color: #000;
	font-size: 12px;
 
}

.title-views {
    margin: 50px 0 10px 0;
    text-align: center;
    color: #c62b29;
    font-weight: 500 !important;
}

.titulo-pagina-contenido {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px;
    color: #111111;
}

.breadcrumb > a {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}

h2:first-child {
    font-size: 29px;
    margin-top: 0;
    color: #c62b29;
    font-weight: 400;
    text-transform: uppercase;
}
.h2-home-nuestros-programas{
        font-size: 44px;
    margin-top: 0px;
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #c62b29;
    text-align: center;
    display: block;
}
/* Titulos final*/ 

.tipos-head-blue .breadcrumb a, .tipos-head-blue .breadcrumb {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}
.container-fluid-programa {
    max-width: 1280px;
    margin-bottom: 20px;
        padding: 23px;
}

.container-fluid-home {
max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}







/*Formulario Principal*/

#ModalUMM > div > div{
        background-color: #ebebeb;
            border: 4px solid #fc6420;
}

#ModalUMM > div > div > div.modal-header-umm > button{
    color: #fc6420;
    opacity: 1;
    font-size: 36px;
}
.form-height{
    height:520px;
}

@media screen and (max-width: 480px) {
.form-height{
    height:1000px;

}
}

.formulario-titulo-home{
        margin-bottom: 5px;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    color: #2f2f2f;

    text-align: center;
    margin-bottom: 15px;
}

.formulario-descripcion-home {
    font-size: 18px;
    font-weight: 400;
    color: #636464;
    text-align: center;
}

/*Formulario Programa*/
.sombra {
    box-shadow: 0 8px 8px -2px rgba(0, 0, 0, 0.5);
}

.formulario-programa{
	    margin: 0 0 0;
    padding: 20px;
    background-color: #e2e2e2;
      position: absolute;
    right: 30px;
    top: 40px;
}
.formulario-home {
    width: 299px;
            margin: 0 0 0;
    padding: 20px;
    background-color: #e2e2e2;
      position: absolute;
    right: 30px;
    top: 40px;
}
.formulario-programa h3 {
    margin: 0;
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
    /* text-align: left; */
    /* text-transform: uppercase; */
}

input.form-control, select.form-control {
    background: #fff;
    box-shadow: none;
    /* border-radius: 10px; */
    color: #636464;
}

.form-control {
    height: 41px;
}
.formulario-boton {
    background: #fc6420;
    border: none;
    color: #ffffff;
    border-radius: 0px;
}
.formulario-input input{
	background: #fff;
    box-shadow: none;
    color: #636464;
}

input.form-control, select.form-control {
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    color: #636464;
    border-color: transparent;
}
.formulario-boton:hover, .formulario-boton:focus, .formulario-boton:active {
        background: #ff7f45;
    border: none;
}

/*Formulario final*/ 



/*Proceso de Admision*/

.pasos-admisiones {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pasos-admisiones > div > div {
    padding: 0 15px 20px 15px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pasos-admisiones > div {
    padding-left: 6px;
    padding-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.pasos-admisiones p {
    font-size: 16px;
    font-weight: 400;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    color: #fff !important;
}
.pasos-admisiones a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}
.pasos-admisiones .numero-admisiones {
    font-size: 66px;
    font-weight: 100;
}
.pasos-admisiones > div:nth-child(odd) > div {
    background: #fc6420;
}
.pasos-admisiones > div:nth-child(even) > div {
    background: #636464;
}

.search-results{
        text-align: left;
    padding: 60px;
    margin-top: 20px;
    background-color: #ebebeb;
    margin:60px;
}

.search-results a{
            color: #fc6420;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.search-results > div{
    padding: 5px 0px !important;
}

#edit-submit{
    background: #fc6420;
    border: none;
    color: #ffffff;
    width: 140px;
    padding: 5px;
    border-radius: 0px;
}
#edit-basic{
    padding:27px;
}

.search-programa {
    padding: 10px 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #c62b29;
    /* border-radius: 10px; */
}
.search-programa .control-label {
    color: #fff;
    text-align: left;
    
    text-transform: uppercase;
  
    margin-top: 6px;
    padding-top: 0px;
    padding-right: 0px;
    font-weight: 500;
    font-size: 20px;
}

.search-programa span.input-group-btn button {
     padding: 8px 10px 8px;
    border-radius: 0px;
    background: #fc6420;
    z-index: 2;
    color: white;

}
.search-programa .input-group .form-control {
    height: auto;
    padding: 8px;
    color: #636464;
    /* background-color: #00588c !important; */
}
.search-programa .form-group, .boxFusciaform .form-group {
    margin-bottom: 0;
}

@media screen and (max-width: 768px){
.tabs-programas li > a {
    line-height: 23px;
    padding: 0px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
    vertical-align: middle;
    white-space: normal;
        height: 60px;
            padding: 10px;
}

.tab-content {
   
    padding: 0px; 
    
}
.tab-padding {
    padding: 9px;
   
}

.pasos-admisiones  > div {
    width: 100%;
}


    .tabs-programas li > a{
	   font-size:10px;
}

.detalles-border-right {
    border-right: 0px solid #636464;
}

}
/*Fin Estilos programa*/

/*Iconos*/

.icono-mediano{
	    font-size: 26px;
    margin-right: 15px;
    float: left;
}
.icono-reloj{
    padding: 5px;
    padding-left: 18px;
    font-weight: 500;
    font-size: 18px;
}

.modalidades-programa{
	    max-width: 127px;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    text-align: center;
}

.modalidad{
    padding: 0;
    list-style: none;
    overflow: hidden;
    padding-bottom: 10px;
    margin: 10px auto 0 auto;
    text-align: center;}

.fa-circle{
	font-size: 8px;
    color: #fc6420;
        vertical-align: middle;
        padding-right:4px;
}
/*Iconos Fin*/


/*Header*/
.nav-centrar-ul{
    list-style-type: none;
}

.nav-centrar-ul > li{
        display: inline;
    padding: 10px;
    float: left;
}

.icons-mobile>.navbar-toggle {
    padding: 5px 6px;
    margin-top: 8px;
    border: 0;
    font-size: 24px;
    border-radius: 0;
    margin-right: 0;
}
#fixed-header-umm h4 {
    margin-top: 25px;
    color: #373737;
    font-size: 16px;
    font-weight: 400;
}
#fixed-header-umm h3 {
    color: #2f2f2f;
    font-size: 22px;
    font-weight: 400;
}
#fixed-header-umm img{
        max-width: 100%;
}
#fixed-header-umm .container-fluid{
    max-width: 1280px;
}
#fixed-header-umm .btn-umm-fixed-header {
    background: #fc6420;
    text-transform: uppercase; 
    padding: 10px 12px;
    white-space: normal;
    font-size: 14px;
    border-radius: 0;
    border: none !important;
    margin-top: 25px;

}

.navbar-fixed-top-umm{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 40;
    display:block;
}
.navbar-umm-oculto>div{
    display:none;
}
.search-form{
    margin:0px !important;
}
.active-trail.active{
    color:#fc6420 !important
}
.minion-li a{
        float: left;
        color: #636464;
}

.minion-li {
        padding-bottom: 4px;
            color: transparent;
}

.nav-gris{
    background: #ebebeb;
    padding:10px;
}

.btn-default {
    color: #fff;
    font-weight: 400;
    background-color: #fc6420;
    border: 2px solid #888888;
    text-align: center;
    font-size: 12px;
}
.logo > img{
    width:100%;
}

.header-umm{
    width:100%;

}
.locacion-umm{
        color: #636464;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.nav-contacto{    
    position: relative;
    top: 10px;
    background-color: white;}

.nav-contacto a {
    font-size: 15px !important;
    font-weight: 700;
    pointer-events: none;
}
.header-search {
    border-radius: 0;
    border: transparent;
    color: #636464;
    background-color: transparent;
    border-left: 2px solid #fc6420!important;
    border-right: 2px solid #fc6420 !important;
}

.navbar-size {
    width: 250px;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-umm a, .header-umm .dropdown {
    color: #636464;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

/*seccion mobile aspirantes,alumnos, egresados*/

  .iconos-navbar-mobile a{
        color: #636464;
    font-weight: 600;
    text-align: center;
  }
    .iconos-navbar-mobile{
    background-color: white;
  }
  .iconos-navbar-mobile{
        text-align: center;
  }

  .iconos-navbar-mobile > div{
            border-left: 1px solid #c62a29;
    padding: 2px;
    margin: 8px 0;
  }

    .iconos-navbar-mobile > div:first-child{
        border-left: 0px;
  }
#navbar > div > ul > li > a, #navbar-mobile > ul > li > a{
        color: #636464;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
#navbar {
    padding: 0px;
    border: 0px;
}
#navbar > ul{
    overflow: hidden;
    margin: 0px;
}

#navbar > div > ul, #navbar-mobile > ul{
    overflow: hidden;
    margin: 0px;
}
#navbar > div, #navbar-mobile{
    background: #ebebeb;
    border: 0px;
}
@media (max-width: 480px){
                            #navbar > ul > li{
                                border-bottom: 1px #ebebeb4d solid;
                                }
}

/*fin seccion mobile aspirantes,alumnos, egresados*/
.header-umm .nav > li > a:hover {
    color: #fc6420;
}

.header-umm .nav > li > a {
    padding: 11px 20px 11px;
    font-size: 12px;
}

.header-umm .dropdown > a {
    display: inline-block;
}

#menu-principal>.navbar {
    border:none;

   
        margin: 0px;
    color: white !important;
    height: 9%;
    display: flex;
    justify-content: center;



    background: #c62a29;
    border-radius: 0;
    margin-top: 1px;
    padding-top: 0px;

}
#menu-principal > .nav {height:auto !important;}
#menu-principal> .nav > li > a {
    color: #fff;
    font-size: 12px;
    padding-top: 10px !important;
    padding-bottom: 12px !important;
    font-weight: 600;
    position: relative;
    overflow: visible;
}

.visted-drop>a{
    color:white !important;
    text-transform: uppercase !important;
    color: #fff;
font-size: 12px;
padding-top: 10px;
padding-bottom: 12px;
font-weight: 600;
position: relative;
/*margin-bottom: -5px;*/
overflow: visible;
}


.visted-drop> a:hover {
    background: #fff !important;
    color: #c62b29 !important;
}


#menu-principal > div > ul > li.dropdown.visted-drop.open > ul > li > ul > li > a{
display: inline;
position: relative;
font-size: 14px;
color: #636464;
font-weight: 300;
line-height: 1.3;
padding-left: 5px;
}

.visted-drop >ul > li > a:first-child{
    color: #c62b29;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
    margin-top: 0;
    padding-left: 16px;
    display: block;
    text-align: left;
}
#navbar > ul > li.dropdown.visted-drop.open > ul > li + li {
    border-left: 1px solid #f05577;
    padding-left: 20px;
}

#navbar > ul > li > a::after {
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    opacity: .5;
}


#navbar > ul > li:last-child a::before {
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    opacity: .5;
}


@media (max-width: 670px){

#navbar > ul > li.dropdown.visted-drop.open > ul > li + li {
    border-left: 0px;
    padding-left: 0px;
}

#navbar > ul > li > a::after {
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    opacity: 0;
}


#navbar > ul > li:last-child a::before {
    content: "";
    display: block;
    width: 2px;
    background: #fff;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    opacity: 0;
}
.minion-li a {
    float: left;
    color: #636464;
    display: block;
    width: 100%;
}

}


  /* CSS used here will be applied after bootstrap.css */.nav { margin-bottom: 0 !important; }
.nav > li.dropdown.open { position: static!important; }
.nav > li.dropdown.open .dropdown-menu {
    display: table!important;
    width: 90%!important;
    text-align: center!important;
    left: 0!important;
    right: 0!important;
    float: none;
    margin: 0px auto;
    left: -35px;
    right: -35px;
    border-radius: 0;
    padding: 24px;
    background-color: rgba(255, 255, 255, .97);
    border: none;
}
.dropdown-menu>li { display: table-cell!important; }




/*Menu Responsive*/
.dropdown-menu{
  border:none;
}
.navbar-default .navbar-nav>.dropdown.visted-drop.open>a, .navbar-default .navbar-nav>.dropdown.visted-drop.open>a:focus, .navbar-default .navbar-nav>.dropdown.visted-drop.open>a:hover {
    color: #c62a29 !important;
    background-color: white !important;
}
@media screen and (max-width: 991px){
#menu-principal> .navbar > .navbar-header {
  
   
    background: #ffffff;
    
}
#menu-principal> .navbar  {
   
    display: block;
    
}
.miespacio-header{
    display: inline!important;
    color: #636464;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float:left;
}
.miespacio-header:hover{
    display: inline!important;
    color: #636464;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    float:left;
}
.navbar-collapse.in {
    overflow-y: hidden;
}
.dropdown-menu>li {
    display: block!important;
}
.nav > li.dropdown.open .dropdown-menu {
    display: block!important;
    background-color: white;

}
.dropdown-menu> li > ul > li{
  text-align:left;
}

}
/*Fin menu responsive*/
/*Fin header*/


/*Header fixed*/
#fixed-header-umm{
    /*border-bottom: 1px solid #ebebeb;*/
    background-color: #fff!important;
}
/*fin header fixed*/

/*Bootstrap Replace*/
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.buscador-programas-home:hover {
    color: #fff;
    /* background-color: #286090; */
    /* border-color: #204d74; */
    color: #fff;
    background-color: #ff7f45;
}
.active{
        color: #fc6420 !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #ff7f45;
    border-color: transparent;
}
.breadcrumb li {
    color: #373737;
    text-transform: uppercase;
    font-size: 13px;
}



.titulo-banner-pi{
   
    color:white;
 font-weight: 500 !important;
    text-transform:uppercase;
    text-align:left;
    padding-left: 40px;

}
.banner-pi{
    width:100%;
   
}

.cat-tb-pi{
    width:100%;
}

#carousel .carousel-container {
    padding: 0;
}



.carousel-caption {
    
    right: 15%;
    bottom: 20px;
    left: 3%;
   
}

.highlight-background{
    background: #ebebeb;
    height: auto;
    padding: 15px 20px;
}

.highlight-background h2{
        font-size: 20px;
    color: #636464;
    text-transform: capitalize;
    font-weight: 600 !important;
}



#contenido-pi li {
    list-style:none;
}

#contenido-pi li:before {
    content: "";
    position:relative;
    left: -10px;
    background-color:#fc6420;

    display:inline-block;
    width:8px;
    height:8px;
    border-radius:50%
}

.section-space {
    padding-top: 40px;
    padding-bottom: 40px;
}






#jumboCarousel img {
    /*min-height: 300px;*/
    min-width: 100%;
}
#jumboCarousel > .carousel-indicators > li {
    border-radius: 0px;
    min-width: 25px;
    background-color: #9d9d9d;
    border: 1px solid black;
    margin-right: 10px;
    margin-left: 10px;
}
#jumboCarousel > .carousel-indicators > .active {
    background-color: orange;
}
#jumboCarousel .carousel-caption {
    color: black;
        font-weight: 500;
    text-align: center;
    max-width: 800px;
    left: 12px;
    /*top: auto;*/
  /*position: relative;*/
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}


@media screen and (max-width: 991px){
.titulo-banner-pi {
    color: white;
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
    padding-left: 20px;
}
}
.active-left-menu{
    font-weight: 600;
    background: #DDDDDE;
    cursor: pointer;
}
.sidebar-menu-ul, .sidebar-menu-ul > .father > ul{
    list-style:none;
}

.sidebar-menu-ul > .father {
    border-bottom: 2px solid #797979;
}

.sidebar-menu-ul > li:nth-child(2) {
    border-top: 2px solid #797979;
}

.sidebar-menu-ul > li.dropdown.visted-drop{
    display:none;
}

.sidebar-menu-ul > li > a {
    padding: 5px;
    display: block;
    font-weight: 500;
    color: #616161;
    font-size: 16px;
    text-decoration: none;
    /* height: 42px; */
    /* color: #ffffff; */
    /* background-color: #ffffff; */
    /* border-radius: 10px; */
}
.sidebar-menu-ul > li > a > i {
    padding: 7px;
}



.sidebar-menu-ul > li > ul > li > a {
    /* padding: 5px 0 5px 5px; */
    font-size: 13px;
    color: #636464;
    font-weight: 400;
    display: block;
    padding: 2px;
}

.sidebar-menu-ul > li > ul > li > a > i{

    padding: 7px;
    
}

.sidebar-menu-ul > li > ul > li:hover {
    background: #DDDDDE;
    cursor: pointer;
    /* border-radius: 10px; */
}

.sidebar-menu-ul > .father > a:hover {
    color: #ffffff;
    background-color: #626363;
    cursor: pointer;
    /* border-radius: 10px; */
}



.menu-lateral > li> a{
    padding: 7px 0;
    display: block;
    font-weight: 400;
    color: #323232 !important;
    font-size: 16px;
    text-decoration: none;
    } 


    .menu-lateral i{
   color: #fc6420;
    } 

.ocular-ul{list-style:none;}

.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
}
.breadcrumb a {
    color: #2f2f2f;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
}




.thumbnail {
    position: relative;
    background-color: #ffffff;
    height: 100%;
    background: #000000;
    width: 100%;
    padding:0px;
}

.thumbnail > a.rojo-tb.home-tb-h2 {
    position: absolute;
    /* left: 13px; */
    /* right: 13px; */
    /* bottom: 98px; */
    /* min-height: 50%; */
    color: #636464;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 10px 10px 10px;
    z-index: 1;
    display: block;
    /* top: 0px; */
    left: 0px;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .75);
    /* text-transform: uppercase; */
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
}

.thumbnail img {
    width:100%;
}


/*Bootstrap Replace Fin*/ 


/*Submodulos*/
.rojo-tb{
        color: white !important;
    background-color: #c62b29 !important;
        position: absolute;

    bottom: 0;
    padding: 10px;
    width: 100%;
    background-color: rgba(235, 235, 235, .75);
  
    max-height: 200px;
    -webkit-transition: all 0.4s cubic-bezier(0.53, 0, 0.52, 1);
    transition: all 0.4s cubic-bezier(0.53, 0, 0.52, 1);
    min-height: 80px;
    display: block;
    
}

.gris-tb{

    color: #636464 !important;

    font-weight: 700;

    background-color: #e8e8e8c2 !important;
    text-transform:uppercase !important;
        position: absolute;

    bottom: 0;
    padding: 10px;
    width: 100%;
    background-color: rgba(235, 235, 235, .75);
  
    max-height: 200px;
    -webkit-transition: all 0.4s cubic-bezier(0.53, 0, 0.52, 1);
    transition: all 0.4s cubic-bezier(0.53, 0, 0.52, 1);
    min-height: 80px;
    display: block;

    text-transform: uppercase;
    
}
.catprog{
    font-weight: 700;
    text-align:center;
    font-size:17px !important;
}
/*Fin Submodulos*/

/*Home*/


.labels-home{
    font-size: 18px;
    color: #373737;
    text-transform: uppercase;
    font-weight: 400;
}

.btn-home-siguenos{
      border: none!important;
    padding: 7px 11px;
    background: #fc6420 !important;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.42857143;
}

/*Tabs home*/


.active{
  color: #636464 !important;
}


/*Example styling to make the slides visible, 
 but this IS NOT PART OF THE GridColumnCarousel styling*/
.lista-noticias {
    border-top: 2px solid #fc6420;
}

.descripcion-noticia-home {
    color: #2f2f2f;
    font-size: 15px;
    line-height: 1.2;
    margin-top: 5px;
    font-weight: 400;
}

.fecha-noticia{
    color: #2f2f2f;
    font-weight: 700;
    font-size: 16px;
}


.grid-column-carousel__list{
  padding: 0;
}


.grid-column-carousel__page-indicators {
  list-style: none;
}

.grid-column-carousel__page-indicators li {
  
  padding: 5px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}



.button-panel {
  margin-top: 30px;
}
.noticias h2 {
    /* margin-bottom: 30px; */
    font-size: 29px;
    /* text-align: left; */
    color: #c62b29;
    display: inline-block;
    vertical-align: bottom;
    float: none !important;
    /* text-transform: none; */
    font-weight: 500;
}

.bg-gris .row.noticias a.btn-lnk {
    float: none !important;
}

.noticias a.btn-lnk {
    color: #2f2f2f;
    font-size: 16px;
    /* font-weight: 400; */
    /* border: 2px solid #aaaaaa; */
    /* text-transform: uppercase; */
    float: right;
    display: inline-block !important;
    box-shadow: none;
    position: relative;
    text-decoration: none;
    padding: 0px;
    margin: 10px;
    margin-right: 5px;

}

.borde-naranja{
    border-top: 2px solid #fc6420;
    padding-top: 14px;
       border-bottom: 2px solid #fc6420;
}

    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
        flex:0;
    }

    .noticias-centrar{
        width:950px;
        margin-left:auto;
        margin-right:auto;
    }

@media screen and (max-width: 991px){
        .noticias-centrar{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
.swiper-slide {
    flex: none;
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.mobile-slide-wrapper {
    width: 100%;
    overflow: hidden;
    max-width: 1280px;
}

.mobile-slide {
    width: 1280px;
    max-width: 1280px;
}


}

.home-h2 {
    text-transform: uppercase !important;
    font-size: 44px !important;
    color: #c62b29;
    margin-bottom: 30px;
}


.home-tb-h2{


       font-size: 18px !important;
    text-transform: none;
    font-weight: 400 !important;
    text-align: center;
    margin-top: 10px;

}

#edit-keys{
    margin:2px;
    border-width:1px;
}
@media screen and (max-width: 480px) {

.mobile-slide {
    width: 300%;
}
  .tabs-programas a{
    font-size: 9px;
    font-weight: 600;
    padding: 2px !important;
  }

.search-results {
    text-align: left;
    padding: 12px;
    margin-top: 20px;
    background-color: #ebebeb;
    margin: 4px;
}

}



.tab-areas .tab-pane {
    background-color: #ebebeb;
    padding: 20px;
}
.top-push.half {
    margin-top: 20px;
    font-size: 13px;
}

.tab-home{
    background-color: #ebebeb;
    padding: 20px;
}
.tab-home > .tab-pane{
    background-color: #ebebeb;
}
.tab-home ul{
        margin-top: 20px;
    font-size: 13px;
}
.tab-links-li > li {
    margin-bottom: 15px;
     background-color: #ebebeb;
}




.tab-content .tab-links-li li > a {
    color: #636464;
}
.tab-links-li > li > a {
    display: block;
    padding-left: 25px;
    font-size: 13px;
    font-weight: 400;
    color: #2f2f2f;
    text-decoration: none;
    text-transform: none;
}
.tab-home li > a {
    line-height: 22px !important;
}


.tab-links-li > li > a i {
    margin-left: -11px;
    color: #fc6420;
    float: left;
    font-size: 17px;
    margin-top: 2px;
}


.ul-tabs-home > li.active > a {
    border: none !important;
    background-color: #ebebeb !important;
    color: #636464 !important;
}

.ul-tabs-home > li > a {
    background-color: #c62b29;
    height: 100%;

}
.ul-tabs-home{    background: #ebebeb;}

.ul-tabs-home > li > a, .nav-tabs > li > a {
    border-radius: 0!important;
    border-bottom: none;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 20px;
    text-align: center;

    text-transform: uppercase;
}
.ul-tabs-home  > li > a {
    font-size: 14px;
    color: #fff;
    background-color: #c62b29;
    font-weight: 600;
    border: none;
    margin-right: 0;
}

.ul-tabs-home  > li > a:hover {
    color: #000;
    background-color:#c62b29;
}



/*fin tabs home*/

/*Responsive tabs home*/
.panel-responsive-home  .panel-title > a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    /* height: 60px; */
    display: block;
    padding: 23px 20px 20px 48px;
    background: #c62b29;
    font-weight: 400;
        text-decoration: none;
    /* font-family: "Arial"; */
}

.panel-responsive-home > div >div >div{
        padding: 20px;
   
}

.panel-responsive-home > div >div >div>p>a{
           color: #636464;
   
}
.panel-responsive-home > div >div >div>p>a>i{
           color: #fc6420;
   
}

    


/*fin Responsive tabshome*/

/*Extra home*/
.noticias-footer{
    padding-top: 20px;
}
.dots-responsive-carousel{
      margin:0px;  position: absolute;z-index: 2;
}
.dots-responsive-carousel i{
    font-size:12px;
}
.programas-mas-buscados> div> .thumbnail{
    border-radius: 0px;
}


.der-thumbnail-home p{
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    order: 2;
    padding: 0px 10px;
    text-align: center;
}

.der-thumbnail-home div{
    margin-bottom: 0px;
        border: none;
}
.fondo-gris-home{
    background-color: #636464;
    padding:0px;
}

.seccion1-home {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ver-todos>a{
        font-size: 17px;
    color: #373737;
    text-align: center;
    /* display: inline !important; */
    position: relative;
    /* margin-left: 10px; */
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

#mobile{display: none}
@media (max-width: 770px){
 #mobile{display: inline} 
 .desktop{display: none} 
 .container-tabs ul {

    border-bottom: 3px solid white !important;
}
.ul-tabs-home > li > a, .nav-tabs > li > a {

    font-size: 12px;
    font-weight: 600;

}
#fixed-header-umm h3 {
    color: #2f2f2f;
    font-size: 16px !important;
    font-weight: 500;
}
}

/*fin Extra home*/
/*Eventos home*/
.listado-eventos-home{
    padding-top: 10px;
    border-top: 2px solid #fc6420;
}
.listado-eventos-home > li {
    margin-bottom: 10px;
    /* background: #fff; */
}

.listado-eventos-home > li > a {
    display: table;
    padding-left: 80px;
    color: #383838;
    background: transparent;
    font-weight: 400;
    width: 100%;
}

.listado-eventos-home > li > a:hover .fecha-evento, .listado-eventos-home > li > a:hover .fecha-evento.dateBlue {
    opacity: 0.8;
}

.listado-eventos-home > li a .fecha-evento {
    width: 70px;
    height: 80px;
    margin-left: -80px;
    background-color: #636464;
    color: #fff;
    text-align: center;
    float: left;
    padding: 7% 0px;
    font-size: 14px;
}

.listado-eventos-home > li .dia-evento {
    font-size: 19px;
    font-weight: 700;
}

.listado-eventos-home > li h3 {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 700;
}

.listado-eventos-home > li .hora-evento-home {
    font-size: 12px;
    color: #fc6420;
    font-weight: 700;
}

/*Fin Eventos Home*/
/*Slider*/
#big-carousel .item {
    max-height: 560px;
}
.container-fluid-home .carousel-indicators li {
    background: #fc6420;
    border: 0px;
    width: 16px;
    height: 16px;
    margin-top: 0;
    opacity: .7;
    margin-bottom: 0;
}

.container-fluid-home .carousel-indicators .active {
    background: #fc6420;
    border: 0px;
    margin-top: 0;
    opacity: 1;
    margin-bottom: 0;
}
.container-fluid-home .carousel-indicators, .carousel-indicators.indicators-top {
    position: absolute;
    top: 20px;
    left: 40px;
    max-height: 20px;
    margin: 0;
    width: auto;
}
.carousel-inner img{
    width:100%;
}
/*Slider Home*/
/*Fin Home*/



/*Footer*/
.footer-umm .footer-background {
    background-color: #2f2f2f;
    padding: 30px 0px 10px;
}

.footer-background {
    background-color: #2f2f2f;
}
.footer-background > .container-fluid{
    max-width: 1280px;
}
.footer-umm .brand {
    padding-bottom: 10px;
}

.top-push {
    margin-top: 40px;
}
.footer-ul a {
    display: block;
    padding-left: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.footer-umm h5, .footer-ul a, .list-phones li {
    font-size: 13px;
    color: #FFF;
    font-weight: 300;
}
.footer-umm .copyright-footer {
    padding: 10px;
}
.copyright-footer {
    background-color: #636464;
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
}
.footer-ul li, .list-phones li {
    margin-bottom: 15px;
}
.list-phones span {
    display: block;
}
.footer-ul a i {
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    float: left;
    margin-left: -15px;
}
.footer-umm .redes-socials-ul i {
    color: #2f2f2f !important;
    background-color: #fff;
    width: 28px;
    height: 28px;
    font-size: 21px;
    line-height: 28px;
    text-align: center;
}
.footer-tel > i{
    padding:10px;
}
/*Fin Footer*/



/*right bar*/
.right-btns-umm-fixed{
      position: fixed;
     top:86px;
      transition-timing-function: ease-in-out;
}
.right-btns-umm{
  position: absolute;
    z-index: 2; 
    top:66px;
    transition-timing-function: ease-in-out;
}
#right-btns-home span{
  color: rgb(252, 100, 32);
    font-size: 24px;
    margin-bottom: 5px;
}

#right-btns-home p{
      text-transform: uppercase;
    color: rgb(0, 0, 0);
    font-size: 10px;
    font-weight: 400;
}

#right-btns-home{
width: 84px;
    
    margin-left: 10px;
    text-align: center;
    background-color: rgb(235, 235, 235);
    padding: 10px 0px;
}
/*right bar fin*/


/*Filtros*/
.filtros-umm{
        background-color: #ebebeb;
}
/*fin de Filtros*/

/* Home noticias*/
.mas-noticias{
    color: #fc6420;
    font-size: 18px !important;
    font-weight: 500;
}

.mas-noticias:hover{
        text-decoration: underline;
        color: #fc6420;
    font-size: 18px !important;
    font-weight: 500;
    
}
/*fin noticias home*/

/*Cards umm*/
.card-umm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    width: 100%;
    min-height: 330px;
    margin: 18px 0px 18px 0px;
}
.card-umm:hover {
    opacity:0.7;
}
  .card-umm-body{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .card-umm-body > p > strong{
    color: #191818;

    font-size:13px;
  }
    .card-umm-body > p{
    color: #191818;
    font-size:13px;
  }
  .margin-bottom-none{
    margin-bottom:0px;
  }
  .padding-bottom-none{
    padding-bottom:0px;
  }
  .boton-naranja{

        color: white !important;
    background-color: #fc6420;
    width: 100%;
    text-align: center;
}
.boton-naranja:hover{
    background-color:#ff7f46;
}
/*fin Cards umm*/


@media screen and (max-width: 480px) {
.banner-home-principal{
     background-position: -65px center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    height: 330px !important;
}
}

.banner-home-principal{
    background-position: left center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height:560px;
}

/*INICIO Diferenciadores Home*/

.section-dif{
    background-color: #eaeaea;
           /*padding: 26px;*/
           padding: 11px;
}
.icon-circle-home{
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    width: 64px;
    height: 64px;
    margin: 0px 16px;
    float: right;
}
.icon-circle-home i{
        color: #fc6420;
    text-align: center;
    font-size: 24px;
    position: relative;
    top: 17px;
}

.section-dif span{
        color: #636464;
    font-size: 13px;
}
.section-dif h4{
    color: #4a4a4a;
    font-weight: 600;
    margin: 0px;
}

.section-dif:hover h4{
    color: #fc6420;
    font-weight: 800;
    margin: 0px;
    text-decoration: underline;
}
/*
.section-dif:hover .icon-circle-home{
    
    background-color: #fc6420;

}
.section-dif:hover .icon-circle-home i{
        color: #ffffff;
   
}
*/
section.section-dif > div > div > div > a > div{
    padding:0px;
}
section.section-dif > div > div > div:nth-child(1){
    border-left: 2px solid #cecece;
    border-right: 2px solid #cecece;
}



@media screen and (max-width: 991px){
    .icon-circle-home{

        float: left;
}
section.section-dif > div > div > div:nth-child(1){
    margin: 10px 0px;
    border-left: none;
    border-right: none;
}

}
/*FIN  Diferenciadores Home*/


/*INICIO Webforms*/

.webform-client-form input{
    width: 100%;
    padding: 12px;
    border-radius: 0px;
    resize: vertical;
    background-color: #ffffff;
    margin-bottom: 15px;
    border: 1px #d6d6d6 solid;
}

.form-actions{
        text-align: center;
}

div.form-actions > input{
    background-color: #fc6420 !important;
    border-radius: 0px !important;
    cursor: pointer;
    float: none !important;
    padding: 6px 33px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border: none !important;
    margin-bottom: 15px;
    width:auto;
}

/*FIN Webforms*/