/* 
  // Buttons - Copernicus
*/

.btn-copernicus {
  color: #fff;
  background-color: #263F6A;
  border-color: #FFF;
  border-radius: 80px;
  padding:2em 3em;
  font-size:16px;
}
.btn-copernicus:hover {
  color: #fff;
  background-color: #0088CE;
  border-color: #fff;
  transition:all .3s ease-in-out;
}
.btn-copernicus:focus, .btn-copernicus.focus {
  box-shadow: 0 0 0 .2rem rgba(38, 209, 180, .5)
}
.btn-copernicus.disabled, .btn-copernicus:disabled {
  color: #fff;
  background-color: #0088CE;
  border-color: #0088CE
}
.btn-copernicus:not(:disabled):not(.disabled):active, .btn-copernicus:not(:disabled):not(.disabled).active, .show > .btn-copernicus.dropdown-toggle {
  color: #fff;
  background-color: #0088CE;
  border-color: #0088CE
}
.btn-copernicus:not(:disabled):not(.disabled):active:focus, .btn-copernicus:not(:disabled):not(.disabled).active:focus, .show > .btn-copernicus.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 209, 180, .5)
}
.btn-outline-copernicus {
  color: #0088CE;
  border-color: #0088CE
}
.btn-outline-copernicus:hover {
  color: #fff;
  background-color: #0088CE;
  border-color: #0088CE
}
.btn-outline-copernicus:focus, .btn-outline-copernicus.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 201, 167, .5)
}
.btn-outline-copernicus.disabled, .btn-outline-copernicus:disabled {
  color: #0088CE;
  background-color: transparent
}
.btn-outline-copernicus:not(:disabled):not(.disabled):active, .btn-outline-copernicus:not(:disabled):not(.disabled).active, .show > .btn-outline-copernicus.dropdown-toggle {
  color: #fff;
  background-color: #0088CE;
  border-color: #0088CE
}
.btn-outline-copernicus:not(:disabled):not(.disabled):active:focus, .btn-outline-copernicus:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-copernicus.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 201, 167, .5)
}
.badge-copernicus {
  color: #fff;
  background-color: #0088CE
}
.badge-copernicus[href]:hover, .badge-copernicus[href]:focus {
  color: #fff;
  background-color: #0088CE
}
.badge-copernicus[href]:focus, .badge-copernicus[href].focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 201, 167, .5)
}
.bg-copernicus {
  background-color: #0088CE !important
}
a.bg-copernicus:hover, button.bg-copernicus:hover, a.bg-copernicus:focus, button.bg-copernicus:focus {
  background-color: #0088CE !important
}
@media (max-width: 767px) {
.btn-copernicus {
  color: #fff;
  background-color: #263F6A;
  border-color: #FFF;
  border-radius: 80px;
  padding:1.6em 2em;
  font-size: 12px;
}
}
/* //Buttons - Copernicus*/