 body {
    background-color: black;
    color: aliceblue;
    margin: 0;
    display: grid;
    place-items: center;
    height: 100vh;
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2 {
    text-align: center;
    z-index: 1;
}
h1{
    font-family: 'Germanika Personal Use', sans-serif;
    font-size: 7em;
    margin: -2% 0 -2% 0;
    
}
h2{
    font-family: 'London', sans-serif;
                                                                                                                                                                                                                                                                                                                           
    font-size: 2em;
    filter: drop-shadow( 0 0 1px rgba(194, 125, 255, 0.7));
    text-shadow: 0 0 5px rgba(194, 125, 255, 0.7);
    color: rgba(255, 242, 222, 0.926);
}
#subtitulo{
    font-family: "Wanted Signature", cursive;
    font-size: 6em;
    margin-top: -5.5%;
    filter: drop-shadow( 0 0 27px rgba(194, 125, 255, 0.7));
    text-shadow: 0 0 7px rgba(194, 125, 255, 0.7);
    color: rgba(252, 245, 234, 0.926);
}
#bio{
    margin: 3%;
    text-align: center !important;
    line-height: 1.6;
    color: rgba(254, 242, 227, 0.82);
}
#bio-tittle{
    display: flex;
    margin: 1%;
    margin-top: 3%;
    font-size: 2em;
    padding-bottom: 1%;
    filter: drop-shadow( 0 0 7px rgba(0, 0, 0, 0.7));
    color: rgba(252, 245, 234, 0.926);
    font-family: 'London', sans-serif;                                                                  
}
#bio-icon{
    margin-left: auto;
    padding-top: 1%;
    margin-bottom: -3% !important;
}
#bio-tittle:hover{
    filter: drop-shadow( 0 0 7px rgba(194, 125, 255, 0.7));
    text-shadow: 0 0 7px rgba(194, 125, 255, 0.7);
}
.autor-header:focus #bio-tittle{
    filter: drop-shadow( 0 0 7px rgba(194, 125, 255, 0.7));
    text-shadow: 0 0 7px rgba(194, 125, 255, 0.7);
}

#fondo{
    width: 90vw;
    height: auto;
    margin-top: 16%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    opacity: 0.55;
    z-index: -100;
}
.txt{
    width: 45%;
    border-radius: 10px;
    background-color: rgb(0,0, 0, 0.7);
    text-align: center;
    padding: 20px;
    z-index: 2; 
    margin-top: 27%;
}
.galeria {
    margin-top: 65px;
    text-align: center;
    z-index: 2;
    background-color: #1b1b1bc8;
    border-radius: 10px;
    padding: 0 3% 1% 3%;
}
.main-image img {
    width: 400px;
    height: 550px;
    border-radius: 10px;
    margin-bottom: 3%;
}
.thumbnails {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.thumbnails img {
    width: 80px;
    height: 115px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.thumbnails img:hover {
    transform: scale(1.1);
}
.thumbnails img.selected{
    border: 1px solid rgba(194, 125, 255, 0.7);
    transform: scale(1.1);
    box-shadow: 0 0 7px rgba(194, 125, 255, 0.7);
}

.nav-button-L, .nav-button-R{
    border-radius: 100px;
    border: none;
    background: none;
    margin: 4% 0 1% 0;
    cursor: pointer;
}
.nav-button-L:active, .nav-button-R:active{
    filter: drop-shadow( 0 0 7px rgba(194, 125, 255));
}
input{
    margin: 0 30% 1% 30%;
    text-align: center;
    border-radius: 6px;
    padding: 1%;
    font-family: Arial, Helvetica, sans-serif !important;
}
input:focus, textarea:focus{
    border: 1px solid rgba(194, 125, 255) !important;
    outline: none;
    filter: drop-shadow( 0 0 10px rgba(194, 125, 255, 0.7));
}
.form{
    display: grid;
    width: 50vw;
}
#msg{
    height: 15vh;
    margin: 0 20% 1% 20%;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.formBts{
    width: 35%;
    padding: 2%;
    display: flexbox;
    margin: 0 40% 0 40%;
    font-family: "Sedgwick Ave", cursive;  
    font-size: 1em;
    
}
.btn{
    background: none;
    border: none;
    cursor: pointer;
}
.rrss{
    display: flex;
    justify-content: center;
} 
.rrss a{
    padding: 3%;
}

footer {
    background-color: #333;
    color: aliceblue;
    padding: 20px 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    width: 100vw;
    margin-top: 2%;
}

.footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.footer-section {
    flex: 1;
    margin: 10px;
    min-width: 200px;
}

.footer-section h3 {
    margin-bottom: 10px;
    font-size: 1.5em;
}

.footer-section p,
.footer-section a {
    color: aliceblue;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

.footer-section a:hover {
    color: #ffcc00;
}

.footer-bottom {
    margin-top: 20px;
    font-size: 0.9em;
}
.correo{
    margin-top: 7%;
}
.correo a{
    margin-left: 3%;
}
#map{
    width: 9vw;
    border-radius: 10px;
    margin-bottom: -4%;
}
.foto-autor{
    width: 17vw;
    border-radius: 1vw;
    margin-top: 6%;
    margin-bottom: 3%;
}
.autor-section{
    background-color: #1a1a1acf ;
    border-radius: 1vw;
    width: 42vw;
    margin-top: -2%;
}
.autor-header{
    width: 100%;
    cursor: pointer;
    background-color: #333333;
    padding: 0.1px 20px 0 3%;
    border: none;
    border-radius: 10px;
}
.autor-header:hover{
    filter: drop-shadow( 0 0 7px rgba(194, 125, 255, 0.7));
}

.autor-content{
    display: none;
    text-align: center;
    width: 42vw;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}


#chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color:  rgba(152, 77, 217, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-size: 24px;
    z-index: 1000;
    transition: background-color 0.3s;
}

#chat-button:hover {
    background-color:  rgba(194, 125, 255, 0.7);
    filter: drop-shadow( 0 0 10px rgba(194, 125, 255, 0.7));
}
#chat-button-mobile {
    display: none;
    width: 100%;
    padding: 10px;
    background-color:  rgba(194, 125, 255, 0.7);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}



@media screen and (max-width: 800px){
    h1 {
        font-size: 3.3em;
        margin-top: 1%;
    }
    h2 {
        font-size: 1.5em;
        margin-top: 1%;
    }
    #subtitulo {
        font-size: 3em;
        margin-top: -2%;
    }
    .main-image img {
        width: 100%;
        height: auto;
    }
    .thumbnails img {
        width: 50px;
        height: 75px;
    }
    .txt {
        display: none;
    }
    #fondo {
        width: 100vw;
        margin-top: -32%;
        margin-left: 2%;
    }
    .galeria{
        margin-top: 10%;
    }
    .galeria h2{
        margin: 4%;
        padding-top: 3%;
    }
    .main-image {
        width: 290px;
        height: 430px;
        display: flex;
        justify-content: center !important;
        margin-bottom: 3%;
    }
  
    .nav-button-L, .nav-button-R{
        width: 15vw;
        height: 8vh !important;
        border-radius: 35px;
        margin: 2% 0 1% 0;
    }
    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90vw;
        margin: 0 auto;
    }
    .form-tittle{
        margin: 3% 0 3% -1%;
    }
    
    input, textarea {
        width: 90vw;
        border-radius: 7px;
    }
 
    .footer-content {
        
        flex-direction: column;
        text-align: center;
    }
    .social-media{
        margin-left: 5% !important;
    }
    #map{
        width: 45vw;
        border-radius: 10px;
        margin-bottom: -4%;
    }
    #bio-tittle{
        font-size: 1.5em;
        margin: 2% 1% 10% 1%;
        padding: 3%;
        margin-bottom: -1px;
    }
    #bio-icon{
        padding-top: 5%;
    }
    #Layer_1{
        margin-top: -100% !important;
    }
    .autor-section{
        margin-top: 42%;
    }
    .autor-section, .autor-content {
        width: 100vw;
    }
    .foto-autor{
        width: 60vw;
        border-radius: 100px;
        margin-bottom: 6%;
    }
    .formBts{
        display: flex;
        margin-top: 3%;
    }
    #chat-button {
        display: none; 
    }
    
    #chat-button-mobile {
        display: block; 
        margin-bottom: 3%;
    }
    #chat-button-mobile:hover{
        filter: drop-shadow( 0 0 10px rgba(194, 125, 255, 0.7));
    }
}

