*{
  box-sizing: border-box;
}
.header{
 background: #532403;
 color: white;
 padding: 2rem 0;
 position: relative;
 height: 130px;
 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: 1400px; 
  background:#FCF4D6;
 overflow-x: hidden;
}
.inicio{
  background: #FCF4D6;
  height: 1600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 820px;
   position: relative;
  top: -550px;
  left: 1610px;
}
.card--1 .card__img--hover{
  background-image: url(judge.jpg);

}
.card__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card__clock-info{
  float: right;
}
.card__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 320px;
  height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}
.cards1{
  width: 4000px;
  display: flex;
  justify-content: center;
  max-width: 820px;
   position: relative;
  top: -550px;
  left: 1600px;
}
.card1--2 .card1__img--hover{
  background-image: url(asesoria.jpg);

}
.card1__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card1__clock-info{
  float: right;
}
.card1__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card1__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card1__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card1{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 320px;
  height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card1:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card1__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}
.cards3{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 500px;
  max-height: 500px;
   position: relative;
  top: -550px;
  left: 1600px;
}
.card3--4 .card3__img--hover{
  background-image: url(legal.jpg);

}
.card3__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card3__clock-info{
  float: right;
}
.card3__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card3__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card3__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card3{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 320px;
  height: 400px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card3:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card3__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}

.cards5{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 513px;
   position: relative;
  top: -110px;
  left: 493px;
}
.card5--6 .card5__img--hover{
  background-image: url(autoridad.jpg);

}
.card5__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card5__clock-info{
  float: right;
}
.card5__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card5__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card5__img--hover{
 transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card5{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 63.3%;
  height: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card5:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card5__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}

.cards7{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 510px;
   position: relative;
  top: -111px;
  left: 320px;
}
.card7--8 .card7__img--hover{
  background-image: url(gavel.jpg);

}
.card7__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card7__clock-info{
  float: right;
}
.card7__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card7__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card7__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card7{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 63.3%;
  height: 415px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card7:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card7__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}


.cards9{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 513px;
   position: relative;
  top: -113px;
  left: 150px;
}
.card9--10 .card9__img--hover{
  background-image: url(tribunal2.jpg);

}
.card9__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card9__clock-info{
  float: right;
}
.card9__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card9__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card9__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card9{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 63.3%;
  height: 417px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card9:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card9__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}


.cards11{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 513px;
   position: relative;
  top: 330px;
  left: -1043px;
}
.card11--12 .card11__img--hover{
  background-image: url(tribunal.jpg);

}
.card11__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card11__clock-info{
  float: right;
}
.card11__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card11__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card11__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card11{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 63.3%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card11:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card11__info{
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}


.cards13{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 520px;
   position: relative;
  top: 330px;
  left: -1220px;
}
.card13--14 .card13__img--hover{
  background-image: url(constitucion.jpg);

}
.card13__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card13__clock-info{
  float: right;
}
.card13__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card13__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card13__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card13{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 63.3%;
  height: 410px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card13:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card13__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}

.cards15{
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 507px;
   position: relative;
  top: 330px;
  left: -1390px;
}
.card15--16 .card15__img--hover{
  background-image: url(negocio.jpg);

}
.card15__time{
  font-size: 12px;
  color: #313131;
  margin-left: 5px;
}
.card15__clock-info{
  float: right;
}
.card15__img{
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 500px;
  height: 235px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.card15__info-hover{
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0;
}
.card15__img--hover{
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 235px;
  border-top-left-radius:12px; 
  border-top-right-radius: 12px;
  top: 0;
}
.card15{
  margin-right: 25px;
  transition: all .4s cubic-bezier(0.175, 0.885, 0, 1)
  background-color: #fff;
  width: 63.3%;
  height: 410px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 13px 10px -7px rgba(0,0,0,0.1)
}
.card15:hover{
  box-shadow: 0px 30px 18px -8px rgba(0,0,0,0.1)
  transform: scale(1.10, 1.10);
}
.card15__info{
  height: 100%;
z-index: 2;
background-color: #fff;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
padding: 16px 24px 24px 24px;
}

.footer{
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    background: black;
    top: -100px;
    margin: 0 0;
    height: 100px;
    font-size: 25px;
    color: white;
}
.pfooter{
      position: relative;
    left: 100px;
    top: 30px;
    
}