@charset "utf-8";


*{
    padding: 0px;
margin:0px;
}



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


.compu{
    padding-left: 2px;
    margin-top: 1px;
    margin: 10px;
}



.iconomenu{
    margin: 20px 50px;
    position: relative;
    z-index: 5;
    padding-top: 10px 20px;




}

header{
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    background-color:rgb(255, 253, 239) ;
    align-items: center;
    padding: 0px;

}


a{
    text-decoration: none;
    color: rgb(253, 203, 226);
    
    
    ;
}

nav a{
    font-weight: 600;
    padding-right: 30px 50px; 
    margin: 20px;
    padding-top: 4px;
padding-bottom: 10px;
padding: 5px 20px;
text-align: start;
background-color: #b0075e;
border-bottom: #b0075e;
border-radius: 1rem;   
    
}

nav a:hover{ 
    color:rgb(124, 4, 4);
}


.iconomenu img{
    vertical-align: top;
    top: 40%;
    left: 50%;
    width: 50px;
    cursor: pointer;
}

.cont-menu{
background-color: #4978b4;
box-shadow: 2px 0px 5px 2px rgba(56, 50, 141, 0.5);
width: 300px;
height:100vh;
position: absolute;
top: 0;
left: 0;

transition: all .5s ease;
}

.active{
    transform: translate(-600px);
}

.opacity{
    background-color: #b0075e;
    transition: all .5s ease;
}


.cont-menu ul{
    padding: 140px 0px 20px 0px;
    list-style: none;
}

.cont-menu ul li{
    color: #ffffff;
    display: block;
    font-size: 20px;
    text-decoration: none;
    padding: 50px 80px;
    cursor: pointer;
}


.cont-menu ul li:hover{
    background-color: #b0075e;
    color: #5f0332;
}



body{
    display: block;
    margin: 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color:black
background-color #f9f9ea;

}

p {text-wrap: pretty;}


img{
    max-width: 100%;
    background-size: cover;
}

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




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

}

.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;
}





.contenedoraheader{
    max-width: 70px;
    background-color: #f9f9ea;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
    text-decoration: none;
    padding: 8px;
    max-width: 100%;
    padding: 1rem;}

.menuheader {
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2em;
    text-decoration: none;
}

.titulo{ 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #ffffff;
    background-color: #275B9F;
    border-radius: 40px;
    width: 500px;
    right: 500px;
    padding: 5px;
    padding-top: 2px;
    max-width: 100%;
    margin-top: 15px;


}

.titulo2{ 
    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 10px;
    padding-top: 5px;
    margin-top: 30px;
    max-width: 100%;

}

.textos{
    margin-inline: auto;
    display: flex;
    justify-content: center;
align-items: start;
    flex-wrap: wrap;
    color: #b0075e;
    text-align: center;
    font-weight: bold;
    margin:1rem;
    max-width: 100%;
    margin: 10px 10px;
    padding: 5px;
    margin-top: 2px;



}





ul{
    
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
    
}

nav ul {
margin-block:0;
display: none; 
}


.navclases{
font-weight: 600;
padding-right: 30px 50px; 
margin: 5px;
padding-top: 10px 10px;
padding-bottom: 10px;
padding: 5px 20px;
background-color: #b0075e;
border-bottom: #b0075e;
border-radius: 1rem;   
}



.botones{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
background-color: #b0075e;
border: 0px;
border-radius: 1rem;
margin: 5px ;
padding: 10px;
}


.lupa{ 
padding: 20px 20px;
display: flex;
justify-content: center;
}


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


.carrera{
    height: 200px;
    width: 600px;
display: inline-flex;
padding: 10px;

}

.disenopaisaje{ 
display: flex;
align-content: center;
}

    h4 {text-align: center;}

    .contenedoraqueesfaduenred {display: flex;
        flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-around;
            align-items: flex-start;
            align-content: flex-start;
            margin: 2rem;;
    }

    .textofaduenred {padding-inline: 10rem;}

    .faduenred {color: #275B9F;
            text-align: center;}

        .titulos {color: #275B9F;
        text-align: start;
    max-width: 100%;}

    .header, .footer{
        background-color: #BC2474;
        color: rgb(253, 255, 240);
        margin-block: 0px;
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .contenedoracarreras {padding-inline: auto;}

        .menucarreras {display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-evenly;
            align-items: flex-start;
            align-content: flex-start;
            padding-block-start: 3rem;
            
        }

        .fadu {justify-content: center;
            padding-top: 0rem;
        text-align: center;}

.dgfadu{
display: inline-block;
text-align: center;
    width: 400px;
    right: 200px;
background-color: #b0075e;
border: 0;
border-radius: 1rem;
margin: 5px ;
padding: 10px;
}


.itemcarrusel{ 
height: 200px;
position: relative;
}

.tarjeta{
height: 100%;
}

.flechas{
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}


#contenedoritemscarrusel{
    height: 200px;
    overflow: hidden;
margin: 20px 0px;
margin-top: 0px;
}



#contepuntos{
    background-color: #275B9F;

}


#contenedorpuntos{
display: flex;
justify-content: space-around;

}


.section-graduados {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-graduados h1 {
    color: #b0075e;
}
.form-registro {
    margin-top: 20px;
    text-align: left;
}
.form-registro label {
    display: block;
    margin-top: 10px;
    color: #000000;
}
.form-registro input {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.form-registro button {
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #b0075e;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.form-registro button:hover {
    background-color: #5c0632;
}
.conexiones {
    margin-top: 40px;
}
.conexiones h2 {
    color: #b0075e;
    
}

.conexiones h3 {color: #b0075e;}
.conexiones div {
    margin: 20px 0;
}
.conoce {margin-left: 5rem;
    margin: 2rem;}


.historias h2 {padding-top: 30px;
    color: #ffffff;
}


.historias p {color: #ffffff;
    
    }
    

.card:hover {transform: translateY(-5px);}

.historias {
    margin-top: 40px;
    background-color: #b0075e;
}

.historias h2, {color: #ffffff;}

.historias p {
    color: #ffffff;
}

.card-containerhistorias {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 3rem;
}

.cardhistorias {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    text-align: left;
    overflow: hidden;
    transition: transform 0.3s;
}

.cardhistorias img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cardhistorias h3 {
    font-size: 18px;
    margin: 15px;
    color: #275B9F;
}

.cardhistorias p {
    font-size: 14px;
    margin: 15px;

}


.formasdeconectarse {margin: 3rem;}

.cardhistorias:hover {transform: translateY(-5px);}

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



        