#rt-mainbottom {
    padding: 20px;
}

.rt-container {
    max-width: 1200px;
    margin: 0 auto;
}

.rt-block-Serv {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 0 auto 20px auto;
    width: 90%;
    border-radius: 10px;
}

.title {
    color: #0070B8;
}

.category-module {
    list-style: none;
    padding: 0;
    margin-top: 50px;
}

.category-module li {
    margin-bottom: 20px;
}

.category-module a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.category-module p {
    color: #555555;
    margin-bottom: 10px;
}

.mod-articles-category-readmore {
    margin-top: 10px;
}

.icon-chevron-right {
    margin-left: 5px;
}

.btn-Liga {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px #0070B8 solid;
    transition: background-color 0.3s, color 0.3s;
}

.btn-Liga:hover {
    background-color: #0070B8;
    color: #fff;
}

/* Estilos generales */
.rt-block {
    margin: 20px auto;
    padding: 20px;
    width: 80%;
}

.titCcam {
    text-align: center;
}

/* Estilos para el título */
.module-title {
    margin-bottom: 20px;
}

/* Estilos para el contenido */
.module-content {
    line-height: 1.6;
}

.customCcam {
    text-align: justify;
}

.customCcam p {
    margin-bottom: 18px;
}

/* Enlace "Más información" */
.customCcam a {
    color: #0070B8;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
    border: 1px #0070B8 solid;
    border-radius: 7px;
    padding: 10px;
}

.customCcam a:hover {
    color: #fff;
    background-color: #0070B8;
}

.customCcam txtTam14px {
    font-size: 14px;
}

.customCcam txtTam16px {
    font-size: 16px;
}

.customCcam txtTam18px {
    font-size: 18px;
}
