.header {
    display: flex;
    flex: 1;
    background-color: darkgray;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 20px;
    padding: 15px;
}
.imgCol a:hover {
    padding: 10px;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    transform: scale(1.3);
    transition: 0.1s;
}
.imgCol {
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info {
    color: white;
    text-align: center;
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tit {
    color: rgb(255, 255, 255);
}
.nav {
    display: flex;
    margin: 10px;
    padding: 10px;
    background-color: red;
    justify-content: space-around;
    text-decoration: none;
    border-radius: 15px;
}
.nav2 {
    display: flex;
    flex-direction: row;
    margin: 10px;
    padding: 10px;
    background-color: darkgray;
    justify-content: space-around;
    text-decoration: none;
    border-radius: 15px;
}
.materiasNav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.optionNav {
    color: white;
    font-size: 20px;
}
.elccionNav {
    display: flex;
    flex-direction: rows;
}
.imgBtnNav2 {
    width: 15px;
    height: 15px;
}
.contImgNav2 {
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.url {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.leng {
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-right: 10px;
}
.idioma {
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding-right: 5px;
}
a {
    text-decoration: none;
}
.contIntro {
    display: flex;
    flex-direction: row;
    width: auto;
    height: auto;
    background-color: rgba(169, 169, 169, 0.301);
    padding: 10px;
    border-radius: 20px;
}
.txtIntro {
    display: flex;
    flex: 7;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 20px;
}
.imgGen {
    width: 80px;
    height: 80px;
}
body {
    padding-left: 5px;
    padding-right: 5px;
}
.imgIntro {
    display: flex;
    flex: 1;
    float: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.imgI {
    width: 170px;
    height: 140px;
}
@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
    }
    .imgCol,
    .info {
        flex: 1;
        margin: 10px 0;
    }
    .nav {
        flex-direction: column;
        padding: 10px;
    }
    .nav2 {
        flex-direction: column;
        padding: 10px;
    }
    .imgIntro {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .txtIntro {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .imgI {
        width: 100%;
        height: auto;
    }
    .leng {
        justify-content: center;
        margin-top: 10px;
    }
    .idioma {
        width: 35px;
        height: 35px;
    }
}
@media (max-width: 480px) {
    .header {
        flex-direction: column;
        align-items: center;
    }
    .info h2,
    .info p,
    .info h1 {
        font-size: 16px;
    }
    .nav {
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }
    .nav2 {
        flex-direction: column;
        justify-content: center;
        padding: 10px;
    }
    .imgIntro {
        width: 100%;
        height: auto;
        justify-content: center;
        align-items: center;
    }
    .txtIntro {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .imgI {
        width: 100%;
        height: auto;
    }
    .leng {
        justify-content: center;
        margin-top: 10px;
    }
    .idioma {
        width: 30px;
        height: 30px;
        padding-right: 5px;
    }
}
.containerIF {
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: rgba(169, 169, 169, 0.301);
    padding: 10px;
    border-radius: 50px;
}
.titIF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.titleIF {
    margin-bottom: 0.01px;
}
.interactivityP {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.buttonsContIF {
    display: flex;
    flex-direction: column;
    flex: 3;
    justify-content: space-around;
    background-color: darkgray;
    border-radius: 50px 0px 0px 50px;
    width: 100%;
}
.buttonsIF {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin: 10px;
    border-radius: 50px;
    background-color: white;
    padding: 10px;
}
.btnIF {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: red;
    color: white;
    border-color: darkgray;
    border-width: 3px;
    cursor: pointer;
}
.screen {
    display: flex;
    flex-direction: column;
    flex: 5;
    justify-content: center;
    align-items: center;
    background-color: red;
    border-radius: 0px 50px 50px 0px;
    width: 100%;
}
.blancoIF {
    display: flex;
    flex: 0.1;
}
.contImgIF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}
.imgIF {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 30px;
}
.reslutIF {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.btnReset {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
#resIF {
    font-size: 40px;
}
@media (max-width: 768px) {
    .interactivityP {
        flex-direction: column;
        align-items: center;
    }
    .buttonsContIF {
        width: 100%;
    }
    .buttonsIF {
        width: 100%;
        margin: 5px 0;
    }
    .imgIF {
        width: 90%;
    }
    #resIF {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .btnIF {
        width: 30px;
        height: 30px;
    }
    #resIF {
        font-size: 24px;
    }
}
.navPrinc {
    position: sticky;
    top: 20px;
    z-index: 1000;
}
.contenedorSitemasOp {
    background-color: rgba(169, 169, 169, 0.582);
    padding-bottom: 15px;
    border-radius: 50px 0px 50px 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.imgSOCmp,
.imgSOEje {
    width: 100%;
    height: auto;
    max-width: 200px;
    border-radius: 20px;
}
.txtIntroSO {
    padding: 20px;
    font-size: 1.2rem;
    color: black;
    text-align: justify;
}
.txtSO {
    color: black;
    font-size: 1rem;
    margin-top: 10px;
}
.SOcont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 10px;
}
.contSO {
    background-color: darkgray;
    border-radius: 50px;
    padding: 15px;
    margin-bottom: 10px;
    flex-grow: 1;
    opacity: .8;
    transition: .9s ease;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    position: relative;
}
.contSO:hover {
    cursor: grabbing;
    filter: contrast(120%);
    background-color: red;
    opacity: 1;
}
.contTitSo h3 {
    font-size: 1.5rem;
    text-align: center;
}
.contImgSO {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    background-color: darkgray;
    border-radius: 50px 0px 50px 0px;
}
@media (max-width: 768px) {
    .contenedorSitemasOp {
        padding: 10px;
    }
    .txtIntroSO {
        font-size: 1rem;
    }
    .SOcont {
        flex-direction: column;
    }
    .contSO {
        width: 100%;
        margin-bottom: 15px;
    }
    .contImgSO {
        width: 100%;
    }
    .imgSOCmp,
    .imgSOEje {
        width: 100%;
        height: auto;
    }
    .contTitSo h3 {
        font-size: 1.2rem;
    }
}
@media (max-width: 480px) {
    .txtIntroSO {
        font-size: 0.9rem;
    }
    .contSO {
        padding: 10px;
    }
    .imgSOCmp,
    .imgSOEje {
        max-width: 100%;
    }
    .contTitSo h3 {
        font-size: 1rem;
    }
    .contenidoSO {
        flex-direction: column;
    }
}
.contMate{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300;
    height: 300;
    background-color: rgba(169, 169, 169, 0.384);
    border-radius: 20px 0px 50px 0px;
    padding: 10px;
}
#myChart{
    width: 300px;
    height: 300px;
}
.imgSoporte{
    display: flex;
    flex-direction: column;
}
.imgSoporte{
    background-color: (169, 169, 169, 0.459)
}
.cmpST{
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: rgba(169, 169, 169, 0.459);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 50px 50px 0px 0px;
}
.cmpST p{
    font-size: 20px;
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
}
.chatTxt{
    display: flex;
    flex-direction: column;
}
#integrantes {
    width: 100%;
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Encabezado del chat */
.chat-header {
    display: flex;
    align-items: center;
    background-color: #075e54;
    color: white;
    padding: 10px;
}

.logo-chat {
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-title h3 {
    margin: 0;
}

.chat-title p {
    margin: 0;
    font-size: 0.9em;
    font-style: italic;
}

/* Caja de mensajes */
.chat-box {
    height: 400px;
    overflow-y: auto;
    background-color: #e5ddd5;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

/* Mensajes */
.message {
    display: flex;
    margin-bottom: 15px;
}

.received {
    flex-direction: row;
}

.sent {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 10px;
}

.bubble {
    max-width: 70%;
    background-color: #dcf8c6;
    padding: 10px;
    border-radius: 7.5px;
    position: relative;
}

.received .bubble {
    background-color: white;
    align-self: flex-start;
    border-radius: 7.5px 7.5px 7.5px 0;
}

.sent .bubble {
    background-color: #dcf8c6;
    align-self: flex-end;
    border-radius: 7.5px 7.5px 0 7.5px;
}

.name {
    font-weight: bold;
    font-size: 0.8em;
    color: #075e54;
}

/* Área de escritura */
.input-area {
    display: flex;
    background-color: #f0f0f0;
    padding: 10px;
    border-top: 1px solid #ccc;
}

.input-area input {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 20px;
    outline: none;
}

.input-area button {
    background-color: #25d366;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    margin-left: 10px;
    cursor: pointer;
    font-weight: bold;
}