html,
body {
    background-color: #008282;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position:relative;
    cursor: url('/cursor/windows95.cur'), auto;
    height: 95%;
}
.no-padding{
    padding: 0;
}
.no-margin{
    margin: 0;
}
/*bloquear seleccion de texto en navegadores*/
.disable-select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by any browser but < IE9 */
    height: 100%;
}

.window {
    position:absolute;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.spotify{
    margin: 10px;
    padding: 15px;
    border: 2px white solid;
    border-bottom: 2px rgb(34, 33, 33) solid;
    border-right:2px rgb(34, 33, 33)  solid;
}
.centrar_ventana{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#ventan_alert {
    color: black;
    font-size: large;
    z-index: 1;
    width: auto ;
}
.ventan_about{
    margin: 0px;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 500px;
    height: auto;
}
.about_container{
    padding: 30px;
    font-size: 12.5px;
}
@media (min-width: 768px) {
    .about_container{
        font-size: 14px;
    }
    .about_container h5{
        font-size: 18px;
    }
}
.ventan_3d {
    padding: 25px;
    width: auto;
    min-width: 100px;
    max-width: 320px;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
.ventan_musik{
    width: 500px;
    padding: 10px;
}
@media (max-width: 768px) {
    .ventan_musik{
        width: 300px;
    }
}
.ventan_projects{
    height: 500px;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: justify;
}
@media (max-width: 390px) {
    .ventan_projects{
        max-width: 280px;
    }
    .ventan_projects h1{
        font-size: 64px;
    }
}
@media (min-width: 768px) {
    .ventan_projects{
        width: 600px;
    }
}
.menu{
    left: 0%;
    bottom: 31px;
}

button{
    cursor: pointer;
}
a:link {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: blue;
    background-color: transparent;
    text-decoration: none;
}

.paginas:link {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

.paginas:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

.paginasEscritorio:link {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.paginasEscritorio:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

.barra {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #C3C3C3;
    height: 30px;
    margin: 0;
}

.barra-division {
    margin-right: 0px;
    margin-left: 0px;
    margin: 2px;
}

.barra-exe {
    display: flex;
    flex: 1;
    height: 100%;
    min-width: 0;
}
.bandeja {
    display: flex;
    flex-direction: row;
    line-height: 22px;
    box-sizing: border-box;
    vertical-align: middle;
}

.inicioBtn {
    font-weight: bold;
    margin: 5px;
    margin-left: 8px;
    margin-right: 1px;
    cursor: pointer;
}
.windowBtn{
    font-weight: normal ;
    margin: 5px 2px;
    cursor: pointer;
}
.imgBtn{
    max-width: 10%;
}
@media (min-width: 375px) {
    .windowBtn{
        width: 20px;
        padding: 0;
        margin: 5px 1px;
    }
    .imgBtn{
        display: none;
    }
}
@media (min-width: 768px) {
    .windowBtn{
        width: 100px;
    }
    .imgBtn{
        display: inline;
    }
}
@media (min-width: 1040px) {
    .windowBtn{
        width: 150px;
    }
}
.active{
    box-shadow: inset -1px -1px #ffffff, inset 1px 1px #0a0a0a, inset -2px -2px #dfdfdf, inset 2px 2px #808080;
}

.exeBtn {
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
}

.barra-reloj {
    margin: 5px;
    height: 20px;
    width: 80px;
    text-align: center;
}

.icons {
    height: 30px;
    width: auto;
    cursor: pointer;
}

.exe {
    color: white;
    height: 60px;
    width: 85px;
    margin: 0;
    text-align: center;
}

.exe p {
    margin: 0;
}

.exe2 {
    color: white;
    height: 60px;
    width: 240px;
    margin: 3;
    text-align: center;
}
.errorContainer{
    display:flex;
    height: 80px;
    width: 250px;
    margin-bottom: 10px;
}
.error{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(/images/Error.ico);
    background-size: cover;
}
.error2{
    margin-left: 90px;

    padding: 0 5px;
}
.boxContainer{
    display:flex;
    height: 80px;
    text-align: center;
    width: 100%;
}

.box{
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(/images/morty1.gif);
    background-size: cover;
    border-radius: 15%;
    margin: 0 0 auto;    
}
.box2{
    width: auto;
    margin-left: 90px;
    padding: 0 5px;
}
.box3{
    padding: 7px 5px;
    margin-left: 5px;
    width: 100%;

}
.box4{
    padding: 15px;        
}
@media (min-width: 768px) {
    .box4{
        text-align: center;
    }
}
.box5{
    display: block;
    text-align: center;
    justify-content: space-between;
    padding: 2rem;
}

.box5 img{
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .box5{
        display: flex;
        text-align: left;
    }
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}
h2.rainbow-effect {
    text-align: center;
    color: #f00;
    animation: rainbow 5s linear infinite;
  }
  
@keyframes rainbow {
    /* Colores para el efecto de arcoíris */
    0% { color: #f00; } /* Rojo */
    16% { color: #ff0; } /* Amarillo */
    32% { color: #0f0; } /* Verde */
    48% { color: #0ff; } /* Cyan */
    64% { color: #00f; } /* Azul */
    80% { color: #f0f; } /* Magenta */
    100% { color: #f00; } /* Rojo */
}
.projects_section{
    width: auto;
    margin: 10px;
}
.projects_section p {
    font-size: 18px;
}
.projects_section li{
    font-size: 18px;
}
@media (min-width: 375px) {
    .projects_section img {
        max-width: 100%;
        height: auto;
    } 
}
.item{
 cursor: pointer;
}
.oscar{
    width: 8%;
}
@media (min-width: 768px) {
    .oscar{
        width: 10%;
    }
}

/* chatbot */
  
  #chat-messages {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    height: 15rem;
    overflow: auto;
  }
  
  #chat-form {
    display: flex;
    align-items: center;
  }
  
  #chat-input {
    flex-grow: 1;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
  }
  
  button[type="submit"] {
    font-weight: bold;
  }
  .bot-message {
    font-family: "Roboto", sans-serif;
    background-color: #fffbf5; /* different light color */
    text-align: justify; /* keep it right-aligned */
    padding: 15px; /* added padding */
    margin-top: 10px; /* added margin-top to create a gap */
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-style: italic;
  }
  
  .user-message {
    font-family: "Nunito", sans-serif;
    background-color: rgb(158, 155, 155); /* light color */
    text-align: left; /* changed text align to left */
    padding: 15px; /* added padding */
    display: flex;
    align-items: center;
    font-style: italic;
  }
  .user-message img,
  .bot-message img {
    width: 40px; /* adjust the width of the icon */
    height: 40px; /* adjust the height of the icon */
    margin-right: 20px; /* add some margin to separate the icon from the message */
  }
 
  .main-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    margin-bottom: 0.5rem;
  }

.ventan_dominios {
    width: 600px;
    padding: 20px;
    overflow-y: auto;
    max-height: 500px;
    box-sizing: border-box;
}

.ventan_dominios h1 {
    margin-bottom: 20px;
    text-align: center;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.domains_section {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #808080;
    background-color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.domains_section h2 {
    color: #000080;
    margin-bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.domains_section p {
    margin: 5px 0;
    color: #000;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
}

.domains_section a {
    display: inline-block;
    margin-top: 10px;
    color: #0000ff;
    text-decoration: underline;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

@media (max-width: 768px) {
    .ventan_dominios {
        width: 90vw;
        max-width: 350px;
        padding: 15px;
    }
    
    .ventan_dominios h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .domains_section {
        padding: 10px;
        margin-bottom: 20px;
    }
    
    .domains_section h2 {
        font-size: 16px;
    }
    
    .domains_section p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .ventan_dominios {
        width: 95vw;
        max-width: 300px;
        padding: 10px;
    }
    
    .ventan_dominios h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .domains_section {
        padding: 8px;
        margin-bottom: 15px;
    }
    
    .domains_section h2 {
        font-size: 14px;
    }
    
    .domains_section p {
        font-size: 12px;
    }
}