
        header{
            height: 80px;
            background:  #fafcff8;
        }
 h1{
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    font-size: 30px;
    background: #891818;
    color: white;
    padding: 40px;
    
   
 }

 h2{
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-size: 30px;
    color: rgba(240, 20, 133, 0.736);
    padding: 30px;

}

p{
    font-family: 'Times New Roman', Times, serif;
    width: 100%;
    text-align: justify;
    font-size: 22px;
    color: aliceblue;
}

        h3{
            background: pink;
            display: inline;

        }

        a{
            background: purple;

        }

    .logo{
       width: 60px;
       float: left;
       margin-right: 20px;
        padding: 20px;
        }
.splash {
    width: 100%;
    height: 10vh;
   
    background-size: cover;
}
.icono{
            width: 45px;
        }

        body{
            width: 100%;
            height: 100vh;
            background: url(../images/fondo6.jpg) center center fixed;
            background-size: cover;
}




.card{
   background: rgba(240, 222, 198, 0.5);
   border: solid 1px grey;
   width: 49%; 
   margin: 0.5px;
   float: left;
   height: 325;
   border-radius: 3px;
   padding: 40px;
   box-sizing: border-box;
   display: inline-block;
}


nav ul{
    float: right;
    margin-right: 20px;
    padding: 20px;
}

nav ul li{
    display: inline-block;
}

    nav ul li a{
        background: #891818;
        padding: 10px;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
     }

     nav ul li a:hover{
        background: #0f0f0f;
        color: white;
       
     }

       section{
           width: 80%;
       margin: 0 auto;
       min-height: 150vh;
    }

    footer{
        background:  #891818;
        height: 100px;
        color: white;
    }

    footer p {
        text-align: center;
        padding: 30px;
    }

  .audio{
        display: flex;
        justify-content: center;
        align-items: center;

    }