/*------------------------------------*\
	TIPOGRAFIAS
\*------------------------------------*/
@font-face {
  font-family: 'SourceSansPro';
  src: url("../fonts/Source/SourceSansPro-Regular.eot");
  src: url("../fonts/Source/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Source/SourceSansPro-Regular.woff") format("woff"), url("../fonts/Source/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/Source/SourceSansPro-Regular.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Light';
  src: url("../fonts/Source/SourceSansPro-Light.eot");
  src: url("../fonts/Source/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Source/SourceSansPro-Light.woff") format("woff"), url("../fonts/Source/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/Source/SourceSansPro-Light.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url("../fonts/Source/SourceSansPro-Bold.eot");
  src: url("../fonts/Source/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Source/SourceSansPro-Bold.woff") format("woff"), url("../fonts/Source/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/Source/SourceSansPro-Bold.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-BlackIt';
  src: url("../fonts/Source/SourceSansPro-BlackIt.eot");
  src: url("../fonts/Source/SourceSansPro-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/Source/SourceSansPro-BlackIt.woff") format("woff"), url("../fonts/Source/SourceSansPro-BlackIt.ttf") format("truetype"), url("../fonts/Source/SourceSansPro-BlackIt.svg#overlockbold") format("svg");
  font-weight: normal;
  font-style: normal;
}



/*------------------------------------*\
    ESTRUCTURA GENERAL
\*------------------------------------*/
html,
body {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;  
  background-color: #80378d;
}

body{
  font-family: "SourceSansPro-Light";
  color: #97359f;
  font-size: 13px;
  background: url(../images/Background-top.png) no-repeat, url(../images/Background-bottom.png) no-repeat, #FFF;
  background-size: 100% auto, 100% auto;
  background-position: center top, center bottom;
}
body.loading{
  display: none;
}
body.with-header {
  background-position: center 50px, center calc(100% + 30px);
}
body #wrapper {
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
    position: relative;
    width: 100%;
    height: 100%;
}
body #wrapper .main-content {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 70px 0 20px;
    z-index: 1;
}
body #wrapper .main-content .container{
  max-width: 330px;
}
body #wrapper .main-content.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 0;
}

.title {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.title h1 {
  display: inline-block;
  font-size: 35px;
  line-height: .7em;
  vertical-align: middle;
  margin: 0;
}
.title h1 span {
  display: block;
  font-size: 15px;
  margin-top: 8px;
}
.title .info {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
  width: 22px;
}

.checks {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.checks label {
  display: block;
  font-size: 18px;
  line-height: .7em;
  vertical-align: middle;
  margin: 0;
  min-height: 22px;
}
.checks .info {
  display: inline-block;
  width: 28px;
  vertical-align: middle;
}
.checks .info img{
  width: 100%;
}
.checks.hide{
  display: none;
}


.custom-checkbox {
  display: inline-block  !important;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin: 10px 0 10px 8px !important;
  font-size: 15px !important;
  line-height: 1.1em !important;
  font-weight: 600;
  padding: 6px 20px 6px 40px;
  text-align: center;
  border: 1px solid #97359f;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 10px;
  left: 8px;
  height: 25px;
  width: 25px;
  border: 1px solid #97359f;
  background-color: #FFF;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: #FFF;
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: #FFF;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom-checkbox .checkmark:after {
    left: 7px;
    top: -5px;
    width: 12px;
    height: 22px;
    border: solid #8bba11;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cta {
  position: relative;
  display: block;
  margin: 15px auto;
  font-size: 22px;
  line-height: 1.2;
  padding: 5px;
  width: 100%;
  max-width: 80%;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: rgba(151, 53, 159, 0.75);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease-out 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.cta:hover, .cta:focus, .cta:active {
  text-decoration: none;
  background-color: #97359f;
  border: none;
  outline: none;
}
.cta.small {
  display: inline-block;
  width: auto;
  padding: 5px 18px;
  font-size: 19px;
  margin: 5px;
  min-width: 50px;
  text-align: center;
}
.cta.small.active, .cta.small:hover, .cta.small:focus, .cta.small:active {
  text-decoration: none;
  background-color: #97359f;
  border: none;
  outline: none;
}
.cta.ficha-tecnica {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  max-width: 160px;
}
.cta.ficha-tecnica span {
  position: relative;
  display: inline-block;
}
.cta.ficha-tecnica span img {
  position: relative;
  display: inline-block;
  height: 15px;
  margin: -3px 5px 0 0;
}


.back-to-login a{
  display: block;
  color: #97359f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: -30px;
}



#loader,
#loader:before,
#loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#loader {
  display: none;
  color:rgba(151, 53, 159, 0.75);
  font-size: 6px;
  margin: -15px auto 35px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader:before,
#loader:after {
  content: '';
  position: absolute;
  top: 0;
}
#loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
#header {
  position: absolute;
  top:0;
  left:0;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #97359f;
  padding-top: 10px;
  z-index: 9
}
#header.hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-height: 768px) {
  #header {
    height: 55px;
  }
}
@media (min-height: 992px) {
  #header {
    height: 70px;
  }
}
#header #hamburger {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 21px;
  margin: 5px 2px;
  padding: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 999;
  border: none;
  background-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: ease-in-out 0.28s;
  -o-transition: ease-in-out 0.28s;
  -webkit-transition: ease-in-out 0.28s;
  transition: ease-in-out 0.28s;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (min-height: 768px) {
  #header #hamburger {
    margin: 8px 2px;
  }
}
@media (min-height: 992px) {
  #header #hamburger {
    margin: 12px 2px;
  }
}
#header #hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #FFFFFF;
  opacity: 1;
  left: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: ease-in-out 0.25s;
  -o-transition: ease-in-out 0.25s;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
}
#header #hamburger span:nth-child(1) {
  top: 0px;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
#header #hamburger span:nth-child(2) {
  top: 8px;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
#header #hamburger span:nth-child(3) {
  top: 16px;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
#header #hamburger:focus {
  outline: 0;
}
#header #hamburger.open {
  margin-left: 250px;
}
#header #hamburger.open span {
  background: #97359f;
}
#header #hamburger.open span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
#header #hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#header #hamburger.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 0px;
}
#header #logo {
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
}
@media (min-height: 768px) {
  #header #logo {
    width: 100px;
  }
}
@media (min-height: 992px) {
  #header #logo {
    width: 140px;
  }
}
#header #logo img {
  display: block;
  width: 100%;
}
#header #navbarCollapse {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  max-width: 100%;
  background-color: #FFFFFF;
  z-index: 99;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #97359f;
}
#header #navbarCollapse .menu-container {
  display: block;
  width: 300px;
  height: 100%;
  padding: 50px 0 0;
}
@media (min-height: 992px) {
  #header #navbarCollapse .menu-container {
    padding: 60px 0 0;
  }
}
#header #navbarCollapse .menu-container ul {
  position: relative;
  display: block;
  min-height: calc(100% - 30px);
}
#header #navbarCollapse .menu-container ul li {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #97359f;
}
#header #navbarCollapse .menu-container ul li:first-of-type {
  border-top: 1px solid #97359f;
}
#header #navbarCollapse .menu-container ul li:last-of-type {
  border-bottom: none;
}
#header #navbarCollapse .menu-container ul li a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #97359f;
  text-decoration: none;
}
#header #navbarCollapse .menu-container ul li a img {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
}

#header-layer {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
#footer .logo-rovi {
  position: relative;
  display: inline-block;
  width: 36px;
  margin-bottom: 25px;
}

/*------------------------------------*\
	POPUPS
\*------------------------------------*/
#popups {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 99999;
}
#popups #popup-layer {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
#popups .popup-container {
  position: absolute;
  display: none;
  width: 80%;
  height: auto;
  max-width: 768px;
  max-height: 75%;
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  -webkit-box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.2);
}
#popups .popup-container .popup-content {
  position: relative;
  text-align: center;
  display: block;
  margin: auto;
}
#popups .popup-container .popup-content h2 {
  font-size: 15px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "SourceSansPro-Bold";
}
@media (min-height: 768px) {
  #popups .popup-container .popup-content h2 {
    font-size: 20px;
  }
}
@media (min-height: 992px) {
  #popups .popup-container .popup-content h2 {
    font-size: 24px;
  }
}
#popups .popup-container .popup-content p, #popups .popup-container .popup-content ul, #popups .popup-container .popup-content ol {
  color: #555555;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
  font-size: 13px;
  /*text-align: justify;*/
}
#popups .popup-container .popup-content p a{
  color: #97359f;
}
@media (min-height: 768px) {
  #popups .popup-container .popup-content p, #popups .popup-container .popup-content ul, #popups .popup-container .popup-content ol {
    font-size: 15px;
  }
}
@media (min-height: 992px) {
  #popups .popup-container .popup-content p, #popups .popup-container .popup-content ul, #popups .popup-container .popup-content ol {
    font-size: 18px;
  }
}
#popups .popup-container .popup-content b, #popups .popup-container .popup-content stron {
  font-family: "SourceSansPro-Bold";
}
#popups .popup-container .popup-content .popup-text {
  position: relative;
  display: block;
  margin: auto;
  text-align: left;
  width: calc(100% + 15px);
  padding-right: 15px;
  height: 300px;
  overflow-y: auto;
}
#popups .popup-container .popup-content .popup-text::-webkit-scrollbar {
  width: 8px;
}
#popups .popup-container .popup-content .popup-text::-webkit-scrollbar-track {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e5e5e5;
}
#popups .popup-container .popup-content .popup-text::-webkit-scrollbar-thumb {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #bfbfbf;
}
#popups .arrow {
  position: relative;
}
#popups .arrow img {
  display: block;
  width: 20px;
  margin: 10px auto;
}
#popups .arrow.bottom-arrow img {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#popups .popup-close {
  position: absolute;
  display: block;
  cursor: pointer;
  text-align: center;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  color: #727272;
  background-color: #FFFFFF;
  width: 30px;
  height: 30px;
  font-size: 28px;
  line-height: 27px;
  vertical-align: middle;
  z-index: 3;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#popups .cta.small{
  padding: 3px 10px;
  font-size: 16px;
}


#popups .popup-checkbox {
  display: block;
  position: relative;
  padding-top: 5px;
  cursor: pointer;
  font-size: 14px;
  color: #555555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#popups .popup-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#popups .popup-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 18px;
  width: 18px;
  margin: auto;
  background-color: #eee;
}
#popups .popup-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#popups .popup-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
#popups .popup-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#popups .popup-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#popups .popup-checkbox .checkmark:after {
  left: 9px;
  top: 3px;
  width: 4px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.switch {
  font-size: 1rem;
  position: relative;
}
.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}
.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  height: calc(2.375rem * .8);
  line-height: calc(2.375rem * .8);
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin: 0;
  user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}
.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}
.switch input + label::before {
  right: 0;
  background-color: #e5e5e5;
  border-radius: calc(2.375rem * .8);
  transition: 0.2s all;
}
.switch input + label::after {
  top: 0px;
  left: 0px;
  width: calc(calc(2.375rem * .8) - calc(0px * 2));
  height: calc(calc(2.375rem * .8) - calc(0px * 2));
  border-radius: 50%;
  background-color: #97359f;
  transition: 0.2s all;
}
.switch input:checked + label::before {
  background-color: #c1f853;
}
.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}
.switch input:focus + label::before {
  outline: none;
  /*box-shadow: $switch-focus-box-shadow;*/
}
.switch input:disabled + label {
  color: #97359f;
  cursor: not-allowed;
}
.switch input:disabled + label::before {
  background-color: #97359f;
}
.switch.switch-sm {
  font-size: 0.875rem;
}
.switch.switch-sm input + label {
  min-width: calc(calc(1.3rem * .8) * 2);
  height: calc(1.3rem * .8);
  line-height: calc(1.3rem * .8);
  text-indent: calc(calc(calc(1.3rem * .8) * 2) + .5rem);
}
.switch.switch-sm input + label::before {
  width: calc(calc(1.3rem * .8) * 2);
}
.switch.switch-sm input + label::after {
  width: calc(calc(1.3rem * .8) - calc(0px * 2));
  height: calc(calc(1.3rem * .8) - calc(0px * 2));
}
.switch.switch-sm input:checked + label::after {
  margin-left: calc(1.3rem * .8);
}
.switch.switch-lg {
  font-size: 1.25rem;
}
.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  height: calc(3rem * .8);
  line-height: calc(3rem * .8);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}
.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}
.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(0px * 2));
  height: calc(calc(3rem * .8) - calc(0px * 2));
}
.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}
.switch + .switch {
  margin-left: 1rem;
}

/*------------------------------------*\
    INTRO
\*------------------------------------*/
#page-intro{
  background-color: #80378d;
}
#page-intro #intro {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 768px;
  margin: auto;
  z-index: 9999999999;
}
#page-intro #intro img{
  width: 150px;
}

/*------------------------------------*\
    LOGIN
\*------------------------------------*/
#page-login {
  top: 0px !important;
  padding-top: 40px !important;
  height: 568px !important;
}
#page-login .logo-hibor {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 100px;
}
#page-login #frm-login {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
#page-login #frm-login .login-data {
  position: relative;
}
#page-login #frm-login .login-data label {
  font-size: 14px;
  line-height: 1.2em;
  color: #444;
  text-align: justify;
}
#page-login #frm-login .login-data label.error{
  color: red;
}
#page-login #frm-login .login-data label a{
  color: #444;
  text-decoration: underline;
}
#page-login #frm-login .login-data input {
  position: relative;
  display: block;
  width: 100%;
  font-size: 22px;
  color: #97359f;
  margin: 0 0 15px;
  padding: 4px 15px;
  text-decoration: none;
  border: none;
  outline: none;
  background-color: #e5e5e5;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease-out 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#page-login #frm-login .login-data input:hover, #page-login #frm-login .login-data input:focus, #page-login #frm-login .login-data input:active {
  text-decoration: none;
  border: none;
  outline: none;
}
#page-login .privacy{
  display: block;
  margin: 5px 0 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #444;
}
#page-login .legal{
  position: relative;
  display: block;
  background-color: #FFF;
  padding: 15px 25px;
  margin: 0 -15px;
  height: 24vh;
  overflow-y: auto;
  -webkit-box-shadow: inset 0px 0px 10px 2px #CCCCCC; 
  box-shadow: inset 0px 0px 10px 2px #CCCCCC;
  z-index: 9;
}
#page-login .legal p{
  color: #444;
  font-size: 14px;
  text-align: left;
}
#page-login .legal p a{
  font-style: italic;
  font-weight: bold;
  color: #444;
  text-decoration: underline;
}
#page-login .login-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 3px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#page-login .login-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#page-login .login-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
#page-login .login-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}
#page-login .login-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}
#page-login .login-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#page-login .login-checkbox input:checked ~ .checkmark:after {
  display: block;
}
#page-login .login-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#page-login #frm-login #submit-frm {
  font-size: 28px;
}
#page-login p {
  font-size: 11px;
  line-height: 1.2em;
  text-align: justify;
}
#page-login .logo-rovi {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  display: block;
  width: 36px;
  margin: auto;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
#page-home {
  position: relative;
  padding: 130px 0 15px !important;
}
#page-home #home-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  height: 300px;
}
#page-home #home-menu .cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 40px auto;
  min-height: 60px;
}
#page-home .logo-rovi {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  display: block;
  width: 36px;
  margin: auto;
}
#page-home .cta{
  bottom: 70px;
}

/*------------------------------------*\
    PROFILAXIS
\*------------------------------------*/
.page-profilaxis .box-profilaxis-title {
  display: block;
  max-width: 250px;
  margin: 25px auto 15px;
  min-height: 40px;
  padding: 8px 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #97359f;
}
.page-profilaxis .box-profilaxis-title h4 {
  font-size: 20px;
  display: inline-block;
  margin: 0;
  font-family: "SourceSansPro-BlackIt";
  vertical-align: middle;
}
.page-profilaxis .box-profilaxis-title .info {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-left: 10px;
}
.page-profilaxis .box-profilaxis-desc img {
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 5px auto;
}
.page-profilaxis .box-profilaxis-desc p {
  font-size: 13px;
  margin: 0;
}

#desc-quirurgico{
  display: none;
  margin: -15px 0;
}
#checks-quirurgico {
  margin: 0 -40px 10px;
}
#checks-quirurgico .cta{
  padding: 5px 10px;
  font-size: 16px;
}

.leyenda{
  position: absolute;
  bottom: 3px;
  left: 3px;
  font-size: 11px;
  line-height: 1.2;;
  font-weight: 600;
  color: #222;
  text-align: left;
  z-index: 0
}
.leyenda span{
  display: block;
}

/*------------------------------------*\
    TRATAMIENTO
\*------------------------------------*/
#page-tratamiento h4 {
  font-size: 18px;
  margin: 0;
}
#page-tratamiento #chart-box {
  position: relative;
  display: block;
  margin: -15px auto 0;
  width: 290px;
  height: 127px;
  overflow: hidden;
  z-index: 1;
}
#page-tratamiento #chart-box #chart {
  position: absolute;
  top: 10px;
  left: -2px;
  display: block;
  width: 294px !important;
  height: 128px !important;
  margin: auto;
  z-index: 1;
}
#page-tratamiento #chart-box::after {
  content: '';
  position: absolute;
  top: 23px;
  left: 51px;
  right: 0;
  display: block;
  width: 188px;
  height: 188px;
  border: 35px solid #97359f;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  z-index: 0;
}
#page-tratamiento #slider-container {
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
#page-tratamiento #slider-container label {
  display: block;
  font-family: "SourceSansPro-BlackIt";
  font-size: 50px;
  margin: -75px 0 -17px;
}
#page-tratamiento #slider-container button {
  display: inline-block;
  background: none;
  border: none;
  color: #97359f;
  width: 25px;
  font-size: 45px;
  line-height: 0.8em;
  padding: 0;
  margin: 0;
  margin-top: -2px;
  font-family: "SourceSansPro-Bold";
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento #slider-container button#decrease {
  margin-top: -8px;
}
#page-tratamiento #slider-container button:focus, #page-tratamiento #slider-container button:active {
  border: none;
  outline: none;
}
#page-tratamiento #slider-container input[type=range] {
  display: inline-block;
  width: 190px;
  height: 5px;
  margin: 0 2px;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#page-tratamiento #slider-container input[type=range]:focus {
  outline: none;
}
#page-tratamiento #slider-container input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ababab;
}
#page-tratamiento #slider-container input[type=range]:focus::-ms-fill-lower {
  background: #ababab;
}
#page-tratamiento #slider-container input[type=range]:focus::-ms-fill-upper {
  background: #ababab;
}
#page-tratamiento #slider-container input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: #ababab;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento #slider-container input[type=range]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  cursor: pointer;
  border: 10px hidden rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  background-color: #97359f;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#page-tratamiento #slider-container input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background-color: #ababab;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento #slider-container input[type=range]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  cursor: pointer;
  border: 10px hidden rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  background-color: #97359f;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento #slider-container input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
#page-tratamiento #slider-container input[type=range]::-ms-fill-lower {
  background-color: #97359f;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento #slider-container input[type=range]::-ms-fill-upper {
  background-color: #97359f;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento #slider-container input[type=range]::-ms-thumb {
  height: 25px;
  width: 25px;
  cursor: pointer;
  border: 10px hidden rgba(0, 0, 0, 0.3);
  margin-top: -10px;
  background-color: #97359f;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 0px 0px #000000;
  -webkit-box-shadow: 0px 0px 0px #000000;
  box-shadow: 0px 0px 0px #000000;
}
#page-tratamiento .checks {
  margin-bottom: 10px;
}
#page-tratamiento #box-tratamiento-title {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  min-height: 40px;
  padding: 8px 0;
  margin-bottom: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #97359f;
}
#page-tratamiento #box-tratamiento-title h4 {
  font-size: 18px;
  display: inline-block;
  margin: 0;
  font-family: "SourceSansPro-BlackIt";
  vertical-align: middle;
}
#page-tratamiento #box-tratamiento-title .info {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-left: 10px;
}
#page-tratamiento #box-tratamiento-desc img {
  display: block;
  max-width: 230px;
  width: 100%;
  margin: 5px auto;
}
#page-tratamiento #box-tratamiento-desc p {
  font-size: 13px;
  margin: 0;
}

/*------------------------------------*\
    FICHA TÉCNICA
\*------------------------------------*/

.page-ficha-tecnica{
  position: relative;
  display: block;
  margin: -20px -40px;
  width: calc(100% + 75px);
  height: calc(100% + 40px);
  overflow-y: auto;
  
}
.page-ficha-tecnica img{
  width: 100%;
  height: auto;
}

/*------------------------------------*\
    TEXTOS LEGALES
\*------------------------------------*/

.textos-legales{
  position: relative;
  display: block;
  margin: 42px auto;
  text-align: left;
  width: calc(100% + 15px);
  padding-right: 15px;
  height: 67vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.textos-legales h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
}
.textos-legales h3{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.textos-legales p{
  margin-bottom: 6px;
}
.textos-legales a{
  word-break: break-word;
}
.textos-legales table{
  margin: 10px 0;
}
.textos-legales table th,
.textos-legales table td{
  padding: 3px;
  font-size: 12px;
}
.textos-legales::-webkit-scrollbar {
  width: 8px;
}
.textos-legales::-webkit-scrollbar-track {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #e5e5e5;
}
.textos-legales::-webkit-scrollbar-thumb {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #bfbfbf;
}


/*------------------------------------*\
    COOKIES
\*------------------------------------*/


.MtdeRgpd-table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.MtdeRgpd-table-container .tablasMtdeRgpd {
    min-width: 600px;
}

#cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  background-color: rgba(151, 53, 159, 0.9);
}
#cookie-notice, #cookie-notice * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
#cookie-notice.cn-animated {
  -webkit-animation-duration: .5s !important;
  animation-duration: .5s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
#cookie-notice.cn-animated.cn-effect-none {
  -webkit-animation-duration: 1ms !important;
  animation-duration: 1ms !important
}
#cookie-notice .cookie-notice-container {
  display: block
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none
}
#cookie-notice .cookie-revoke-container {
  display: block
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
  display: none
}
.cn-position-top {
  top: 0
}
.cn-position-bottom {
  bottom: 0
}
.cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2
}
.cookie-revoke-container {
  padding: 15px 30px;
  width: 100%;
  z-index: 1
}
.cookie-notice-container #cn-notice-text a{
  color: #fff;
  text-decoration: underline;
}
.cn-close-icon {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 1;
  padding: 10px;
  outline: 0
}
.cn-close-icon:after, .cn-close-icon:before {
  position: absolute;
  content: ' ';
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff
}
.cn-close-icon:before {
  transform: rotate(45deg)
}
.cn-close-icon:after {
  transform: rotate(-45deg)
}
#cookie-notice .cn-revoke-cookie {
  margin: 0
}
#cookie-notice .cn-button {
  margin: 0 0 0 10px;
  background-color: #FFF;
  color: #97359f;
  border: none
}
.cn-button {
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .25px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.cn-button:hover {
  box-shadow: inset 0 0 0 99999px rgba(0, 0, 0, .05);
  text-decoration: none
}
.cn-button.bootstrap, .cn-button.wp-default {
  text-decoration: none;
  padding: 8.5px 10px;
  line-height: 1
}
.cn-button.wp-default {
  color: #fff;
  background: #fbb03b
}
.cn-button.bootstrap {
  color: #fff;
  background: #00a99d
}
.cn-text-container {
  color: #FFF;
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.4em;
}
.cn-buttons-container, .cn-text-container {
  display: inline-block
}
#cookie-notice.cookie-notice-visible.cn-effect-none, #cookie-notice.cookie-revoke-visible.cn-effect-none {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
#cookie-notice.cn-effect-none {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
#cookie-notice.cn-effect-fade {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
#cookie-notice.cookie-notice-visible.cn-effect-slide, #cookie-notice.cookie-revoke-visible.cn-effect-slide {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
#cookie-notice.cn-effect-slide {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide, #cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}
#cookie-notice.cn-position-top.cn-effect-slide {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}
@media all and (max-width:900px) {
  .cookie-notice-container #cn-notice-text {
    display: block
  }
  .cookie-notice-container #cn-notice-buttons {
    display: block
  }
  #cookie-notice .cn-button {
    margin: 0 5px 5px 5px
  }
}
@media all and (max-width:480px) {
  .cookie-notice-container, .cookie-revoke-container {
    padding: 15px 20px
  }
}