*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}



.header {
    width: 100%;
    height: 80px;
    display: block;
    background-color: #101010;
}

.inner-header {
    width: 1000px;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.logo-container {
    height: 100%;
    display: table;
    float: left;
}

.logo-container h1 {
    color: rgb(80, 154, 189);
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 32px;
}

p {
    color: black;
    font-size: large;
}

.box {
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.navigation {
    float: right;
    height: 100%;
}

.navigation a {
    height: 100%;
    display: table;
    float: left;
    padding: 0px 20px;
}

.navigation a:last-child {
    padding-right: 0;
}

.navigation a li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    color: white;
    font-size: 16px;
}

    

.navigation a li:hover {
    background: rgb(80, 154, 189);
}


body {
    background-color: rgb(163, 64, 64);
}

#myVideo {
    padding-left: 5px;
    padding-right: 10px;
    min-width: 100%; 
    min-height: 100%;
  }

  .main .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }


  article img {
     width: 50%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
  }

  article h2 {
    text-align: center;
  }


.facebook {
    padding: 0px;
    width: 40px;
    text-decoration: none;
}
.facebook:hover {
    opacity: 0.7;
}

.facebook {
    color: white;
}

.whatsapp {
    padding: 0px;
    width: 40px;
    text-decoration: none;
}

.whatsapp:hover {
    opacity: 0.7;
}

.whatsapp {
    color: white;
}

.youtube {
    padding: 0px;
    width: 40px;
    text-decoration: none;
}

.youtube:hover {
    opacity: 0.7;
}

.youtube {
    color: white;
}

.footer {
  flex-shrink: 0;
  background-color: rgb(114, 97, 97);
  color: aliceblue;
  padding: 20px;
  text-align: center;
}

.footer p a {
    font-size: large;
    color: #101010;
}

.copyright-text {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}

body .galeria {
    background-color: rgb(168, 168, 44);
}

@media (max-width: 600px) {
    .navigation {
        width: 100%;
    }
}