html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.modal-dialog {
    border-radius: 20px !important;
}

.modal-content {
    border-radius: 20px !important;
    overflow: hidden !important;
} 


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo-site {
    height: 45px !important;
    margin-top: 3px;
    margin: 10px auto;
}
.custom-icon-nav {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}
.custom-icon-dash {
    vertical-align: text-bottom;
}
.row-tinguro {
    margin-left: 10px !important;
    margin-right: 15px !important;
}
.sprite {
    width: 53px;
    height: 63px;
    background-image: url('../img/ideas/tiralarga.png');
    background-repeat: no-repeat;
    background-size: 53px 556px; /* tamaño real del sprite */
    transform: scale(0.6); /* reduce al 80% (20% menos) */
    transform-origin: top left; /* mantiene alineación original */
    cursor:pointer;
}

/* Primer imagen (posición 0px desde arriba) */
.twitter-tinguro {
    background-position: 0 0;
}

/* Segunda imagen (empieza en 70px desde arriba) */
.face-tinguro {
    background-position: 0 -63px;
}
.insta-tinguro {
    background-position: 0 -136px;
}
.tiktok-tinguro {
    background-position: 0 -219px;
}
.drop-tinguro {
    background-position: 0 -286px;
}
.drive-tinguro {
    background-position: 0 -357px;
}

.buscar-tinguro {
    background-position: 0 -502px;
}


/* Estilos para el tema oscuro */
/*body.dark-theme {
    background-color: #121212;
    color: #e0e0e0;
}

    body.dark-theme .panel-default {
        background-color: #1e1e1e;
        border-color: #333;
    }

    body.dark-theme .panel-heading {
        background-color: #2e2e2e;
        border-color: #333;
    }

    body.dark-theme .nav-tabs > li > a {
        color: #bbb;
    }

    body.dark-theme .nav-tabs > li.active > a,
    body.dark-theme .nav-tabs > li.active > a:hover {
        background-color: #1e1e1e;
        color: #007bff;
        border-top-color: #007bff;
    }

    body.dark-theme .nav-tabs > li > a:hover {
        background-color: #2e2e2e;
    }

    body.dark-theme .form-control {
        background-color: #2e2e2e;
        color: #e0e0e0;
        border-color: #444;
    }*/
