body{
    padding: 0;
    margin: 0;
    background-color:#1C1B1B;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Combat";
}
@font-face {
    font-family: "Combat"; 
    src: url("https://files.pbrand.ai/assets/img/catalogos/planRuta/Combat_Stencil.ttf") format("truetype");
    font-weight: normal;
    font-style: normal; 
}
/* Fondo degradado */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #242424, #000000);
    background-repeat: no-repeat;
    background-attachment: scroll !important;
    z-index: -1;
    will-change: transform;
    transform: translateZ(0);
}

.planRutaT{
    
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    height: 65vh;
    display: flex;
    align-items: center;
    color: #FFF;
    flex-wrap: wrap;
    align-content: center;
}


.planRutaT_nav{
    width: 100%;
    padding: 20px 0px;
}
.planRutaT_navSeparador{
    width: 100%;
    height: 30px;
    background: #DE3130;
    margin-bottom: 50px;
}

.planRutaT_mainText{
    font-size: 70px;
    width: 80%;
    margin: 0 auto;
    font-weight: bold;
}
.planRutaT_red{
    color: #DE3130;
}
.planRutaT_text{
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
}
.planRutaT_contentNav{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}
.planRutaT_logo{
    
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    margin: 20px;

    font-family: "Combat";
    text-transform: uppercase;
}
.planRutaT_logoRed{
    color: #DE3130;
    font-family: "Combat";
    text-transform: uppercase; 
}
.header_nav{
    width: fit-content;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 10px;
    margin: 0;
    flex-wrap: wrap;
    color: #FFFFFF;
}
.planRutaT_nav a:not(.btn-mi-espacio){
    padding: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;

    font-family: "Combat", sans-serif;
    text-transform: uppercase; 
    font-weight: 200;
}


.planRutaT_block1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 50px 0;
}
.planRutaT_frase{
    width: calc(80% - 200px);
    max-width: 600px;
    text-align: center;
    font-size: 25px;
    color: #FFFFFF;
    position: relative;
    background: #DE3130;
    border-radius: 20px;
    padding: 65px 20px;
}

.planRutaT_banner{
    width: 300px;
    height: 200px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.planRutaT_frase i{
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 40px;
}


.planRutaT_footer{
    color: #fffdfd;
    background-color: #242424;
    margin-bottom: 0;
    font-family: sans-serif;
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 40px 20px 25px 20px;
    flex-wrap: wrap;
}
.planRutaT_footer_contentimg{
    width: 300px;
    margin-top: 25px;
}
.planRutaT_footer_contentimg img{
    width: 100%;
}
.planRutaT_footer_contentimg span{
    margin-top: 5px;
    display: block;
}
.planRutaT_footer nav, .CCfooter_legales{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    margin-top: 25px;
}
.planRutaT_footer nav a,
.CCfooter_legales a {
    text-decoration: none;
    color: #dfdfdf;
    margin: 5px 0; /* Espacio vertical entre enlaces */
    font-size: 16px;
}
.planRutaT_footer nav a:hover,
.CCfooter_legales a:hover {
    color: #FFFFFF;
}

/* Estilos para la Barra de Copyright */
.planRutaT_footer_copyright {
    background-color: #242424; 
    color: #dfdfdf;
    padding: 0; 
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 0;
    padding: 0 0 30px 0;
}

/* Línea horizontal  */
.planRutaT_footer_copyright hr {
    border: 0;
    border-top: 1px solid #FFFFFF;
    margin-top: 0;
    margin-bottom: 20px; 
}

.planRutaT_footer_copyright span {
    display: block; 
    padding: 0 150px; 
    margin-bottom: 0px; 
}
.CCfooter_legales a{
    text-decoration: none;
    color: #dfdfdf;
    /* font-weight: 600; */
    margin: 5px 0;
}
.planRutaT_footer_title{
    font-size: 1.5em;
    font-weight: bold;
    color: #FFFFFF; 
    margin-bottom: 10px;
}
.planRutaT_footer .header_nav{
    margin: 0;
    padding: 0;
    justify-content: left;
    /* margin-top: 25px; */
}
.planRutaT_footer .header_item{
    margin: 2px 0;
    padding: 0;
}
.planRutaT_footer .header_item a{
    text-decoration: none;
    color: #FFF;
} 
.btn-mi-espacio {
  display: inline-flex;  /* Activa flexbox en línea */
  align-items: center;   /* Centra verticalmente */
  justify-content: center; /* Centra horizontalmente */

  background-color: #3A3A3A; /* Gris oscuro */
  color: #FFFFFF;          /* Texto blanco */
  
  /* Borde */
  border-radius: 12px;     
  
  padding: 8px 16px;       /* Espaciado interno */
  text-decoration: none;   /* Quita el subrayado del enlace */
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;

  /* Transición suave */
  transition: background-color 0.3s ease;
}

/* Efecto al pasar el mouse */
.btn-mi-espacio:hover {
  background-color: #555555; 
  color: #FFFFFF;
}

/* Estilo para el icono */
.btn-mi-espacio .material-symbols-outlined {
  margin-right: 8px; /* Espacio entre el icono y el texto */
  font-size: 24px;  
}

.PdRC001_bodyTitle{
    text-align: center;
}
.PdRC001_bodyTitle h1{
    font-size: 2.2em;
    color: #FFFFFF;
    font-family: "Combat", sans-serif;
}
.PdRC001_bodyTitle h1 .accent-red {
     color: #DE3131;
}
.PdRC001_bodyTitle p {
    color: #FFFFFF !important; 
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 1.2em;
    margin: 0;
    line-height: 1.2; 
}

.planRutaT_footer_section {
    display: block; 
    flex-direction: column !important; 
}

/* Título Menú */
.planRutaT_footer_title {
    display: block !important;
    margin-bottom: 8px;
}

/* Contenedor de la lista UL */
.planRutaT_links_group {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: block;
}

/* Elementos LI */
.planRutaT_links_group li {
    display: block; 
    margin-bottom: 5px; 
    margin-right: 0; 
}

/* Contenedor de iconos */
.planRutaT_social_icons {
    display: block; 
    margin-top: 20px;
}

/* Estilo para los enlaces de los iconos */
.planRutaT_social_icons a {
    color: #FFFFFF; 
    margin-right: 15px;
    text-decoration: none; 
}

/* Estilo para los iconos de Font Awesome */
.planRutaT_social_icons i.fa-brands {
    font-size: 24px;
    font-weight: 300; 
}

.CC001b_body, .cardA001_body{
    text-align: center;
}
.CC001b_body h1, .cardA001_body h1{
    font-size: 2.2em;
    color: #EA6117;
    font-weight: bold;
}
.CC001b_body p, .cardA001_body p {
    color: #FFFFFF !important; 
    font-weight: 200;
    font-style: italic;
    font-size: 1.2em;
    margin: 0;
    line-height: 1.2; 
}


@media only screen and (max-width: 700px) {
    .planRutaT{
        align-content: end;
        padding-bottom: 51px;
    }
    .planRutaT_logo{
        width: 100%;
    }
    .header_nav{
        width: 100%;
    }
    .planRutaT_frase{
        width: 90%;
        box-sizing: border-box;
        margin-bottom: 50px;
    }
    .planRuta_navMiEspacio{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}