[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.body-calendar {
    background: #f9f9f9;
    /*color: #0e171c;
    font: 300 100%/1.5em 'Nunito', sans-serif;*/
    margin: 0;
}

.a-calendar {
    text-decoration: none;
}

.h2-calendar {
    font-size: 22px;
    line-height: 20px;
    margin: 4px 0;
}

.h3-calendar {
    font-size: 24px;
    line-height: 24px;
    margin: 5px 0;
}

.table-calendar {
    border-spacing: 0;
    width: 100%;
}

.calendar-container {
    height: 538px;
    left: 50%;
    margin: -255px 0 0 -245px;
    position: absolute;
    top: 45%;
    width: 510px;
}

.calendar {
    text-align: center;
}

    .calendar header {
        position: relative;
    }

    .calendar h2 {
        text-transform: uppercase;
        font-size: 1.8em;
        color: #FF8300;
    }

    .calendar thead {
        font-weight: 600;
        text-transform: uppercase;
    }

    .calendar tbody {
        color: #7c8a95;
    }

    .calendar .dayCalendar:hover {
        /*border: 2px solid #c0392b;*/
        border: 1px solid #FF8300;
        cursor: pointer;
    }

    .calendar .dayCalendar .active {
        /*border: 2px solid #c0392b;*/
        border: 1px solid #FF8300;
    }

    .calendar td {
        border: 2px solid transparent;
        border-radius: 11px;
        display: inline-block;
        height: 64px;
        line-height: 64px;
        text-align: center;
        width: 64px;
    }

.current-day {
    /*background: #c0392b;*/
    color: #fff;
    background: #FF8300;
    font-weight: bold;
}

.event {
    cursor: pointer;
    position: relative;
}

    .event:after {
        /*background: #c0392b;*/
        background: #FF8300;
        border-radius: 50%;
        bottom: 8px;
        display: block;
        content: '';
        height: 8px;
        left: 50%;
        margin: -4px 0 0 -4px;
        position: absolute;
        width: 8px;
    }

    .event.current-day:after {
        background: #f9f9f9;
    }

.btn-prev,
.btn-next {
    border: 2px solid #FF8300;
    border-radius: 50%;
    color: #FF8300;
    height: 32px;
    font-size: 18px;
    line-height: 28px;
    margin: -13px;
    position: absolute;
    top: 50%;
    width: 32px;
}

    .btn-prev:hover,
    .btn-next:hover {
        background: #FF8300;
        color: #FFF;
    }

.btn-prev {
    left: 75px;
}

.btn-next {
    right: 75px;
}

    .btn-next:focus, .btn-prev:focus {
        color: #FF8300;
        text-decoration: none;
    }

.list {
    /* margin-top: 20px;*/
}

.list h2{
    margin-bottom: 20px;
}

.tableArtica td:hover {
    cursor: pointer;
}

.close {
    color: #333;
    margin-top: 8px;
    margin-right: 2px;
    float: right;
    font-weight: normal;
    opacity: 1;
}

.close:hover {    
    opacity: 1;
}

.day-event {
     -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F8F8F8;
    color: #333;
    width: 100%;
    padding: 15px;
    display: none;
    overflow: auto;
}

.day-event .circle {
    border: 1px solid #FF8300;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    padding: 6px;
}

.day-event-data{
    padding: 15px;
    font-size: 0.9em;
}

.day-event-data-description{
    font-size: 0.9em;
    line-height:1.1em;
    color:#828282;
}



.list-dates {
    /* margin-top: 20px;*/
}

    .list-dates .day-event-fixed {
        color: #333;
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #eee;
    }

.check-btn {
    width: 50%;
}


.publicity img {
    max-width: 450px;
}

.citas {
    background-color: #F2F2F2;
    vertical-align: middle;
    font-style: italic;
    color: #FF8300;
    padding-left: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.loadingCalendar, .loadingError {
    background-color: #F2F2F2;
    vertical-align: middle;
    font-style: italic;
    color: darkred;
    padding-left: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

    .loadingCalendar span {
        -webkit-animation: spinner 1500ms infinite linear;
        -moz-animation: spinner 1500ms infinite linear;
        -ms-animation: spinner 1500ms infinite linear;
        -o-animation: spinner 1500ms infinite linear;
        animation: spinner 1500ms infinite linear;
    }

.loadingError {
    display: none;
}

 .nameDay {        
    color: #111;
    font-weight: 500;
}

.month {
    font-weight: 500;
    line-height: 20px;
    margin: 4px 0;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 1.8em;
    color: #FF8300;
    width: 250px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    /* STYLES GO HERE */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    /* STYLES GO HERE */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* STYLES GO HERE */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    /* STYLES GO HERE */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    /* STYLES GO HERE */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    /* STYLES GO HERE */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
    /* STYLES GO HERE */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
    /* STYLES GO HERE */
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    /* STYLES GO HERE */
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    /* STYLES GO HERE */
}
