
.btn-group--h {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.btn-group--v {
  display: flex;
  flex-direction: column;
}
.btn-group--center {
  justify-content: center;
}
.btn-group--left {
  justify-content: flex-start;
}
.btn-group--right {
  justify-content: flex-center;
}
@media screen and (max-width: 35.5em) {
  .cont {
    width: 90%;
  }
}
button {
  width: 100%;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}
.btn-c {
  padding: 0.65em 3em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transform: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.btn-c:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-r {
  padding: 0.65em 1.2em;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transform: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.btn-r:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.btn {
  padding: 0.65em 1.2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transform: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.btn:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.btn_xs {
  font-size: 70%;
  padding: 1em 1.5em;
}
.btn_xs .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_xs--a {
  padding: 1em 3em;
}
.btn_xs--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_s {
  font-size: 90%;
  padding: 1em 1.5em;
}
.btn_s .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_s--a {
  padding: 1em 3em;
}
.btn_s--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_l {
  font-size: 110%;
  padding: 1em 1.5em;
}
.btn_l .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_l--a {
  padding: 1em 3em;
}
.btn_l--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_xl {
  font-size: 125%;
  padding: 1em 1.5em;
}
.btn_xl .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_xl--a {
  padding: 1em 3em;
}
.btn_xl--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.btn_bs {
  box-shadow: 0 3px 5px 0px rgba(0,0,0,0.58);
}
.btn_primary {
  background: #3273dc;
  color: #fff;
}
.btn_primary:hover {
  color: #fff;
}
.btn_info {
  background: #3273dc;
  color: #fff;
}
.btn_info:hover {
  color: #fff;
}
.btn_success {
  background: #23d160;
  color: #fff;
}
.btn_success:hover {
  color: #fff;
}
.btn_warning {
  background: #ffdd57;
  color: #0a0a0a;
}
.btn_danger {
  background: #ff3860;
  color: #fff;
}
.btn_danger:hover {
  color: #fff;
}
.btn_t--cta {
  background: #d50000;
  color: #fff;
}
.btn_t--cta:hover {
  background: #043173;
  color: #fff;
}
.btn_t--p {
  background: #043173;
  color: #fff;
}
.btn_t--p:hover {
  background: #d50000;
  color: #fff;
}
.btn_t--bl {
  background: #fff;
  color: #0651bf;
}
.btn_t--bl:hover {
  background: #d50000;
  color: #fff;
}
.btn_t--bl_success {
  background: #fff;
  color: #043173;
}
.btn_t--bl_success:hover {
  background: #23d160;
  color: #fff;
}
.btn_t--b {
  background: none;
  color: #043173;
  border: 1px solid #043173;
}
.btn_t--b:hover {
  background: #043173;
  border: 1px solid #043173;
  color: #fff;
}
.btn_t--b_cta {
  background: none;
  color: #d50000;
  border: 1px solid #d50000;
}
.btn_t--b_cta:hover {
  background: #d50000;
  border: 1px solid #d50000;
  color: #fff;
}
.btn_t--b_bl-cta {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.btn_t--b_bl-cta:hover {
  background: #d50000;
  border: 1px solid #d50000;
  color: #fff;
}
.btn_t--b_lum {
  background: none;
  color: #ffecb3;
  border: 1px solid #ffecb3;
}
.btn_t--b_lum:hover {
  background: #ffecb3;
  border: 1px solid #ffecb3;
  color: #1a1f23;
}
.btn_t--b_lum-cta {
  background: none;
  color: #ffecb3;
  border: 1px solid #ffecb3;
}
.btn_t--b_lum-cta:hover {
  background: #d50000;
  border: 1px solid #d50000;
  color: #fff;
}
.btn_t--b_success {
  background: none;
  color: #043173;
  border: 1px solid #043173;
}
.btn_t--b_success:hover {
  background: #23d160;
  border: 1px solid #23d160;
  color: #fff;
}
.btn_t--b_b {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}
.btn_t--b_b:hover {
  background: #23d160;
  border: 1px solid #23d160;
  color: #fff;
}
.btn_t--txt {
  background: none;
  color: #043173;
  border: none;
}
.btn_t--txt:hover {
  background: #043173;
  border: 1px solid #043173;
  color: #fff;
}
.btn_t--txt-cta {
  background: none;
  color: #d50000;
  border: none;
}
.btn_t--txt-cta:hover {
  background: #043173;
  border: 1px solid #043173;
  color: #fff;
}
.btn_t--txt-cta-bg {
  background: none;
  color: #043173;
  border: none;
}
.btn_t--txt-cta-bg:hover {
  background: #d50000;
  border: 1px solid #d50000;
  color: #fff;
}
.btn_t--txt-cta-success {
  background: none;
  color: #d50000;
  border: none;
}
.btn_t--txt-cta-success:hover {
  background: #23d160;
  border: 1px solid #23d160;
  color: #fff;
}
.btn_t--txt-bl {
  background: none;
  color: #fff;
  border: none;
}
.btn_t--txt-bl:hover {
  background: #043173;
  border: 1px solid #043173;
  color: #fff;
}
.btn_t--txt-bl-cta {
  background: none;
  color: #fff;
  border: none;
}
.btn_t--txt-bl-cta:hover {
  background: #d50000;
  border: 1px solid #d50000;
  color: #fff;
}
.btn_t--txt-bl-success {
  background: none;
  color: #fff;
  border: none;
}
.btn_t--txt-bl-success:hover {
  background: #23d160;
  border: 1px solid #23d160;
  color: #fff;
}
.field {
  width: 100%;
}
.field input {
  padding: 0.7em;
  width: 100%;
  outline: none;
}
.field textarea {
  padding: 1.5em 0.7em;
  width: 100%;
  resize: vertical;
}
.field-group-horizontal {
  display: flex;
}
.field-group-horizontal .field {
  display: flex;
}
.it {
  font-size: 1rem;
}
.it_xs {
  font-size: 70%;
  padding: 1em 1.5em;
}
.it_xs .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_xs--a {
  padding: 1em 3em;
}
.it_xs--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_s {
  font-size: 90%;
  padding: 1em 1.5em;
}
.it_s .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_s--a {
  padding: 1em 3em;
}
.it_s--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_l {
  font-size: 110%;
  padding: 1em 1.5em;
}
.it_l .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_l--a {
  padding: 1em 3em;
}
.it_l--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_xl {
  font-size: 125%;
  padding: 1em 1.5em;
}
.it_xl .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it_xl--a {
  padding: 1em 3em;
}
.it_xl--a .fa {
  font-size: 150%;
  margin-left: 0.4em;
}
.it-c--w {
  color: #fff;
}
.i-b-cp {
  background: none;
  border: 1px solid #d50000;
}
.grid-50 {
  display: grid;
  grid-template-columns: 50%;
}
.features-services-block {
  height: 100vh;
  background: #0651bf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.features-services-block--box {
  padding: 5em 3em;
  width: 80%;
  border: 1px solid rgba(183,169,169,0.47);
  -webkit-border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -o-border-radius: 0.7em;
  border-radius: 0.7em;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.11);
  background: #fff;
}
.features-services-block--t {
  text-align: center;
}
.features-services-block--t h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: 'Russo One', sans-serif;
  color: #0651bf;
  margin-bottom: 0.5em;
}
.features-services-block--t p {
  font-size: 1rem;
}
.features-services-block--items {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.features-services-block--items input[type="radio"] {
  display: none;
}
.features-services-block--items input[type="radio"]:checked+label {
  background: #0651bf;
}
.features-services-block--items input[type="radio"]:checked+label svg {
  fill: #fff;
}
.features-services-block--items input[type="radio"]:checked+label h3 {
  color: #fff;
}
.features-services-block--items label {
  background: #fff;
  border: 1px solid rgba(183,169,169,0.47);
  height: 140px;
  width: 160px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-top: 1.5em;
}
.features-services-block--items label:hover {
  background: #0651bf;
}
.features-services-block--items label:hover svg {
  fill: #fff;
}
.features-services-block--items label:hover h3 {
  color: #fff;
}
.features-services-block--items label:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.features-services-block--items label h3 {
  color: #0651bf;
  font-family: 'Russo One', sans-serif;
  margin-top: 0.5em;
}
.features-services-block--items label svg {
  width: 80px;
  height: 60px;
  fill: #0651bf;
  margin: 0;
  padding: 0;
}
.features-services-block--items label svg:hover {
  cursor: pointer;
}
.features-services-block--items label svg h3 {
  color: #fff;
}
.features-services-block--items label svg svg {
  fill: #fff;
}
@media screen and (max-width: 64em) {
  .features-services-block {
    height: 100vh;
    background: #0651bf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .features-services-block--box {
    padding: 3em 3em;
    width: 80%;
    border: 1px solid rgba(183,169,169,0.47);
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.11);
    background: #fff;
  }
  .features-services-block--t {
    text-align: center;
  }
  .features-services-block--t h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Russo One', sans-serif;
    color: #0651bf;
    margin-bottom: 0.5em;
  }
  .features-services-block--t p {
    font-size: 1rem;
  }
  .features-services-block--items {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .features-services-block--items input[type="radio"] {
    display: none;
  }
  .features-services-block--items input[type="radio"]:checked+label {
    background: #0651bf;
  }
  .features-services-block--items input[type="radio"]:checked+label svg {
    fill: #fff;
  }
  .features-services-block--items input[type="radio"]:checked+label h3 {
    color: #fff;
  }
  .features-services-block--items label {
    background: #fff;
    border: 1px solid rgba(183,169,169,0.47);
    height: 140px;
    width: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transform: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    margin: 0.7em 0.7em;
  }
  .features-services-block--items label:hover {
    background: #0651bf;
  }
  .features-services-block--items label:hover svg {
    fill: #fff;
  }
  .features-services-block--items label:hover h3 {
    color: #fff;
  }
  .features-services-block--items label:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .features-services-block--items label h3 {
    color: #0651bf;
    font-family: 'Russo One', sans-serif;
    margin-top: 0.5em;
  }
  .features-services-block--items label svg {
    width: 80px;
    height: 60px;
    fill: #0651bf;
    margin: 0;
    padding: 0;
  }
  .features-services-block--items label svg:hover {
    cursor: pointer;
  }
  .features-services-block--items label svg h3 {
    color: #fff;
  }
  .features-services-block--items label svg svg {
    fill: #fff;
  }
}
@media screen and (max-width: 48em) {
  .features-services-block {
    height: auto;
    padding: 2em 0;
    background: #0651bf;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .features-services-block--box {
    padding: 3em 3em;
    width: 80%;
    border: 1px solid rgba(183,169,169,0.47);
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -o-border-radius: 0.7em;
    border-radius: 0.7em;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.11);
    background: #fff;
  }
  .features-services-block--t {
    text-align: center;
  }
  .features-services-block--t h2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-family: 'Russo One', sans-serif;
    color: #0651bf;
    margin-bottom: 0.5em;
  }
  .features-services-block--t p {
    font-size: 1rem;
  }
  .features-services-block--items {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .features-services-block--items input[type="radio"] {
    display: none;
  }
  .features-services-block--items input[type="radio"]:checked+label {
    background: #0651bf;
  }
  .features-services-block--items input[type="radio"]:checked+label svg {
    fill: #fff;
  }
  .features-services-block--items input[type="radio"]:checked+label h3 {
    color: #fff;
  }
  .features-services-block--items label {
    background: #fff;
    border: 1px solid rgba(183,169,169,0.47);
    height: 140px;
    width: 160px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transform: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    margin: 0.7em 0.7em;
  }
  .features-services-block--items label:hover {
    background: #0651bf;
  }
  .features-services-block--items label:hover svg {
    fill: #fff;
  }
  .features-services-block--items label:hover h3 {
    color: #fff;
  }
  .features-services-block--items label:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .features-services-block--items label h3 {
    color: #0651bf;
    font-family: 'Russo One', sans-serif;
    margin-top: 0.5em;
  }
  .features-services-block--items label svg {
    width: 80px;
    height: 60px;
    fill: #0651bf;
    margin: 0;
    padding: 0;
  }
  .features-services-block--items label svg:hover {
    cursor: pointer;
  }
  .features-services-block--items label svg h3 {
    color: #fff;
  }
  .features-services-block--items label svg svg {
    fill: #fff;
  }
}
@media screen and (max-width: 35.5em) {
  .features-services-block {
    height: auto;
    padding: 2em 0;
  }
  .features-services-block--box {
    padding: 2em 0.7em;
    width: 95%;
  }
  .features-services-block--t h2 {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 0em;
    padding: 0.6em 0;
  }
  .features-services-block--items label {
    height: 110px;
    width: 130px;
    margin: 0.5em;
  }
}
.services-items-imgLF {
  display: flex;
  flex-direction: row;
}
.services-items-imgLF--img {
  width: 50%;
}
.services-items-imgLF--img .img {
  background-image: url("../img/site/apple%402/imaci_service.jpg");
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-items-imgLF--t {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 6em 0;
}
.services-items-imgLF--t-box {
  width: 90%;
  margin: 0 auto;
}
.services-items-imgLF--t-title h2 {
  color: #0651bf;
  font-size: 2.5rem;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
}
.services-items-imgLF--t-title p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 100;
  text-align: justify;
  padding: 1.5em 0;
}
.services-items-imgLF--t-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.services-items-imgLF--t-content li {
  width: 48%;
  padding: 0.5em 0;
  color: #000;
}
.services-items-imgLF--t-content li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  width: 10px;
  height: 10px;
  margin-right: 0.8em;
  color: #0651bf;
}
.services-items-imgLF--t-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 0 0;
}
.services-items-imgLF--t-cta a {
  margin: 0 1em;
  font-weight: bold;
}
.services-items-imgLF--t-cta .single {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #0651bf;
}
.services-items-imgLF--t-cta .single:hover {
  color: #d50000;
}
@media screen and (max-width: 64em) {
  .services-items-imgLF {
    display: flex;
    flex-direction: row;
  }
  .services-items-imgLF--img {
    width: 40%;
  }
  .services-items-imgLF--t {
    width: 60%;
    padding: 4em 0;
  }
  .services-items-imgLF--t-title p {
    font-size: 1rem;
    font-weight: 100;
    padding: 1.5em 0;
  }
  .services-items-imgLF--t-content li {
    padding: 0.5em 0.3em;
  }
  .services-items-imgLF--t-cta {
    padding: 2em 0 0;
  }
  .services-items-imgLF--t-cta a {
    margin: 1em;
  }
}
@media screen and (max-width: 48em) {
  .services-items-imgLF {
    align-items: center;
  }
  .services-items-imgLF--img {
    width: 35%;
  }
  .services-items-imgLF--img .img {
    min-height: 70vh;
  }
  .services-items-imgLF--t {
    width: 65%;
  }
  .services-items-imgLF--t-cta {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 35.5em) {
  .services-items-imgLF {
    position: relative;
  }
  .services-items-imgLF--img {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .services-items-imgLF--img .img {
    min-height: 100vh;
    filter: blur(5px);
    opacity: 0.1;
  }
  .services-items-imgLF--t {
    width: 100%;
  }
}
.services-items-imgRF {
  display: flex;
  flex-direction: row;
}
.services-items-imgRF--img {
  width: 50%;
}
.services-items-imgRF--img .img {
  background-image: url("../img/site/apple%402/apple_air.jpg");
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-items-imgRF--t {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 6em 0;
}
.services-items-imgRF--t-box {
  width: 90%;
  margin: 0 auto;
}
.services-items-imgRF--t-title h2 {
  color: #0651bf;
  font-size: 2.5rem;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
}
.services-items-imgRF--t-title p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 100;
  text-align: justify;
  padding: 1.5em 0;
}
.services-items-imgRF--t-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.services-items-imgRF--t-content li {
  width: 48%;
  padding: 0.5em 0;
  color: #000;
}
.services-items-imgRF--t-content li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  width: 10px;
  height: 10px;
  margin-right: 0.8em;
  color: #0651bf;
}
.services-items-imgRF--t-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 0 0;
}
.services-items-imgRF--t-cta a {
  margin: 0 1em;
  font-weight: bold;
}
.services-items-imgRF--t-cta .single {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #0651bf;
}
.services-items-imgRF--t-cta .single:hover {
  color: #d50000;
}
@media screen and (max-width: 64em) {
  .services-items-imgRF {
    display: flex;
    flex-direction: row;
  }
  .services-items-imgRF--img {
    width: 40%;
  }
  .services-items-imgRF--t {
    width: 60%;
    padding: 4em 0;
  }
  .services-items-imgRF--t-title p {
    font-size: 1rem;
    font-weight: 100;
    padding: 1.5em 0;
  }
  .services-items-imgRF--t-content li {
    padding: 0.5em 0.3em;
  }
  .services-items-imgRF--t-cta {
    padding: 2em 0 0;
  }
  .services-items-imgRF--t-cta a {
    margin: 1em;
  }
}
@media screen and (max-width: 48em) {
  .services-items-imgRF {
    align-items: center;
  }
  .services-items-imgRF--img {
    width: 35%;
  }
  .services-items-imgRF--img .img {
    min-height: 70vh;
  }
  .services-items-imgRF--t {
    width: 65%;
  }
  .services-items-imgRF--t-cta {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 35.5em) {
  .services-items-imgRF {
    position: relative;
  }
  .services-items-imgRF--img {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .services-items-imgRF--img .img {
    min-height: 100vh;
    filter: blur(5px);
    opacity: 0.1;
  }
  .services-items-imgRF--t {
    width: 100%;
  }
}
.services-items-imgL {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.services-items-imgL--img {
  width: 50%;
  height: 100vh;
}
.services-items-imgL--img img {
  background-size: cover;
}
.services-items-imgL--t {
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 6em 0;
}
.services-items-imgL--t-box {
  width: 90%;
  margin: 0 auto;
}
.services-items-imgL--t-title h2 {
  color: #0651bf;
  font-size: 2.5rem;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
}
.services-items-imgL--t-title p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 100;
  text-align: justify;
  padding: 1.5em 0;
}
.services-items-imgL--t-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.services-items-imgL--t-content li {
  width: 48%;
  padding: 0.5em 0;
  color: #000;
}
.services-items-imgL--t-content li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  width: 10px;
  height: 10px;
  margin-right: 0.8em;
  color: #0651bf;
}
.services-items-imgL--t-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 0 0;
}
.services-items-imgL--t-cta a {
  margin: 0 1em;
  font-weight: bold;
}
.services-items-imgL--t-cta .single {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #0651bf;
}
.services-items-imgL--t-cta .single:hover {
  color: #d50000;
}
@media screen and (max-width: 64em) {
  .services-items-imgL {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .services-items-imgL--img {
    width: 40%;
    height: auto;
  }
  .services-items-imgL--t {
    width: 60%;
    height: auto;
    padding: 6em 0;
  }
  .services-items-imgL--t-title p {
    font-size: 1rem;
    font-weight: 100;
    padding: 1.5em 0;
  }
  .services-items-imgL--t-content li {
    padding: 0.5em 0.3em;
  }
  .services-items-imgL--t-cta {
    padding: 1em 0 0;
  }
  .services-items-imgL--t-cta a {
    margin: 0.7em;
  }
}
@media screen and (max-width: 48em) {
  .services-items-imgL--img {
    width: 35%;
    height: auto;
  }
  .services-items-imgL--img img {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .services-items-imgL--t {
    width: 60%;
    padding: 2em 0;
    height: auto;
  }
  .services-items-imgL--t {
    width: 65%;
  }
  .services-items-imgL--t-cta {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 35.5em) {
  .services-items-imgL {
    position: relative;
  }
  .services-items-imgL--img {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .services-items-imgL--img img {
    min-height: 100vh;
    filter: blur(5px);
    opacity: 0.1;
  }
  .services-items-imgL--t {
    width: 100%;
  }
}
.services-items-imgR {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.services-items-imgR--img {
  width: 50%;
  height: 100vh;
}
.services-items-imgR--img img {
  background-size: cover;
}
.services-items-imgR--t {
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 6em 0;
}
.services-items-imgR--t-box {
  width: 90%;
  margin: 0 auto;
}
.services-items-imgR--t-title h2 {
  color: #0651bf;
  font-size: 2.5rem;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
}
.services-items-imgR--t-title p {
  color: #000;
  font-size: 1.125rem;
  font-weight: 100;
  text-align: justify;
  padding: 1.5em 0;
}
.services-items-imgR--t-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.services-items-imgR--t-content li {
  width: 48%;
  padding: 0.5em 0;
  color: #000;
}
.services-items-imgR--t-content li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  width: 10px;
  height: 10px;
  margin-right: 0.8em;
  color: #0651bf;
}
.services-items-imgR--t-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 0 0;
}
.services-items-imgR--t-cta a {
  margin: 0 1em;
  font-weight: bold;
}
.services-items-imgR--t-cta .single {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #0651bf;
}
.services-items-imgR--t-cta .single:hover {
  color: #d50000;
}
@media screen and (max-width: 64em) {
  .services-items-imgR {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .services-items-imgR--img {
    width: 40%;
    height: auto;
  }
  .services-items-imgR--t {
    width: 60%;
    height: auto;
    padding: 6em 0;
  }
  .services-items-imgR--t-title p {
    font-size: 1rem;
    font-weight: 100;
    padding: 1.5em 0;
  }
  .services-items-imgR--t-content li {
    padding: 0.5em 0.3em;
  }
  .services-items-imgR--t-cta {
    padding: 1em 0 0;
  }
  .services-items-imgR--t-cta a {
    margin: 0.7em;
  }
}
@media screen and (max-width: 48em) {
  .services-items-imgR--img {
    width: 35%;
    height: auto;
  }
  .services-items-imgR--img img {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .services-items-imgR--t {
    width: 60%;
    padding: 2em 0;
    height: auto;
  }
  .services-items-imgR--t {
    width: 65%;
  }
  .services-items-imgR--t-cta {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 35.5em) {
  .services-items-imgR {
    position: relative;
  }
  .services-items-imgR--img {
    width: 100%;
    position: absolute;
    z-index: -1;
  }
  .services-items-imgR--img img {
    min-height: 100vh;
    filter: blur(5px);
    opacity: 0.1;
  }
  .services-items-imgR--t {
    width: 100%;
  }
}
.services-items-bgL {
  padding: 8em 0;
  background: #043173;
  background-image: url("../img/site/apple%402/laboratorio.jpg");
  background-position: left;
  background-repeat: no-repeat;
}
.services-items-bgL--t {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.services-items-bgL--t-box {
  width: 60%;
}
.services-items-bgL--t-title h2 {
  color: #fff;
  font-size: 2.5rem;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  line-height: 2.5rem;
  text-align: center;
}
.services-items-bgL--t-title p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 100;
  text-align: justify;
  padding: 1.5em 0;
}
.services-items-bgL--t-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
}
.services-items-bgL--t-content li {
  width: 45%;
  padding: 0.5em 0;
  color: #fff;
}
.services-items-bgL--t-content li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  width: 10px;
  height: 10px;
  margin-right: 0.8em;
  color: c-blanco;
}
.services-items-bgL--t-cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2em 0 0;
}
.services-items-bgL--t-cta a {
  margin: 0 1em;
  font-weight: bold;
}
.services-items-bgL--t-cta .single {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transform: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #fff;
}
.services-items-bgL--t-cta .single:hover {
  color: #d50000;
}
@media screen and (max-width: 64em) {
  .services-items-bgL {
    padding: 8em 0;
    background-image: url("../img/site/apple%402/laboratorio.jpg");
  }
  .services-items-bgL--t-box {
    width: 60%;
  }
  .services-items-bgL--t-content li {
    width: 50%;
    padding: 0.5em 0.3em;
  }
  .services-items-bgL--t-cta {
    padding: 2em 0 0;
  }
  .services-items-bgL--t-cta a {
    margin: 0 1em;
  }
}
@media screen and (max-width: 48em) {
  .services-items-bgL {
    padding: 6em 0;
    background-image: url("../img/site/apple%402/laboratorio.jpg");
  }
  .services-items-bgL--t-cta {
    flex-direction: column-reverse;
    padding: 2em 0 0;
  }
  .services-items-bgL--t-cta a {
    margin: 0 1em;
  }
}
@media screen and (max-width: 35.5em) {
  .services-items-bgL {
    padding: 4em 0;
    background-image: url("../img/site/apple%402/laboratorio.jpg");
    background-position: bottom;
  }
  .services-items-bgL--t {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-items-bgL--t-box {
    width: 100%;
  }
}
.cta-center-bgG {
  padding: 4em 0;
  background-image: radial-gradient(farthest-side at 45px 45px, #005de4 50%, #05d4ff 140%);
}
.cta-center-bgG--box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.cta-center-bgG--t {
  text-align: center;
}
.cta-center-bgG--t h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-family: 'Russo One', sans-serif;
  font-weight: bold;
  color: #fff;
}
.cta-center-bgG--t p {
  font-size: 1.125rem;
  line-height: 1.125rem;
  padding: 1.5em 0;
  color: #fff;
}
@media screen and (max-width: 48em) {
  .cta-center-bgG--t h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 35.5em) {
  .cta-center-bgG {
    background-image: radial-gradient(farthest-side at 50px 50px, #005de4 40%, #05d4ff 140%);
  }
  .cta-center-bgG--box {
    width: 90%;
  }
  .cta-center-bgG--t p {
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1em 0;
  }
  
}
