.h1-home {
    margin-top: 25px;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 20px;
}

.fixed-button {
    position: fixed;   /* Fixes it relative to the viewport */
    bottom: 50px;      /* Distance from the bottom of the screen */
    right: 65px;       /* Distance from the right side of the screen */
    padding: 0px;
    color: rgb(110, 107, 107);
    border: none;
    cursor: pointer;
    font-size: 30px;
}

.fixed-button:hover {
    color: white;
}

.mycontainer {
    background-color: white;
}

.base-container {
    margin-top: 93px;
}

/* estilo de la página work */

.h1-work {
    margin-top: 10px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 2px;
}

.body-work {
    display: flex;
    flex-direction: column;
    position: relative;
}

main {
    flex: 1;
}
.sidebar {
    min-height: 100%;
    background-color: #ffffff; /* Fondo blanco */
    padding: 1rem;
}
header {
    background-color: #ffffff; /* Fondo blanco */
}
footer {
    background-color: #ffffff; /* Fondo blanco */
    text-align: center;
    padding: 1rem;
    font-size: 10px;
}

.menu-option {
    color: black;
}
.menu-option:hover {
    color: #a19d9d;

}

.menu-option:focus {
    color:#a19d9d;

}

#image1, #image2, #image3, #image4, #image5, #image6, #image7, #image8, #image9, #image10, #image11, #image12, #image13 {
    position: absolute; /* Necesario para poder moverla */
    top: 100px;
    left: 500px;
    background-color: transparent;
    border: none;
}

.img-button {
    width: 100px;
    height: auto;
    cursor: grab;
}

.img-about {
    max-width: 370px;
    margin-left: 20px;
}

.section-about {
    margin-top: 43px;
    margin-bottom: 0;
}

.full-height {
  height: 100vh;   /* 100% de la altura del viewport */
}

.text-scroll {
    overflow-y: auto;
    height: 75vh;
}

.nav-size {
    height: 100vh;;
}

.footer {
    height: 10px;
}

.section-row {
    height: 82vh;
}

.section-work {
    height: 93vh;
}

.email {
    font-size: 12px;
    text-decoration: none;
    color: inherit;
}

.h2-about {
    font-size: 14.5px;
}


.modal-content {
    background-color: transparent;
    border: none;
}

.modal-details {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.details-color {
   color:#f9f4f4;  
}