
* {
    font-family: 'Verdana', sans-serif;
    margin: 0;
    padding: 0;
    border:0;
    box-sizing: border-box;
}
.pagina
{
    background-color: #cbe2ef;
    margin: auto;
    text-align: center;
    max-width: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
    justify-content: center;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
  } 
    } 
header {
background-color: #254e7b;
    }
.menugrupal {
    display: block;
    align-items: center;
    padding: 1em;
    border-radius: 5px;
    background-color: #5584b1;
}
.item
{
    padding: 1em;
    width: 7em;
    display: inline-block;  
    }
.tp
{
    padding: 1em;
    width: 7em;
    display: inline-block;  
    }
a:link {
    color: white;   
}
a:visited {
    color: lightblue;   
}

.foto { 
    margin: 3em;
    border-radius: 50%;
    border-style: solid;
    padding: 0.5em;
    width: 30%;
    display: block;
    margin: auto;
}

.titulo {
   color: #254e7b;
}
p { 
   color: black;    
}
.nombre
{ 
   padding-top: 1em;
    color: #254e7b;
}
.carrera
{ 
   padding-bottom: 1em; 
    color: #254e7b;
}
ul
{
    list-style: none;
    }
.materias
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-self: center;
     }
.listamaterias
{
    background-color: #85c1e5;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.125);
    margin: 1em 1.5em 1em 1.5em;
    padding: .5em 1em 1.2em 1em;
    width: 18em;
    border-radius: 1em;
  }

.companiera{ 
    margin: 0.25em;
    background-color: #254e7b;
    border-radius: 8px;
    padding: 1em;
    width: 8em;
    display: inline-block;
    margin: 1em;
        }
.companiera img
{
    width: 90%;
    height: auto;
    border-radius: 8px;
    }
#mapa
{
     width: 80%;
      }
#boceto
{
     width: 80%;
      }
footer{
	position: fixed;
	bottom: 0;
}
@media (max-height:800px)
{
	.foto {
    width: 50%;
        }
    footer { position: static; }
}


.footer-distributed{
	background-color: #254e7b;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

.footer-distributed .footer-left{
	width: 30%;
}

.footer-distributed h3{
	color: white;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}


.footer-distributed .footer-left img{
	width: 40%;
}

.footer-distributed h3 span{
	color:  #FF1D25;
}


.footer-distributed .footer-links{
	color:  white;
	margin: 20px 0 12px;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-center{
	width: 35%;
}


.footer-distributed .footer-center i{
	background-color: white;
	color: #254e7b;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: white;
	vertical-align: middle;
	margin: 0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

.footer-distributed .footer-center p a{
	color:  #4279BA;
	text-decoration: none;;
}


.footer-distributed .footer-right{
	width: 30%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  white;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: white;
	border-radius: 2px;

	font-size: 20px;
	color: #575756;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}


@media (max-width: 880px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}