*{
    margin:0;
    border: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: helvetica;
}

@font-face {
  font-family: "BeautyAndTheBeast";
  src: url("Beauty and the Beast Sample.ttf");
}

body{
    
    background-image: url('fondito.svg');
    background-repeat: repeat;
    background-size:100%;  
}
.container{
    max-width: 800px;
    margin: auto;
}
.contenedorcami {
    width: 45%;
}
.centrar {
    text-align: center;
   
}
#nombre > div > p {
    margin-top: 2em;
}
#cami {
    width: 100%;
    border-radius: 50%;
    margin: 8px;
    border: 5px solid snow;
    
    
}

#nombre {
    display: flex;
    align-items: center;
    padding: 2em;
    justify-content: space-between;
    font-family: "BeautyAndTheBeast";
}

#nombre h2{
    font-family: "BeautyAndTheBeast";
    font-size: 1,7em;
}


.vm13 a{
   background-color: snow;
   color:#E9AFB1;
    padding: 1em;
   font-weight: 600;
   border-radius: 3em;
}

.vm13 a:hover {
    background-color: bisque;
}
.menu {
    margin: 5px;
}
.menu ul  {
    
    display: flex;
    list-style: none;
    justify-content: space-between;
    background-color:snow;
    border-radius: 3em;
    font-weight: 600;
    color: #E9AFB1;
    font-size: 0.8em;
    align-items: center;
    text-align: center;
    overflow: auto;
}

.menu ul li:hover {
    background-color: bisque;
}
.menu ul li {
    padding: 0.75em;  
    flex-basis: 25%;
    white-space: nowrap;
}

.menu a{
    color: #E9AFB1;
    text-decoration: none;
}


#portfolio ul img {
/*    width:180px; */
    height: 55vw;
    border-radius: 10px;
    margin: 3px;
    box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.29);
    background-color: snow;
}

#portfolio ul {
    display:flex;
    width: 100%;
    overflow:auto;
    list-style: none;
}

#portfolio {
      margin-top: 2em;
}

#comitente {

    margin: 30px;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    
}

#comitente div {
    width: 50%; 
    align-self: stretch;
    display: flex;
    align-items: center;
    background-color:snow;
}

#comitente p {
   padding: 15px;
    font-size: 0.8em;
    color: #E9AFB1;
    text-align: justify;
    text-justify: inter-word;
   
}

#comitente div img {
    width: 100%;
}

h4 {
    font-family: "BeautyAndTheBeast";
    display: flex;
    justify-content: flex-start;
    margin-top:50px;
    font-size: 1.3em;
    background-color: #E9AFB1;
    padding: 0.5em;
    margin-right: 9em;
    color: black;
    border-bottom-right-radius: 2em;
}
.integrantes ol img{
    border-radius: 50px;
    display: flex;
    height: 70px;
}

.integrantes ol li{
    padding: 2px;
    border: 2px solid pink;
    border-radius: 70px;
    margin: 5px;
    box-shadow: 0px 2px 7px -2px rgba(1,1,1,3);
    
}
.integrantes ol li img:hover {
    opacity:0;
}
  .integrantes ol li:hover {
  
    background-color: bisque;
}
.integrantes ol {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 55px;
    
}

#materias-cursadas{
    display: flex;
    justify-content: flex-end;
}


h3 {
   font-family: "BeautyAndTheBeast";
    display: flex;
    justify-content: flex-end;
    margin-top:50px;    
    font-size: 1.3em;
    background-color: #E9AFB1;
    padding-left: 2.5em;
    color: black;
    border-bottom-left-radius: 2em;
    width: 8em;
}


.loading img{
    display: flex;
    width: 300px;
    margin:auto;
    margin-top: -80px;
    margin-bottom: -70px;
}

.materias ul li {
    
   font-size: 1em;
    color: #E9AFB1;
    margin-left: 3em;
    list-style: none;
    font-weight: 600;
    line-height: 25px;
       
}

footer {
    background-color: #E9AFB1;
    margin-top: 5em;
    padding: 2em;
    font-style: oblique;
    line-height: 25px;
    
}
#logosfooter {
    display: flex;
    width: 100%;
    justify-content: center;
   

}

 #logosfooter img {
    width: 50%;
    margin-top: 2em;
     padding: 1em;
    
}


