.loadAnimation {
   background: rgba(255, 255, 255, 0.75);
   position: fixed;
   height: 100%;
   width: 100vw;
   left: 0;
   top: 0;
   z-index: 9999;
   display: flex;
   justify-content: center;
   align-items: center;
}

.loadAnimation i {
   color: #0166b6;
   font-size: 36px;
   z-index: 99;
   position: relative;
}
.tabs-title {
   position: relative;
   overflow: hidden;
   box-shadow: 0 3px 0 #b7b7b7;
}
.tabs-title h5 {
   color: #0076c0;
}
.links-pie li i {
   width: 15px;
   margin-left: 5px;
}
.btn-sedes a {
   border: 1px solid transparent;
   padding: 10px;
   text-align: center;
   background: #43c232;
   display: block;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 1px;
   margin: 20px 0;
}
.btn-sedes a:hover {
   background: #3eb12e;
   color: #fff !important;
}

.without_ampm::-webkit-datetime-edit-ampm-field {
	display: none;
}
input[type=time]::-webkit-clear-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance:none;
	appearance: none;
}
