*{
    
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: futura-pt, sans-serif;
}

p{
    font-weight: 400;
    font-style: normal;
    line-height: 1.3rem;
    padding: 0.8rem;
    color: #8FADBF;
}

nav{
    display: flex;
    flex-direction: column;
    color: #384643;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}

#barratop{
    background-color: white;
    height: 8vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #384643;
}

#barratop > h2{
    margin: auto;
    width: 100%;
    text-align: center;
    position: absolute;
    font-weight: 100;
}

#iconomenu{
    z-index: 1;
    padding: 0.5rem;
    cursor: pointer;
}


#iconomenu i{
    font-size: 20pt;
    color: #96a09f;
}

#iconomenu button{
    background-color: white;
    border-style: none;
}

#iconostop{
    display: flex;
    z-index: 1;
    max-height: 100%;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

#iconostop > a{
    height: 100%;
    width: 100%;
    display: flex;
    margin: 0.3rem;
    text-decoration: none;
    color: #96a09f;
}

#iconostop > a > i{
    font-size: 1.5rem;
}

#menu > ul{
   margin: auto;
    width: 100%;
    height: 92vh;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#menu > ul > li{
    padding: 1rem;
}

#menu > ul > li > a{
    text-decoration: none;
    color: white;
    font-size: 24pt;
}

#menu > ul > li > a:hover{
    text-decoration: underline;
}

#particles-js {
    background-color: #384643;
    height: calc(92vh);
    z-index: 1;
}

main{
    display: flex;
    flex-direction: column;
    height: calc(92vh - 3rem);
    overflow: hidden;
}

main > figure{
    height: 60%;
    overflow: hidden;
}

main > figure > img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

main > div{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #8FADBF;
    height: 40%;
}

.botoncontacto{
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.botoncontacto:focus{
    outline: none;
}

.botoncontacto:focus > i{
    font-size: 28pt;
}

.botoncontacto > a{
    color: #384643;
    text-decoration: none;
    font-size: 16pt;
}

.botoncontacto > a:hover{
    text-decoration: underline;
}

.botoncontacto > i{
    font-size: 24pt;
    padding: 0.5rem;
    color: #384643;
}

.botoncontacto > i:hover{
    font-size: 26pt;
    cursor: pointer;
}

#volver{
    display: flex;
    margin: 1rem;
}

#volver > a{
    margin: auto;
    padding: 0.3rem;
    font-size: 16pt;
    color: #8FADBF;
    text-decoration: none;
}

footer{
    display: flex;
    border-top-style: solid;
    border-top-color: #8FADBF;
    border-top-width: thin;
    padding: 0.3rem;
    justify-content: center;
    height: 3rem;
    align-items: center;
}

footer > a{
    font-size: 12pt;
    text-decoration: none;
    color: #96a09f;
}
