.header{
 background: #532403;
 color: white;
 padding: 2rem 0;
 position: relative;
 height: 70px;
 left: 0;
 top: 0;
 right: 0;
}

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

.logo-nav-container{
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.logo{
    letter-spacing: 15px;
 font-size: 54px;
 color: white;
 text-shadow: 5px 6px black;
}

.logo2{
  width: 70px;
  margin-left: 0px;
  border-radius: 30%;
}
.logo2:hover{
    transform: scale(1.2);
    filter: saturate(130%);
}
.text_container{
    width: 400px;
    height: 74px;
}

.navigation ul{
 margin: 0;
 padding: 0;
 list-style: none;
 position: relative;
 left: -70px;
 top: -10px;
}

.navigation ul li{
 display: inline-block;
}

.navigation ul li a{
 display: block;
 padding: 0.5rem 1rem;
 transition: all 0.4s linear;
 border-radius: 5px;
}

.navigation ul li a:hover{
 background: #CFAB1A;
}
.law{
  position: relative;
  left: 150px;
  top: -29px;
  width: 90px;
  height:90px;

}
.bg{
  position: relative;
  top: -40px;
  left: 120px;
  font-size: 19px;
}
body{
  position: relative;
  left: -10px;
  top: -10px;
  width: 1350px;
  height: 970px; 
  background:#FCF4D6;
 overflow-x: hidden;
}
.inicio{
    background: #FCF4D6;
  height: 970px;
  overflow: hidden;
}
.imagen{
  position: relative;
  top: -40px;
  background-image: url(fondos.jpg);
  height:400px;
  width: 100%;
}
.img{
  position: relative;
  width: 800px; 
  height: 400px;
  left: 0px;
  top: -350px;
}
.mac{
    position: relative;
  font-size: 40px;
  text-align: left;
  left: 900px;
  color: white;
  top: 40px;
  text-decoration-line: underline; 
  color: gold;
}
.mac1{
  position: relative;
  left: 50px;
}
.mac2{
  position: relative;
  left: 80px;
}
.mac3{
  position: relative;
  left: 20px;
}
#uno{
  animation: stream 4s;
}
@keyframes stream{
   0%{
        transform: translateX(600px);
    }
    100%{
        transform: translateX(0px);
    }
}
h1{
  color:#CFAB1A;
  font-size: 40px;
  text-align: center;
}
h2{
    position: relative;
    left: 30px;
  font-size: 40px;
}
.h2{
  position: relative;
  font-size: 40px;
  left: 40px;
}.footer{
    position: relative;
    background: black;
    top: -23px;
    width: 100%
    margin: 0 0;
    height: 100px;
    font-size: 25px;
    color: white;
}
.pfooter{
      position: relative;
    left: 100px;
    top: 50px;
    
}