/* Servicios star */
.contenido-banner {
  background-color: white;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-banner {
  width: 100%;
  height: 300px;
  background-color: rgb(46, 152, 182);
  background-image: url(../img/banner-juridico.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.color-banner {
  width: 300px;
  height: 300px;
  background-color: rgb(46, 152, 182);
  position: absolute;
  top: 150px;
  left: 150px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  z-index: 3;
}
.titulo-banner {
  width: 300px;
  height: 300px;
  background-color: rgb(13, 32, 74);
  position: absolute;
  top: 100px;
  left: 100px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.titulo-banner h1 {
  padding: 5px;
  font-size: 40px;
}
.contenedor-vinculos {
  margin-top: 50px; 
}
.vinculo-negro {
  color: black;
}
.vinculo-color {
  color:  rgb(46, 152, 182);
}
.contenido-servicio {
  width: 100%;
  overflow: hidden;
  background-color: rgb(217, 216, 214);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(9 , minmax(400px 1fr));
  grid-template-areas: 
  "contenedor-1 contenedor-1"
  "contenedor-6 contenedor-6"
  "contenedor-2 contenedor-3"
  "contenedor-4 contenedor-5"
  "contenedor-8 contenedor-9"
  ;
}
.item-serv-1 {
  grid-area: contenedor-1;
}
.item-serv-2 {
  grid-area: contenedor-2;
}
.item-serv-3 {
  grid-area: contenedor-3;
}
.item-serv-4 {
  grid-area: contenedor-4;
}
.item-serv-5 {
  grid-area: contenedor-5;
}
.item-serv-6 {
  grid-area: contenedor-6;
}
.item-serv-8 {
  grid-area: contenedor-8;
}
.item-serv-9 {
  grid-area: contenedor-9;
}
.titulo-servicio-negro {
  font-size: 20px;
  font-weight: 800;
  color: black;
  font-family: 'Oswald', sans-serif;
}
.titulo-servicio-blanco {
  font-size: 20px;
  font-weight: 800;
  color: white;
  line-height: 35px;
  font-family: 'Oswald', sans-serif;
}
.parrafo-servicio-negro {
  font-size: 15px;
  font-weight: 400;
  color: black;
  text-align: justify;
  line-height: 35px;
}
.parrafo-servicio-blanco{
  font-size: 15px;
  font-weight: 400;
  color: white;
  text-align: justify;
}
.item-serv-1 {
  background-color: white;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.eslogan-servicio {
  padding: 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.eslogan-servicio h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 45px;
  font-style: italic;
}
.parrafo-servicio {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.parrafo-servicio p:nth-child(1) {
  margin-bottom: 20px;
}
.item-serv-2 {
  min-height: 400px;
  background-color: rgb(23, 161, 220);
  background-image: url(../img/juridico-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.item-serv-3 {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.item-serv-3 h3 {
  margin-bottom: 50px;
}
.item-serv-4 {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.item-serv-4 h3 {
  margin-bottom: 50px;
}
.item-serv-5 {
  min-height: 400px;
  background-color: rgb(240, 43, 60);
  background-image: url(../img/juridico-02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.item-serv-6 {
  min-height: 400px;
  background-color: rgb(13, 32, 74);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.item-serv-6 h3 {
  margin-bottom: 50px;
}
.contenedor-iconos-servicios {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.contenedor-iconos-servicios img {
  width: 100px;
}
.item-serv-8 {
  min-height: 400px;
  background-color: rgb(13, 32, 74);
  background-image: url(../img/juridico-03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.item-serv-9 {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
}
.item-serv-9 h3 {
  margin-bottom: 50px;
}
.lista-bold-blanca {
  color: white;
  font-size: 17px;
  font-weight: 800;
  line-height: 30px;
  list-style: square;
}

/* Servicios  end */
  @media (max-width: 1260px) {
  .contenido-banner {
    align-items: flex-end;
  }
  .contenedor-vinculos {
    margin-right: 50px;
  }
  .img-banner {
    height: 200px;
  }
  .color-banner {
    width: 200px;
    height: 200px;
    top: 100px;
    left: 75px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
  }
  .contenido-banner {
      height: 350px;
    }
    .img-banner {
      height: 200px;
    }
    .color-banner {
      width: 150px;
      height: 150px;
      top: 100px;
      left: 75px;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
}
    .titulo-banner {
      width: 150px;
      height: 150px;
      top: 75px;
      left: 50px;
      border-radius: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      -ms-border-radius: 25px;
      -o-border-radius: 25px;
}
    .titulo-banner h1 {
      padding: 5px;
      font-size: 20px;
    }
    .contenedor-vinculos {
      margin-top: 75px;
      font-size: 15px;
    }
  }
  @media (max-width: 1000px) {
    .eslogan-servicio {
      padding: 30px;
      align-items: flex-start;
    }
    .eslogan-servicio h2 {
      font-size: 40px;
    }
    .parrafo-servicio {
      padding: 40px;
    }
  }
  

@media (max-width: 720px) {
  .contenido-banner {
    height: 350px;
  }
  .img-banner {
    height: 200px;
  }
  .color-banner {
    width: 150px;
    height: 150px;
    top: 100px;
    left: 75px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
  .titulo-banner {
    width: 150px;
    height: 150px;
    top: 75px;
    left: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
  .titulo-banner h1 {
    padding: 5px;
    font-size: 15px;
  }
  .contenedor-vinculos {
    margin-top: 75px;
    font-size: 15px;
  }
  .contenido-servicio {
    grid-template-columns: 1fr;
    grid-template-areas: 
    "contenedor-1"
    "contenedor-6"
    "contenedor-2"
    "contenedor-3"
    "contenedor-5"
    "contenedor-4" 
    "contenedor-8"
    "contenedor-9" 
    ;
  }
  .item-serv-1 {
    height: 450px;
    grid-template-columns: 1fr;
    grid-template-rows: 2 1fr;
    position: relative;
  }
  .eslogan-servicio {
    padding-left: 20;
    padding-right: 120px;
    position: absolute;
    margin-top: -35px;
  }
  .eslogan-servicio h2 {

    font-size: 25px;
  }
  .parrafo-servicio {
    padding: 20px;
  }
  .parrafo-servicio p:nth-child(1) {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .item-serv-2 {
    min-height: 200px;
  }
  .item-serv-3 {
    min-height: 200px;
    padding: 20px;
  }
  .item-serv-3 h3 {
    margin: 20px 0px;
    text-align: center;
  }
  .item-serv-4 {
    min-height: 200px;
    padding: 20px;
  }
  .item-serv-4 h3 {
    margin: 20px 0px;
    text-align: center;
  }
  .item-serv-5 {
    min-height: 200px;
  }
  .item-serv-6 {
    padding: 20px;
  }
  .item-serv-6 h3 {
    margin: 20px 0px;
    text-align: center;
  }
  .contenedor-iconos-servicios {
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .contenedor-iconos-servicios img {
    width: 75px;
    margin-bottom: 20px;
  }
  .item-serv-8 {
    min-height: 200px;
  }
  .item-serv-9 {
    min-height: 200px;
    padding: 20px;
  }
  .item-serv-9 h3 {
    margin: 20px 0px;
    text-align: center;
  }
 
  
}

