* {
    box-sizing: border-box;
}

.parr-description h1 {
    font-size: 2rem;
    text-align: center;
}

.parr-description h1:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}
.parr-description h1::after {
    content: "";
    display: block;
    width: 100px; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #4d4d4d; /* Gris oscuro */
    margin: 0.5rem auto; /* Centrar la línea */
    border-radius: 2px; /* Esquinas redondeadas opcionales */
}

.parr-description p {
    font-size: 1rem;
    text-align: center;
}

/* Estilo y efecto de hover para los servicios */
.container {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se ajusten si no caben en una fila */
    align-items: center; /* Alineación vertical */
    justify-content: space-between; /* Espacio entre los elementos */
    gap: 2rem; /* Espacio entre los elementos */
    margin: 2rem auto;
    padding: 1rem;
    max-width: 1200px; /* Ancho máximo para centrar el contenido */
}

/* Imagen */
.img-telefono {
    flex: 1; /* Ocupa el mismo espacio que el main */
    max-width: 50%; /* Limita el ancho de la imagen */
}

.img-telefono img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Sección de servicios */
.main-service {
    flex: 1; /* Ocupa el mismo espacio que la imagen */
    max-width: 50%; /* Limita el ancho del contenido */
    text-align: left;
}
.main-service h2::after {
    content: "";
    display: block;
    width: 100px; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #4d4d4d; /* Gris oscuro */
    margin: 0.5rem auto; /* Centrar la línea */
    border-radius: 2px; /* Esquinas redondeadas opcionales */
}

/* Estilo y efecto de hover para los servicios */
.service {
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #0B0C90;
}

.service::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0600b6, #2d6fa8);
    z-index: 0;
    transition: top 0.4s ease-in-out;
}

.service:hover::before {
    top: 0;
}

.service:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.enunciado {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.enunciado:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.service h3 {
    position: relative;
    z-index: 1; /* Coloca el texto encima del fondo */
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s;
}

.service:hover h3 {
    color: #fff;
}

.service h3 {
    font-weight: normal;
}

/* Contenedor general */
.image-text-container {
    display: flex;
    flex-wrap: wrap; /* Permite ajuste en pantallas pequeñas */
    align-items: center; /* Centra verticalmente los elementos */
    justify-content: space-between; /* Espacia los elementos */
    gap: 2rem; /* Espacio entre los elementos */
    margin: 2rem auto;
    padding: 1rem;
    max-width: 1200px; /* Ancho máximo para centrar el contenido */
}

/* Imagen */
.img-2 {
    flex: 1; /* Ocupa el mismo espacio que el texto */
    max-width: 50%; /* Limita el ancho máximo de la imagen */
    border-radius: 25px;
}

.image-text-container img {
    max-width: 50%; /* Imagen responsiva */
    height: auto;
    display: block;
    margin: 0 auto;
}
/* Contenedor de texto */
.div-beneficios {
    flex: 1; /* Ocupa el mismo espacio que la imagen */
    max-width: 50%; /* Limita el ancho máximo */
    text-align: left;
}
.div-beneficios h1::after {
    content: "";
    display: block;
    width: 100px; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #4d4d4d; /* Gris oscuro */
    margin: 0.5rem auto; /* Centrar la línea */
    border-radius: 2px; /* Esquinas redondeadas opcionales */
}

/*service 2*/
.main-service2 {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}
.enunciado1 {
    text-align: center;
    margin: 40px 0;
}
.main-service2 h2:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}
.main-service2 h2::after {
    content: "";
    display: block;
    width: 100px; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #4d4d4d; /* Gris oscuro */
    margin: 0.5rem auto; /* Centrar la línea */
    border-radius: 2px; /* Esquinas redondeadas opcionales */
}

.main-service2 p {
    font-size: 1rem;
    text-align: center;
}
.services1 {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan en lugar de desbordarse */
    justify-content: center; /* Centra los elementos */
    max-width: 800px;
    margin: 0 auto;
}

.service1 {
    display: flex;
    flex: 1 1 calc(33.33% - 20px);
    margin: 10px;
    flex-direction: column; /* Alinea los elementos en columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    transition: color 0.3s;
    border-left: 2px solid #0B0C90;
}

.service1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0B0C90, #00A6FF);
    transition: left 0.5s ease;
    z-index: 0;
}

.service1:hover::after {
    left: 0;
}

.service1:hover h3, .service1:hover p {
    color: #fff;
}

.service1 img.soporte {
    width: 50px;
    height: 50px;
    transition: transform 0.9s ease;
    z-index: 1;
}

.service1:hover img.soporte {
    transform: rotate(360deg);
}

.service1 h3, .service1 p {
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    position: relative;
    z-index: 1;
}
.soporte{
    max-width: 80px;
    margin: 10px;
    border-radius: 100%;
   }
   /*metodos de pago*/
.metodos-pago-h2 {
    font-size: 2rem;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.metodos-pago-h2:hover:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}
.metodos-pago-h2::after {
    content: "";
    display: block;
    width: 100px; /* Ancho de la línea */
    height: 3px; /* Grosor de la línea */
    background-color: #4d4d4d; /* Gris oscuro */
    margin: 0.5rem auto; /* Centrar la línea */
    border-radius: 2px; /* Esquinas redondeadas opcionales */
}

.metodos-container {
    display: flex;
    flex-wrap: wrap; /* Permite que los íconos se ajusten en varias filas */
    justify-content: center; /* Centra los elementos en la fila */
}

.metodo {
    margin: 15px;
    text-align: center;
    width: 100px; /* Ancho de cada ícono */
}

.metodo img {
    width: 100%; /* Hace que los íconos ocupen todo el ancho del contenedor */
    max-width: 70px; /* Ancho máximo para los íconos */
    height: auto; /* Mantiene la relación de aspecto */
}







@media (max-width: 768px) {
.parr-description h1 {
    font-size: 2rem;
    text-align: center;
}

.parr-description h1:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.parr-description p {
    font-size: 1rem;
    text-align: center;
}

.img-telefono {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.telefono {
    max-width: 500px;
    align-items: center;
}

/* Estilo y efecto de hover para los servicios */
.container {
    flex-direction: column; /* Los elementos se apilan en columna */
    align-items: center; /* Centra los elementos */
}

.img-telefono,
.main-service {
    max-width: 100%; /* Ocupan el ancho completo */
}

.main-service {
    text-align: center; /* Alinea el texto al centro en móviles */
}

.service {
    position: relative; /* Necesario para posicionar el pseudo-elemento */
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #0B0C90;
}

.service::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0600b6, #2d6fa8);
    z-index: 0;
    transition: top 0.4s ease-in-out;
}

.service:hover::before {
    top: 0;
}

.service:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.enunciado {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.enunciado:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.service h3 {
    position: relative;
    z-index: 1; /* Coloca el texto encima del fondo */
    font-size: 1.2rem;
    color: #333;
    transition: color 0.3s;
}

.service:hover h3 {
    color: #fff;
}

.main-service, .telefono{
    display: inline-block;
    margin: 20px;
    margin-top: 30px;
}


/* Image Text Section */
.image-text-container {
flex-direction: column;
text-align: center;
}
/*.img-2 {
  
}*/
.div-beneficios {
    max-width: 100%;
    text-align: center; /* El texto ocupa todo el ancho */
}
.div-beneficios h1:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.div-beneficios p {
    font-size: 1rem;

}
/*service 2*/
.main-service2 {
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}
.enunciado1 {
    text-align: center;
    margin: 40px 0;
}
.main-service2 h2:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.main-service2 p {
    font-size: 1rem;
    text-align: center;
}
.services1 {
    display: flex;
    flex-wrap: wrap; /* Permite que los elementos se envuelvan en lugar de desbordarse */
    justify-content: center; /* Centra los elementos */
    max-width: 800px;
    margin: 0 auto;
}

.service1 {
    display: flex;
    flex: 1 1 calc(33.33% - 20px);
    margin: 10px;
    flex-direction: column; /* Alinea los elementos en columna */
    align-items: center; /* Centra horizontalmente */
    justify-content: center; /* Centra verticalmente */
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    transition: color 0.3s;
    border-left: 2px solid #0B0C90;
}

.service1::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #0B0C90, #00A6FF);
    transition: left 0.5s ease;
    z-index: 0;
}

.service1:hover::after {
    left: 0;
}

.service1:hover h3, .service1:hover p {
    color: #fff;
}

.service1 img.soporte {
    width: 50px;
    height: 50px;
    transition: transform 0.9s ease;
    z-index: 1;
}

.service1:hover img.soporte {
    transform: rotate(360deg);
}

.service1 h3, .service1 p {
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    text-align: left;
    position: relative;
    z-index: 1;
}
.soporte{
    max-width: 80px;
    margin: 10px;
    border-radius: 100%;
   }
   /*metodos de pago*/
.metodos-pago-h2 {
    font-size: 2rem;
    padding: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

.metodos-pago-h2:hover:hover {
    color: #0600b6;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease-in-out;
}

.metodos-container {
    display: flex;
    flex-wrap: wrap; /* Permite que los íconos se ajusten en varias filas */
    justify-content: center; /* Centra los elementos en la fila */
}

.metodo {
    margin: 15px;
    text-align: center;
    width: 100px; /* Ancho de cada ícono */
}

.metodo img {
    width: 100%; /* Hace que los íconos ocupen todo el ancho del contenedor */
    max-width: 70px; /* Ancho máximo para los íconos */
    height: auto; /* Mantiene la relación de aspecto */
}

}

