body {
  font-family: 'Montserrat', Verdana;
  font-size: 16px;
  line-height: 18px;
}
.Normal {
  font-family: 'Montserrat', Verdana;
  font-size: 16px;
  line-height: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', Verdana;
}
h1,
h2,
h3 {
  margin-bottom: 24px;
}
h4,
h5,
h6 {
  margin-bottom: 16px;
}
hr {
  color: #00B2E9;
  margin: 2rem 0;
  opacity: 1;
}
.breadcrumb {
  font-size: 16px;
}
a,
a:visited {
  color: #00B2E9;
}
a:hover {
  text-decoration: none;
}
.mark,
mark {
  padding: initial;
  background-color: initial;
}
* {
  scroll-behavior: smooth;
}
header .header-line {
  background-color: #E91D2D;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
header .header-line a,
header .header-line a:visited {
  color: #ffffff;
  text-decoration: none;
  margin: 0 5px;
}
header .logo {
  position: relative;
}
header .logo img {
  width: 200px;
}
@media all and (min-width: 720px) {
  header .logo img {
    width: 250px;
  }
}
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;
  }
}
footer {
  background: #E91D2D;
  color: #ffffff;
  font-size: 14px;
  padding-top: 48px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5 {
  color: #ffffff;
}
footer .Normal {
  color: #ffffff;
  font-size: 14px;
}
footer .Normal a,
footer .Normal a:visited {
  color: #ffffff;
}
footer .Normal a:hover {
  text-decoration: none;
}
footer #dnn_dnnLOGOFooter_imgLogo {
  width: 130px;
}
.primary-button,
.primary-button:visited {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #E91D2D;
  color: #ffffff;
  font-weight: 600;
}
.primary-button:hover {
  background: #ffffff;
  color: #E91D2D;
  border: 1px solid #E91D2D;
}
.secondary-button,
.secondary-button:visited {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  background: #000000;
  color: #FFFC38;
  font-weight: 600;
}
.secondary-button:hover {
  background: #ffffff;
  color: #E91D2D;
  border: 1px solid #E91D2D;
  color: #ffffff;
}
.alternate-button,
.alternate-button:visited {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  background: #ffffff;
  color: #000000;
  font-weight: 600;
  border: 1px solid #ffffff;
}
.alternate-button:hover {
  background: #ffffff;
  color: #E91D2D;
  border: 1px solid #E91D2D;
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}
.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: #FFFC38;
  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: #fffd6b;
}
/*2SXC DISABLE INLINE BUTTONS*/
.sc-content-block-menu.sc-content-block-quick-insert {
  display: none !important;
  visibility: hidden !important;
}
/*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: 'Montserrat', Verdana;
  color: #4A4A50;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnPrimaryAction {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #E91D2D;
  color: #ffffff;
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnSecondaryAction {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  color: #000000;
  background-image: linear-gradient(90deg, #cacaca 0%, #dadada 100%);
}
.dnnLogin .loginContent .LoginPanel .dnnFormItem .dnnSecondaryAction:hover {
  background: #ffffff;
  color: #E91D2D;
  border: 1px solid #E91D2D;
  color: #000000;
}
.generic-form .dnnForm {
  width: 500px;
}
.generic-form .dnnForm input[type=text],
.generic-form .dnnForm select,
.generic-form .dnnForm textarea {
  box-shadow: none;
  margin-bottom: 5px;
  max-width: initial;
}
.generic-form .dnnForm .dnnFormItem > .dnnLabel {
  float: none;
  width: initial;
}
.generic-form .dnnForm label {
  color: #00B2E9;
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
.generic-form .dnnForm .dnnFormRequired {
  border-left: 1px solid #D5D5D5 !important;
}
.generic-form .dnnForm .dnnPrimaryAction {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #00B2E9;
  text-transform: uppercase;
}
.generic-form .dnnForm .dnnPrimaryAction:hover {
  background-color: transparent;
  color: #00B2E9;
  outline: 1px solid #00B2E9;
}
.generic-form .dnnForm .dnnPrimaryAction:disabled {
  opacity: 0.4;
}
.generic-form .dnnForm .dnnPrimaryAction[disabled] {
  opacity: 0.4;
}
.generic-form .dnnForm .dnnPrimaryAction:active {
  background: none;
  background-color: #1dcaff;
}
.generic-form .dnnForm .dnnSecondaryAction {
  background: none;
  border-radius: 18px;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #E91D2D;
  text-transform: uppercase;
}
.generic-form .dnnForm .dnnSecondaryAction:hover {
  background-color: transparent;
  color: #E91D2D;
  outline: 1px solid #E91D2D;
}
.generic-form .dnnForm .dnnSecondaryAction:disabled {
  opacity: 0.4;
}
.generic-form .dnnForm .dnnSecondaryAction[disabled] {
  opacity: 0.4;
}
.generic-form .dnnForm .dnnSecondaryAction:active {
  background-color: #ee4b58;
}
.generic-form input[type=text].error-control,
.generic-form select.error-control {
  border: 1px solid #e84466 !important;
}
.generic-form .dnnFormMessage.dnnFormError,
.generic-form span.dnnFormMessage.dnnFormError {
  position: relative;
  top: auto;
  right: auto;
  padding: 0;
  margin-bottom: 18px;
  color: #e84466;
  background-color: transparent;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
.generic-form span.dnnFormMessage.dnnFormError::after {
  content: none;
}
.generic-form {
  margin: 0 auto;
  display: table;
}
.generic-form .form-row {
  display: table;
}
.generic-form .form-column {
  display: table-cell;
}
.generic-form .form-item {
  padding: 20px;
  width: 310px;
  box-sizing: border-box;
}
.generic-form .form-item > label,
.generic-form .form-item > .label {
  display: block;
  color: #00B2E9;
  font-weight: bold;
  margin-bottom: 3px;
  text-align: left;
}
.generic-form input[type=text],
.generic-form select,
.generic-form textarea {
  border: 1px solid #D5D5D5;
  padding: 10px;
  font-size: 16px;
  font-family: 'Montserrat', Verdana;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.generic-form input[type=text].error-control {
  border: 1px solid #e84466;
}
.generic-form .form-validation .error {
  color: #e84466;
  box-sizing: border-box;
  font-size: 14px;
}
.generic-form select {
  background: url(Images/ArrowSelect.png) no-repeat 95% center #fff;
}
/*GENERIC TABLE STYLES*/
.generic-table {
  border-collapse: collapse;
  margin-bottom: 18px;
}
.generic-table th {
  color: #E91D2D;
  font-size: 18px;
}
.generic-table tr {
  border-style: none;
  border-bottom-style: none;
  border-bottom: 1px solid #ddd;
}
.generic-table tr:hover {
  background-color: #f2f4f7;
}
.generic-table th,
.generic-table td {
  padding: 5px 20px;
}
.vc_tta-panels .vc_tta-panel-heading {
  position: relative;
  background-color: #f8f8f8;
  cursor: pointer;
  padding-left: 24px;
}
.vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title {
  margin-bottom: 4px;
}
.vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 14px 20px;
  display: block;
}
.vc_tta-panels .vc_tta-panel-heading:hover {
  background-color: #f0f0f0;
}
.vc_tta-panels .vc_tta-panel-heading:before {
  position: absolute;
  left: 14px;
  top: 50%;
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  transform: translateY(-50%);
  color: #E91D2D;
}
.vc_tta-panels .vc_tta-panel-body {
  display: none;
  padding: 14px 20px;
}
.vc_tta-panels .vc_tta-panel-body .vc_toggle .vc_toggle_title {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.vc_tta-panels .vc_tta-panel-body .vc_toggle .vc_toggle_title h4 {
  margin-bottom: 4px;
  padding: 14px 20px;
  border-bottom: 1px solid #f0f0f0;
}
.vc_tta-panels .vc_tta-panel-body .vc_toggle .vc_toggle_title:before {
  position: absolute;
  left: 14px;
  top: 50%;
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  transform: translateY(-50%);
  color: #B3B3B3;
}
.vc_tta-panels .vc_tta-panel-body .vc_toggle .vc_toggle_content {
  display: none;
  padding: 14px 20px;
}
.vc_tta-panels a,
.vc_tta-panels a:hover {
  color: #E91D2D;
}
