/*
 * Estilos generales
 *
 */

/* Estilos varios
-------------------------------------------------------------------------------- */
.pointer { cursor: pointer; }

.popover .popover-title { font-weight: bold; }

.josefin-sans { font-family: 'Josefin Sans', sans-serif; }
.josefin-sans-bold {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
}

td.disabled {
    color: #777 !important;
    cursor: not-allowed !important;
    background-color: #fff !important;
}

pre.error-404 {
    border: 0;
    margin: 0 auto;
    display: table;
}


/* Iniciar sesión
-------------------------------------------------------------------------------- */
.profile-img {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    display: block;
    border-radius: 50%;
}


/* Barra de progreso
-------------------------------------------------------------------------------- */
.progress-container {
    border: 0;
    height: 20px;
}


/* Archivos
-------------------------------------------------------------------------------- */
.fade.in {
    opacity: 1
}

img.js-load-file {
    background: #f1f1fa;
}


/* Social
-------------------------------------------------------------------------------- */
/* Botones redondos
-------------------------------------------------------------------------------- */
ul.social-buttons {
    margin-bottom: 0;
    list-style: none;
}

ul.social-buttons li a {
    font-size: 20px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    color: white;
    border-radius: 100%;
    outline: none;
    background-color: #212529;
}

ul.social-buttons li a:hover,
.social-link li a:focus {
    text-decoration: none;
}

.social-buttons li.facebook a:hover,
.social-buttons li.facebook a:focus,
.social-buttons li.facebook a:active {
    background-color: #0266ff;
}
.social-buttons li.instagram a:hover,
.social-buttons li.instagram a:focus,
.social-buttons li.instagram a:active {
    background-color: #e1306c;
}
.social-buttons li.tiktok a:hover,
.social-buttons li.tiktok a:focus,
.social-buttons li.tiktok a:active {
    background-color: #000000;
}
.social-buttons li.twitter a:hover,
.social-buttons li.twitter a:focus,
.social-buttons li.twitter a:active {
    background-color: #000000;
}
.social-buttons li.linkedin a:hover,
.social-buttons li.linkedin a:focus,
.social-buttons li.linkedin a:active {
    background-color: #0a66c2;
}
.social-buttons li.youtube a:hover,
.social-buttons li.youtube a:focus,
.social-buttons li.youtube a:active {
    background-color: #ff0000;
}
.social-buttons li.twitch a:hover,
.social-buttons li.twitch a:focus,
.social-buttons li.twitch a:active {
    background-color: #a970ff;
}
.social-buttons li.whatsapp a:hover,
.social-buttons li.whatsapp a:focus,
.social-buttons li.whatsapp a:active {
    background-color: #00a884;
}
.social-buttons li.telegram a:hover,
.social-buttons li.telegram a:focus,
.social-buttons li.telegram a:active {
    background-color: #21a6e4;
}
.social-buttons li.discord a:hover,
.social-buttons li.discord a:focus,
.social-buttons li.discord a:active {
    background-color: #5865f2;
}

/* Botones cuadrados
-------------------------------------------------------------------------------- */
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li { display: inline-block; }

ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}

/* Iconos sociales
--------------------------------------------------------------------------------- */
.social-icons {
    padding: 0;
    list-style: none;
    margin: 15px 0;
}
.social-icons li {
    margin: 10px 25px 10px 0;
    display: inline-block;
    font-size: 36px;
}
.social-icons li a {
    color: #333333;
    transition: all 0.2s ease-in-out;
}
.social-icons li.facebook a:hover,
.social-icons li.facebook a:focus,
.social-icons li.facebook a:active {
    color: #0266ff;
}
.social-icons li.instagram a:hover,
.social-icons li.instagram a:focus,
.social-icons li.instagram a:active {
    color: #e1306c;
}
.social-icons li.tiktok a:hover,
.social-icons li.tiktok a:focus,
.social-icons li.tiktok a:active {
    color: #000000;
}
.social-icons li.twitter a:hover,
.social-icons li.twitter a:focus,
.social-icons li.twitter a:active {
    color: #000000;
}
.social-icons li.linkedin a:hover,
.social-icons li.linkedin a:focus,
.social-icons li.linkedin a:active {
    color: #0a66c2;
}
.social-icons li.youtube a:hover,
.social-icons li.youtube a:focus,
.social-icons li.youtube a:active {
    color: #ff0000;
}
.social-icons li.twitch a:hover,
.social-icons li.twitch a:focus,
.social-icons li.twitch a:active {
    color: #a970ff;
}
.social-icons li.whatsapp a:hover,
.social-icons li.whatsapp a:focus,
.social-icons li.whatsapp a:active {
    color: #00a884;
}
.social-icons li.telegram a:hover,
.social-icons li.telegram a:focus,
.social-icons li.telegram a:active {
    color: #21a6e4;
}
.social-icons li.discord a:hover,
.social-icons li.discord a:focus,
.social-icons li.discord a:active {
    color: #5865f2;
}


/* Material Design Switch
--------------------------------------------------------------------------------- */
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}


/* Google Maps
-------------------------------------------------------------------------------- */
.pac-container {
    font-family: Roboto;
    z-index: 1051;
}


/* Autocomplete
-------------------------------------------------------------------------------- */
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion { padding: 2px 5px; }

.autocomplete-selected { background: #f0f0f0; }

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group { padding: 2px 5px; }

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}
