/* General */

.general-servicio-section,
.general-servicio-wrapper,
.general-servicio-section-inner,
.general-servicio-center-content,
.general-servicio-left-image,
.general-servicio-right-svg {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* Info Servicio banner */

.general-servicio-section {
  background-color: var(--primary-blue-color-bg);
  padding: 4rem 0;
  margin-left: 15%;
  position: relative;
  overflow-y: clip;
  overflow-x: visible;
  height: 32rem;
}

.general-servicio-section-inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0.94rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.general-servicio-left-image {
  position: absolute;
  left: -7.1875rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 31.25rem;
  height: 28.125rem;
}

.general-servicio-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.general-servicio-center-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.general-company-logo {
  width: 50%;
  height: auto;
}

.general-servicio-right-svg {
  position: absolute;
  right: -18.75rem;
  top: 45%;
  width: 37.5rem;
  opacity: 0.75;
  pointer-events: none;
}

.general-servicio-right-svg img {
  width: 100%;
  height: auto;
  display: block;
}

/* info section Servicios */

.info-custom-button {
  width: 100%;
  padding: 1rem 2.5rem;
  border: none;
  background-color: rgb(51, 99, 172);
  color: white;
  font-size: var(--font-size-button-desktop);
  cursor: pointer;
  border-radius: 0 0 0.95rem 0.95rem;
  display: block;
  text-align: center;
  text-decoration: none;
}

.info-custom-button:hover {
  background-color: rgb(41, 79, 142);
}

.info-paragraph-group {
  margin-bottom: 2rem;
}

.info-paragraph-group li,
.info-paragraph-group p {
  margin-bottom: 0.5rem;
  color: var(--primary-black-color-text);
  font-weight: 300;
  font-size: var(--font-size-texto-desktop);
  text-align: justify;
}

/* Servicios */

.services-section {
  background-color: #ffffff;
}

.services-section .row {
  display: flex;
  flex-wrap: wrap;
}

.services-section .col-md-4 {
  display: flex;
}

.services-section .col-md-6 {
  display: flex;
}

.service-box {
  background-color: var(--scanned-light-gray-color-bg);
  border-radius: 0.75rem;
  padding: 2rem;
  text-align: center;
  position: relative;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  width: 100%;
}

.services-section h2 {
  font-family: var(--font-principal);
  font-size: var(--font-size-seccion-desktop);
  color: var(--primary-blue-color-text);
  margin-bottom: 5%;
}

.service-box:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.15);
}

.service-icon {
  width: auto;
  height: 12.5rem;
  margin-bottom: 1.25rem;
  object-fit: contain;
  max-width: 100%;
}

.service-title {
  font-family: var(--font-principal);
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: rgb(51, 99, 172);
}

.service-description {
  font-family: var(--font-formal);
  font-size: 1.25rem;
  line-height: 1.6;
  color: #666;
  margin-bottom: 2rem;
  text-align: justify;
}

/* Costo y Proceso/beneficio */

.section-cost-process-list-column {
  padding: 1.5rem;
}

.section-cost-process-list-column-title {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(51, 99, 172);
  margin-bottom: 1.5rem;
  font-family: var(--font-principal);
}

.section-cost-process-list-column-items {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
}

.section-cost-process-list-column-left,
.section-cost-process-list-column-items li {
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.25rem;
  padding: 0.75rem 0;
  border-bottom: 0.05rem solid #d0d0d0;
  line-height: 1.25;
  text-align: justify;
}

.section-cost-process-list-column-left:last-child,
.section-cost-process-list-column-items li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* Implementar servicio */

.required-info-to-implement {
  padding: 1rem 0;
}

.required-info-to-implement p,
.required-info-to-implement li {
  color: black;
  font-size: 1.25rem;
  text-align: justify;
}

.required-info-to-implement-main-title {
  font-size: 2rem;
  font-weight: bold;
  color: rgb(51, 99, 172);
  font-family: var(--font-principal);
  text-align: center;
}

/* Mobile tablet */

@media (max-width: 1199px) {
  .hide-spacer {
    display: none;
  }

  /* Info Servicio General */

  .general-servicio-section {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    padding: 0;
    position: relative;
    padding-bottom: 1.5rem;
    overflow: visible;
    max-height: none;
    clip-path: none;
    width: 100%;
    height: 40rem;
  }

  .general-servicio-wrapper {
    background-color: rgb(51, 99, 172);
    padding: 2.5rem 1rem;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 38rem;
  }

  .services-section {
    overflow: visible;
  }

  .general-servicio-left-image {
    position: absolute;
    top: 21rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 55%;
  }

  .general-servicio-section-inner {
    max-width: 100%;
    min-height: auto;
  }

  .general-servicio-center-content {
    padding: 2rem 0;
    margin-left: -18.75rem;
    margin-top: 0.125rem;
  }

  .general-servicio-right-svg {
    height: 37.5rem;
  }

  .general-servicio-right-svg img {
    height: 150%;
    object-fit: cover;
  }
}

/* Mobile telefono */

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }

  /* Info Servicio General */

  .general-servicio-section {
    padding-bottom: 0.625rem;
    height: 20rem;
  }

  .general-servicio-wrapper {
    height: 18.75rem;
  }

  .general-servicio-left-image {
    position: absolute;
    top: 11.125rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 55%;
  }

  .general-servicio-section-inner {
    max-width: 30%;
    min-height: auto;
  }

  .general-servicio-center-content {
    padding: 2rem 0;
    margin-right: -12.5rem;
    margin-top: -1rem;
  }

  .general-servicio-right-svg {
    height: 18.75rem;
    width: 21.875rem;
  }

  .info-arcon-svg-wrapper {
    width: 80%;
  }

  .info-custom-button {
    width: 80%;
    font-size: var(--font-size-small-button-cellphone);
    padding: 0.6rem 1.2rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
  }
}

/* Mobile telefonos pequeños */

@media (max-width: 391px) {
  /* Info Servicio General */

  .info-custom-button {
    font-size: var(--font-size-small-button-cellphone-small);
  }
}

@media (max-width: 345px) {
  /* Info Servicio General */

  .info-custom-button {
    font-size: var(--font-size-small-button-cellphone-narrow);
  }
}
