html{ background-color: rgb(246, 249, 232);}
body{ font-family: Georgia, 'Times New Roman', Times, serif;
margin: 0;;}
header{
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    background-color:#26456d ; ;
    align-items: center;
    padding: 0px;

}
.logo{
    display: flex;
    align-items: center;
}

.imagen{
    height: 80px;
    padding: 10px 20px;
    margin: 10px;

}




.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.card{
    width: 250px;
background-color: #26456d;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(5, 7, 126, 6);
    margin: 20px;
}
.card img{
width: 100%;
height: auto;

}

.card-content{
    padding: 16px;
}

.card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}


.card-content p{
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
    font-family: Arial, Helvetica, sans-serif;
}


.card-content .btn{
    display: inline-block;
    padding: 8px 16px;
background-color: #b0075e;
    text-decoration: none;
    border-radius: 4px;
margin-top: 16px;
font-family: Arial, Helvetica, sans-serif;

}



.ubanews{
    width: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;


}







.wrapper{
    display: flex;
    width: 70%;
    justify-content: space-around;

}


.educar{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 10px;
}


nav a{
    font-weight: 900;
    padding-right: 80px 50px; 
    margin: 80px;
    padding-top: 4px;
padding-bottom: 10px;
padding: 5px 20px;
background-color: #b0075e;
width: 100px;
    
}

nav a:hover{ 
    color:#8b074b;
}

@media (max-width:700px) {
    header{
        flex-direction: column;
    }

    nav{
        padding: 10px 0px;
    }
}

.kmi{ 
    width: 1800px;
    height: 400px;
}

.container{
    display: flex;
    justify-content: center;
    padding: 30px;

}

.container1{
    margin-inline: auto;
    display: flex;
    justify-content: center;
align-items: start;
    flex-wrap: wrap;
    color: #ffffff;
    background-color: #275B9F;
    border-radius: 40px;
    width: 500px;
    right: 500px;
    padding: 10px 20px;
    padding-top: 10px;
    margin-top: 5px;
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;


}

.presentacion{
    display: flex;
    justify-content: baseline;
    padding: 0px 15px;
    color:#b0075e;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 6px;

}



.ubanews{
    width: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;


}




figure {max-width: 100%;
background-size: cover;
background-position: center center;}




.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.card{
    width: 250px;
background-color: #26456d;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(5, 7, 126, 6);
    margin: 20px;
}
.card img{
width: 100%;
height: auto;

}

.card-content{
    padding: 16px;
}

.card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
    color: #ffffff;
}


.card-content p{
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}


.card-content .btn{
    display: inline-block;
    padding: 8px 16px;
background-color: #b0075e;
    text-decoration: none;
    border-radius: 4px;
margin-top: 16px;

}

div a:hover{ 
    color:#5f0332;
}






a {text-decoration: none;
color: #F5F9EE;}

img {
    max-width:100%;
    height:auto;
    display: block;
}


.ubanews{
    width: 99%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;


}







.wrapper{
    display: flex;
    width: 70%;
    justify-content: space-around;

}

.carduba{
    width: 280px;
    height: 360px;
    padding: 2rem 1rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
    transition: 0.5s ease-in-out;
}

.carduba:hover{
    transform: translateY(20px);
}

.carduba:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block; 
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(56, 50, 141, 0.5), rgb(177, 37, 116));
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.carduba:hover:before{
    opacity: 1;

}

.carduba img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;

}


.carduba .info{
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
}


.carduba:hover .info{
    opacity: 1;
    transform: translateY(0px);

}


.carduba .info h2{
    margin: 0;

}

.carduba .info p{
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
}

.carduba .info .btn{
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: #b0075e;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}




.wrapper{
    display: flex;
    width: 70%;
    justify-content: space-around;

}

.carduba{
    width: 280px;
    height: 360px;
    padding: 2rem 1rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 7px 10px rgba(0,0,0,0.5);
    transition: 0.5s ease-in-out;
}

.carduba:hover{
    transform: translateY(20px);
}

.carduba:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block; 
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(56, 50, 141, 0.5), rgb(177, 37, 116));
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
}

.carduba:hover:before{
    opacity: 1;

}

.carduba img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;

}


.carduba .info{
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
}


.carduba:hover .info{
    opacity: 1;
    transform: translateY(0px);

}


.carduba .info h2{
    margin: 0;

}

.carduba .info p{
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
}


.card-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.card{
    width: 250px;
background-color: #b0075e;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(5, 7, 126, 6);
    margin: 20px;
}
.card img{
width: 100%;
height: auto;

}

.card-content{
    padding: 16px;
}

.card-content h3{
    font-size: 28px;
    margin-bottom: 8px;
    color: #ffffff;
}


.card-content p{
    color: #ffffff;
    font-size: 15px;
    line-height: 1.3;
}


.card-content .btn{
    display: inline-block;
    padding: 8px 16px;
background-color: #b0075e;
    text-decoration: none;
    border-radius: 4px;
margin-top: 16px;

}

div a:hover{ 
    color:#5f0332;
}



.carduba .info .btn{
    text-decoration: none;
    padding: 0.5rem 1rem;
    background: #b0075e;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}



.presentacion2{
    display: flex;
    justify-content: baseline;
    padding: 0px 15px;
    color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 6px;



}
.imagenuba{
    height: 100px;
    padding: 0px 20px;
}


footer {
    margin: 0;
            background-color:#225190;
            color:  #ffffff;
        padding: 1em;
        text-align: center;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        padding: 1.5rem;
        margin-block-end: 0;
        display: inline-flex;
        margin-top: 30px;
}



.imagenubakar{
    height: 300px;
    width: 200px;
    margin: 15px;
}

