@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');
/*
selector {propiedad:valor;}
*/ 
*{transition: all 1s;}
body 
{background-image: linear-gradient(to top, #feada6 0%, #f5efef 100%);
font-family: Poppins;
transition: all 2seg }

.menuprincipal { 
text-align: center;
padding: 20px 10px 20px 10px;
background: #e0beb8}

.integrantes {
text-align:center;
background:#e0beb8 ;
padding: 5px 0px 10px 5px;
text-decoration-line:none;}

li {;list-style-type: none }

article a {
    color: palevioletred;
    text-decoration: underline;}
a {color: white; margin-right:10px; margin-right:10px;text-decoration-line:none; }
h1 {color: #33afaf;font-size:2.4rem;font-family: 'Poppins', sans-serif;text-align: center}
h2 {color:#e0beb8;font-family: 'Poppins', sans-serif;font-size:1.3rem;text-align: center}
h3 {color:#33afaf;font-family: 'Poppins', sans-serif;text-align: center}
h4 {text-align:center}
h5 { color: #33afaf; font-size: 1rem;}
p  {color:#33afaf;font-size: 0,5rem; text-align:center}


ul {
color: white;}  

section li {text-align: left}

section h4 {text-align: left; margin-left: 2.5rem}
section img {border-radius: 50rem; justify-content: space-around; margin: auto;
    display: block; width: 15%}
p  {color:white;font-size: 0,5rem; text-align:center}
.articulo5 {background: #ED1E79; color: #f5f3ff; padding: 1rem; text-align: center;font-weight: 500; font-family: poppins}

.datosacademicos {text-align: left;
    padding: 0px 0px 0px 220px}

/* VERSION GRANDE */

@media (min-width:576px){ 
@media (min-width:768px){

body{background:#f9e7e4;}
    }

.programa{
    display: flex;
    justify-content: center;
    align-items: center;
}

.carrera{
    height: 290px;
    width: 290px;
    margin: 10px 20px 0px 10px;
    background-color:#e0beb8;
    border-radius: 2rem;}
    footer {font-size: 0.8rem}
    
    .menuprincipal a:hover{color: #33afaf}   
    .nombre {color: palevioletred; font-size: 1.8rem;}
 
@media only screen and (max-width:576px){
    .programa {
        flex-direction: column;}
    
    .carrera{
        margin-bottom: 20px;}

    body{background:#f9e7e4;}}
   p  {color:#33afaf;font-size: 0,5rem; text-align:center}
    .fotologo {width: 70%;margin: auto;
    display: block;}