body {
    background-color: #ecf3fe;
    font-family: 'Inter', sans-serif;
    color: #3a3d44;
    font-kerning: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

* {
    transition: .2s ease;
}

a {
    text-decoration: none;
}

.gradiente {
    background: linear-gradient(180deg, #88b6dd 0%, rgba(236, 243, 254, 0) 100%);
    width: 100%;
    height: 730px;
    position: absolute;
    z-index: -1;
    top: 0;
}

.cabecera {
    background-color: #FFF;
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.27);
    box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.27);

    h1 {
        font-size: 1.15rem;
        max-width: 1410px;
        margin: 17px auto;
        font-weight: 700;
        padding: 0 12px;
    }
    .navbar-brand img {
        position: absolute;
        top: 0;
        left: 50px;
        height: 90px;
    }
}

.agenda {
    max-width: 1410px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.calendario {
    .sem {
        width: 100%;
        margin: 3px auto;
    }

    .sem .col {
        border-radius: 100%;
        height: 50px;
        padding: 0;
        width: 50px;
        max-width: 50px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sem .dia {
        position: relative;
        transition: 0s all;
    }

    .sem .dia:hover {
        background-color: #3a4185;
        color: #FFF;
        cursor: pointer;
    }

    .dia .fa-circle {
        color: #6f9cf4;
        font-size: 6px;
        text-align: center;
        position: absolute;
        bottom: 5px;
    }

    .dow {
        color: #999;
        font-weight: 400;
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 17px;
        font-size: .9rem;
        width: 100%;
        margin: 40px auto 10px;
    }

    .dow .col {
        padding: 0;
    }

    .visor-fecha {
        font-size: 1.3rem;
        font-weight: 600;
    }

    .mes_prev, .mes_sig {
        font-size: 1.3rem;
        color: #3a4185;
        cursor: pointer;
    }

    .mes_prev, .mes_sig {
        :hover {
            opacity: .6;
        }
    }

    #buscar_evento_vista {
        background-color: #dbe7ff;
        border-radius: 30px;
        display: flex;
        justify-content: space-around;
        padding: 10px 0;
        font-weight: 600;
        font-size: .9rem;
        margin-top: 25px;
    }

    #buscar_evento_vista .form-check {
        margin-bottom: -1px;
    }

    .dia.hoy.activo, .dia.hoy {
        background-color: #ff8f00;
        color: #FFF;
        font-weight: 600;
    }

    .dia.hoy.activo:hover, .dia.hoy:hover {
        background-color: #ffb300;
    }

    .dia.activo {
        background-color: #3a4185;
        color: #FFF;
        font-weight: 600;
    }

    .dia.activo:hover {
        background-color: #4d559b;
    }

    .sem.activa {
        background-color: #d8e8ff;
        border-radius: 40px;
    }

    p {
        color: #949fb0;
        font-size: .9rem;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    button {
        color: #FFF;
        font-weight: 500;
        background: #3a4185;
        border: none;
        border-radius: 30px;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        margin-top: 15px;
    }

    button:hover {
        background: #ff8f00;
    }
}

.calendario, .eventos {
    background: #FFF;
    border-radius: 6px;
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    padding: 18px 20px;
}

.personas {
    margin-bottom: 20px;

    .form-check {
        margin-bottom: 10px;
        box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.07);
        padding: 0;
        font-size: 0.95rem;
    }

    .form-check-input {
        left: 40px;
        position: relative;
        top: 10px;
    }

    .form-check-label {
        padding: 10px 20px 10px 40px;
        cursor: pointer;
        background: #FFF;
        border-radius: 6px;
        transition: none;
        width: 100%;
    }

    .form-check-label:hover {
        background: #3a4185;
        color: #FFF;
        transition: none;
    }

    input[type="checkbox"]:checked + label {
        background: #3a4185;
        color: #FFF;
    }
}

.eventos {
    list-style: none;
    margin-bottom: 25px;

    h1 {
        font-size: 1.3rem;
        font-weight: 600;
        margin: 0 -20px;
        border-bottom: 1px solid #e3e3e3;
        padding: 0 20px 20px 20px;
    }

    h2 {
        font-size: 1.1rem;
        font-weight: 500;
        color: #3a4185;
        text-transform: capitalize;
        margin: 0;
        padding: 20px 0;
    }

    h4 {
        font-size: .95rem;
        color: #4a79d5;
        margin: 10px 0 25px 0;
    }

    .autoridad {
            background-color: #3a4185;
            margin: -25px -20px 20px -20px;
            color: #FFF;
            padding: 14px 20px;
            height: 78px;

        .foto {
            float: left;
            margin-right: 20px;
        }

        .foto img {
            object-fit: cover;
            height: 50px;
            width: 50px;
            border-radius: 100px;
            object-position: center top;
        }

        p {
            margin: 4px 0 0 0;
            font-size: .85rem;
            color: #dbe7ff;
        }

        .nombre {
            font-weight: 500;
            font-size: 1rem;
            margin: 0;
        }
    }

    .eventos {
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow:none;
        box-shadow: none;
        margin-top: -25px;
    }

    .eventos ul {
        padding: 25px 0 0 0;
        list-style: none;
        margin-top: 25px;
    }

    .eventos ul ul {
        margin-top: 0;
        margin-bottom: 20px;
        padding-top: 0;
    }

    .dia {
        margin: -20px -20px 0 -20px;;
        padding: 20px;
        border-top: 1px solid #e3e3e3;
    }

    .dia:hover {
        background-color: #dbe7ff;
        cursor: pointer;
        border-left: 8px solid #6f9cf4;
    }

    .dia-hora-evento {
        .dia {
            text-transform: capitalize;
        }
        .hora-y-evento {
            margin-top: 15px;
            margin-bottom: -15px;
            text-transform: none;
        }
    }
}

.hora-y-evento {
    li {
        margin-bottom: 20px;
    }

    .hora {
        font-size: 1.2rem;
        font-family: 'Chivo Mono';
        color: #3a4185;
        font-weight: 700;
        margin-right: 30px;
    }

    .lugar {
        display: block;
        color: #949fb0;
        font-size: .95rem;
        padding-left: 90px;
        margin-top: 4px;
    }

    .dia::before {
        display: none;
    }

    .hora-actividad {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: baseline;
    }
}

.pie {
    padding: 15px 0;
    color: #FFF;
    line-height: normal;
    background-color: #505475;

    .container {
        max-width: 1410px;
    }

    p {
        margin: 0;
        font-size: .85rem;
    }
}

@media (max-width: 1200px) {
    .personas, .eventos {
        max-width: 960px;
        margin: 0 auto 20px;
    }

    .cabecera h1, .pie p {
        text-align: center;
    }
}

@media (max-width: 992px) {
    .personas, .eventos {
        max-width: 720px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 768px) {
    .personas, .eventos {
        max-width: 540px;
        margin: 0 auto 20px;
    }
}

.calendario .dia .bi {
    color: #6f9cf4;
    font-size: 6px;
    text-align: center;
    position: absolute;
    bottom: 5px;
}

.hora-y-evento .lugar:before {
    content: "\F3E7";
    font-family: bootstrap-icons !important;
    font-weight: 600;
    font-size: .8rem;
    margin-right: 7px;
}

.eventos .dia:before {
    content: "\F287";
    font-family: bootstrap-icons !important;
    color: #6f9cf4;
    font-weight: 600;
    font-size: .65rem;
    vertical-align: middle;
    margin-right: 4px;
}

.eventos .h2:before, .eventos h2:before {
    content: "\F1F6";
    font-family: bootstrap-icons !important;
    color: #3a4185;
    font-weight: 600;
    font-size: .9rem;
    margin-right: 7px;
    vertical-align: middle;
}
