/* BARRA */

.bg_barra {
    width: 100%;
    height: 68px;
  }
  
  .bg_barra img {
    width: 100%;
    height: 100%;
  }
  
  /* SECCION SERVICIO */
  
  .seccion_servicio {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  
    width: 100%;
    height: 552px;
  }
  
  .servicio_informacion {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
  
  .servicio_informacion_contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 550px;
    height: 328px;
  }
  
  .servicio_informacion_contenedor h2 {
    font-family: arial;
    font-size: 25px;
    color: #32375f;
  }
  
  .servicio_informacion_contenedor p {
    font-family: arial;
    font-size: 16px;
    color: #656565;
    text-align: justify;
  }
  
  .servicio_imagen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
  }
  
  .servicio_imagen_contenedor {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0;
    border: 16px solid transparent;
    background-image: linear-gradient(to right, #32375f, #47aad4),
      linear-gradient(to right, #32375f, #47aad4);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
  }
  
  .servicio_imagen img {
    width: 438px;
    height: 293px;
    border-radius: 20px 0;
  }
  
  /* SECCION LISTADO */
  
  .seccion_listado {
    display: flex;
    justify-content: center;
    align-items: center;
  
    width: 100%;
    height: 450px;
  }
  
  .listado_informacion {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 70%;
    width: 90%;
  }
  
  .listado_1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    width: 450px;
  }
  
  .listado_1 h2 {
    font-family: arial;
    font-size: 24px;
    color: #32375f;
    padding-left: 30px;
  }
  
  .listado_lista_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  
  .listado_lista_1 li {
    font-size: 19px;
    font-family: Arial;
    color: #656565;
  
    /* viñetas */
    list-style-type: none;
    padding-left: 30px;
    background-image: url(../../rg/icons/vineta.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left;
  }
  
  .listado_linea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 100%;
  }
  
  .listado_linea img {
    width: 89px;
    height: 198px;
  }
  
  .listado_2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    width: 100%;
    width: 423px;
    height: 238px;
  }
  
  .listado_2 h2 {
    font-family: arial;
    font-size: 24px;
    color: #32375f;
    padding-left: 30px;
  }
  
  .listado_lista_2 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  
  .listado_lista_2 li {
    font-size: 19px;
    font-family: Arial;
    color: #656565;
  
    /* viñetas */
    list-style-type: none;
    padding-left: 30px;
    background-image: url(../../rg/icons/vineta.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left;
  }
  @media (min-width: 1025px) and (max-width: 1280px) {
  }
  @media (min-width: 768px) and (max-width: 1024px) {
    .seccion_servicio {
      height: auto;
      padding: 20px;
    }
    .servicio_informacion_contenedor p {
      font-size: 16px;
    }
    .servicio_imagen_contenedor {
      width: 100%;
    }
    .servicio_imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .seccion_listado {
      height: auto;
      padding: 20px;
    }
    .listado_informacion {
      align-items: flex-start;
    }
    .listado_linea img {
      display: none;
    }
    .listado_1 {
      gap: 20px;
      height: auto;
    }
    .listado_lista_2 li {
      font-size: 16px;
    }
    .listado_1 h2 {
      font-size: 18px;
    }
    .listado_lista_1 li {
      font-size: 16px;
    }
    .listado_2 h2 {
      font-size: 18px;
    }
  }
  @media (min-width: 481px) and (max-width: 767px) {
    .servicio_informacion_contenedor h2 {
      font-family: arial;
      font-size: 16px;
    }
    .seccion_servicio {
      height: auto;
      padding: 20px;
      flex-direction: column;
      row-gap: 20px;
    }
    .servicio_informacion {
      width: 100%;
    }
    .servicio_informacion_contenedor {
      height: auto;
    }
    .servicio_informacion_contenedor p {
      font-size: 14px;
    }
    .servicio_imagen_contenedor {
      width: 100%;
      border: 10px solid transparent;
    }
    .servicio_imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .seccion_listado {
      height: auto;
      padding: 20px;
    }
    .listado_informacion {
      width: 100%;
      align-items: flex-start;
    }
    .listado_linea {
      width: 5%;
    }
    .listado_linea img {
      display: none;
    }
    .listado_1 {
      width: 50%;
      gap: 20px;
      height: auto;
    }
    .listado_2 {
      width: 50%;
      gap: 20px;
      height: auto;
    }
    .listado_lista_2 li {
      font-size: 14px;
    }
    .listado_1 h2 {
      font-size: 16px;
    }
    .listado_lista_1 li {
      font-size: 14px;
    }
    .listado_2 h2 {
      font-size: 16px;
    }
  }
  
  @media (min-width: 320px) and (max-width: 480px) {
    .servicio_informacion_contenedor h2 {
      font-family: arial;
      font-size: 16px;
    }
    .seccion_servicio {
      height: auto;
      padding: 20px;
      flex-direction: column;
      row-gap: 20px;
    }
    .servicio_informacion {
      width: 100%;
    }
    .servicio_informacion_contenedor {
      height: auto;
    }
    .servicio_informacion_contenedor p {
      font-size: 14px;
    }
    .servicio_imagen_contenedor {
      width: 100%;
      border: 10px solid transparent;
    }
    .servicio_imagen {
      width: 80%;
    }
    .servicio_imagen img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .seccion_listado {
      height: auto;
      padding: 20px;
    }
    .listado_informacion {
      row-gap: 20px;
      width: 100%;
      align-items: flex-start;
      flex-direction: column;
    }
    .listado_linea {
      width: 5%;
    }
    .listado_linea img {
      display: none;
    }
    .listado_1 {
      width: 100%;
      gap: 20px;
      height: auto;
    }
    .listado_2 {
      width: 100%;
      gap: 20px;
      height: auto;
    }
    .listado_lista_2 li {
      font-size: 14px;
    }
    .listado_1 h2 {
      font-size: 16px;
    }
    .listado_lista_1 li {
      font-size: 14px;
    }
    .listado_2 h2 {
      font-size: 16px;
    }
  }
  