/*********************************************************************
                            HEADER
**********************************************************************/

#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 49px;
}
#head .title a {
  
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  font-family: "Times New Roman", Times, serif;
  display: block;
  font-size: 40px;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline a {
  color: #5E5E5E;
}

/*********************************************************************
                            CONTENT
**********************************************************************/

#LOL .btn {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  border-radius: 0px;
  background-clip: padding-box;
  transition: all 0.2s;
  border: 0 none;
  padding: 12px 35px;
  text-shadow: 0 1px 0px #780d33;
}
#LOL .btn-danger {
  background-color: #d9534f;
  color: #fff;
}
#LOL .btn-danger:hover {
  background-color: #c9302c;
  color: #fff;
}

/*********************************************************************
                            TYPOGRAPHY
**********************************************************************/
p {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
ul,
ol {
  line-height: 1.6em;
  margin: 0 0 30px 0;
}
h1,
h2,
h3,

h4,
h5 {
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #0b0a0a;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
a {
  color: #bd1550;
}
a:hover {
  color: #0ab3dd;
}
.lead {
  font-weight: 300;
  font-size: 21px;
}
.text-center {
  text-align: center;
}
.text-muted {
  color: #7c7c7c;
}

/*********************************************************************
                             TITULOS
**********************************************************************/
.section-title {
  font-family: 'Varsity';
  src: url('fonts/Varsity.ttf') format('truetype');
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0 0 25px;
  letter-spacing: 1px;
}
.section-title span {
  display: inline-block;
  position: relative;
}
.section-title span:before,
.section-title span:after {
  width: 400%;
  margin-left: 45px;
  margin-right: 45px;
}

.section-title span:before {
  right: 100%;
  margin-right: 45px;
}
.section-title span:after {
  left: 100%;
  margin-left: 45px;
}
.cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #1455ce;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: clamp(14px, 2vw, 16px); /* Tamaño responsive */
}
/*********************************************************************
                    ENCABEZADO PARA #distrital-cbba1
**********************************************************************/
#distrital-cbba1 {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  color: #333;
}
#distrital-cbba1 header {
  background: linear-gradient(135deg, #2c3e50, #3498db);
  color: white;
  padding: 2rem 0;
  text-align: center;
  border-bottom: 5px solid #141414;
}
#distrital-cbba1 .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px; /* padding horizontal más controlado */
}

#distrital-cbba1 h1,
#distrital-cbba1 h2,
#distrital-cbba1 h3 {
  color: #2c3e50;
}
#distrital-cbba1 h1 {
  margin: 0;
  font-size: 2.5rem;
}
#distrital-cbba1 h2 {
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
  margin-top: 30px;
}
#distrital-cbba1 .card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
}
#distrital-cbba1 ul {
  padding-left: 20px;
}
#distrital-cbba1 li {
  margin-bottom: 10px;
}
#distrital-cbba1 footer {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
}
#distrital-cbba1 .contact-info {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#distrital-cbba1 .contact-item {
  margin: 10px;
}
@media (max-width: 768px) {
  #distrital-cbba1 .contact-info {
    flex-direction: column;
  }
}
