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

.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: 2300px; 
  background:#FCF4D6;
 overflow-x: hidden;
}
.inicio{
overflow-x: hidden;
overflow-y: hidden; 
background:#FCF4D6;
height: 2267px;
width: 100%;
}
.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);
    }
}
.bda{
    position:relative;
    left: 40px;
  font-size:40px;
  letter-spacing: 5px;
  word-spacing: 10px;
}
.p{
  position: relative;
  left: 40px;
  font-size: 23px;
  text-align: justify;
  float: left; width: 45%;
  padding-right: 300px;
}
h1{
  color: #CFAB1A;
}
.bufete{
  position: relative;
  top: -400px;
  left: 700px;
  width: 600px;
  height: 400px;
}
.m{
	position: relative;
	top: -470px;
	left:200px;
	width: 520px;
	height: 250px;
}
.mn{
	position: relative;
	left: 120px;
}
.mnp{
	position: relative;
	text-align: justify;
	width: 80%;
	top: -15px;
	font-size: 22px;
	color: white;
	text-shadow: 2px 2px  black;
}
.v{
position: relative;
	top: -730px;
	left:770px;
	 width: 520px;
height: 250px;

}
.vn{
 position: relative;
 left: 120px;

}
.vnp{
	position: relative;
	text-align: justify;
	top: -10px;
	font-size: 22px;
	width: 80%;
	color: white;
	text-shadow: 2px 2px  black;
}
.closeup{ 
	position: relative;
	top: 50px;
	left: -460px;
	overflow: hidden;
	width: 520px;
	height: 250px;
	  -webkit-filter: blur(3px);
   -moz-filter: blur(3px);
   -o-filter: blur(3px);
   -ms-filter: blur(3px);
   filter: blur(3px);
}
.wooden{
	position:relative;
	width: 520px;
	height: 250px;
	top: -205px;
	left: 700px;
	  -webkit-filter: blur(3px);
   -moz-filter: blur(3px);
   -o-filter: blur(3px);
   -ms-filter: blur(3px);
   filter: blur(3px);
}
.serv{
  position: relative;
  top: -650px;
    text-align: justify;
  float: left; width: 45%;
  padding-right: 300px;
  width: 100%;
}
.sv{
  position: relative;
  left: 500px;
}
.p3{
  padding-left: 20px;
  padding-right: 20px;
  font-size: 30px;
}
.servicio{
width: 100%;
height: 500px;
}
.boton{
  position: relative;
  overflow:hidden;
  top: -150px;
  left: 600px;
  background: #CFAB1A;
  display: flex;
  color: white;
  align-items: center;
  width: 200px;
  height: 100px;
  border-radius: 15%;
  transition: 1s;
}
.boton:hover{
  border: solid white; 
  background: transparent;
}
.a{
  position: relative;
  left: 43px;
  font-size: 30px;
  color: white;
}
.footer{
    position: relative;
    background: black;
    top: -170px;
    margin: 0 0;
    height: 100px;
    font-size: 25px;
    color: white;
}
.pfooter{
      position: relative;
    left: 100px;
    top: 50px;
    
}