body {
  font-family: 'Canaro', Verdana;
  font-size: 16px;
}
.Normal {
  font-family: 'Canaro', Verdana;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Canaro', Verdana;
}
h1,
h2 {
  color: #00A1DC;
  font-weight: bold;
}
a,
a:visited {
  color: #00A1DC;
}
a:hover {
  text-decoration: none;
}
header .logo {
  position: relative;
}
header .logo img {
  width: 180px;
}
header .logo .movil-menu {
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (min-width: 960px) {
  header .logo .movil-menu {
    display: none;
  }
}
header .menu {
  display: none;
}
@media all and (min-width: 960px) {
  header .menu {
    display: block;
  }
}
header .action-button a {
  background-color: #AFC924;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
}
.primary-button,
.primary-button:visited {
  background: none;
  border-radius: 8px;
  font-family: 'Canaro', Verdana;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  line-height: 18px;
  min-width: 150px;
  background-color: #00A1DC;
  color: #ffffff;
}
.primary-button:hover {
  background-color: transparent;
  outline: 1px solid #00A1DC;
  color: #00A1DC;
}
.secondary-button,
.secondary-button:visited {
  background: none;
  border-radius: 8px;
  font-family: 'Canaro', Verdana;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  line-height: 18px;
  min-width: 150px;
  border: 1px solid #00A1DC;
  color: #00A1DC;
}
.secondary-button:hover {
  color: #00A1DC;
}
.tertiary-button,
.tertiary-button:visited {
  background: none;
  border-radius: 8px;
  font-family: 'Canaro', Verdana;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  line-height: 18px;
  min-width: 150px;
  background-color: #AFC924;
  color: #ffffff;
}
.tertiary-button:hover {
  background-color: transparent;
  outline: 1px solid #AFC924;
  color: #AFC924;
}
.small-container {
  max-width: 1024px;
  position: relative;
}
.container {
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-right: calc(var(--bs-gutter-x) * 1);
}
.page-header h1 {
  font-weight: bold;
}
.page-header a,
.page-header a:visited {
  color: #ffffff;
  background-color: #FFB71B;
  padding: 5px 20px;
  text-decoration: none;
  border-radius: 10px;
  transition: all 250ms ease-in-out;
}
.page-header a:hover,
.page-header a:visited:hover {
  transition: all 250ms ease-in-out;
  background-color: #ffc74e;
}
/*2SXC DISABLE INLINE BUTTONS*/
.sc-content-block-menu.sc-content-block-quick-insert {
  display: none !important;
  visibility: hidden !important;
}
.shadow-lg {
  box-shadow: 0 1px 30px 10px rgba(0, 0, 0, 0.1) !important;
}
footer {
  background-color: #00A1DC;
  color: #ffffff;
}
footer .copyright {
  color: #ffffff;
}
footer .copyright a {
  color: #ffffff;
}
/*LOGIN STYLES*/
.dnnLogin .loginContent {
  padding-top: 30px;
}
.dnnLogin .loginContent .LoginPanel {
  margin: 0 auto;
  padding-right: 0;
  float: none;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnLabel {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: initial;
  float: none;
  width: 100%;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnFormLabel {
  width: 100%;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnCheckbox .mark {
  background-color: #ffffff;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem input {
  border: 1px solid #D5D5D5;
  padding: 10px;
  font-size: 16px;
  font-family: 'Canaro', Verdana;
  color: #4A4A50;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnPrimaryAction {
  background: none;
  border-radius: 8px;
  font-family: 'Canaro', Verdana;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  line-height: 18px;
  min-width: 150px;
  background-color: #00A1DC;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnPrimaryAction:hover {
  background-color: transparent;
  outline: 1px solid #00A1DC;
  color: #00A1DC;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnSecondaryAction {
  background: none;
  border-radius: 8px;
  font-family: 'Canaro', Verdana;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  line-height: 18px;
  min-width: 150px;
  color: #000000;
  background-image: linear-gradient(90deg, #cacaca 0%, #dadada 100%);
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnSecondaryAction:hover {
  color: #000000;
}
.dnnFormAndList .dnnForm .dnnFormItem input,
.dnnFormAndList .dnnForm .dnnFormItem textarea {
  width: 100%;
}
.dnnFormAndList .dnnForm .dnnFormItem label span {
  font-weight: bold;
}
.dnnFormAndList .dnnForm .dnnActions {
  text-align: center;
  padding: 0;
}
.dnnFormAndList .dnnForm .dnnActions li {
  float: none;
}
.dnnFormAndList .dnnForm .dnnActions .dnnPrimaryAction,
.dnnFormAndList .dnnForm .dnnActions .dnnPrimaryAction:visited {
  background: none;
  border-radius: 8px;
  font-family: 'Canaro', Verdana;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 30px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  border: none;
  font-weight: normal;
  line-height: 18px;
  min-width: 150px;
  background-color: #00A1DC;
  color: #ffffff;
}
.dnnFormAndList .dnnForm .dnnActions .dnnPrimaryAction:hover {
  background-color: transparent;
  outline: 1px solid #00A1DC;
  color: #00A1DC;
}
.dnnFormAndList .dnnForm .dnnActions .dnnSecondaryAction {
  display: none;
}
