body {
    background: #eef1f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
	padding: 0;
	margin: 0;
}

body  .container{	
 /* padding: 15px 0;*/
}

.main {
    max-width: 550px;
    /*margin-top: 40px;*/
}

.logo {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    background: #fff;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.title {
    font-weight: 700;
    font-size: 22px;
}

.check {
    color: #4f6ef7;
    font-size: 16px;
}

.subtitle {
    color: #6c757d;
    margin-bottom: 20px;
}

.social-icons a {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #1f2a3c;
    color: #fff;
    border-radius: 50%;
    margin: 12px;
    font-size: 19px;
    transition: 0.3s;
}

.social-icons a:hover {
    background: #4f6ef7;
}

.card {
    border-radius: 14px;
    padding: 15px;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.card span {
    font-weight: 600;
    font-size: 16px;
}

.web {
    display: flex;
    align-items: center;
    background: #1f2a3c;
}

.web img {
    width: 90px;
    border-radius: 10px;
    margin-right: 10px;
}

.arrow {
    position: absolute;
    right: 15px;
    font-size: 18px;
    opacity: 0.7;
}

.section-title {
    margin-top: 25px;
    font-weight: 700;
}

.section-sub {
    color: #6c757d;
    margin-bottom: 20px;
}

.icon-bg {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 70px;
    opacity: 0.25;
}

/* colores */
.instagramCard {
    background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045);
}

.facebookCard {
    background: #3b5998;
}

.xCard {
    background: #000;
}

.youtubeCard {
    background: #ff0000;
}

.whatsappCard{
    background: #25d366;
}

.tiktokCard {
    background: #111;
}

.telegramCard{
    background: #229ED9;
}

a:hover,
a:focus {
    color: #fff !important;
    text-decoration: none;
}

.card:hover,
.card:focus {
    color: #fff !important;
}

.social-icons a:hover,
.social-icons a:focus {
    color: #fff !important;
}

.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }

/* base transición */
.card,
.social-icons a {
    transition: all .35s cubic-bezier(.4,0,.2,1);
}

/* efecto tarjetas */
.card {
    transform: translateY(0) scale(1);
}

.card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.15), transparent);
    opacity: 0;
    transition: opacity .35s ease;
}

.card:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.card:hover:before {
    opacity: 1;
}

/* icono fondo más visible */
.card:hover .icon-bg {
    transform: scale(1.1) rotate(5deg);
    opacity: 0.5;
    transition: all .50s ease;
}

/* flecha animada */
.arrow {
    transition: transform .3s ease;
}

.card:hover .arrow {
    transform: translateX(5px);
}

.azul_0{
	color: cornflowerblue !important;
}

.card-content {
    position: relative;
    z-index: 2;
}

.card .title {
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.followers {
    display: block;
    font-size: 13px;
    opacity: 0.9;
    margin-top: 2px;
}

/* opcional: mejora legibilidad sobre el icono */
.card {
    position: relative;
}

.icon-bg {
    z-index: 1;
}

.cartagenaviva{
	width: 100%;
	max-width: 400px;
}

/* botones redes superiores */
.social-icons a {
    transform: translateY(0);
}

.social-icons a:hover {
    transform: translateY(-4px) scale(1.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

.footer {
    margin-top: 40px;
    padding: 30px 15px;
    background: #1f2a3c;
    color: #ccc;
    font-size: 13px;
}

.footer-title {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer a {
    color: #ccc;
    transition: .3s;
}

.footer a:hover {
    color: #fff;
}

.text-right{
	text-align: left;
	margin: 0 0 0 6px;
}

.azul_0 {
    color: #4f6ef7;
}

.footer-links {
    margin-top: 10px;
}
