body {
    background-color: black;
    font-family: raleway;
    font-weight: 100;
}

a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

a:hover {
    font-size: 1.2em;
    transition: 0.2s ease-in-out;
}

#mail a:hover {
    text-decoration: underline #adffff 0.1px;
    font-size: 1.04em; 
    transition: 0.1s ease-in-out;
}

#mail {
    padding: 0;
    margin: 0;
}

.bg-img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    filter: brightness(0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-attachment: fixed;
}

#img-bio {
    filter: brightness(0.3);
}

#img-bio2 {
    filter: brightness(0.5);
}

#img-bio3 {
    filter: grayscale(0.7) brightness(0.15);
}

h1 {
    text-align: center;
    padding: 2em 0 0 0;
    font-weight: 100;
    color: rgba(173, 255, 255, 0.2);
}

h2 {
    text-align: start;
    font-size: 1.3em;
    padding: 3em 0 0 1em;
    margin: 0;
    font-weight: 100;
    color: rgba(173, 255, 255, 0.8);
}

h3 {
    text-align: center;
    padding: 2em 0 2em 0;
    margin-top: 1em;
    font-weight: 100;
    font-size: 1.1em;
    color: rgba(173, 255, 255, 0.05);
    background-color:rgba(173, 255, 255, 0.01);
}

h4 {
    text-align: center;
    padding: 10em 0 2em 0;
    margin-top: 1em;
    font-weight: 100;
    font-size: 1em;
    color: rgba(173, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

h5 {
    text-align: center;
    padding: 2em 0 2em 0;
    margin-top: 1em;
    font-weight: 100;
    font-size: 1em;
    color: rgba(173, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

h6 {
    text-align: center;
    padding: 0em 0 2em 0;
    margin-top: 1em;
    font-weight: 100;
    font-size: 1em;
    color: rgba(173, 255, 255, 0.8);
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

#news p {
    padding-bottom: 0em;
    margin-bottom: 2em;
    margin-top: 2em;
    padding-top: 0em;
}

p {
    color: rgb(200, 255, 255);
    font-weight: 100;
    padding: 4em;
    transition: 0.3s ease-in-out;
    line-height: 1.6em;
    text-decoration: none;
}

p2 {
    color: rgba(200, 255, 255, 0.8);
    font-weight: 100;
    padding: 0em;
    transition: 0.3s ease-in-out;
    line-height: 2em;
    text-decoration: none;
}

#work a {
    color: rgb(200, 255, 255);
    font-weight: 100;
    transition: 0.2s ease-in-out;
    text-decoration: none;
}

#work a:hover {
    text-decoration: underline #adffff 0.1px;
    font-size: 1.04em; 
    transition: 0.2s ease-in-out;
}

#work {
    color: rgb(200, 255, 255);
    font-weight: 100;
    font-size: 0.9em;
    transition: 0.3s ease-in-out;
    
    max-height: 10em;
    padding: 2em 0 0 0;
    margin-bottom: 10em;
}

#work .row {
    display: flex;
    align-items: center;
    padding: 1em 15em;
}

#img-work {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 10em;
    overflow: hidden;
    object-fit: cover;
    filter: grayscale(1) brightness(0.8);
    transition: 0.2s ease-in-out;
    /* object-position: center botom; */
}

#img-trabajos {
    max-height: 50em;
}

#img-work:hover {
    max-height: 14em;
    filter: grayscale(0) brightness(1);
    transition: 0.3s ease-in-out;
}

#fotowork {
margin-top: 10em;
transition: 0.3s ease-in-out;
}

#fotowork2 {
margin-bottom: 13em;
transition: 0.3s ease-in-out;
}

#fotowork3 {
    margin-bottom: 2em;
    transition: 0.3s ease-in-out;
}

#fotowork4 {
    margin-bottom: 1em;
    transition: 0.3s ease-in-out;
}

#pagina-work {
    padding: 0em 0em;
}

#pagina-work .row {
    display: flex;
    align-items: center;
    padding: 6em 4em 1em 4em;
    margin: 0 0 0 0;
    transition: 0.3s ease-in-out;
}

#pagina-work .row #more {
    text-align: center;
    padding: 4em 0 0 0;
    transition: 0.3s ease-in-out;
}

#img-work-pagina2 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 20em;
    overflow: hidden;
    object-fit: fill;
}

#navi .navbar-brand {
    color: rgb(173, 255, 255);
}

#navi .navbar-brand #composer {
    font-size: 0.6em;
}

.navbar .nav-link:hover{
    text-decoration: underline #adffff 0.1px;
    font-size: 1.05em; 
    transition: 0.3s ease-in-out;
}

.navbar .nav-link {
    color: #adffff !important;
}

nav {
    margin-top: 3em;
    transition: 0.3s ease-in-out;
    border-bottom: 0.01em solid  #505858;
}

#navi {
    padding-bottom: 3em;
}

.dropdown button,
.dropdown-menu,
.dropdown-menu .dropdown-item {
    color: rgb(200, 255, 255);
    font-weight: 100;
    font-size: 1em;
    border-radius: 0% !important;
    border: none !important;
    background-color: rgba(0, 0, 0, 0.4);

}

.dropdown button:hover {
    background-color: rgba(200, 255, 255, 0.1);
    color: rgb(200, 255, 255);
    font-weight: 100;
}

.dropdown button:active,
.dropdown button:focus  {
    color: rgba(200, 255, 255, 0.7);
}

.btn-secondary {
    --bs-btn-active-bg:rgba(0, 0, 0, 0.8);
    --bs-btn-active-color: rgba(200, 255, 255, 0.7);
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(200, 255, 255, 0.1);
}

.dropdown-menu {
    padding: 0;
}

button {
    box-shadow: none;
}

.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus {
    border-radius: 0% !important;
    border: none !important;
    box-shadow: none;
}

.navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28173, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#news {
    border-bottom: 0.01em solid  #505858;
    padding-bottom: 0.5em;
}

@media (max-width: 1720px){
    #pagina-work .row {
        padding: 2em 1.5em 1em 1.5em;
        transition: 0.3s ease-in-out;
    }
    #pagina-work .row #more {
        text-align: center;
        padding: 1em 0 0 0;
        transition: 0.3s ease-in-out;
    }
    #fotowork2 {
        margin-bottom: 12em;
    }
}

@media (max-width: 1600px){
    #pagina-work .row {
        padding: 2em 1.3em 1em 1.3em;
        transition: 0.3s ease-in-out;
    }
    #work .row {
        padding: 1em 7em;
        transition: 0.3s ease-in-out;
    }
    #fotowork2 {
        margin-bottom: 10em;
        transition: 0.3s ease-in-out;
    }
}

@media (max-width: 1200px){
    #pagina-work .row {
        padding: 2em 1.2em 1em 1.2em;
        transition: 0.3s ease-in-out;
    } 
    #work .row {
        padding: 1em 5em;
        transition: 0.3s ease-in-out;
    }
    #fotowork2 {
        margin-bottom: 7em;
        transition: 0.3s ease-in-out;
    }
}

@media (max-width: 992px){
    #pagina-work .row {
        padding: 2em 1em 1em 1em;
        transition: 0.3s ease-in-out;
    } 
    #work .row {
        padding: 1em 3em;
        transition: 0.3s ease-in-out;
    }
    #fotowork2 {
        margin-bottom: 5em;
        transition: 0.3s ease-in-out;
    }
}

@media (max-width: 768px){
    #pagina-work .row {
        padding: 2em 1em 1em 1em;
        transition: 0.3s ease-in-out;
    }
    #fotowork {
        margin-top: 5em;
        transition: 0.3s ease-in-out;
        }
    #fotowork2 {
        margin-bottom: 3em;
        transition: 0.3s ease-in-out;
    }
}

@media (max-width: 576px){
    #navi {
        margin-top: 1em;
        transition: 0.3s ease-in-out;
        padding-bottom: 1em;
    }
    h1 {
        display: none;
        transition: 0.3s ease-in-out;
    }
    p {
        padding: 3em;
        transition: 0.3s ease-in-out;
    }
    #work {
        padding: 1em 0 0 0;
     }
     #work .row {
        padding: 0.3em 1em;
     }
    #pagina-work .row {
        text-align: start;
        padding: 2em 1em 1em 1em;
        margin: 0 0 0 0;
        transition: 0.3s ease-in-out;
    } 
    #fotowork {
        margin-top: 0em;
        margin-bottom: 0em;
        transition: 0.3s ease-in-out;
    }
    #fotowork2 {
        margin-bottom: 0em;
        transition: 0.3s ease-in-out;
    }
    #fotowork3 {
        margin-bottom: 0em;
        transition: 0.3s ease-in-out;
    }
    #fotowork4 {
        margin-bottom: 0em;
        transition: 0.3s ease-in-out;
    }
    #pagina-work .row #more{
        text-align: center;
        padding: 0;
        transition: 0.3s ease-in-out;
    }
}
