.calendario {
	float:left;
}
.custom-calendar-wrap {
	margin: 10px auto;
	position: relative;
	overflow: hidden;
}
.custom-inner {

}
.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
}
.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}
.custom-header {
	padding: 20px;
	height: 150px;
	position: relative;
	background:#1d4e93;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radiust: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;	
}
.custom-header h2,
.custom-header h3 {
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
}
.custom-header h2 {
	font-size: 28px;
}
.custom-header h3 {
	font-size: 32px;
}
.custom-header nav span {
	position: absolute;
	top: 10px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-header nav span:first-child {
	right: 20px;
	background: none;
}
.custom-header nav span:last-child {
	right: 0;
	background: none;
}
.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #ccc;
	position: absolute;
	text-align: center;
	width: 100%;
}
.custom-header nav span.custom-prev:before {
	content: '\f053';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	background: none;
}
.custom-header nav span.custom-next:before {
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	background: none;
}

.custom-header nav span:hover:before {
	/*color: #495468;*/
}

/* Modifications */
.fc-calendar-container {
	height: 250px;
	width: auto;
	padding: 20px;
	background: #fff;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radiust: 0 0 10px 10px;
	-o-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.fc-calendar .fc-head {
	background: transparent;
	color: #3ca2df;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
	/*-moz-border-radius: 100%;
	-webkit-border-radiust: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;*/
}
.fc-calendar .fc-row > div:empty {
	background: transparent;
}
.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #b9c0c9;
	font-size: 11px;
	font-weight: 600;
	pointer-events: none;
}
.fc-calendar .fc-row > div > span.fc-emptydate {
	color: #ccc;
}
.fc-calendar .fc-row > div.fc-content {
	/*background: #1d4e93;*/
	color:#fff;
}
.fc-calendar .fc-row > div.fc-content span.naranja,
.fc-calendar .fc-row > div.fc-content span.verde,
.fc-calendar .fc-row > div.fc-content span.violeta {
	display:block;
	font-size:0;
	color:transparent;
}
.fc-calendar .fc-row > div.fc-content span.naranja {
    background: #ff5309;	
}
.fc-calendar .fc-row > div.fc-content span.verde {
    background: #bfc80d;
}
.fc-calendar .fc-row > div.fc-content span.violeta {
    background: #9b3797;
}
.fc-calendar .fc-row > div.fc-content:hover {
	/*background: #1d4e93;*/
}
.fc-calendar .fc-row > div.fc-content > span.fc-date {
	color: #fff;
}
.fc-calendar .fc-row > div.fc-today {
	background: none;
	color: #1d4e93;
}
.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #1d4e93;
}
.fc-calendar .fc-row > div.fc-today.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -10px;
	position: absolute;
	color: #DDD;
	font-size: 70px;
	line-height: 0;
	left: 50%;
	bottom: 3px;
}
/*.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #fff;
}
.fc-calendar .fc-row > div.fc-today:hover{
	background: #cb0003;
}*/
.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}
.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

/*.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
}*/
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	border: 1px solid #b5bcc5;
	-moz-border-radius: 10px;
	-webkit-border-radiust: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-clip: padding-box;
}
.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	/*padding: 8px 14px;*/
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	/*background-color: #1d4e93;*/
	color:#1d4e93;
	border:0;
}

.popover-content {
	/*padding: 9px 14px;*/
}

.popover-content a,
.popover-content span {
	display: block;
}

.popover-content time {
	display: none;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  /*border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;*/
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  /*border-top-color: #ffffff;
  border-bottom-width: 0;*/
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  /*border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;*/
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  /*border-right-color: #ffffff;*/
  /*border-left-width: 0;*/
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  /*border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;*/
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  /*border-bottom-color: #ffffff;*/
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  /*border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;*/
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  /*border-left-color: #ffffff;
  border-right-width: 0;*/
  content: " ";
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
	.custom-calendar-wrap {
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.custom-header {
    	padding: 10px;
    	height: auto;
	}
}
@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}
