.inicio1 {
  padding: 100px 0;
}
.inicio1 .row div div {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
  display: inline-block;
  transition: 0.5s;
}
.inicio1 .row > div {
  margin: 0 8px;
}
.inicio1-1 {
  width: 44%;
}
.inicio1_img1 {
  background-image: url(../img/home/p1.png);
}
.inicio1-2 {
  width: 26%;
}
.inicio1_img2 {
  background-image: url(../img/home/p3.png);
}
.inicio1-3 {
  width: 26%;
}
.inicio1_img3 {
  background-image: url(../img/home/p2.png);
}
.inicio1 h2 {
  font-size: 1.8rem;
  font-family: "poppis-bold";
  margin: 15px 0 0 15px;
  position: relative;
}
.inicio1 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0px;
  height: 8px;
  background: #731eff;
  transition: 0.5s;
}
.inicio1-h {
  overflow: hidden;
}
.inicio1-item:hover .inicio1-h div {
  transform: scale(1.1);
  transition: 0.5s;
}
.inicio1-item:hover h2:after {
  width: 50px;
  transition: 0.5s;
}
.inicio2-2 {
  background-image: url(../img/home/image3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 650px;
}
.inicio2-1 {
  color: #fff;
  background: #4a0095;
}
.inicio2-1 div {
  width: 65%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-left: 10%;
}
.inicio2-1 h3 {
  font-size: 1.1rem;
  line-height: 1.5;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 50px;
}
.inicio2-1 p {
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.5;
  font-family: "poppis-light";
  margin-bottom: 50px;
}
.inicio2-1 a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-family: "poppis-semibold";
  font-size: 1rem;
  padding: 3px 22px;
}
.inicio3 {
  display: block !important;
}
.inicio3 .row {
  margin-top: 110px;
  margin-bottom: 120px;
  display: block;
}
.inicio3 h2 {
  font-size: 2rem;
  font-family: "poppis-bold";
  color: #000;
  margin-top: 0;
  margin-left: -20px;
  margin-bottom: 30px;
}
.inicio3 img {
  margin: auto;
  width: 80%;
}
.inicio3 .item button {
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
}
.slick-arrow {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  filter: invert(1);
  background-color: #000;
  border: 0;
  outline: none;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}
.slick-prev {
  background-image: url(../img/home/arrow.png);
  left: -90px;
}
.slick-next {
  background-image: url(../img/home/arrow.png);
  transform: rotateY(180deg) translateY(-50%);
  right: -90px;
}
.inicio3 h3 {
  font-size: 1rem;
  font-family: "poppis-medium";
  margin: 0 0 0 10px;
  color: #000;
  position: relative;
  text-align: left;
}
.inicio3 h3 span {
  font-family: "poppis-bold";
}
.inicio3 h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -28px;
  width: 0px;
  height: 8px;
  background: #731eff;
  transition: 0.5s;
  z-index: 9;
}
.inicio3 .item {
  position: relative;
  padding-bottom: 30px;
  text-align: center;
}
.inicio3 .item a {
  text-decoration: none;
  outline: none;
}
.inicio3 .item:hover h3:after {
  width: 40px;
  transition: 0.5s;
}
.inicio4 {
  background-image: url(../img/home/image5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 910px;
  color: #fff;
}
.inicio4 h2 {
  font-size: 1.7rem;
  font-family: "poppis-bold";
  margin: 120px 0 15px 0;
}
.inicio4 p {
  font-size: 0.9rem;
  margin-bottom: 30px;
  font-family: "poppis-light";
}
.inicio4 a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  font-family: "poppis-semibold";
  font-size: 1rem;
  padding: 3px 22px;
}
.inicio5 {
  padding: 80px 0 140px 0;
}
.inicio5 h3 {
  font-size: 1.8rem;
  color: #731eff;
  font-family: "poppis-bold";
  margin: 40px 0 20px 0;
}
.inicio5 p {
  font-size: 1rem;
  color: #000;
  margin-bottom: 50px;
}
.inicio5 a {
  display: inline-block;
  color: #731eff;
  font-size: 1rem;
  font-family: "poppis-semibold";
  padding: 15px 100px;
  border: 2px solid #731eff;
  border-radius: 50px;
  text-decoration: none;
}

@media (min-width: 320px) {
  .inicio1 {
    padding: 70px 0 30px 0;
  }
  .inicio1 h2 {
    font-size: 1.5rem;
    margin-bottom: 40px;
  }
  .inicio2-1 h3 {
    font-size: 1rem;
  }
  .inicio2-1 p {
    font-size: 0.8rem;
  }
  .inicio3 h2 {
    font-size: 1.6rem;
  }
  .inicio3 .row {
    margin-top: 70px;
    margin-bottom: 60px;
  }
  .inicio4 {
    height: 430px;
  }
  .inicio4 h2 {
    font-size: 1.5rem;
    margin-top: 40px;
  }
  .inicio4 a,
  .inicio4 p {
    font-size: 0.9rem;
  }
  .inicio5 h3 {
    font-size: 1.4rem;
  }
  .inicio5 p,
  .inicio5 a {
    font-size: 0.9rem;
  }
  .inicio5 {
    padding: 80px 0 110px 0;
  }
}
@media (min-width: 375px) {
  .inicio2-1 h3 {
    font-size: 1.1rem;
  }
  .inicio2-1 p {
    font-size: 0.9rem;
  }
  .inicio3 h3 {
    font-size: 0.8rem;
  }
}
@media (min-width: 425px) {
  .inicio3 h3 {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .inicio1 .row > div {
    margin: 0px 20px;
    width: 100%;
  }
  .inicio1-item img {
    width: 100%;
  }
  .inicio2-1 div {
    width: 80%;
    margin: 50px auto;
    top: 0;
    transform: none;
  }
  .inicio5 a {
    width: 80%;
    padding: 10px 0;
  }
  .inicio3 h2 {
    margin-left: 0;
  }
  .inicio4 {
    padding: 0 40px;
  }
  .inicio5 p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .inicio1 {
    width: 90%;
    margin: auto;
  }
  .inicio1 .row,
  .inicio2 .row {
    display: flex;
  }
  .inicio1 .row div div {
    height: 270px;
  }
  .inicio1-1 {
    width: 41%;
  }
  .inicio1 h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  .inicio1 {
    padding: 70px 0;
  }
  .inicio2-1 div {
    width: 75%;
  }
  .inicio2-1 h3 {
    font-size: 1rem;
  }
  .inicio2-1 p,
  .inicio2-1 a {
    font-size: 0.8rem;
  }
  .inicio2-2 {
    height: 450px;
  }
  .inicio3 h2 {
    font-size: 1.6rem;
  }
  .inicio3 .row {
    margin-top: 110px;
    margin-bottom: 120px;
  }
  .slick-next {
    right: -50px;
  }
  .slick-prev {
    left: -50px;
  }
  .inicio4 {
    height: 550px;
  }
  .inicio5 {
    padding: 80px 0 140px 0;
  }
  .inicio5 h3 {
    font-size: 1.8rem;
  }
  .inicio5 p,
  .inicio5 a {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .inicio1 .row div div {
    height: 360px;
  }
  .inicio1 h2 {
    font-size: 1.4rem;
  }
  .inicio1 {
    padding: 100px 0;
  }
  .inicio2-1 div {
    width: 65%;
  }
  .inicio2-1 h3 {
    font-size: 1.1rem;
  }
  .inicio2-1 p,
  .inicio2-1 a {
    font-size: 0.9rem;
  }
  .inicio2-2 {
    height: 510px;
  }
  .inicio4 {
    height: 700px;
  }
  .inicio4 h2 {
    font-size: 1.7rem;
    margin-top: 80px;
  }
  .inicio4 a,
  .inicio4 p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .inicio1 .row div div {
    height: 480px;
  }
  .inicio1-1 {
    width: 44%;
  }
  .inicio1 h2 {
    font-size: 1.8rem;
  }
  .inicio2-2 {
    height: 650px;
  }
  .inicio3 h2 {
    font-size: 2rem;
  }
  .inicio3 h3 {
    font-size: 1rem;
  }
  .inicio4 {
    height: 920px;
  }
  .inicio4 h2 {
    margin-top: 120px;
  }
  .inicio3 img {
    width: 90%;
  }
  .inicio2-1 p {
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .inicio2-2 {
    height: 690px;
  }
  .inicio4 {
    height: 990px;
  }
  .inicio1 .row div div {
    height: 530px;
  }
  .inicio3 img {
    width: 100%;
  }
  .inicio2-1 p,
  .inicio2-1 a {
    font-size: 1rem;
  }
  .inicio2-1 h3 {
    font-size: 1.3rem;
  }
  .inicio3 h3 {
    font-size: 1.1rem;
  }
  .inicio4 h2 {
    font-size: 1.9rem;
  }
}
@media (min-width: 1600px) {
  .inicio2-2 {
    height: 840px;
  }
  .inicio4 {
    height: 1200px;
  }
  .inicio1 .row div div {
    height: 630px;
  }
  .inicio2-1 p,
  .inicio2-1 a {
    font-size: 1.1rem;
  }
  .inicio2-1 h3 {
    font-size: 1.5rem;
  }
  .inicio3 h3 {
    font-size: 1.15rem;
  }
  .inicio3 h2 {
    font-size: 2.2rem;
  }
  .inicio4 h2 {
    font-size: 2.1rem;
  }
  .inicio4 a,
  .inicio4 p {
    font-size: 1.2rem;
  }
  .inicio5 h3 {
    font-size: 2.2rem;
    margin: 60px 0 20px 0;
  }
  .inicio5 p,
  .inicio5 a {
    font-size: 1.2rem;
  }
  .inicio1 h2 {
    font-size: 2.2rem;
  }
  .inicio1 {
    padding: 120px 0;
  }
}
@media (min-width: 1900px) {
  .inicio2-2 {
    height: 930px;
  }
  .inicio1 .row div div {
    height: 700px;
  }
  .inicio2-1 h3 {
    font-size: 1.8rem;
  }
  .inicio2-1 p,
  .inicio2-1 a {
    font-size: 1.4rem;
  }
  .inicio3 h3 {
    font-size: 1.3rem;
  }
  .inicio3 h2 {
    font-size: 2.5rem;
  }
  .inicio1 h2 {
    font-size: 2.5rem;
  }
}
