@font-face {
  font-family: "Helvetica", sans-serif;
  src: url(/fonts/Helvetica-01.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-light", sans-serif;
  src: url(/fonts/Helvetica-LightOblique-06.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica-bold", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica-black", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 800;
}
p {
  font-family: "Helvetica", sans-serif;
  line-height: 1.6;
  color: #343333;
}

.breadcrumb {
  background-color: #F1F1F1;
}
.breadcrumb .breadcrumb-wrapper {
  font-family: "Helvetica-light", sans-serif;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a {
  color: #797979;
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a:hover {
  color: #2B3676;
}
.breadcrumb .breadcrumb-wrapper .is-active {
  color: #2B3676;
}

.hero-banner {
  width: 100%;
  height: 60vh;
  background-image: url(/imgs/banner-img-soporte-tecnico.webp);
  background-size: cover;
  background-position: top;
  /* TABLET **portrait */
  /* Mobile Portrait **/
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .hero-banner {
    height: 30vh;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero-banner {
    height: 30vh;
  }
}

.bienvenida-soporte {
  background-color: #2B3676;
}
.bienvenida-soporte .container {
  width: 85%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .bienvenida-soporte .container {
    width: 100%;
  }
}
.bienvenida-soporte .container .title {
  font-family: "Helvetica-bold", sans-serif;
  color: #fff;
  font-style: oblique;
  line-height: 1.3;
}

.buenas-manos {
  padding: 5% 0;
}
.buenas-manos .container {
  width: 85%;
}
.buenas-manos .container .columns {
  gap: 5%;
}
.buenas-manos .container .columns .column .subtitle {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
  margin-bottom: 5%;
}

.servicios-garantia {
  padding: 5% 0;
}
.servicios-garantia .container {
  width: 85%;
}
.servicios-garantia .container .title {
  margin-top: -5%;
  margin-bottom: 5%;
  font-family: "Helvetica-bold", sans-serif;
  letter-spacing: -0.1px;
  font-style: oblique;
  color: #2B3676;
  line-height: 1.3;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .servicios-garantia .container .title {
    margin-bottom: 10%;
    margin-top: 5%;
  }
}
.servicios-garantia .container .columns {
  gap: 5%;
}
.servicios-garantia .container .columns .column .image {
  margin-bottom: 5%;
}
.servicios-garantia .container .columns .column .subtitle {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
}

.soluciones {
  background-color: #DFDFEC;
  padding: 5% 0;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .soluciones {
    padding: 10% 0;
  }
}
.soluciones .container {
  width: 85%;
}
.soluciones .container .columns {
  gap: 3%;
}
.soluciones .container .columns .column .title {
  font-family: "Helvetica-bold", sans-serif;
  font-style: oblique;
  color: #2B3676;
  line-height: 1.3;
}
.soluciones .container .columns .column .soluciones-card {
  background-color: #fff;
  margin-bottom: 5%;
  padding: 25px 30px 20px 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.15);
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .soluciones .container .columns .column .soluciones-card {
    width: 100%;
    margin-bottom: 10%;
  }
}
.soluciones .container .columns .column .soluciones-card .columns .column .subtitle {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
}

.soporte-galeria .container {
  width: 85%;
  padding: 3% 0;
}
.soporte-galeria .container .galeria1 {
  /* Mobile Portrait **/
  /* * THIN MOBILE portrait ****/
  /* SMALL MOBILE  portrait**/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .soporte-galeria .container .galeria1 {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 375px) and (orientation: portrait) {
  .soporte-galeria .container .galeria1 {
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .soporte-galeria .container .galeria1 {
    visibility: hidden;
    display: none;
  }
}

.cta-solicitud .subtitle {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
  text-align: center;
  line-height: 1.3;
}
.cta-solicitud div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta-solicitud div .button {
  background-color: #2B3676;
  margin-top: 3%;
  transition: all, 1s;
}
.cta-solicitud div .button a {
  color: #fff;
  text-decoration: none;
}
.cta-solicitud div .button:hover {
  background-color: #262626;
}/*# sourceMappingURL=soporte.css.map */