
body {
  --mdc-theme-primary: #000;
  /* brown d9700c */
  --color_primary: #bb004d;
  
  --mdc-theme-primary: #000;
  --mdc-theme-primary-transparent: #0000001c;
  --mdc-theme-secondary: #bb004d;
  --mdc-theme-tertiary: #2a8ba9;
  --mdc-theme-background-featured: #b4c7dc8a;
  /* --mdc-theme-tertiary: #0097e9; */
  /* --mdc-ripple-color: #000; */
  /* font: 19px  'M PLUS Rounded 1c', sans-serif, Helvetica, Arial; */
  font: 19px  "Red Hat Text", sans-serif, Helvetica, Arial;
}
.color_primary {
  color: #bb004d;
}
.color_secondary {
  color: #000;
}
.color_tertiary {
  color: #2a8ba9;
  /* color: #607dbb; */
}
.color_morado { color: #6343a1; }

.color_green {
  color: green;
}
.color_white {
  color: #fff;
}
.backcolor_white {
  background-color: #fff;
}
.backcolor_primary {
  background-color: #bb004d;
}
.backcolor_secondary {
  background-color: #000;
}
.backcolor_tertiary {
  background-color: #2a8ba9;
}
.backcolor_morado
{
    background-color: #6343a1;
}
.backcolor_featured {
  background-color: #b4c7dc8a;
}
.field_error_message {
  color: #c00101;
}
a {
  color: #bb004d;
}

:root {
  --footerHeight: "170px";
}
*,
::after,
::before {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  /* font: 18px  'M PLUS Rounded 1c', sans-serif, Helvetica, Arial; */
  font: 18px  "Red Hat Text", sans-serif, Helvetica, Arial;
  line-height: 1.5;
}
h1,
h2,
h3 {
  font-weight: 600;
  margin: 0;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
a span.no-underlined,
a.no-underlined {
  text-decoration: none;
}
.bold500 {
  font-weight: 500;
}
.bold600 {
  font-weight: 600;
}
.foundations {
  -webkit-animation: 3s fadein;
  -moz-animation: 3s fadein;
  -ms-animation: fadein 3s;
  -o-animation: 3s fadein;
  animation: 3s fadein;
}
@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
a.icon_and_text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media (max-width: 600px) {
  .sidemenu_expand_collapse_pre {
      margin-top: 0 !important;
  }
}
a.material-icons {
  text-decoration: none;
}
.display-flex {
  display: flex;
}
.display-flex-responsive {
  display: flex;
}
.display-flex-wrap, .display-flex-wrap-responsive {
  display: flex;
  flex-wrap: wrap;
}
.display-flex-1 {
  flex: 1
}
.space-between {
  justify-content: space-between;
}
.justify-content {
  justify-content: center;
}
.margin-left-auto {
  margin-left: auto;
}
.col-gap-20, .col_gap_20 {
  column-gap: 20px;
}
.gap-10,
.gap_10 {
  column-gap: 10px;
  row-gap: 10px;
}
.gap-20,
.gap_20 {
  column-gap: 20px;
  row-gap: 20px;
}
.gap-40,
.gap_40 {
  column-gap: 40px;
  row-gap: 40px;
}
.gap-row-10,
.gap_row_10 {
  row-gap: 10px;
}
.row-gap-20,
.row_gap_20 {
  row-gap: 20px;
}
input,
select {
  font-size: inherit;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-120 {
  margin-top: 120px;
}
.mt-160 {
  margin-top: 160px;
}
.p-5 {
  padding: 5px;
}
.p-40 {
  padding: 40px;
}
.pl-20 {
  padding-left: 20px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-40 {
  padding-top: 40px;
}
.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
input[type="radio"] {
  transform: scale(1.5);
}
.simple-box {
  border-radius: 4px;
  box-sizing: border-box;
  width: fit-content;
}

.bo-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.bo-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.bo-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bo-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bo-switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.bo-switch .slider.round {
  border-radius: 14px;
}
.bo-switch .slider.round:before {
  border-radius: 50%;
}
.bo-button {
  cursor: pointer;
  padding: 8px 30px;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-flex;
  text-align:center;

  justify-content: center;
  align-content: center;
  flex-direction: column;
}
.bo-button-outlined {
  box-shadow: 1px 2px;
}
a.bo-button {
  text-decoration: none;
}
.bo-button:hover {
  cursor: pointer;
}
.bo-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  max-width: -webkit-fill-available;
  border-radius: 4px;
  background-position: calc(100% - 12px) center !important;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
      no-repeat;
  padding: 12px 32px 12px 16px;
}
.bo-select::-ms-expand {
  display: none;
}
.bo-select-label
{
  margin-bottom: 2px;
}
.bo-input {
  padding: 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
.bo-input:focus {
  outline: 0;
}
.bo-input-label {
  margin-bottom: 2px;
}
.bo-textarea {
  outline: 0;
}
.bo-textarea-label 
{
  margin-bottom: 2px;
}
.bo-checkbox-wrap label {
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 10px;
}
.bo-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  width: 20px;
  height: 20px;
  border: 2px solid #157b80;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
.bo-checkbox::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: transform 120ms ease-in-out;
}
.bo-checkbox:checked::before {
  transform: scale(1);
}
.bo-checkbox:disabled {
  cursor: not-allowed;
}
.material-icons,
.material-symbols-outlined {
  vertical-align: middle;
}
.font90 .material-symbols-outlined,
.font90.material-symbols-outlined {
  font-size: 18px;
}
select:focus {
  border: 1px solid #157b80;
  outline: inherit;
}
.tab {
  overflow: hidden;
  border: 1px solid #157b80;
  border-width: 0 0 1px 0;
}
.tab span {
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid #157b80;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-width: 1px 1px 0;
  margin-right: 10px;
}
.tab span br {
  display: none;
}
.tabcontent {
  padding: 6px 0;
  -webkit-animation: 1s fadeEffect;
  animation: 1s fadeEffect;
}
@-webkit-keyframes fadeEffect {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@media (max-device-width: 750px) {
  .tab span br {
      display: block;
  }
}
.two_cols_in_grid {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 20px;
}
@media (max-width: 800px) {
  .two_cols_in_grid {
      /* display: block; */
      grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .display-flex-responsive, .display-flex-wrap-responsive
  {
    /* display: block; */
    flex-direction: column;
  }
  .two_cols_in_grid {
      display: grid;
      grid-template-columns: 100%;
  }
  .hidden-responsive
  {
    display: none;
  }
}
.line-height-17 {
  line-height: 1.7;
}
.flexbetween {
  text-align: center;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
footer {
  display: flex;
  width: 100%;
  bottom: 0;
  justify-content: center;
  margin: 0;
  padding: 20px 0;
  width: 100%;
  font-size: 15px;
  height: fit-content;
}
.foundations {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  height: 100%;
  align-content: stretch;
  flex-flow: row;
}
.side_zone {
  --offset: 0;
  flex-grow: 1;
  flex-basis: auto;
  align-self: start;
  position: sticky;
  top: 0;
  padding: 0 20px;
}
.sidemenu {
  padding-bottom: 30px;
  /* font-size: 16px; */
}
.side_zone .sidemenu .sidemenu_menu {
  margin: 0px 0;
  cursor: pointer;
}
.sidemenu_menu .material-symbols-outlined {
  font-size: 30px;
}
.side_zone .sidemenu .sidemenu_title {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.side_zone .sidemenu .sidemenu_expand {
  margin: 10px 0;
  flex: 1;
}
.sidemenu_menu a {
  text-decoration: none;
}
.side_zone .sidemenu .sidemenu_sub {
  padding-left: 40px;
}
.side_zone .sidemenu .sidemenu_sub div {
  padding: 5px 0;
}
.side_zone .sidemenu .sm_active {
  font-weight: 700;
}
header {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
  top: 0;
  z-index: 2;
}
.side_zone .isologo {
  display: none;
}
.side_zone .isotipo {
  display: block;
}
.side_zone .sidemenu {
  text-align: center;
}
.sidemenu_mobile {
  display: none;
  text-decoration: none;
  line-height: 20px;
}

.header_unlogged {
  padding: 0px 20px;
  min-height: 107px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  z-index: 199;
}
.foundations_unlogged {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}
.foundations_unlogged footer {
  justify-content: flex-end;
}
.foundations_unlogged .container {
  flex: 1;
  padding-top: 0;
}
.sidemenu_expand_collapse_pre {
  margin-top: 30px;
}
    
.main {
  flex-basis: 0;
  flex-grow: 999;
  padding: 30px 20px 60px;
  border-left: 1px solid #157b8045;
}
@media (max-device-width: 1000px) {
  .main
  {
    border-left: 0;
    /* padding: 0px 0px 60px; */
    padding: 10px 10px 20px;
  }
  .sidemenu_mobile {
      display: block;
      text-align: center;
  }
  .sidemenu {
      display: none;
      width: fit-content;
      margin: 0 auto;
      padding: 10px;
      text-align: left;
      padding-bottom: 0;
  }
  .sidemenu_expand_collapse {
      display: none;
  }
  .foundations {
      display: block;
  }
  header {
      padding: 15px 0;
  }
  header .logo {
      margin: 0 auto;
  }
  .header_unlogged {
      display: block;
      margin: 0 auto;
  }
}
.mainsection,
.section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
}
.mainsection_large {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1500px;
}
#modalDialog .modal-content {
  margin: 0;
  padding: 0 20px 20px;
  border: 3px solid #157b80;
  border-radius: 4px;
  min-width: min(350px, 90vw);
  max-width: min(90vw, 600px);
  box-sizing: border-box;
}
#modalDialog .close:focus,
#modalDialog .close:hover {
  text-decoration: none;
  cursor: pointer;
}
#modalDialog .dialog-ok-button {
  cursor: pointer;
  border: 2px solid #157b80;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#modalDialog .dialog-no-button,
#modalDialog .dialog-yes-button {
  cursor: pointer;
  border: 2px solid #157b80;
  padding: 4px 30px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#modalDialog .dialog-ok-button:hover {
  box-shadow: 1px 2px;
}
#login-box-wrap {
  display: none;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  justify-content: center;
  align-items: center;
}
#login-box-wrap .login_error_message {
  font-size: 90%;
  margin-top: 20px;
}
#login-box-wrap .login-box {
  margin: 0;
  padding: 10px 20px 20px;
  border: 3px solid #157b80;
  border-radius: 4px;
  min-width: min(350px, 90vw);
  max-width: min(90vw, 600px);
  box-sizing: border-box;
}
#login-box-wrap .dialog_text {
  padding: 0 0 10px;
}
#login-box-wrap .close {
  text-align: right;
  font-size: 28px;
  font-weight: 700;
}
#login-box-wrap .close:focus,
#login-box-wrap .close:hover {
  text-decoration: none;
  cursor: pointer;
}
#login-box-wrap .dialog-ok-button {
  cursor: pointer;
  border: 2px solid #157b80;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#login-box-wrap .dialog-no-button,
#login-box-wrap .dialog-yes-button {
  cursor: pointer;
  border: 2px solid #157b80;
  padding: 4px 30px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#login-box-wrap .dialog-button-wrap {
  border-top: 1px solid gray;
  margin-top: 20px;
  padding-top: 15px;
  text-align: right;
  column-gap: 30px;
  display: flex;
  justify-content: flex-end;
}
#login-box-wrap .dialog-ok-button:hover {
  box-shadow: 1px 2px;
}
.TYPE_OF_PRODUCT {
  border-bottom: 1px solid #157b80;
  margin-bottom: 20px;
}
@-webkit-keyframes cardIntro {
  0% {
      transform: scale(0.8) translate(0, 0);
      opacity: 0;
  }
  100% {
      transform: scale(1) translate(0, 0);
      opacity: 1;
  }
}
@keyframes cardIntro {
  0% {
      transform: scale(0.8) translate(0, 0);
      opacity: 0;
  }
  100% {
      transform: scale(1) translate(0, 0);
      opacity: 1;
  }
}
@-webkit-keyframes shake {
  10%,
  90% {
      transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
      transform: translate3d(1px, 0, 0);
  }
  30%,
  50%,
  70% {
      transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
      transform: translate3d(3px, 0, 0);
  }
}
@keyframes shake {
  10%,
  90% {
      transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
      transform: translate3d(1px, 0, 0);
  }
  30%,
  50%,
  70% {
      transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
      transform: translate3d(3px, 0, 0);
  }
}
.file_upload_button:not(:disabled) {
  border: 1px solid #157b80;
  text-transform: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
}
.file_upload_button:hover {
  border: 1px solid #6f8fafc7;
}
.upload_delete_img:not(:disabled) {
  text-transform: none;
  padding: 8px 14px;
  border-radius: 4px;
  border: 1px solid #157b80;
  cursor: pointer;
}
.arrow_to_collapse {
  border: 1px solid #000;
  border-radius: 6px;
  padding: 3px;
}
.w-fit-content {
  width: fit-content;
}
.field_error_message {
  font-size: 90%;
}
.section-box-large {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px;
}
@media (max-width: 600px) {
  h1 {
      font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .section-box-large {
      padding-top: 0;
  }
}
@keyframes blinker {
  50% {
      opacity: 0;
  }
}
h1,
h2,
h3 {
  margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out;
}
.hidden {
  display: none !important;
}
#busy {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  cursor: progress;
}
.main {
  margin: 0 auto;
}
.section {
  height: 100%;
  margin: 40px 20px 60px;
}
.pointer {
  cursor: pointer;
}
.underlined {
  text-decoration: underline;
}
.m-auto {
  margin: 0 auto;
}
.w-auto {
  width: auto;
}
.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}
.mb-5 {
  margin-bottom: 5px;
}
.m-10 {
  margin: 10px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.ml-5 {
  margin-left: 5px;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-160 {
  margin-top: 160px !important;
}
.p-0 {
  padding: 0;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-40-mob-20
{
  padding: 40px;
}
@media (max-width: 1000px) {
  .p-40-mob-20
  {
    padding: 20px;
  }
  
}
.pl-5 {
  padding-left: 5px;
}
.bold {
  font-weight: 700;
}
.bold0 {
  font-weight: 400;
}
.font80 {
  font-size: 80%;
}
.font90 {
  font-size: 90%;
}
.font120 {
  font-size: 120%;
}
.font160 {
  font-size: 160%;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-left-center
{
  text-align: left;
}
.border-radius-6 {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.line-height-15 {
  line-height: 1.5;
}
.line-height-17 {
  line-height: 1.7;
}
.border-radius-6-gray {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.border-radius-6-orange
{
  border: 1px solid #abc7b8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.white-space-nowrap {
  white-space: nowrap;
}
.container {
  display: grid;
  grid-template-areas: "header" "main" "footer";
  grid-template-columns: 1fr;
  grid-template-rows: 110px auto auto;
  margin: 0 0 20px;
  height: 100vh;
}
header {
  grid-area: header;
  display: block;
  position: fixed;
  z-index: 2;
  margin: 0;
  width: calc(100% - 20px);
  padding: 10px;
}
header .logo {
  max-width: 300px;
  padding: 15px 30px;
}
.main {
  grid-area: main;
  /* width: calc(100% - 20px); */
  margin: 0 10px 30px;
}

.main:has(.sector-ancho-100) {
  grid-area: main;
  /* width: calc(100% - 20px); */
  margin: 0 0px 30px;
  padding-left: 0;
  padding-right: 0;
}

footer {
  /* margin: 10px; */
  padding: 25px 60px 25px;
  grid-area: footer;
  display: grid;
  grid-template-columns: 33% 34% 33%;
  font-size: 15px;
}
.menu_view_in_menu {
  display: inline-flex;
}
@media (max-width: 768px) {

  .text-left-center
  {
    text-align: center;
  }
  header {
      height: auto;
      position: relative;
  }
  .logo {
      margin: 0 auto;
  }
  .menu_view_in_menu {
      display: none;
  }
  .buttons_menu {
      margin-top: 10px;
  }
  .section {
      margin: 40px 5px 60px;
  }
  .container {
      grid-template-areas: "header" "main" "footer";
      grid-template-columns: 100%;
      grid-template-rows: auto 1fr auto;
  }
  header .logo {
      padding: 25px 10px 0 0;
  }
  
  .logo,
  footer,
  main{
      padding-left: 20px;
      padding-right: 20px;
  }
}
@media (max-width: 600px) {
  footer {
      grid-template-columns: 100%;
  }
}
.material-icons {
  vertical-align: middle;
}
.login-box {
  padding: 80px;
  border-radius: 6px;
}
@media (max-width: 6000px) {
  .login-box {
      padding: 60px 0;
      border-radius: 6px;
  }
}
.button-working {
  display: none;
}
.circular {
  -webkit-animation: 2s linear infinite rotate;
  animation: 2s linear infinite rotate;
  height: 100%;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
  animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
  stroke-linecap: round;
}
@-webkit-keyframes rotate {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
  }
  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35;
  }
  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
  }
  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35;
  }
  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  0%,
  100% {
      stroke: #157b80;
  }
  40% {
      stroke: #abc7b8;
  }
  66% {
      stroke: #000;
  }
  80%,
  90% {
      stroke: #157b80;
  }
}
@keyframes color {
  0%,
  100% {
      stroke: #157b80;
  }
  40% {
      stroke: #abc7b8;
  }
  66% {
      stroke: #000;
  }
  80%,
  90% {
      stroke: #157b80;
  }
}
.section-box-large {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
}

@media only screen and (max-width: 768px) {
  .section-box-large {
      padding-top: 0;
  }
}
.but_lang_active {
  display: block;
}
.but_lang_inactive {
  display: none;
}
.home_band {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.8;
}
.home_faq_question {
  font-weight: 600;
  font-size: 90%;
  margin-bottom: 8px;
}
.home_faq_answer {
  font-size: 90%;
  margin-bottom: 15px;
}
.loading {
  display: flex;
  justify-content: center;
}
.loading div {
  width: 1rem;
  height: 1rem;
  margin: 2rem 0.3rem;
  background: #000;
  border-radius: 50%;
  animation: 0.9s infinite alternate bounce;
}
.loading div:nth-child(2) {
  animation-delay: 0.3s;
  background: #abc7b8;
}
.loading div:nth-child(3) {
  animation-delay: 0.6s;
  background: #157b80;
}
@keyframes bounce {
  to {
      opacity: 0.3;
      transform: translate3d(0, -1rem, 0);
  }
}
.two_cols_in_grid {
  display: grid;
  grid-template-columns: auto auto;
}
.gap_20 {
  gap: 20px;
}
@media (max-width: 600px) {
  
  .two_cols_in_grid {
      display: grid;
      grid-template-columns: 100%;
  }
}
.dropdown_result_search {
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.dropdown_result_search li {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
@keyframes blinker {
  50% {
      opacity: 0;
  }
}
 .top_menu_unlogged div {
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.top_menu_unlogged a {
  text-decoration: none;
  padding: 0 10px;
  padding-top: 0;
}
.top_menu_unlogged a.bo-button {
  padding: 4px 20px;
  border-width: 1px;
}
a.menu_active {
  font-weight: 700;
}
.top_menu_unlogged
{
  position: fixed;
}
@media (max-width: 1400px) {
  .top_menu_unlogged
  {
    position: relative;
  }
}
@media (max-width: 600px) {
  .buttons_menu
  {
    order: 8;
  }
  .top_menu_unlogged .logo
  {
    margin-bottom: 20px;
  }
}
@media (max-width: 416px) {
  .menu_unlogged_expanded {
      display: none;
  }
}
#button_gotop {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-size: 45px;
}
#button_gotop:hover {
  cursor: pointer;
}
#button_gotop.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 600px) {
  /* .section_content {
      grid-template-columns: 1fr;
  } */
}
#modalDialog {
  display: none;
  position: fixed;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
  justify-content: center;
  align-items: center;
}
#modalDialog .modal-content {
  margin: 0;
  padding: 0 20px 20px;
  border-radius: 4px;
  min-width: min(350px, 90vw);
  max-width: min(90vw, 600px);
  box-sizing: border-box;
}
#modalDialog .dialog_text {
  padding: 0 0 10px;
}
#modalDialog .close {
  text-align: right;
  font-size: 28px;
  font-weight: 700;
}
#modalDialog .close:focus,
#modalDialog .close:hover {
  text-decoration: none;
  cursor: pointer;
}
#modalDialog .dialog-ok-button {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#modalDialog .dialog-no-button,
#modalDialog .dialog-yes-button {
  cursor: pointer;
  padding: 4px 30px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#modalDialog .dialog-button-wrap {
  border-top: 1px solid gray;
  margin-top: 20px;
  padding-top: 15px;
  text-align: right;
  column-gap: 30px;
  display: flex;
  justify-content: flex-end;
}
#modalDialog .dialog-ok-button:hover {
  box-shadow: 1px 2px;
}
/* LANDING PAGES */
.event
{
    /* padding-top:60px; */
    margin-bottom:60px;
}
@media (max-width: 600px)
{
    .event
    {
        padding-top:20px;
    }
}
/* END OF LANDING PAGES */
.insertVariablesSelect, .insertVariablesSelect:hover, .insertVariablesSelect:active, .insertVariablesSelect:focus, .insertVariablesSelect:visited, .insertVariablesSelect:checked
{
  font-size:85%;
  margin-left:10px;
  margin-top:2px;
  border: 0px;
}
.section_title h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  margin: 30px 0 40px 0;
}
.section_title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
}
.section_title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
}








/* MENU LATERAL */


.sidemenu_mobile {
display: none;
text-decoration: none;
line-height: 20px;
}

.sidemenu_expand_collapse_pre {
margin-top: 30px;
}
@media (max-device-width: 700px) {
.sidemenu_mobile {
    display: block;
    text-align: center;
}
.sidemenu {
    display: none;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
    background-color: #540d6e1a;
    text-align: left;
    padding-bottom: 0;
}
.sidemenu_expand_collapse {
    display: none;
}

}
.smar-g-recaptcha
{
margin-top: 20px;
}








.topnav {

padding: 0;
width: 100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
max-width: 1600px;
margin: 20px auto 0px;

}

.topnav a {
float: left;
display: block;
color: #bb004d;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}

.topnav .active {
color: #bb004d;
}

.topnav .icon {
display: none;
}

.topnav .dropdown {
float: left;
overflow: hidden;
}

.topnav .dropdown .dropbtn {
font-size: 17px;
border: none;
outline: none;
color: #bb004d;
padding: 14px 16px;
background-color: inherit;
font-family: inherit;
margin: 0;
cursor: pointer;
}

.topnav .dropdown-content {
display: none;
position: absolute;
background-color: #fff;
min-width: 160px;
/* padding:5px; */
/* box-shadow: -1px 4px 0px 4px #ffffff; */
z-index: 1;
color: #bb004d;
}

.topnav .dropdown-content a {
float: none;
/* color: black; */
padding: 8px 5px;
text-decoration: none;
display: block;
text-align: left;
}

.topnav .dropdown-content a:hover {
background-color: #bb004d;
color:#fff;
border-radius: 4px;
}

.topnav .dropdown:hover .dropdown-content {
display: block;
}
.topnav #logo .minilogo
{
display: none;
}
.topnav #logo .logonormal
{
display: block;
}
.topnav .dropdown-content a.bo-button-but-checkout{
padding: 10px 15px;
}
@media screen and (max-width: 768px) {
    a.bo-button.button-w-auto-100
    {
      width:100%;
    }
    .topnav, .navmenu
    {
      display: block;
    }
    .topnav .navmenu a, .dropdown .dropbtn {
      display: none;
    }
    .topnav .navmenu a.bur {
      float:none;
      display: block;
      background-color: #bb004d3d;
      padding: 9px 16px;
    }
    .topnav .navmenu a.bur span {
      font-size: 30px;
    }

    /* .topnav.responsive {position: relative;} */
    .topnav a
    {
      float: none;
    }
    .topnav #logo .minilogo
    {
      display: block;
    }
    .topnav #logo .logonormal
    {
      display: none;
    }
    .topnav.responsive a {
      /* float: none; */
      display: block;
      text-align: center;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: center;
    }
    .topnav .dropdown-content .simple-box
    {
      width: auto;
    }
}

@media print {
.noprint {
  display:none;
}
#button_gotop
{
  display: none;
}
}      




/*********/
/* TABLE */
/*********/

table {
border: 1px solid #ccc;
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}

table tr {
background-color: #f8f8f8;
border: 6px solid #fff;
border-width: 6px 0 6px 0;
padding: 0;
margin-bottom: .625em;
}

table th,
table td {
padding: 10px;
text-align: left;
}


@media screen and (max-width: 600px) {
  .smar .side_zone.side_zone.expanded{
    display: block;
  }
  table.tabla-response {
    border: 0;
  }

  table.tabla-response caption {
    font-size: 1.3em;
  }

  table.tabla-response thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.tabla-response tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  table.tabla-response td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
  }

  table.tabla-response td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table.tabla-response td:last-child {
    border-bottom: 0;
  }
}

.podcast_links
{
display: flex;
flex-wrap: wrap;

gap:20px;
align-items: center;
}
.podcast_links a
{
display: flex;
align-items: center;
gap:8px;
}
.podcast_links img
{
width: 24px;
}


.modal-granimagen {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(255,255,255); /* Fallback color */
background-color: rgba(255,255,255.9); /* Black w/ opacity */
cursor: pointer;
}

/* Modal Content (Image) */
.modal-granimagen-img {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: #ccc;
padding: 10px 0;
height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-granimagen-img, #caption {
animation-name: zoom;
animation-duration: 0.6s;
}

@keyframes zoom {
from {transform:scale(0)}
to {transform:scale(1)}
}

/* The Close Button */
.modal-granimagen .close {
position: absolute;
top: 15px;
right: 35px;
color: gray;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
}

.modal-granimagen .close:hover,
.modal-granimagen .close:focus {
color: #bbb;
text-decoration: none;
cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 600px){
.modal-granimagen-img {
    width: 100%;
}
}


.dos-columnas-responsive
{
column-count: 2;
column-gap:60px;
}
@media only screen and (max-width: 600px){
.dos-columnas-responsive
{
  column-count: 1;
}
}


/* MERGE BOTH CSS */

h1,
h2,
h3 {
  color: #000;
  color: var(--mdc-theme-secundary, #000);
}
h1 {
  color: #bb004d;
  color: var(--mdc-theme-secundary, #bb004d);
}
em.color_tertiary
{
  font-style:normal;
  color: #2a8ba9;
}
input:focus {
  border-color: #000 !important;
}
.simple-box {
  border: 1px solid #bb004d;
}
.simple-box-dotted {
  border-style: dashed;
}
.simple-bottom-box
{
  border-width: 0 0 1px 0;
}
.simple-underlined-primary
{
  border: 1px solid #bb004d;
  border-width: 0 0 1px 0;
  padding-bottom: 20px;
}
.bo-switch .slider {
  background-color: #ccc;
 }
.bo-switch .disabled_switch.slider {
  background-color: #f1eded;
}
.bo-switch .slider:before {
  background-color: #fff;
}
.bo-switch input:checked + .slider {
  background-color: #bb004d;
}
.bo-switch input:focus + .slider {
  box-shadow: 0 0 0 #bb004d;
}
.bo-button {
  background-color: #bb004d;
  color: #fff;
  box-shadow: 2px 4px #bbb;
}
.bo-button-outlined {
  background-color: transparent;
  color: #bb004d;
  border: 2px solid #bb004d;
}
.bo-button:hover {
  background-color: #bb004d;
  color: #fff;
  box-shadow: 1px 2px #bbb;
}
.bo-select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
      no-repeat;
  color: inherit;
}
.bo-select-label
{
  color: #000;
}
.bo-input {
  border: 1px solid gray;
  color: inherit;
}
.bo-input:focus {
  border: 1px solid #bb004d;
}
.bo-input-label {
  color: #000;
}
.bo-textarea-label 
{
  color: #000;
}
.bo-checkbox {
  color: #bb004d;
  border: 2px solid #bb004d;
}
.bo-checkbox::before {
  background-color: #bb004d;
}
select:focus {
  border: 1px solid #bb004d;
}
.tab {
  border: 1px solid #bb004d;
  border-width: 0 0 1px 0;
}
.tab span {
  border: 1px solid #bb004d;
  border-width: 1px 1px 0;
}
.tab span:hover {
  background-color: #bb004d22;
}
.tab span.active {
  background-color: #bb004d2e;
}
#button_gotop {
  background-color: #bb004d;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  color: #fff;
}
#button_gotop:hover {
  background-color: #000;
}
#button_gotop:active {
  background-color: #000;
}
.main {
  border-left: 1px solid #bb004d45;
}
footer {
  color: #000;
  background-color: #000;
}
footer a {
  color: #fff;
}
.sidemenu {
  color: #bb004d;
}
.sidemenu a {
  color: #bb004d;
}
.sidemenu .material-symbols-outlined,
.sidemenu a:hover {
  color: #000;
}
.sidemenu .bo-button:hover {
  background-color: transparent !important;
}
.side_zone .sidemenu .sidemenu_expand {
  color: #000;
}
header {
  background-color: #fff;
}
@media (max-device-width: 700px) {
  .sidemenu {
      background-color: #bb004d1a;
  }
}
#modalDialog .modal-content {
  background-color: #fefefe;
  border: 3px solid #000;
}
#modalDialog .close:focus,
#modalDialog .close:hover {
  color: #000;
}
#modalDialog .dialog-ok-button {
  border: 2px solid #000;
  color: #fff;
}
#modalDialog .dialog-no-button,
#modalDialog .dialog-yes-button {
  border: 2px solid #bb004d;
  color: #bb004d;
}
#modalDialog .dialog-ok-button:hover {
  background-color: #bb004d;
  color: #fff;
}
#login-box-wrap {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
#login-box-wrap .login_error_message {
  color: red;
}
#login-box-wrap .login-box {
  background-color: #fefefe;
  border: 3px solid #bb004d;
}
#login-box-wrap.error .login-box {
  border-color: #c00101;
}
#login-box-wrap .close {
  color: #aaa;
}
#login-box-wrap .close:focus,
#login-box-wrap .close:hover {
  color: #000;
}
#login-box-wrap .dialog-ok-button {
  border: 2px solid #bb004d;
  color: #bb004d;
}
#login-box-wrap .dialog-no-button,
#login-box-wrap .dialog-yes-button {
  border: 2px solid #bb004d;
  color: #bb004d;
}
#login-box-wrap .dialog-button-wrap {
  border-top: 1px solid gray;
}
#login-box-wrap .dialog-ok-button:hover {
  background-color: #6f8fafc7;
  color: #fff;
}
.TYPE_OF_PRODUCT {
  border-bottom: 1px solid #bb004d;
}
.file_upload_button:not(:disabled) {
  border: 1px solid #bb004d;
  background-color: #fff;
  color: #bb004d;
}
.file_upload_button:hover {
  border: 1px solid #6f8fafc7;
  background-color: #6f8fafc7;
  color: #fff;
}
.upload_delete_img:not(:disabled) {
  border: 1px solid #bb004d;
}
.arrow_to_collapse {
  border: 1px solid #000;
  color: #000;
}
.field_error_message {
  color: #8e0028;
}
b {
  color: var(--mdc-theme-secondary, #bb004d);
}
.color_purple {
  color: #bb004d;
}
.color_red {
  color: red;
}
.color_blue {
  color: #000;
}
.color_premium_star {
  color: #b1a4a4;
}
.color_gray {
  color: gray;
}
.border_tertiary
{
  border-color: #2a8ba9;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  box-shadow: 0 0 0 1000px transparent inset;
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out;
}
a {
  color: #000;
}
#busy {
  background-color: rgba(0, 0, 0, 0.5);
}
.border-radius-6-gray {
  border: 1px solid gray;
}
.border-radius-6-orange
{
  border: 1px solid #000;
}
header {
  background-color: #fffffff7;
}
footer {
  background-color: #e9e0ed;
}
footer a {
  color: #000;
}
.error_message {
  color: #b00020 !important;
  color: var(--mdc-theme-error, #b00020) !important;
}
.login-box {
  background-color: #f5f5f5;
}
@media (max-width: 6000px) {
  .login-box {
      background-color: transparent;
  }
}
.path {
  -webkit-animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
  animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
}
@-webkit-keyframes color {
  0%,
  100% {
      stroke: #bb004d;
  }
  40% {
      stroke: #000;
  }
  66% {
      stroke: #000;
  }
  80%,
  90% {
      stroke: #bb004d;
  }
}
@keyframes color {
  0%,
  100% {
      stroke: #bb004d;
  }
  40% {
      stroke: #000;
  }
  66% {
      stroke: #000;
  }
  80%,
  90% {
      stroke: #bb004d;
  }
}
.home_faq_question {
  color: #4c4c4c;
}
.home_faq_answer {
  color: #4c4c4c;
}
.loading div {
  background: #000;
}
.loading div:nth-child(2) {
  background: #000;
}
.loading div:nth-child(3) {
  background: #bb004d;
}
.dropdown_result_search li {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  color: #000;
}
.dropdown_result_search li:hover:not(.header) {
  background-color: #eee;
}
.top_menu_unlogged a {
  color: #bb004d;
}
a.menu_active {
  color: #000;
}
.top_menu_unlogged
{
  background-color: #fffffffa;
}
#button_gotop {
  background-color: #bb004d;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  color: #fff;
}
#button_gotop:hover {
  background-color: #333;
}
#button_gotop:active {
  background-color: #555;
}
#modalDialog {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
#modalDialog .modal-content {
  background-color: #fefefe;
}
#modalDialog.error .modal-content {
  border-color: #000;
}
#modalDialog .close {
  color: #aaa;
}
#modalDialog .close:focus,
#modalDialog .close:hover {
  color: #d1cb04;
}
#modalDialog .dialog-ok-button {
  color: #476482;
}
#modalDialog .dialog-no-button,
#modalDialog .dialog-yes-button {
  color: #476482;
}
#modalDialog .dialog-button-wrap {
  border-top: 1px solid gray;
}
#modalDialog .dialog-ok-button:hover {
  background-color: #000;
  color: #fff;
}
/* LANDING PAGES */
.insertVariablesSelect, .insertVariablesSelect:hover, .insertVariablesSelect:active, .insertVariablesSelect:focus, .insertVariablesSelect:visited, .insertVariablesSelect:checked
{
  color:gray;
  background-color: #f3f3f3;
}
.section_title h3:before {
  background-color: #000;
}
.section_title h3:after {
  background-color: #000;
}





#dicironico-entrada-wrap .modal-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: -10;
  opacity: 0; /* Inicialmente invisible */
  transition: background-color 0.5s, opacity 0.5s; /* Agregar transiciones */
}
#dicironico-entrada-wrap .modal-content {
  background-color: rgba(255, 255, 255, 0.9);
}
#dicironico-entrada-wrap .modal-content.active {
  z-index: 1000;
  /* background-color: rgba(0, 0, 0, 0.7); */
  opacity: 1;
}
#dicironico-entrada-wrap .dicironico-entrada-entrada {
  font-size: 150%;
  font-weight: 700;
  margin: 20px 0;
}

#dicironico-entrada-wrap .entrada-close-x:focus,
#dicironico-entrada-wrap .entrada-close-x:hover {
  text-decoration: none;
  cursor: pointer;
}
#dicironico-entrada-wrap .entrada-close-button {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 4px;
  cursor: pointer;
  width: fit-content;
  box-shadow: 1px 3px;
}
#dicironico-entrada-wrap .dialog-button-wrap {
  margin: 30px 0 60px 0;
  padding-top: 20px;
}
#dicironico-entrada-wrap .entrada-close-button:hover {
  box-shadow: 1px 2px;
}

#dicironico-entrada-wrap .entrada-close-x {
  font-size:300%;
  padding: 10px;
}
#dicironico-entrada-wrap  .la-entrada {
  max-width: 900px;
  margin:20px auto 0px;
  padding: 20px;
  background-color: #ffffff;

}
#dicironico-entrada-wrap  .dicironico-entrada-linkmas {
  padding-top: 20px;
}

.dicironico-definicion-convencional
{
  border-top: 1px solid #bb004d;
}
#dicironico-entrada-wrap .dicironico-entrada-entrada {
  color: #bb004d;
  border-bottom: 1px solid #bb004d;
}
#dicironico-entrada-wrap .entrada-close-x:focus,
#dicironico-entrada-wrap .entrada-close-x:hover {
  color: #000;
}
#dicironico-entrada-wrap .entrada-close-button {
  border: 2px solid #bb004d;
  color: #bb004d;
}
#dicironico-entrada-wrap .entrada-close-button:hover {
  background-color: #bb004d;
  color: #fff;
}
#dicironico-entrada-wrap .dialog-button-wrap {
  border-top: 1px solid #bb004d;
}
#dicironico-entrada-wrap .dicironico-entrada-linkmas {
  color: #bb004d;
}

.entradas-entrada
{
  border-bottom: 1px solid #bb004d;
  color: #bb004d;
  padding-bottom: 6px;
  font-size: 120%;
  font-weight: bold;
}
.entradas-ejemplos ul
{
  margin: 0;
}

.ejemplos-box {
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #bb004d0a;
}
.ejemplos-ejemplo
{
  padding: 10px 0;
}
.ejemplos-ejemplo:not(:first-child)
{
  border-top: 1px solid #bb004d1a;
}
h2.dicironico-definicion {
  font-size: inherit;
  font-weight: inherit;
}
.entradas-entrada-aviso
{
  /* width:50%; */
  /* margin-left: 50%; */
  font-size: 80%;
}


.entrada-link
{
  /* border-bottom: 1px dashed #bb004d; */
  /* color: #bb004d; */

  color: #bb004d;

  text-decoration:underline;
  text-decoration-style:dashed;
  text-decoration-thickness: 2px;
  text-decoration-color: #bb004d;
  text-underline-offset: 3px;

}
.termsfeed-com---palette-light .cc-nb-okagree {
  background-color: #fff !important;
  color: #2a8ba9 !important;
}
.termsfeed-com---nb .cc-nb-main-container {
  background-color: #2a8ba9 !important;
}
.termsfeed-com---palette-light .cc-nb-text,
.termsfeed-com---palette-light .cc-nb-text a,
.termsfeed-com---palette-light .cc-nb-title {
  color: #fff !important;
}
.termsfeed-com---palette-light .cc-cp-foot-save,
.termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked + label:before {
  background-color: #2a8ba9 !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select:focus {
  box-shadow: 0 0 0 2px #2a8ba9 !important;
}
.termsfeed-com---palette-light .cc-nb-changep {
  background-color: #2a8ba9 !important;
  color: #fff !important;
}
.foundations_unlogged {
  -webkit-animation: 3s fadein;
  -moz-animation: 3s fadein;
  -ms-animation: fadein 3s;
  -o-animation: 3s fadein;
  animation: 3s fadein;
}
@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

h2.texto-bajada
{
  font-size: 120%;
  font-weight: normal;
}
.ss-social-share-sum .sr-32px a:first-child
{
  width: 16px;
  padding-right: 10px;
}


.gradiente_sls {
  /* background: linear-gradient(#ffffffe0, #ffffff);  */
  background-color: #ffffff;
  box-shadow: 0 -10px 13px #ffffff;
  width: 100%;
  height: 50px;
  margin-top: -31px;
  z-index: 2;
  position: relative;
}














/* MENU */



.shoppingcart_badge sup{
  border: 1px solid #bb004d;
  position: relative;
  top: -5px;
  /* display: inline-block; */
  background-color: #ffffff;
  color: #bb004d;
  border-radius: 50%;
  padding: 1px 4px 1px 4px;
  text-align: center;
  font-size: 11px;
  width: 14px;
  height:14px;
}

.checkout_cart_item:not(:first-child)
{
  border-top: 1px solid #cecece;
  padding-top: 10px;
  margin-top: 10px;
}
.checkout_total, .checkout_total_final_total_final_wrap
{
  border-top: 1px solid #cecece;
  margin-top: 10px;
  padding-top: 5px;
}


/* ****** */
/* STRIPE */
/* ****** */
.checkout_cart_payment_card #payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

.checkout_cart_payment_card #payment-element {
  margin-bottom: 20px;
}

/* Buttons and links */
.checkout_cart_payment_card button {
  background: #bb004d;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.checkout_cart_payment_card button:hover {
  filter: contrast(115%);
}
.checkout_cart_payment_card button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.checkout_cart_payment_card .spinner,
.checkout_cart_payment_card .spinner:before,
.checkout_cart_payment_card .spinner:after {
  border-radius: 50%;
}
.checkout_cart_payment_card .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.checkout_cart_payment_card .spinner:before,
.checkout_cart_payment_card .spinner:after {
  position: absolute;
  content: "";
}
.checkout_cart_payment_card .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #bb004d;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: checkout_cart_payment_card_loading 2s infinite ease 1.5s;
  animation: checkout_cart_payment_card_loading 2s infinite ease 1.5s;
}
.checkout_cart_payment_card .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #bb004d;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: checkout_cart_payment_card_loading 2s infinite ease;
  animation: checkout_cart_payment_card_loading 2s infinite ease;
}

@-webkit-keyframes checkout_cart_payment_card_loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes checkout_cart_payment_card_loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  .checkout_cart_payment_card form {
    width: 80vw;
    min-width: initial;
  }
}


.boxes-home-featured-wrap { display: flex }
.home_unlogged_header
{
    /* height: calc(100vh - 144px); */
    margin: 0 200px;
    height: auto;
}
.home_unlogged_header-bg {
  position: absolute;
  /* background-color: #b4c7dc8a; */
  left: 0;
  top: 0px;
  right: 0px;
  width: 100%;
  z-index: -1;
  
  height: 100vh; 
}




.miscontenidos_row {
  row-gap: 10px;
}
@media (max-width: 600px) {
  .miscontenidos_row {
    display: block;
  }
  .miscontenidos_cell {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}


.banner0
{
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #bb004d;
  padding: 10px;

  width: 100%;
  margin: 10px 0px 10px 0px;
}
.banner1
{
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #bb004d;
  padding: 10px;

  float: left;
  width: 40%;
  margin: 5px 10px 5px 0px;
}
.banner2
{
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #bb004d;
  padding: 10px;

  float: right;
  width: 40%;
  margin: 5px 0px 5px 10px;
}
@media (max-width: 600px) {

  .banner0, .banner1, .banner2 {
    float:none;
    width: 100%;
    margin: 5px 0px;
  }
  
}
.articulo-blog div {
  margin-bottom:10px 
}

.maxw800 { 
  max-width: 800px;
}
.maxw50pc { 
  max-width: 50%;
}


.aff_menu_item {
  align-items: center;
  padding: 15px 15px 10px;
  border: 1px solid gray;
  display: grid;
  grid-template-columns: 80px auto;
}

.aff_menu_item a {
  text-decoration: none;
}

.aff_menu_item_active {
  border-color: #540d6e;
  border-width: 3px;
}

.aff_menu_item_active a {
  color: #540d6e;
  font-weight: 700;
}

@media (max-width: 600px) {
  .aff_menu_item {
    padding: 10px 15px 4px;
  }
}



/* JORNADA ELE */
.color_morado_a { color: #c37cc6; }
.color_verde_a { color: #D2D228; }
.backcolor_morado_a { background-color: #c37cc6; }
.negrita_jornada { font-weight: 600; }


