 /* styles.css */

body {
  font-family: 'Open Sans', sans-serif !important;
  color: #8b8b8b !important;
  font-size: 13px !important;
  text-align: justify !important;
  background: #eee !important;
}
.social-item i {
  font-size: 32px;
  color: black;
  vertical-align: middle;
  margin-right: 8px;
  background: #fff;
  padding: 10px;
  border-right: 1px solid #f2f2f2;
}
a {
  color: #000 !important;
  font-weight: 600 !important;
}
.social-item {
  background: #fafafa;
  border: 1px solid #f2f2f2;
}
        .container {
            max-width: 1170px;
            margin: 0 auto;
            padding: 40px;
        }
        .profile-img {
            max-width: 100%;
            height: auto;
        }
    .name {
  font-weight: bold;
  font-size: 24px;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: left;
}
        .subtitle {
            font-size: 18px;
            margin-top: 0px;margin-bottom: 25px;text-align: left;
        }
        
        .fa-linkedin-in::before {

  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}
.fa-blogger-b::before{

  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}

.fa-x-twitter::before {

  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}

.fa-youtube::before{

  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}
.fa-instagram::before {
   background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  font-size: 16px;
}
        .social-icons a {
            color: black;
            margin-right: 10px;
            font-size: 24px;
        }
        .info {
            margin-top: 20px;
        }
        .left-column {
            text-align: center;margin-bottom: 10px;
        }
        .bloque {
            background: #fff;
            padding: 40px;
        }
        
        .right-column {margin-bottom: 10px;background: #fff; }
        .section-header {
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 10px;
        }
        .social-item {
            margin-bottom: 10px;
        }
        .social-link {
            color: #000;
            text-decoration: none;
            font-size: 16px;
            vertical-align: middle;
            margin-left: 10px;
        }
        .copyright {
            margin-top: 20px;
            font-size: 14px;
            color: #666;
            text-align: center;
        }
       .codigo {
  font-size: 30px;
  font-weight: 700;
  margin: 0px;
  color: #000;
}
        hr {
            border: 1px solid #ededed;
            width: 100%;
        }
        .titulo-con-linea {
            display: flex;
            align-items: center;
            margin: 20px 0;
        }
        .titulo-con-linea h2 {
            margin: 0;
            padding: 0 10px;
            font-size: 18px;
            font-weight: normal;
            color: #333;
            position: relative;
        }
        .titulo-con-linea h2::before {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            width: 20px;
            height: 1px;
            background-color: #efefef;
        }
        .linea {
            flex-grow: 1;
            height: 1px;
            background: #efefef;
        }
        
.follow-white-rabbit2 a {
  font-size: 18px; /* Tama���o de fuente aumentado */
  color: #ff5722; /* Cambia el color del texto para que sea visible */
  text-decoration: none;
  font-weight: bold;
  font-family: 'Courier New', Courier, monospace; /* Fuente diferente */
  display: inline-block;
  transition: color 0.3s ease, transform 0.3s ease;
}

.follow-white-rabbit2 a:hover {
  color: #ff0000; /* Cambiar a un color llamativo al pasar el cursor */
 transform: scale(1.1);  /* Aumentar tama���o al pasar el cursor */
}


        
  @media only screen and (max-width: 960px) {
      
        .container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px;
}
}