.inicio .text-amarillo {
  color: var(--amarillo);
}
.inicio .btn-cta {
  width: 55%;
  font-size: 16px;
}
.inicio .sec1 .titulo {
  bottom: 137px;
  left: 8%;
  font-size: 30px;
}
.inicio .sec1 .icono {
  width: 38px;
  bottom: 80px;
  left: 8%;
}
.inicio .sec1 .icono2 {
  width: 13%;
  margin: 30px;
}
.inicio .sec1 p {
  bottom: 62px;
  left: 12%;
  font-size: 23px;
}
.inicio .sec1 .glide__bullets {
  bottom: 3em !important;
  left: 85%;
}
.inicio .sec1 .glide__bullets .glide__bullet {
  width: 15px;
  height: 15px;
}
.inicio .sec1 .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: var(--amarillo) !important;
  border-color: var(--amarillo) !important;
}
.inicio .sec2 {
  font-weight: 500;
}
.inicio .sec2 .box-title {
  padding: 30px;
}
.inicio .sec3 {
  background-image: url("../images/inicio/elix-banner-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 9%;
}
.inicio .sec4 {
  padding: 80px 8%;
}
.inicio .sec4 .shadow {
  box-shadow: 23px 25px 13px -9px rgba(0, 0, 0, 0.21);
  -webkit-box-shadow: 23px 25px 13px -9px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 23px 25px 13px -9px rgba(0, 0, 0, 0.21);
}
.inicio .sec4 .box {
  padding: 15px;
  margin: 0px 0px 68px 58px;
  background-color: var(--blanco);
  width: 22%;
}
.inicio .sec4 .w-100 {
  text-align: center !important;
  width: 85% !important;
}
.inicio .sec4 .glide__slide {
  text-align: center;
}
.inicio .glide__arrow {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}
.inicio .glide__arrow.glide__arrow--right {
  right: 0em;
}
.inicio .glide__arrow.glide__arrow--left {
  left: 0em;
}
.inicio .arrow-icons {
  width: 40px;
}
.inicio .arrow-icons.inverted {
  -webkit-transform: rotate(-0.5turn);
          transform: rotate(-0.5turn);
}
@media (max-width: 574px) and (min-width: 0px) {
  .inicio .sec1 .glide__bullets {
    bottom: 1em !important;
    left: 85%;
  }
  .inicio .sec1 .glide__bullets .glide__bullet {
    width: 10px;
    height: 9px;
  }
  .inicio .sec1 .titulo {
    bottom: 30px;
    font-size: 14px;
  }
  .inicio .sec1 .icono {
    width: 20px;
    bottom: 15px;
  }
  .inicio .sec1 .icono2 {
    bottom: 41px;
  }
  .inicio .sec1 p {
    bottom: -7px;
    left: 15%;
    font-size: 16px;
  }
  .inicio .sec2 {
    padding: 60px 8% 15px 8%;
  }
  .inicio .sec2 .box-title {
    padding: 20px;
  }
  .inicio .sec2 .fs-25 {
    font-size: 16px;
    margin-bottom: 12px !important;
  }
  .inicio .sec2 .btn-cta {
    width: 88%;
    font-size: 13px;
    padding: 9px 10px;
    height: 38px;
  }
  .inicio .sec4 {
    padding: 80px 0;
  }
  .inicio .sec4 p {
    font-size: 16px;
  }
  .inicio .sec4 .box {
    padding: 0;
    width: 46%;
  }
  .inicio .sec4 .glide__slide {
    padding: 0 !important;
  }
  .inicio .sec4 .arrow-icons {
    width: 25px;
  }
  .inicio .sec4 .w-100 {
    text-align: center !important;
    width: 100% !important;
  }
}
  .inicio .btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 63px;
    bottom:25px;
    right:25px;
    background:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}
.inicio .btn-wsp:hover{
    background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
    .btn-wsp{
        width:63px;
        height:63px;
        line-height: 66px;
	}
}