/*1848px*/
#servicios {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 9.375em;
}
@media screen and (max-width: 1500px) {
  #servicios {
    margin-top: 8.75em;
  }
}
@media screen and (max-width: 1023px) {
  #servicios {
    margin-top: 6.75em;
  }
}
@media screen and (max-width: 767px) {
  #servicios {
    margin-top: 3.75em;
  }
}
#servicios .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#servicios .row:before, #servicios .row:after {
  content: none;
}
#servicios .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#servicios .caption .label {
  margin-bottom: 1.428em;
}
@media screen and (max-width: 767px) {
  #servicios .caption .label {
    margin-bottom: 1em;
  }
}
#servicios .caption h2 {
  width: 100%;
  max-width: 24em;
  display: block;
  margin: 0;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 122.22%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1500px) {
  #servicios .caption h2 {
    max-width: 48%;
    font-size: 1.875em;
  }
}
@media screen and (max-width: 1023px) {
  #servicios .caption h2 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  #servicios .caption h2 {
    max-width: 24em;
    font-size: 1.625em;
  }
}
#servicios .caption div {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #servicios .caption div {
    margin-top: 0;
  }
}
#servicios .caption div p {
  width: 49%;
  max-width: 48em;
  margin: 1.33em 0 0;
  font-size: 1.125em;
  line-height: 144.44%;
}
@media screen and (max-width: 1500px) {
  #servicios .caption div p {
    max-width: 48%;
  }
}
@media screen and (max-width: 1023px) {
  #servicios .caption div p {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #servicios .caption div p {
    width: 100%;
    max-width: none;
    font-size: 0.925em;
  }
}
#servicios .items {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  #servicios .items {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #servicios .items {
    margin-top: 0.75em;
  }
}
#servicios .items .servicio-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 3.75em;
}
@media screen and (max-width: 1500px) {
  #servicios .items .servicio-wrapper {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 1023px) {
  #servicios .items .servicio-wrapper {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  #servicios .items .servicio-wrapper {
    margin-top: 1.75em;
  }
}
#servicios .items .inner {
  width: 100%;
  display: block;
  position: relative;
}
#servicios .items .servicio {
  width: 100%;
  height: 0;
  display: inline-block;
  position: relative;
  padding: 0 0 100%;
  border: thin solid #F25926;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5em;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #F25926;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1500px) {
  #servicios .items .servicio {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #servicios .items .servicio {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  #servicios .items .servicio {
    font-size: 1em;
  }
}
#servicios .items .servicio:hover {
  background-color: #F25926;
  color: white;
}
#servicios .items .servicio:hover .txt {
  opacity: 0;
}
#servicios .items .servicio:hover .hover {
  opacity: 1;
}
#servicios .items .servicio .txt {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  color: #F25926;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#servicios .items .servicio .hover {
  width: auto;
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#servicios .items .num {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2.142em;
  font-size: 0.875em;
  color: #F25926;
}
@media screen and (max-width: 1500px) {
  #servicios .items .num {
    left: 2em;
  }
}
@media screen and (max-width: 1023px) {
  #servicios .items .num {
    left: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #servicios .items .num {
    left: 1em;
  }
}

.type-onaz_home #servicios .caption h2 {
  max-width: none;
}