body {
  background-image: url(/images/dinos-2.png);
  background-attachment: fixed;
  font-family: "Century Gothic";
  line-height: 1.4em;
}

.container {
  width: 85%;
  max-width: 850px;
  margin: 0 auto;
}

.container-menu {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}

.main {
  padding-top: 6rem;
  margin-bottom: 5rem;
}

.ini{
  font-size: 17px;
  text-align: justify;
}

.ini li{
  margin-bottom: 2rem;
}

/* Estilo del menú */
.logo {
  font-family: "Century Gothic";
  font-size: 100%;
  padding: 20px;
  letter-spacing: 7px;
  font-weight: bold;
}

.menu-icon {
  display: none;
  width: 25px;
  height: 25px;
}

.logo-nav-container {
  display: flex;
  justify-content: space-between;
  /* lo alineamos al centro */
  align-items: center;
  flex-wrap: wrap;
}

.header {
  background: black;
  color: white;
  font-family: "Century Gothic";
  font-size: 100%;
  position: fixed;
  padding: 10px 0;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 2px 2px 5px #999;
}

.header a {
  color: white;
  text-decoration: none;
}

/* todos los "ul" que esten dentro de "navigation" */
.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation ul li {
  /* uno al lado del otro */
  display: inline-block;
}

/* los enlaces dentro del menu */
.navigation ul li a {
  display: block;
  padding: 0.5rem 1rem;
  transition: all 0.2s linear;
  border-radius: 5px;
}

.navigation ul li a:hover {
  background: #4a4a4a;
}

@media only screen and (max-width: 767px) {
  .menu-icon {
    display: block;
    cursor: pointer;
  }

  .logo {
    font-size: 70%;
    padding: 10px;
  }

  .navigation {
    width: 100%;
    margin-top: 0.5rem;
  }

  .navigation ul {
    display: none;
    transition: all 5s;
  }

  .navigation ul.show {
    display: block;
  }

  .navigation ul li {
    display: block;
  }

  /* los enlaces dentro del menu */
  .navigation ul li a {
    display: block;
    padding: 0.5rem 0;
    transition: all 0.2s linear;
    border-radius: 5px;
  }

  .navigation ul li a:hover {
    background: gray;
  }
}

.fb-page {
  margin: 0 auto;
  justify-content: center;
}

.maps {
  text-align: center;
}

h1 {
  text-align: center;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

.lista {
  list-style: none;
  line-height: 4rem;
  font-size: 18px;
}

.lista-spec{
  /* list-style: none; */
  line-height: 2rem;
  font-size: 18px;
}

.lista-spec li{
  font-weight: bold;
}

.fb-css{
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}

p {
  text-align: justify;
  line-height: 2rem;
  /* padding: 0.5rem; */
}
/* Código de las redes sociales */
.social-bar {
  position: fixed;
  right: 0;
  top: 35%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}

.icon {
  color: white;
  text-decoration: none;
  padding: 0.4rem;
  display: flex;
  transition: all 0.5s;
}

.icon-facebook {
  background: #2e406e;
}

.icon-instagram {
  background: #3f60a5;
}

.icon-whatsapp {
  background-color: green;
}

.icon-google3 {
  background-color: red;
}

.icon:first-child {
  border-radius: 1rem 0 0 0;
}

.icon:last-child {
  border-radius: 0 0 0 1rem;
}

.icon:hover {
  padding-right: 3rem;
  border-radius: 1rem 0 0 1rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.42);
}

.imagen-uno {
  display: block;
  margin: auto;
  width: 40%;
  height: 40%;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* Estilo del footer */
footer {
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: sans-serif;
  background: #cccccc;
  color: black;
}

.container-footer-all{
  width: 100%;
  max-width: auto;
  margin: auto;
  padding: 0px;
}

.container-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
}

.column1 {
  max-width: 400px;

}

.column1 h2 {
  font-size: 16px;
}

.column2 {
  max-width: 400px;
}

.column2 h2 {
  font-size: 16px;
}

.column3{
  max-width: 400px;
}

.column3 h2{
  font-size: 16px;
}

.row2{
  margin-top: 20px;
  display: flex;
}

.row2 img{
  width: 36px;
  height: 36px;
}

.row2 label{
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 3rem;
  max-width: 100%;
  align-items: center;
}

.row2 label a {
  text-decoration: none;
  color: #101010;

}

.row2 label a:hover {
  color: white;
  transition: all 0.5s linear

}

.container-footer {
  width: 100%;
  background: #101010;
}

.footer {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.copyright {
  color: #c7c7c7;
}

.copyright a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .container-body {
    flex-wrap: wrap;
  }

  .colum1 {
    max-width: 100%;
  }

  .colum2,
  .colum3 {
    margin-top: 40px;
  }
}
