/* 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(84, 86, 90);
  z-index: 2;
}
.color-banner {
  width: 300px;
  height: 300px;
  background-color: rgb(229, 39, 90);
  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(217, 216, 214);
  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;
  color: black;
}
.contenedor-vinculos {
  margin-top: 50px; 
}
.vinculo-negro {
  color: black;
}
.vinculo-color {
  color:rgb(229, 39, 90);
}
.contenido-aviso {

  display: flex;
  justify-content: center;
}
.texto-aviso {
  background-color: white;
  height: 100%;
  width: 80%;
  min-height: 350px;
  padding: 30px;
}
.texto-aviso h3 {
  margin: 25px 0px;
}
.texto-aviso p {
  margin-bottom: 25px;
  font-size: 16px;
}
.texto-aviso a {
  color: rgb(229, 39, 90);
}
.texto-aviso ul {
  list-style: square;
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}
.texto-aviso ol {
  list-style-type: upper-roman;
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
}

@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;
  }
}