@charset "utf-8";


.contenedor {
    text-align:center;
    margin: 2em;
}

 

    







.descripcion {
    display: inline-block;
    color: #393939;
    
    font-style: italic;
    text-align: center;  
    display: block;
    max-width: 55%;
    margin: auto
}

.materiasaprobadas {
    text-align: center;
    
}

.materiasaprobadas h2 {
    display: inline-block;
    text-align: center;
    color: #393939;
    font-size: 1em;
    
    font-size: 1em;
    
    max-width: 200px;
    border-radius: 8px;
}

nav ul li {
    list-style: none;
    
    text-align: center;  
    
}

* { box-sizing: border-box;
margin:;
padding:0;
border:0;
font-family: sans-serif;
text-align: center;
text-decoration: none
}

/reglas generales/

header { display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


body {
background-color: rgb(255, 244, 245);
color: #504c4c
}

.contendora img {width: 20em;
    border-radius: 400px;
    border: 2px solid crimson;
    
}


.boceto img { max-width: 100%;
    width: 80%;
    
    
}

.menucaja { 
    padding: 1em;
    width: 7em;
    display: inline-block;
}

a:link {  color: rgba(91, 181, 178, 0.87);   
}

a:visited {  color: black;   
}

a:hover {  color: rgba(91, 181, 178, 0.87);   
}

.avatarclase { 
    margin: 0.25em;
    background-color: rgba(220, 20, 60, 0.79);
   
    
    
    border-radius: 2px;
    border-bottom-color: crimson;
     border-radius: 50%;
    border-style: solid;
    
    padding: 0.5em;
    width: 40%;
    display:block;
    margin:auto;
    
}


.companeros {
    
    text-align:center;
    margin: 5em 0;
}

.miscompaneros h2 {
    color: crimson;
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 0.5em;
    margin-bottom: 1em;
    font-family: "Work Sans";
    font-size: 1em;
    border-style: solid;
    border-color: crimson;
    border-radius: 8px;
}

.compas {
    display: block;
    list-style-type: decimal;
}



.matiaskotelanski {
    margin: 0.25em;
    background-color: crimson;
    border-radius: 8px;
    padding: 1em;
    width: 8em;
    display: inline-block;

}

.matiaskotelanski img {
    width: 90%;
    height: auto;
    border-radius: 8px;
    
}

.matiaskotelanski:hover{
    background-color:  rgba(91, 181, 178, 0.87);
    color: rgb(255, 244, 245);
}


.caro {
    margin: 0.25em;
    background-color: crimson;
    border-radius: 8px;
    padding: 1em;
    width: 8em;
    display: inline-block;
}

.caro:hover{
    background-color:  rgba(91, 181, 178, 0.87);
    color: rgb(255, 244, 245);
}

.caro img {
    width: 90%;
    height: auto;
    border-radius: 8px;   
}


.link {
    color: rgb(246, 247, 190); 
}


 /* footer */ 


footer{
	position: fixed;
	bottom: 0;
}

@media (max-height:800px)
{
	footer { position: static; }
}


.footer-distributed{
	background-color: #575756;
	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: #575756;
	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;
	}

}





.datos {
    color: darkgrey;
}

h1{
    color: crimson;
}

h3{
    color: #393939;
}