/****************************/
/*Header*/
/****************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdf2e9;

  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  height: 8.2rem;
}

/****************************/
/*Navigation Section*/
/****************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #cf711f;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e67e22;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #cf711f;
}
/* Mobile */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

/****************************/
/*Hero Section*/
/****************************/
.section-hero {
  background-color: #fdf2e9;
  padding: 2rem 0 9.6rem 0;
}

.hero {
  max-width: 130rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  align-items: center;
}

.hero-description {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
}

.hero-img {
  width: 100%;
}

.happy-clients {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin-top: 8rem;
}

.happy-faces {
  display: flex;
}

.happy-clients img {
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  margin-right: -1.6rem;
  border: 3px solid #fdf2e9;
}

.happy-clients img:last-child {
  margin: 0;
}

.clients-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.clients-text span {
  color: #cf711f;
  font-weight: 700;
}

/****************************/
/*Reparaciónes Section*/
/****************************/

.section-reparaciones {
  padding: 4.8rem 0;
}

.heading-reparaciones {
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2.4rem;
  color: #cf711f;
}

.logos {
  display: flex;
  justify-content: space-around;
  padding-top: 5%;
  padding-bottom: 2%;
}

.logos img {
  height: 15rem;
}

/****************************/
/*Ventas-Pagina-Inicio Section*/
/****************************/

.section-ventas-inicio {
  padding: 9.6rem 0;
}

.step-number {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.2rem;
}

.step-description {
  font-size: 1.8rem;
  line-height: 1.8;
}

.step-img-box {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
}

.step-img-box::before,
.step-img-box::after {
  /* content: ""; */
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-img {
  width: 60%;
}

.venta-impresoras {
  color: #e67e22;
  text-decoration: none;
}

.consumibles {
  color: #e67e22;
  text-decoration: none;
}
/****************************/
/*Servicios Section*/
/****************************/

.section-servicios {
  padding: 9.6rem 0;
}

.servicios {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  overflow: hidden;
}

.servicios-content {
  padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.mantenimiento-title {
  font-size: 2.4rem;
  color: #e67e22;
  font-weight: 600;
  margin-bottom: 3.2rem;
}

.mantenimiento-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.mantenimiento-attribute {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mantenimiento-icon {
  height: 2.4rem;
  width: 2.4rem;
  color: #e67e22;
}

.mantenimiento-img {
  width: 100%;
}

/****************************/
/*Digitalizacion Section*/
/****************************/

.section-digitalizacion {
  padding: 9.6rem 0;
}

.digitalizacion-plan {
  /* background-color: #fdf2e9; */
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
  border-radius: 11px;
  padding: 4.8rem;
  width: 75%;
}

.digitalizacion-plan--diseño-web {
  border: 2px solid #fdf2e9;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
}

.digitalizacion-plan--diseño-web::after {
  content: "Super Ofertas";
  position: absolute;
  top: 5%;
  right: -24%;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #333;
  font-weight: 700;
  background-color: #ffd43b;
  padding: 0.8rem 8rem;
  transform: rotate(45deg);
}

.digitalizacion-plan--documentos {
  background-color: #fdf2e9;
  justify-self: end;
}

.plan-header {
  text-align: center;
  margin-bottom: 4.8rem;
}

.plan-name {
  color: #e67e22;
  font-weight: 600;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.75;
  margin-bottom: 3.2rem;
}

/****************************/
/*Footer Section*/
/****************************/

.footer {
  padding: 12.8rem 0;
  border-top: 1px solid #eee;
}

.grid--footer {
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #e67e22;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
}

.address {
  margin-bottom: 2.4rem;
  color: #e67e22;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #e67e22;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  color: #cf711f;
}

.flipster-carousel {
  display: none;
  color: #333;
  font-family: "Rubik", sans-serif;
}

.flip-item {
  width: 420px;
}

.flip-item .item-inner {
  padding: 2rem;
  border: 1px solid #fdf2e9;
  background: #fdf2e9;
}

.flip-item .source-profile {
  width: 80px;
  height: 80px;
}

.flip-item .source-info {
  font-size: 1.5rem;
  margin-left: 20px;
}

.flipster--coverflow .flipster__item__content {
  -webkit-box-reflect: unset;
}

/* .flipster__button {
  width: 40px;
  height: 40px;
  margin-top: -3rem;
  background: #e67e22;
  border-radius: 50%;
}

.flipster__button svg {
  width: 1rem;
  stroke: #e67e22;
}

.flipster__button svg:hover {
  stroke: #e67e22;
} */

.pt-5 a {
  padding: 12px 30px;
  border-radius: 50px;
  background: transparent;
  border: 2px solid #e67e22;
  color: #e67e22;
  font-family: "Rubik", sans-serif;
}

.mb-3 {
  font-size: 1.4rem;
}
