/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform-style: preserve-3d;
    max-width: 100%;
    height: auto;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}



.owl-timeline {
    color: #333333;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 40px;
}

.owl-timeline .owl-nav div {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    bottom: -115px;
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    opacity: 0.5;
}

.owl-timeline .owl-nav .owl-prev {
    left: -15px;
    background-position: -104px -4px
}


.owl-timeline .owl-nav .owl-next {
    right: -15px;
    background-position: -143px -4px
}

.owl-timeline .owl-nav div:hover {
    opacity: 1;
}


.owl-timeline .data {
    font-size: 10px;
    color: #a1a1a1;
    letter-spacing: 1px;
}

.owl-timeline h3 {
    font-size: 32px;
    font-weight: 900;
    color: #f08c1e;
    letter-spacing: 1px;
}

.owl-timeline p a {
    color: #333333;

}

.bg-thumbs {
    background-color: #e9e9e9;
}

.owl-timeline-ano .owl-controls {
    display: none;
}

.owl-timeline-ano .owl-item {
    background-color: rgb(88, 89, 90);
    cursor: pointer;
}

.owl-timeline-ano .owl-item.synced,
.owl-timeline-ano .owl-item.synced:hover {
    background-color: #f08c1e;
}

.owl-timeline-ano .owl-item:hover img {
    opacity: 0.45;
}

.owl-timeline-ano .owl-item:hover {
    background-color: rgb(69, 131, 187);
}



.owl-timeline-ano .owl-item.synced .thumb-timeline:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 0;
}

.owl-timeline-ano img {
    opacity: 0.15;
}

.owl-timeline-ano .thumb-timeline {
    position: absolute;
    background-size: cover;
    color: #FFFFFF;
    min-height: 120px;
    padding: 30px 20px 0px 20px;
    top: 0;
    left: 0;

}

.owl-timeline-ano .data {
    font-size: 12px;
}

.owl-timeline-ano strong {
    font-size: 16px;
}

.owl-timeline-ano {
    padding: 0 20px;
}


.owl-timeline-interna .owl-nav div {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    bottom: -47px;
    width: 32px;
    height: 32px;
    margin: 0;
    position: absolute
}

.owl-timeline-interna .owl-nav .owl-prev {
    left: 5%;
    background-position: -175px -82px
}


.owl-timeline-interna .owl-nav .owl-next {
    right: 5%;
    background-position: -221px -82px
}


.owl-timeline-ano-interna {
    background: url(../img/bg-timeline-linha.png) repeat-x left 30px;
    min-height: 85px
}

.owl-timeline-ano-interna .owl-stage-outer {
    z-index: 9
}

.owl-timeline-ano-interna:after {
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, 1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0001)), to(rgba(255, 255, 255, 1)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#100ffffff', GradientType=1);
    background-repeat: repeat-x;
    width: 20%;
    right: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 5;
}

.owl-timeline-ano-interna:before {
    content: '';
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#100ffffff', endColorstr='#00ffffff', GradientType=1);
    background-repeat: repeat-x;
    width: 20%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 5;
}

#owl-timeline1 {
    z-index: 2;
}




.owl-timeline-ano-interna div.owl-item h5 {
    cursor: pointer;
    display: inline-block;
    padding-top: 70px;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: #58585a;
}


.owl-timeline-ano-interna div.owl-item h5:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -22px;
    width: 7px;
    height: 7px;
    background-color: #1b4091;
    border-radius: 50%;
    border: 5px transparent solid;

}

.owl-timeline-ano-interna div.owl-item.synced h5 {
    font-size: 30px;
    margin-top: 0;
    padding-top: 44px;
    font-weight: 700;
    color: #00325d;
}

.owl-timeline-ano-interna div.owl-item.synced h5:after {
    background-color: #FFFFFF;
    border-color: #00325d;
    width: 17px;
    height: 17px;
    margin-top: -26px;
}

.owl-timeline-ano-interna div.owl-item.synced h5:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -10px;
    left: 50%;
    margin-left: -20px;
    background-color: white;

}

.owl-timeline-ano-interna div.owl-item {
    text-align: center
}

.owl-timeline-interna div.owl-item p {
    padding: 0;
    font-size: 16px;
    line-height: normal;
    text-align: center;
    margin: 20px 10% 20px 10%;
}




@media (max-width: 767px) {}

@media (min-width: 768px) {

    .owl-timeline-ano {
        padding: 0;
    }

    .owl-timeline-ano-interna div.owl-item.synced h5 {
        font-size: 46px;
    }

}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


/*

Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
/*div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../images/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }*/
div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
    /* Keeping this as :focus to remove browser styles */
}

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
    outline: 0;
}

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
    margin: 0;
    padding: 0;
}

.highContrastDetect {
    background: url("../images/bg-input.png") repeat-x 0 0;
    width: 0px;
    height: 0px;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    padding: 3px;
    background: url("../images/bg-input.png") repeat-x 0 0;
    outline: 0;
}

input.uniform-input.active,
select.uniform-multiselect.active,
textarea.uniform.active {
    background: url("../images/bg-input-focus.png") repeat-x 0 0;
}

/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type="search"],
input[type="search"]:active {
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* Select */
div.selector {

    line-height: 34px;
    height: 34px;
    padding: 0 0 0 10px;
    position: relative;
    overflow: hidden;
}

div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    background-position: right 0;
    height: 34px;
    line-height: 34px;

    cursor: pointer;
    width: 100% !important;
}

div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 32px;
    top: 2px;
    left: 0px;
    width: 100% !important;
    z-index: 9;
}

/* Checkbox */
div.checker {
    position: relative;
}

div.checker,
div.checker span,
div.checker input {
    width: 19px;
    height: 19px;
}

div.checker span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -260px;
}

div.checker span.checked {
    background-position: -76px -260px;
}

div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

div.checker.active span {
    background-position: -19px -260px;
}

div.checker.active span.checked {
    background-position: -95px -260px;
}

div.checker.hover span,
div.checker.focus span {
    background-position: -38px -260px;
}

div.checker.hover span.checked,
div.checker.focus span.checked {
    background-position: -114px -260px;
}

div.checker.hover.active span,
div.checker.focus.active span {
    background-position: -57px -260px;
}

div.checker.hover.active span.checked,
div.checker.focus.active span.checked {
    background-position: -133px -260px;
}

div.checker.disabled,
div.checker.disabled.active {
    background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled.active span.checked {
    background-position: -171px -260px;
}

/* Radio */
div.radio {
    position: relative;
}

div.radio,
div.radio span,
div.radio input {
    width: 18px;
    height: 18px;
}

div.radio span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    background-position: 0 -279px;
}

div.radio span.checked {
    background-position: -72px -279px;
}

div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
}

div.radio.active span {
    background-position: -18px -18px -279px;
}

div.radio.active span.checked {
    background-position: -90px -279px;
}

div.radio.hover span,
div.radio.focus span {
    background-position: -36px -36px -279px;
}

div.radio.hover span.checked,
div.radio.focus span.checked {
    background-position: -108px -279px;
}

div.radio.hover.active span,
div.radio.focus.active span {
    background-position: -54px -279px;
}

div.radio.hover.active span.checked,
div.radio.focus.active span.checked {
    background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled.active span {
    background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled.active span.checked {
    background-position: -162px -279px;
}


/* Uploader */
div.uploader {

    height: 34px;
    width: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

div.uploader span.action {
    background-color: #00b3ee;
    height: 34px;
    line-height: 34px;
    width: 25%;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: 1px #e8e8e8 solid;
    margin-left: -1px;

}

div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    line-height: 34px;
    width: 75%;
    border-radius: 0;
    background: #fff;
    height: 34px;
    padding: 0 10px;
    color: #006aa3;
    border: 1px #e8e8e8 solid;
    font-weight: 700;
}

div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%;
}

div.uploader.active span.action {
    background-position: right -465px;
}

div.uploader.hover,
div.uploader.focus {
    background-position: 0 -353px;
}

div.uploader.hover span.action,
div.uploader.focus span.action {
    background-position: right -437px;
}

div.uploader.hover.active span.action,
div.uploader.focus.active span.action {
    background-position: right -493px;
}

div.uploader.disabled,
div.uploader.disabled.active {
    background-position: 0 -325px;
}

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    background-position: right -381px;
}







/* Buttons */
div.button {
    background-position: 0 -641px;
    height: 30px;
    cursor: pointer;
    position: relative;
    /* Keep buttons barely visible so they can get focus */
}

div.button a,
div.button button,
div.button input {
    opacity: 0.01;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

div.button span {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 22px;
    text-align: center;
    background-position: right -521px;
    height: 22px;
    margin-left: 13px;
    padding: 8px 15px 0 2px;
}

div.button.active {
    background-position: 0 -671px;
}

div.button.active span {
    background-position: right -551px;
    cursor: default;
}

div.button.hover,
div.button.focus {
    background-position: 0 -701px;
}

div.button.hover span,
div.button.focus span {
    background-position: right -581px;
}

div.button.disabled,
div.button.disabled.active {
    background-position: 0 -731px;
}

div.button.disabled span,
div.button.disabled.active span {
    background-position: right -611px;
    cursor: default;
}

/* INPUT & TEXTAREA */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
    font-size: 12px;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #777;
    border-top: solid 1px #aaaaaa;
    border-left: solid 1px #aaaaaa;
    border-bottom: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input.uniform-input.hover,
input.uniform-input.focus,
select.uniform-multiselect.hover,
select.uniform-multiselect.focus,
textarea.uniform.hover,
textarea.uniform.focus {
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    border-color: #999;
}

/* PRESENTATION */
/* Buttons */
div.button span {
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.button.hover span,
div.button.focus span {
    color: #555;
}

div.button.disabled span,
div.button.disabled.active span {
    color: #bbb;
}

.fixedWidth {
    min-width: 80px
}

/* Select */
div.selector {
    font-size: 15px;
}

div.selector select {
    font-size: 15px;
}

div.selector.disabled span,
div.selector.disabled.active span {
    color: #bbb;
}

/* Checker */
div.checker {
    margin-right: 5px;
}

/* Radio */
div.radio {
    margin-right: 3px;
}

/* Uploader */

div.uploader.disabled span.action,
div.uploader.disabled.active span.action {
    color: #aaa;
}

div.uploader.disabled span.filename,
div.uploader.disabled.active span.filename {
    border-color: #ddd;
    color: #aaa;
}

input.uniform-input,
input.uniform-input:focus {
    background-color: #fff;
}





.fixedWidth {
    width: 100%;
}


div.selector select {
    top: 0
}

.combo-ano select:hover,
.combo-ano select:focus,
.combo-ano select:active,
.combo-ano select.active,
.combo-ano div.selector select {
    color: #fff;
    background-color: #00b3ee;
}


.combo-ano div.selector select,
.combo-ano div.selector span {
    height: 100%;
    line-height: 23px;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.combo-ano div.selector span {
    color: #FFFFFF;
}

.txt-show .combo-ano div.selector {
    height: 28px;
    line-height: normal;
    width: 100%;
}

.txt-show .combo-ano div.selector select {
    height: 100%;
    z-index: 9;
}


.combo-ano label {
    position: relative;
    margin-bottom: 0;
    color: #626c72;
    text-transform: none;
}

.combo-ano .selector {
    background-color: #00b3ee;
    width: auto;
    display: inline-block;
    height: 28px;
    padding: 2px 20px 2px 10px;
    border: 1px #dddddd solid;
    min-width: 80px;

}

.combo-ano .selector:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 3px;
    color: #FFFFFF;
    border-left: 1px #58c4f1 solid;
    padding: 1px 0 1px 7px;
    z-index: 8;
}


.form-contato select:hover,
.form-contato select:focus,
.form-contato select:active,
.form-contato select.active,
.form-contato div.selector select {
    color: #fff;
}


.form-contato div.selector select,
.form-contato div.selector span {
    height: 100%;
    line-height: 34px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    color: #006aa3;
    text-transform: none;
}



.txt-show .form-contato div.selector {
    height: 34px;
    line-height: normal;
    width: 100%;
}

.txt-show .form-contato div.selector select {
    height: 100%
}


.form-contato .selector {
    border-radius: 0;
    border: 1px #e8e8e8 solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", Arial, Helvetica, Sans-serif;

}

.form-contato .selector:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    color: #FFFFFF;
    background-color: #00b3ee;
    width: 35px;
    height: 34px;
    text-align: center;
    padding-top: 7px;
}





@media (min-width: 768px) {
    .calendario-interna .ui-widget-header {
        font-size: 12px
    }

    .calendario-interna .ui-datepicker table {
        font-size: 12px
    }

    .ui-datepicker th {
        font-size: 12px
    }

    .calendario-interna .ui-widget-header .ui-datepicker-month {
        font-size: 24px;
    }

    .ui-datepicker th,
    .calendario-interna .ui-datepicker table {
        font-size: 10px
    }

    .ui-datepicker td span,
    .ui-datepicker td a {
        padding: 4px 7px;
    }

}

@media (min-width: 992px) {

    .ui-datepicker th,
    .calendario-interna .ui-datepicker table {
        font-size: 12px
    }

    .ui-datepicker td span,
    .ui-datepicker td a {
        padding: 8px 10px;
    }
}
