body{
    display: flex;
    align-items:center;
    min-height: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: linear-gradient(rgba(5,7,12,0.75),rgba(5,7,12,0.75)), url(piano.jpg) no-repeat center center fixed;
    background-size: cover;
    margin: 60px;
}

html{
    scroll-behavior: smooth;
}

header{
    display:flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #6096ba;
    z-index: 100;
}



.abrir-menu,
.cerrar-menu {
    display: none;
}

.barra li {
    display:inline;
    list-style: none;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;

}
.barra a{
    display: inline;
    position: relative;
    text-decoration: none;
    width: 100%;
    font-size: 1.2rem;
    color: black;
    margin: 0 auto;
    transition: all .2s;
}

.barra a:hover{
    color: #ffffff;
}

.contenedor {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: center;
    align-items:center;
    align-content:center;
    width: 100%;
    min-height: 40vw;
    margin: 20px;
}

.cont2 {
    display: flex;
    position: relative;
    flex-flow: column wrap;
    justify-content:flex-start;
    align-items: center;
    max-height: 40%;
    align-content:flex-start;
}

.cont3 {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    align-content:center;
}

.fs {
    display: flex;
    position: relative;
    max-width: 50px;
}
.logo{
    display:flex;
    position:relative;
    align-items:center;
    max-width: 400px;
    filter:drop-shadow(10px 5px 5px #6096ba );
    transition: all .4s;
}

.logo:hover {
    scale: 1.1;
}

.nombre{
    display: flex;
    position: relative;
    font-size: 3rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    text-shadow:  -1px -1px 0px #000,
    2px  2px 0px #000,
4px 4px 0px #000;
    justify-content: center;
}

.desc{
    display: flex;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    text-shadow:  -1px -1px 0px #000,
    2px  2px 0px #000,
    4px 4px 0px #000;

}

.parr1 {
    display: flex;
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    color: #62c0ff;
    text-shadow:  -1px -1px 0px #000,
    2px  2px 0px #000,
4px 4px 0px #000;
}


.div1{
    display: flex;
    position: relative;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.lista{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    flex-wrap: wrap;

}

.lista li{
    display: flex;
    position:relative;
    flex-direction: row;
    text-decoration: none;
    padding: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.facebookto a img,
.instagramto a img{
    display: flex;
    position:relative;
    width: 35px;
    justify-content: center;
    align-items: center;
    transition: all .2s;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 20px;
    
}

.facebookto a img:hover,
.instagramto a img:hover{
    background-color: #6096ba;
}


.divlogo {
    display: flex;
    position: relative ;
    align-items: center;
    justify-content:flex-start;
    align-content: flex-start;
}

.contenedor2 {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items:center;
    align-content:center;
    width: 100%;
    min-height: 30vw;
    left: 0;
    top: 0;
    background-color: #6096ba1f;
    border-radius: 20px;
    padding: 10px;
    margin: 10px;

}

.contactoo {
    display: flex;
    position: relative;
    flex-flow: column wrap;
    justify-content:left;
    align-items: center;
    max-height: 40%;
    left: 0;
    border-radius: 20px;
}

.wim{
max-width: 30px;
align-items: center;
}

.numw{
    color: #fff;
    text-decoration: none;
}
.lista2  {
    display: block;
    position: relative;
    align-items:center;
    padding: 10px;
    justify-content: center;
    list-style: none;
    color: #fff;
    text-shadow: 5px 2px 2px #000,
    5px 2px 2px #000,
    5px 2px 2px #000;
}
.lista2 li {
    padding: 10px;
    list-style: none;
}

.c4 {
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 5px 2px 2px #000;
}

.seccion{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.main {
    font-size: 3rem;
    color: #fff;
    text-shadow: 3px 2px 2px #6096ba,
    3px 2px 2px #6096ba;
    max-width: 100%;
}

.seccion h6{
    font-size: 1.6rem;
    color: #fff;
    margin: 20px;
}

.seccion img{
    max-width: 200px;
    max-height: 200px;
    margin: 20px;
    background-size: cover;
    border-radius: 30px;
}

article {
    transition: all .2s;
    background-color: rgba(107, 105, 105, 0.178);
    border-radius: 30px;
    margin: 40px;
}

article:hover{
    scale: 1.3;
}

footer {

    position:relative;
    margin: 0;
    bottom: 0;
    top: 40px;
    width: 100%;
    font-style: italic;
    background: none;
    text-decoration: none;
    color: #fff;
    text-shadow: 3px 1px 1px #000000,
    4px 2px 2px #000000,
    5px 3px 3px #000000;
}

.pms{
    text-decoration: none;
    color: #fff;
    border-bottom: 5px solid #6069ba;
}

.field {
    margin-bottom: 10px;

  }
  
  .field label {
    display: block;
    font-size: 12px;
    color: #ffffff;
  }
  
  .field input {
    display: block;
    min-width: 250px;
    line-height: 1.5;
    font-size: 14px;
  }
  
  input[type="submit"] {
    display: block;
    padding: 6px 30px;
    font-size: 14px;
    background-color: #4460AA;
    color: #fff;
    border: none
  }

  .mensaje {
    padding: 10px;
    border-radius: 10px;
  }

  .mandamemensaje{
    color: #fff;
    font-size: 1.2rem;
  }

.hor {
    text-decoration: none;
    list-style: none;
    color: #fff;
    justify-content:center;
    align-items: center;
}

.hor li {
    padding: 10px 0 10px 0;
}

.thor{
    font-size: 1.3rem;
    text-shadow: 3px 1px 1px #6069ba,
    4px 1px 1px #6069ba,
    5px 1px 1px #6069ba;
}

section[id]{
    margin-top: 50px;
}

@media screen and (max-width : 550px) {
    footer {
        position:relative;
        margin: 0;
        bottom: 0;
        top: 40px;
        width: 100%;
        font-style: italic;
        background: none;
        text-decoration: none;
        color: #fff;
        text-shadow: 3px 1px 1px #000000,
        4px 2px 2px #000000,
        5px 3px 3px #000000;
    }

    .pms{
        text-decoration: none;
        color: #fff;
        border-bottom: 5px solid #6069ba;
    }



    .abrir-menu,
    .cerrar-menu {
        cursor: pointer;
        display: block;
        font-size: 1.1rem;
        margin-right: 5px;
        background-color: transparent;
        border: 0;
    }
    
    .contenedor{
        display: flex;
        position: relative;
    }

    .barra {
        align-items: center;
        display: none;
    }
    .fs{
        display: flex;
        justify-content: center;
        align-items: center;
        position:relative;
    }

    .logo {
        display: block;
        max-height: 150px ;
        
    }

    .barra {
        visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 1.5rem;
        position: fixed;
        top: 0;
        right: 0;
        padding: 4rem;
        bottom: 0;
        box-shadow: 0 0 0 100vmax rgba(0, 0, 0, .5);
        background-color: #6096ba;
    }

    .barra.visible {
        opacity: 1;
        visibility: visible;
    }

    .barra li a{
        display: flex;
        flex-direction: column;
        padding: 10px;
        color: #fff;
        transition: all .2s;
    }

    .barra li a:hover{
        color: #000;
    }

    .nav-list {
        flex-direction: column;
        align-items: end;
        position: fixed;
    }
}

