@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&display=swap');
/*

selector {propiedad:valor;}
*/  

body{
background:white; 
font-family: 'Poppins', sans-serif; 
text-align:center
}  

header{
background:white;
}

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

nav a {
color: palevioletred; 
    text-decoration-style: none;
margin-right:30px; 
margin-left:30px;
text-decoration-line: none;
}

a:hover {
  color: #0c2d66;
}
    
.integrantes {
text-align:center;
background:palevioletred ;
padding: 5px 0px 10px 5px;
text-decoration-line:none;
}

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

article a {
    color: palevioletred;
    text-decoration: underline;
}
 


.columna-1 {background:#e8dd9e;}
.columna-2 {background:#e8dd9e;}
.columna-3 {background:#f9e7e4;}
.columna-4 {background:#f9e7e4;}
.columna-5 {background:#f9e7e4;}

section {
text-align:center;
}

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


ul {
color: palevioletred;

}  

section li {text-align: left}

section h4 {text-align: left; margin-left: 2.5rem}
 
footer p{ color: darkgrey; font-size: 0.7rem;}

.logouba {width:35%}
.logoocampo {width:25%}

.infofinal
{ color: darkgrey; font-size: 1rem;}

@media (min-width:768px){


    body{background:#f9e7e4;}
}

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

.carrera{
    height: 300px;
    width: 300px;
    margin: 10px 20px 0px 20px;
    background-color:rgb(245, 210, 222) ;}

@media only screen and (max-width:576px){
    .programa {
        flex-direction: column;}
    
    .carrera{
        margin-bottom: 20px;
    }

    body{background:#f9e7e4;}
}
