* {
    font-family: 'Rany', sans-serif;
    font-weight: 300;
    font-style: normal;
    max-width: 100%;
    scroll-behavior: smooth;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Rany';
    src: url('fonts/Rany.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Importante para performance */
}
#whatsapp{
    position: fixed;
    bottom: 250px;
    right: 25px;
    z-index: 11000;
    width: 35px;
}
#Teloficina{
    position: fixed;
    bottom: 300px;
    right: 25px;
    z-index: 11000;
    width: 35px;
}
H1{
    text-align: center;
    color: #18263f;
    font-size: 2em;
    font-weight: 400;
}
/* Inicio CSS menu */
header {
    width: 100%;
    max-height: 720px;
    background-image: url(../svg/Fondo-JH-Medical-Equipment.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
}

.logo {
    width: 100%;
    height: 120px;
    background-image: url(../svg/Fondo-Menu-JH.svg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: relative;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.inciso {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 3000;
}

.inciso li {
    margin-left: 20px;
    position: relative;
}

.inciso li a {
    text-decoration: none;
    color: #18263f;
    font-weight: 500;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.inciso li a:hover {
    color: #1c1e5d;
}

/* Flecha desplegable */
.dropdown-arrow {
    font-size: 0.8em;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
    user-select: none; /* Evita seleccionar el texto al hacer clic */
}

/* Rotación cuando está activo */
.dropdown-arrow.rotate {
    transform: rotate(180deg);
}

/* Submenú */
.submenu {
    display: none;
    position: absolute;
    background: #fff;
    list-style: none;
    padding: 10px;
    margin: 0;
    border-radius: 8px;
    box-shadow: 0px 6px 12px rgba(0,0,0,0.15);
    min-width: 220px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    z-index: 2000;
}

.submenu li {
    margin: 8px 0;
}

.submenu li a {
    color: #18263f;
    font-size: 0.95em;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    border-radius: 6px;
    transition: background 0.3s ease;
}

.submenu li a:hover {
    background: #f2f6fa;
    color: #1c1e5d;
}

/* Mostrar submenú activo */
.show-submenu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Adaptación UX para móviles */
@media (max-width: 768px) {
    .inciso {
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 120px;
        right: 0;
        left: 0;
        display: none;
        padding: 20px;
        box-shadow: 0px 6px 12px rgba(0,0,0,0.15);
    }

    .inciso.active {
        display: flex;
    }

    .submenu {
        position: relative;
        box-shadow: none;
        padding-left: 15px;
        border-left: 3px solid #cfdbeb;
    }
}

/* Estilos para pantallas pequeñas */


  /* Estilos para el contenido adicional */
.scrolling-container {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}

.electrocardiograma {
    width: 100%;
    animation: scroll 60s linear infinite;
}

@keyframes scroll {
    from {
    transform: translateX(-100%);
    }
    to {
    transform: translateX(0%);
    }
}

.doctor {
    width: 30%;
    height: auto;
    vertical-align: bottom;
    display: flex;
    z-index: 3001;
}

.Tex-bienvenida {
    position: absolute;
    top: 20%;
    right: 10%;
    border-radius: 20px;
    max-width: 350px;
    min-width: 350px;
    height: 200px;
    background-color: #ffffff;
    color: #000000;
    opacity: 80%;
}
.Tex-bienvenida{
    font-size: 1em;
    padding-left: 15px;
    padding-top: 20px;
}
.Tex-bienvenida p {
    vertical-align: top;
    max-width: 350px;
    padding: 20px 20px 10px 20px;
}

.text-group {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 10s ease-in-out;
}

/* Ciclo de animación para cada bloque de texto */
@keyframes fade {
    0%, 20% { opacity: 1; }
    30%, 100% { opacity: 0; }
}

/* Configuración de cada grupo de texto con tiempos alternados */
.text-group:nth-child(1) { animation: fade 30s infinite; }
.text-group:nth-child(2) { animation: fade 30s infinite 10s; } /* Aparece después de 10s */
.text-group:nth-child(3) { animation: fade 30s infinite 20s; } /* Aparece después de 20s */

/* Fin CSS menu */
/* Inicio parrafo con imagen */
.Parr-img {
    margin: auto;
    padding: 70px 70px 0px 70px;
    width: 100%;
    max-width: 900px;
}

.Parr-img img {
    float: right;
    width: 50%;
    max-width: 350px;
    height: auto;
    margin-left: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.Parr-img p {
    text-align: justify;
}
/* Fin parrafo con imagen */
/* Inicio de Azul1 */
.Azul1{
    width: 100%;
    background-color: #18263f;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 5px;
    text-align: center;
}
.AzulBackground{
    background-image: url(../webp/background-JH.webp); 
    background-size: cover;
    background-position: center;
    background-position: center;
    min-height: 500px;
}
.Azul1 h3{
    color: white;
    padding: 0px 20px;
    font-weight: 400;
    padding-left: 15px;
    font-size: 1.5em;
    margin-bottom: 20px;
}
.Azul1 p{
    padding-top: 15px;
    color: #fff;
    text-align: justify;
}
.Azul1 li{
    padding-left: 50px;
    color: #fff;
}
.Dentro-azul{
    max-width: 900px;
    margin: auto;
    margin-bottom: 40px;
    padding: 0px 20px;
}
.AzulTexto{
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding: 0px 25px;
}
.Form-Espacio{
    display: inline-block;
    width: 49%;
    margin: auto;
    padding: 0px 40px;}


/* Inicio Acordeon */
.acordeon {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            font-family: Arial, sans-serif;
        }
        
        .seccion {
            border: 1px solid #ddd;
            margin-bottom: 5px;
            border-radius: 4px;
            overflow: hidden;
        }
        
        .seccion input[type="radio"] {
            display: none;
        }
        
        .seccion h3 {
            background-color: #f5f5f5;
            color: #333;
            padding: 15px;
            margin: 0;
            cursor: pointer;
            position: relative;
            transition: background-color 0.3s;
        }
        
        .seccion h3:hover {
            background-color: #e9e9e9;
        }
        
        .seccion h3::after {
            content: "+";
            position: absolute;
            right: 15px;
            font-size: 20px;
        }
        
        .seccion input[type="radio"]:checked ~ h3::after {
            content: "-";
        }
        
        .contenido {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }
        
        .seccion input[type="radio"]:checked ~ .contenido {
            padding: 15px;
            max-height: 500px;
        }
/* Fin Acordeon */

/* Fin de Azul1 */


/* Inicio Par-FonImg */
.ParFonImg{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.Parr{
    position: relative;
    display: inline-block;
    width: 50%;
    padding:0px 20px;
    min-height: 290px;
    max-height: 290px;
    text-align: justify;
    margin-top: 20%;
}
.FonImg{
    vertical-align: top;
    position: relative;
    background-image: url('../webp/Ultrasonido-JHP-medical-equipment.webp');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 39%;
    min-height: calc(100vh - 100px);
    flex-grow: 1;
    opacity: 0; /* Oculto por defecto */
    transform: translateY(50px); /* Desplazado hacia abajo */
    transition: opacity 2s ease-out, transform 0.8s ease-out;
    margin: 0px;
}
.FonImg.visible {
    opacity: 1; /* Se hace visible */
    transform: translateY(0); /* Vuelve a su posición normal */
}
/* Fin Par-FonImg */

/* Inicio Soluciones */
.IndexSoluciones {
    width: 100%;
    background-color: #dce5f3;
    color: #fff;
    padding: 50px 20px;
    box-sizing: border-box; /* Incluye el padding en el ancho total */
}

.ContSol {
    color: #18263f;
    text-align: center;
    margin: auto;
    max-width: 1200px; /* Limita el ancho máximo del contenedor */
    padding: 0 20px; /* Padding lateral para evitar desbordamiento */
    box-sizing: border-box; /* Incluye el padding en el ancho total */
}

.ContSol h2 {
    font-weight: 400;
    padding-bottom: 25px;
    max-width: 900px;
    margin: auto;
}

.ContSol p {
    max-width: 900px;
    text-align: justify;
    padding-bottom: 25px;
    font-weight: 400;
    margin: auto;
}

.ContSoluciones {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box; /* Incluye el padding en el ancho total */
}

.ContSoluciones:hover > :not(:hover) {
    opacity: 0.3;
}

.Solucion {
    width: 250px; /* Ancho fijo de cada solución */
    height: 430px;
    border-radius: 25px;
    box-shadow: 2px 2px 5px rgb(141, 141, 141);
    background-color: #fff;
    padding: 15px;
    text-align: justify;
    color: #18263f;
    box-sizing: border-box; /* Incluye el padding en el ancho total */
    transition: 0.5s ease;
}

.Solucion:hover {
    transform: scale(1.1);
}

.Solucion h3 {
    font-weight: 400;
    padding-bottom: 15px;
    text-align: center;
    padding-top: 5px;
}
.SubtitlutoA{
    text-align: center;
    color: #18263f;
    font-size: 1.6em;
    margin: 60px 0px;
    font-weight: 600;
}
.Solucion a {
    cursor: pointer;
    color: #cd0d0d;
    text-decoration: none;
}

.Solucion a:hover {
    text-decoration: underline;
}

/* Estilos para la imagen */
.productoJH {
    display: flex;
    align-items: center;
    align-content: center;
    width: 90%; /* Tamaño pequeño para la vista previa */
    cursor: url(../svg/lupa.cur), pointer; /* Usa el cursor personalizado */
    border-radius: 10px;
    transition: transform 0.3s ease;
    cursor: -webkit-zoom-in;
}

.productoJH:hover {
    transform: scale(1.05); /* Efecto de zoom al pasar el mouse */
}

/* Estilos para el popup */
.popup {
    display: none; /* Oculta el popup por defecto */
    position: fixed; /* Posición fija para que ocupe toda la ventana */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semitransparente */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* Asegura que el popup esté por encima de todo */
}

.popup img {
    max-width: 90%; /* Limita el ancho de la imagen al 90% del popup */
    max-height: 90%; /* Limita la altura de la imagen al 90% del popup */
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Botón para cerrar el popup */
.close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.close:hover {
    color: #ccc;
}
/* Fin Soluciones */  

/* Inicio carrucel Boton animado */
.btn {
    width: 340px;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to top, #00154c, #12376e, #23487f);
    color: #fff;
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.btn span {
font-size: 1em;
text-transform: uppercase;
letter-spacing: 1px;
transition: top 0.5s;
}

.btn-text-one {
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
}

.btn-text-two {
position: absolute;
width: 100%;
top: 150%;
left: 0;
transform: translateY(-50%);
}

.btn:hover .btn-text-one {
top: -100%;
}

.btn:hover .btn-text-two {
top: 50%;
}

/* Fin carrusel Boton animado */
/* inicio paralax */
.Para-FonImg {
    display: flex;
    align-items: center; /* Centra verticalmente los elementos */
    gap: 20px;
    padding: 20px;
}

.Paral {
    display: flex;
    align-items: center; /* Centra el texto dentro del div */
    justify-content: center;
    max-width: 600px;
}

.Paral p {
    text-align: justify;
    font-size: 18px;
}

.FonImgP {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/equipos-de-resonancia-JH.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPS {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/JH-Medical-equipment-parallax-productos.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgTomo {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/productos/Tomografo-revisando-resultados-de-tomografia.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgReso {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/productos/Resonancia-magnetica-Tecnico-JH-Mrdilal-Equipment.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgRayos {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/productos/Rayos-X-JH-Medical-Equipment-mostrando-integracion-PACS.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgCamilla {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/productos/Camilla-mostrando-control-remoto-de-camas-hospitalarias.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgMast {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/productos/Mastografia-Especialista-latino-de-JH-Medical-Equipment-asesorando-a-administradora-de-clinica.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPC {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/JH-Medical-equipment-parallax-contacto.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB1 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/La-Inteligencia-Artificial-esta-Revolucionando-el-Diagnostico-por_Imagenes.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB2 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/Sala-de-diagnostico-por-imagenes-moderna-con-equipos-de-ultima-generacion.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB3 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/03-Inteligencia-Artificial-en-la-Medicina-Transformando-el-Diagnostico-por-Imagenes.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB4 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/04-Equipos-Medicos-Reacondicionados-Una-Opcion-Viable-para-tu-Institucion.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB5 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/05-Como-Optimizar-el-Flujo-de-Trabajo-en-tu-Laboratorio-de-Diagnostico.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB6 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/06-Tecnologia-de-Vanguardia-en-Diagnostico.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB7 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/07-Tecnologias-de-Monitoreo-Clinico-Precision-y-Conectividad.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgPB8 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/blog/08-Equipos-Esenciales-para-un-Laboratorio-Clinico-Moderno.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgG {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/JH-Medical-equipment-parallax-gracias.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImg404 {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/JH-Medical-equipment-parallax-404.webp'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
.FonImgProduc {
    min-height: 450px;
    flex-grow: 1;
    background-image: url('../webp/productos/parallax-Cios-Select-with-FD.webp'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
}
/* Desactiva parallax en móviles */
/* @media (max-width: 768px) {
    .Par-FonImg {
        flex-direction: column;
        text-align: center;
    }
    .FonImgP {
        background-attachment: scroll; 
    }
} */

.BTN27001 {
    /* Asegúrate de que el contenedor tenga un tamaño definido */
    width: 100%; /* Ancho completo */
    height: 400px; /* Altura del contenedor (ajusta según tus necesidades) */
    /* Flexbox para centrar el botón */
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.centered-button {
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #212c55;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.centered-button:hover {
    background-color: #0056b3;
}
/* fin paralax */


/* Llamado a la accion */
.CuadroAction{
    background: linear-gradient(45deg, #1c1e5d, #5a739d);
    padding: 30px;
    border-radius: 20px;
    color: white;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    max-width: 700px;
    margin: auto;
}
.H2CTA{
    font-size: 1.8em;
    margin-bottom: 10px;
}
.H2CTAspan{
    color: #ffdd57; 
}
.CTAcontacto{
    font-size: 1.2em;
    margin-bottom: 20px;
}
.CTAinfo{
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 12px 25px;
    font-size: 1.1em;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
/* Inicio footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 50px;
}
.sitemap {
    display: flex; /* Activa Flexbox */
    justify-content: space-around; /* Distribuye los enlaces de manera proporcional */
    background-color: #18263f;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Estilos para los enlaces */
.sitemap a {
    text-decoration: none; /* Quita el subrayado */
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sitemap a:hover {
    color: #007bff; /* Cambia el color al pasar el mouse */
}
.imgfooter{
    width: 250px;
    height: auto;
    z-index: 2000;
    margin-left: 50px;
    margin-top: 25px;
}
/* fin Footer */
/* CSS formulario */
input{
    display: flex;
    font-family: "lato";
    font-weight: 400;
    width: 350px;
    height: 30px;
    margin: 10px auto;
}
textarea{
    display: flex;
    font-family: "lato";
    font-weight: 400;
    width: 350px;
    height: 90px;
    margin: 10px auto;
}
.btn-form{
    display: flex;
    margin: 25px auto;
    background-color: #cfdbeb;
    border: 0px;
    color: #18263f;
    padding: 5px 60px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
    font-weight: 500;
}
.btn-form:hover{
    background-color: #79a7e4;
    transform: scale(1.1);
    border-radius: 10px;
    font-weight: 400;
}
/* Fin de CSS formulario */
/* Inicio Boton de formulario */
/* From Uiverse.io by eirikvold */ 
.buttonFor {
font-size: 18px;
background: linear-gradient(to bottom, #4dc7d9 0%,#1c1e5d 100%);
color: white;
padding: 0.8em 1.2em;
display: flex;
align-items: center;
justify-content: center;
border: none;
border-radius: 15px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
transition: all 0.3s;
margin-left: 33%;
margin-top: 30px;
}

.buttonFor:hover {
transform: translateY(-3px);
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
cursor: pointer;
}

.buttonFor:active {
transform: scale(0.95);
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.buttonFor span {
display: block;
margin-left: 0.4em;
transition: all 0.3s;
}

.buttonFor svg {
width: 18px;
height: 18px;
fill: white;
transition: all 0.3s;
}

.buttonFor .svg-wrapper {
display:flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.2);
margin-right: 0.5em;
transition: all 0.3s;
}

.buttonFor:hover .svg-wrapper {
background-color: rgba(255, 255, 255, 0.5);
}

.buttonFor:hover svg {
transform: rotate(45deg);
}  
/* Fin Boton de formulario */

/* Inicio catalogo blog */
.blog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Grid responsivo */
    gap: 50px; /* Espacio entre artículos */
    padding: 20px;
    max-width:900px; /* Ancho máximo del contenedor */
    margin: 0 auto; /* Centrar el contenedor */
    margin-top: 100px;
}
.blog a{
    text-decoration: none;
}
.h1blog{
    margin-top: 100px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.cta-button{
    background-color: #cfdbeb;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    border: 0px;
    color: #18263f;
    padding: 10px 60px;
    cursor: pointer;
    font-weight: 500;
    font-family: Roboto;
    border-radius: 10px 10px;
    transition: ease-in-out 0.1s;
}
.cta-button:hover{
    background-color: #79a7e4;
    transform: scale(1.1);
    color: #fff;
    border-radius: 10px 10px;
    font-weight: 400;
}
/* Contenedor individual de cada artículo */
.tema {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden; /* Para que las imágenes no sobresalgan */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tema:hover {
    transform: translateY(-5px); /* Efecto de elevación al pasar el mouse */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Estilos para la imagen de portada */
.portadita {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Ajusta la imagen sin distorsionarla */
}

/* Estilos para el título del artículo */
.Articulo {
    font-size: 1.5rem;
    margin: 15px;
    color: #18263f;
}

/* Estilos para la descripción del artículo */
.sinopsis {
    font-size: 1rem;
    margin: 0 15px 15px;
    color: #555;
    line-height: 1.5;
}
.ArtBlog{
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    color: #18263f;
    font-size: 1.1em;
    padding: 0px 30px;
    text-align: justify;
}
.ArtBlog h2{
    font-size: 1.5em;
    font-weight: 500;
    margin: 30px 0px;
}
.ArtBlog li{
    margin-top: 10px;
}
/* Fin catalogo blog */

/*Inicio de productos en para selección*/
#CatalogoPR{
    max-width: 1050px;
    margin: auto;
    margin-top: 70px;
    margin-bottom: 100px;
    padding: 0px 20px;
    text-align: justify;
}
#CatalogoPR h2{
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
}
#CatalogoPR p{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.Pproduto{
    text-align: center;
    margin-top: 50px;
}
.productoInd{
    text-align: left;
display: inline-block;
background-color: #18263f;
width: 300px;
height: 500px;
border-radius: 8px;
margin: 15px 10px;
padding: 15px;
color: #ffffff;
vertical-align: top;
box-shadow: #000000 2px 2px 4px;
}
.productoInd span{
    display: inline-block;
    margin-top: 5px;
    margin-right: 2px;
    background-color: #ff5e00;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8em;
}

.productoInd button{
    cursor: pointer;
    background-color: #cfdbeb;
    display: block;
    margin: 10px auto 0 auto;
    border: 0px;
    padding: 5px 10px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .menu-icon {
      display: block; /* Muestra el ícono del menú en pantallas pequeñas */
    }

    .inciso {
    display: none; /* Oculta el menú en pantallas pequeñas */
    flex-direction: column;
    position: absolute;
    top: 100px;
    right: 0;
    background-color: #cfdbeb;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .inciso.active {
      display: flex; /* Muestra el menú cuando está activo */
    }

    .inciso li {
        margin: 10px 0;
    }
    .inciso li a:hover {
        color: #b51616;
    }
    .Tex-bienvenida {
        position: absolute;
        top: 20%;
        right: 5%;
        border-radius: 20px;
        max-width: 300px;
        min-width: 300px;
        height: 200px;
        background-color: #ffffff95;
    }
}