.franjaEncabezado
{
    height: 70px;
    background-color: #fecc56;
    position: absolute;
}   

.botonPrograma
{
    width: 100%;
    height: 100%;
}

.imagenPrograma
{
    float: left;
    padding: 5px 5px;
}
#loginCardFooter
{
    margin-top: 28%;
    background-color: transparent;
    color: #005faf;
    border-left: 4px solid #005faf;
border-top: 0px solid rgba(0,0,0,.125);

}
.nombrePrograma
{
    width: 60%;
    float: left;
}
#fondoRayas{
    background:url('fondoRayas.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: auto;
    width: auto;
    max-width: 60%;
}
#imglogo{
    height: auto;
    width: auto;
    max-width: 35%;
    top: 0;
    bottom: 0;
    margin: 8% 33.33% 0 33.33%;
    position: absolute;
    left: 0;
    right: 0;
}

.fotoEncabezado 
{
    width: 100%;
    text-align: center;
    background-color: #0d166a;
    margin: 0px auto;
}

.botonUsuario
{
    width: 80%;
    margin-top: 25px;
}

.contenedor
{
    max-width: 900px;
    margin: 25px auto;
}

.custom-file-input ~ .custom-file-label::after
{
    content: "Subir";
}

.programaAcademico
{
    text-align: center;
    margin: 0;
    font-size: 1.3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #464646;
}

#foto
{
    background:#fff;
    width: 100%;
}

#foto img
{
    width:100%;
    height: 240px;
    display:block;
}
#loginCard{
    background-color: #005faf;
    padding-top: 17%;
    margin-top: 25%;
}
#Registro17gemas{
    color: black;
   
}
#Registro{
    color: white;
   
}
#Registro .modal-title{
    color: #fecc56;
    font-family:'Myraid pro bold';
}
#Registro17gemas .modal-title{
color: white;
font-family:'Myraid light';
}
#Registro17gemas .modal-title2{
    color: #3490dc;
    font-family: 'Myraid Pro Bold';
}
#Registro17gemas .modal-title3{
    color: black;
    font-family: 'Myraid Pro Bold';
}

#Registro17gemas .modal-header{
    border-bottom: 0px solid #dee2e6;
}
#Registro .modal-header .close{
  padding: 0%;
}
#Registro17gemas .modal-body{
    padding: 1rem 10% ;
    background-color: white;
}


@media only screen and (min-width: 200px) and (max-width: 575px){
   
    #fondoRayas{
        max-width: 100%;
    }
    #loginCardFooter
{
 
    color: #005faf;
border-top: 4px solid #005faf;
border-left: 0px solid #005faf;


}

}