.user-home .uc-background-home {
    /*background-image: url("../img/content/sede-norte-universidad-central-1.jpg");*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    /*overflow: hidden;*/
    position: relative;
    /*padding-top: 3rem;*/
}

.user-interna .uc-background-home {
    /*background-image: url("../img/content/sede-norte-universidad-central-1.jpg");*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30rem;
    /*overflow: hidden;*/
    position: relative;
    /*padding-top: 3rem;*/
}



@media (max-width: 650px) { 

    .user-interna .uc-background-home {
        padding-top: 0rem;

    }

    .user-home .uc-background-home {
        padding-top: 0rem;

    }
}



h1, h2, h3, h4, h5, h6{
    color: #626f08;
}



/* Título pagina */

.general_bloque_home {
    background: #636F07;
    margin-bottom: 0; 
}

.general_bloque_home h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-family: 'Euphoria Script', cursive;
}

     @media (max-width: 991px) {
  .general_bloque_home h1 {
    font-size: 2.3rem;
  }
}

.general_bloque_internas {
    background: #636F07;
    margin-bottom: 0;
    font-family: 'Euphoria Script', cursive; 
}

.general_bloque_internas h2 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-family: 'Euphoria Script', cursive;
}


     @media (max-width: 991px) {
  .general_bloque_internas h2 {
    font-size: 2.3rem;
  }
}


/* -------------- */


.content-ucentral-user {
	padding: 1rem 0;
}

