:root{
    --blanco: #ffffff;
    --primario: #f3a324;
    --secundario: #760a0a;
    --girs: #000000;
    --oscuro: #000000;
    --fondo: rgba(0, 0, 0, 0.964);
}
html{
    font-size: 74%;
    background-color: var(--fondo);
    color: #ffffff; /* Color del título principal */
}
.logo {
    width: 150px; /* Cambia este valor al tamaño deseado */
    height: auto; /* Mantiene la proporción del logo */
}

body{
    font-size: 16px;
    font-family: 'Krub', sans-serif;
} 

.navegacion-principal {
    /*padding-top: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;*/
    padding: 2rem;
    display: flex;
    justify-content: space-between;
}
.navegacion-principal a{
    color: var(--blanco);
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
}
.navegacion-principal a:hover{
        background-color:var(--primario);
        color: var(--oscuro);
        text-decoration:none
    }




  
    .exterirorp10 {
        text-align: center; 
        font-size: 3rem;
        background-color: #140333; /* Cambia el color de fondo aquí */
        color: #f1e9e9; /* Color del texto */
        padding: 20px; /* Espacio interno */
        border-radius: 40px; /* Esquinas redondeadas */
        margin: 70px; /* Espacio externo */
        font-family: 'Arial', sans-serif; /* Cambia 'Arial' por la fuente que desees */
        font-weight: bold; /* Para poner la etiqueta en negrita */

    }




    .exterirorp99 {
        text-align: center; 
        font-size: 2rem;
        background-color: #000000; /* Cambia el color de fondo aquí */
        color: #f1e9e9; /* Color del texto */
        padding: 20px; /* Espacio interno */
        border-radius: 5px; /* Esquinas redondeadas */
        margin: 70px; /* Espacio externo */
        font-family: 'Arial', sans-serif; /* Cambia 'Arial' por la fuente que desees */
        font-weight: bold; /* Para poner la etiqueta en negrita */

    }



    .contenedor{
        width: 90rem;
       /* margin-top: 0rem;
        margin-right: auto;
        margin-bottom: 0px;
        margin-left: auto;*/
        margin: 0 auto;
    }
    .fondo-de-nav{
        background-color: var(--secundario);
        
    }     
    .Titulo{
        text-align: center; 
        font-size: 1rem;
        font-size: 3em; /* Ajusta el tamaño de los subtítulos */
        color: hsl(0, 0%, 100%); /* Color de los subtítulos */
        font-weight: bold; /* Hace el texto más grueso */
        }
        .Titulo span{
            font-size: 2rem;
        }


        
        .seccion-galeria {
            background-image: url('fondoimagen.jpg'); 
            padding: 7px;
            background-size: 100% 100%; /* Ajustar tamano */
            background-position: center center; /* Posicionar en el centro */
            background-repeat: no-repeat; /* Evita que la imagen se repita */
          
        }



        .informacion {
            font-family: 'Arial', sans-serif; /* Cambia 'Arial' por la fuente que desees */
            font-size: 4rem; /* Reduce el tamaño del texto */
            color:  #d60e0e ; /* Puedes cambiar el color si lo deseas */
            text-align: center; /* Centra el texto del párrafo */
            font-stretch: 900%; /* 150% del ancho normal */
            font-weight: bold;
        }
     
        .informacion02 {
            font-family: 'Arial', sans-serif; /* Cambia 'Arial' por la fuente que desees */
            font-size: 2.5rem; /* Reduce el tamaño del texto */
            color:  #302d2d ; /* Puedes cambiar el color si lo deseas */
            text-align: center; /* Centra el texto del párrafo */
            font-stretch: 900%; /* 150% del ancho normal */
            font-weight: bold;
        }


        
        .parrafo {
            background-color: #000000;
            font-size: 3rex; /* Reduce el tamaño del texto */
            text-align: center;
            color: #fffefe; /* Puedes cambiar el color si lo deseas */
            font-weight: bold;
        }


        .informacion3 {
            font-family: 'Arial', sans-serif; /* Cambia 'Arial' por la fuente que desees */
            font-size: 4rem; /* Reduce el tamaño del texto */
            color:  #ffffff ; /* Puedes cambiar el color si lo deseas */
            text-align: center; /* Centra el texto del párrafo */
            font-stretch: 900%; /* 150% del ancho normal */
            background-color: #000000; /* Color de fondo */
            font-weight: bold;
        }




        .card {
            width: 320px;      /* Define el ancho de la carta */
            height: 550px;     /* Define la altura de la carta */
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .card-header {
            padding: 16px;
        }
        
        .card-image {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: 8px 8px 0 0;
        }
        
        .card-title {
            margin: 16px 0;
            font-size: 1.5em;
        }
        
        .card-button {
            width: 100%;
            padding: 10px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1em;
        }
        
        .card-button:hover {
            background-color: #0056b3;
        }
        
        .card-content {
            padding: 16px;
        }
        
        .card-cells {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
        
        .cell {
            background-color: #000000;
            padding: 25px;
            border-radius: 4px;
            text-align: center;
            font-weight: bold;
        }
        
        .card-footer {
            padding: 16px;
            background-color: #2b2a2a;
            font-size: 1em;
            color: #feffff;
        }


        .container {
            display: flex;
            justify-content: center; /* Centra los cuadros horizontalmente */
            gap: 40px; /* Distancia entre los cuadros */
        }
        

        .footer {
            background: linear-gradient(to right, #040542,#e01616 ); /* Degradado */
            border-top: 1px solid #040542;
            padding: 1rem;
        }
        
       



        .card-button04 {
            display: inline-flex;
            align-items: center;
            padding: 0.75rem 1.5rem;
            background-color: transparent;
            color: #3498db;
            border: 2px solid #3498db;
            text-decoration: none;
            font-size: 1.5rem;
            border-radius: 5px;
            transition: background-color 0.3s ease, color 0.3s ease;
        }
        




        .card90 {
            width: 350px;
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        
        .card-title90 {
            margin: 16px;
            font-size: 1.5em;
            text-align: center;
        }
        
        .card-image90 {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .card-footer90 {
            display: flex;
            justify-content: space-around;
            padding: 16px;
            background-color: #000000;
        }
        
        .footer-item90 {
            text-align: center;
            font-weight: bold;
        }
        
        .card-button90 {
            margin: 16px;
            padding: 10px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1em;
            transition: background-color 0.3s ease;
        }
        
        .card-button90:hover {
            background-color: #0056b3;
        }
        
        @media (max-width: 400px) {
            .card {
                width: 90%;
            }
        }




      




        .card03 {
            width: 300px;
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .card-header03 {
            padding: 0;
        }
        
        .card-image03 {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .card-content03 {
            padding: 16px;
        }

        .card-title04 {
            font-size: 2rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .card-title03 {
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .card-cells03 {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        
        .cell03 {
            background-color: #000000;
            padding: 16px;
            border-radius: 8px;
        }
        
        .cell-title03 {
            font-weight: bold;
            margin: 0 0 8px 0;
        }
        
        .cell-content03 {
            font-size: 0.875rem;
            color: #6c757d;
            margin: 0;
        }
        
        .card-footer03 {
            padding: 16px;
            display: flex;
            flex-direction: column;
            align-items: stretch;
        }
        
        .additional-info03 {
            font-size: 0.875rem;
            color: #6c757d;
            margin-bottom: 16px;
        }
        
        .card-button03 {
            width: 100%;
            padding: 8px 16px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1rem;
            transition: background-color 0.3s ease;
        }
        
        .card-button03:hover {
            background-color: #0056b3;
        }
        
        @media (max-width: 400px) {
            .card {
                width: 90%;
            }
        }





        .card00 {

            width: 320px;      /* Define el ancho de la carta */
            height: 400px;     /* Define la altura de la carta */
            background-color: rgb(0, 0, 0);
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        
        .card-content00 {
            padding: 15px;
            flex: 1;
        }
        
        .category00 {
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 600;
            color: #6366f1;
            margin-bottom: 8px;
        }
        
        .title00 {
            font-size: 24px;
            font-weight: 600;
            color: #1f2937;
            margin-top: 0;
            margin-bottom: 16px;
        }
       
        .read-more {
            background-color: #6366f1;
            color: white;
            border: none;
            padding: 10px 20px;
            border-radius: 4px;
            font-size: 16px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }
        
        .read-more:hover {
            background-color: #4f46e5;
        }
        
        .card-image00 img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        @media (min-width: 768px) {
            .card {
                flex-direction: row;
                align-items: center;
            }
        
            .card-content {
                flex: 1;
            }
        
            .card-image {
                flex-shrink: 0;
                width: 200px;
            }
        
            .card-image img {
                height: 100%;
                object-fit: cover;
            }
        }





  


