@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=auto");
@font-face {
  font-family: "Solve Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/typo/solve/Solve-Pro-Regular.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: italic;
  font-weight: 400;
  src: url("/typo/solve/Solve-Pro-Regular-Italic.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Regular-Italic.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: normal;
  font-weight: 100 399;
  src: url("/typo/solve/Solve-Pro-Light.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Light.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: italic;
  font-weight: 100 399;
  src: url("/typo/solve/Solve-Pro-Light-Italic.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Light-Italic.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: normal;
  font-weight: 500 699;
  src: url("/typo/solve/Solve-Pro-Medium.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Medium.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: italic;
  font-weight: 500 699;
  src: url("/typo/solve/Solve-Pro-Medium-Italic.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Medium-Italic.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/typo/solve/Solve-Pro-Bold.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: italic;
  font-weight: 700;
  src: url("/typo/solve/Solve-Pro-Bold-Italic.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Bold-Italic.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: normal;
  font-weight: 800 900;
  src: url("/typo/solve/Solve-Pro-Extrabold.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Extrabold.woff") format("woff");
}
@font-face {
  font-family: "Solve Pro";
  font-style: italic;
  font-weight: 800 900;
  src: url("/typo/solve/Solve-Pro-Extrabold-Italic.woff2") format("woff2"), url("/typo/solve/Solve-Pro-Extrabold-Italic.woff") format("woff");
}
#yii-debug-toolbar {
  display: none !important;
}

.text-tertiary {
  color: #05dd4d;
}

.text-quaternary {
  color: #bffde3;
}

.text-gray {
  color: gray;
}

.shadowed {
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.25);
}

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.line-height-n {
  line-height: 1 !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

strong, b {
  font-weight: 700;
}

.secondary-font {
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tertiary-font {
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
  h3,
  .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  h4,
  .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
  .display-5 {
    font-size: calc(1.375rem + 1.5vw);
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.load-hidden {
  visibility: hidden;
}

@-webkit-keyframes wait {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes wait {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[v-cloak] {
  display: none;
}

html, body {
  height: 100%;
  position: relative;
  scroll-behavior: smooth;
  scroll-padding-top: calc(5rem + 1px);
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  html, body {
    scroll-padding-top: calc(4rem + 1px);
  }
}

body {
  background-color: #fff;
}
body.home {
  background: url("https://3m-proyectos.s3.us-west-2.amazonaws.com/soluciones-medicas/img/mg-background-msd-home.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
body.home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
body .stars-01:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("/img/stars-01.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 992px) {
  body .stars-01:before {
    background-size: 150%;
  }
}
@media screen and (max-width: 580px) {
  body .stars-01:before {
    background-size: 200%;
    background-position: top right;
  }
}
@-webkit-keyframes stars {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes stars {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body .stars-01 {
  -webkit-animation: stars 2s infinite;
          animation: stars 2s infinite;
}

section {
  position: relative;
  padding: 3rem 0;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  section {
    padding: 2rem 0rem;
  }
}

main {
  overflow: hidden;
  min-height: 100vh;
  display: block;
  position: relative;
}
@media screen and (min-width: 581px) and (max-width: 768px) {
  main {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 580px) {
  main {
    padding-bottom: 15rem;
  }
}

footer {
  padding: 2rem 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: #01332b;
  border-top: solid 1px #0a7b6b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1rem;
}
footer a {
  color: #05dd4d;
  text-decoration: underline;
}
footer a:hover {
  color: #bffde3;
  text-decoration: none;
}

.footer-top {
  left: 0;
  pointer-events: none;
  z-index: 1;
  position: absolute;
}

#aviso-privacidad p, #aviso-privacidad li, #terminos-condiciones p, #terminos-condiciones li {
  font-size: 0.8125rem;
}
#aviso-privacidad ol, #aviso-privacidad ul, #terminos-condiciones ol, #terminos-condiciones ul {
  padding-left: 2rem;
}
#aviso-privacidad li, #terminos-condiciones li {
  margin-bottom: 0.25rem;
}

.bg-colored {
  background-color: #01332b;
}

hr {
  border-top: 2px solid #05dd4d;
}

.bordered {
  border: 1px solid #0a7b6b;
}

#custom-nav {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: #fff;
  border-bottom: solid 1px #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#custom-nav .idiomas .esMX, #custom-nav .idiomas .ptBR {
  width: 1.25rem;
  line-height: 1rem;
}
#custom-nav .idiomas img {
  border-width: 2px !important;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#custom-nav ul {
  background: none;
}
#custom-nav ul > li {
  display: inline-block;
}
#custom-nav ul > li > a {
  color: #0a7b6b;
  text-align: center;
  text-shadow: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  background: none;
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  padding: 0 1.25rem;
  line-height: 5rem;
}
#custom-nav ul > li > a:hover {
  color: #01332b;
  text-decoration: underline;
}
#custom-nav ul > li > a.dropdown-item {
  padding: 0 1.25rem;
  line-height: 2.5rem;
  position: relative;
  color: #666666;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#custom-nav ul > li > a.dropdown-item:hover {
  color: #fff;
  background-color: #0a7b6b;
}
#custom-nav ul > li > a.dropdown-item.sub:hover {
  color: #666666;
  background-color: #e6e6e6;
}
#custom-nav ul > li > a.dropdown-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: white;
}
@media screen and (max-width: 992px) {
  #custom-nav ul > li > a.dropdown-item.active:before {
    background: transparent;
  }
}
@media screen and (max-width: 992px) {
  #custom-nav ul > li > a {
    line-height: 2rem;
  }
}
#custom-nav .navbar {
  background: transparent;
  padding: 0;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#custom-nav .navbar-toggler-icon {
  background: none;
  height: auto;
}
#custom-nav .navbar-toggler-icon i {
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  #custom-nav .navbar-toggler-icon i {
    font-size: 2rem;
  }
}
#custom-nav .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.8);
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
#custom-nav .navbar-toggler i {
  color: #01332b;
}
@media screen and (min-width: 992px) {
  #custom-nav .dropdown > .dropdown-menu:before {
    content: none;
  }
}
#custom-nav .dropdown .dropdown-item.sub {
  position: relative;
  padding-left: 2.5rem;
}
#custom-nav .dropdown .dropdown-item.sub:before {
  content: "\f053";
  font-family: "Font Awesome 6 Pro";
  color: #cccccc;
  display: block;
  position: absolute;
  line-height: 2.5rem;
  width: 2.5rem;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0.85em;
}
@media screen and (max-width: 992px) {
  #custom-nav .dropdown .dropdown-item.sub {
    padding-right: 2.5rem;
  }
  #custom-nav .dropdown .dropdown-item.sub:before {
    content: "\f078";
    left: inherit;
    right: 0;
  }
}
#custom-nav .dropdown .dropdown-item.sub .sub-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#custom-nav .dropdown .nav-link.sub,
#custom-nav .dropdown .dropdown-item.sub {
  position: relative;
}
@media screen and (max-width: 992px) {
  #custom-nav .dropdown .nav-link.sub .sub-icon,
  #custom-nav .dropdown .dropdown-item.sub .sub-icon {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
}
#custom-nav .dropdown-menu {
  background: #fff;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #custom-nav .dropdown-menu:before {
    content: "";
    position: absolute;
    top: calc((2.5rem - 11px) / 2);
    right: -6px;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background-color: #0a7b6b;
    z-index: 99999;
  }
}
#custom-nav .dropdown-menu li {
  width: 100%;
  position: relative;
  /*@include large {
  	&:focus, &:active {
  		> .dropdown-submenu {
  			display: block;
  		}
  	}
  }*/
}
#custom-nav .dropdown-menu li:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#custom-nav .dropdown-menu li a {
  text-align: left;
  position: relative;
}
#custom-nav .dropdown-menu li a:hover {
  color: #fff;
  background-color: #0c9380;
}
#custom-nav .dropdown-menu li a[href="#"] {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  #custom-nav .dropdown-menu li:hover > .dropdown-submenu {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #custom-nav .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
  }
  #custom-nav .dropdown-menu .dropdown-submenu.left {
    right: 100%;
    left: auto;
  }
}
@media screen and (max-width: 992px) {
  #custom-nav .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #custom-nav .dropdown-menu:not(.dropdown-submenu) {
    border: none;
  }
  #custom-nav .dropdown-menu.dropmenus > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #999999;
  }
  #custom-nav .dropdown-menu.dropmenus > li:not(:last-of-type) {
    border-bottom: none;
  }
  #custom-nav .dropdown-menu.dropdown-submenu {
    border: none;
    border-top: solid 4px rgba(0, 0, 0, 0.1);
  }
  #custom-nav .dropdown-menu .submenu {
    border-top: solid 3px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.15);
  }
  #custom-nav .dropdown-menu .dropdown-item {
    text-align: center;
  }
  #custom-nav .dropdown-menu .dropdown-menu {
    padding: 0;
  }
  #custom-nav .dropdown-menu a {
    color: #0a7b6b;
  }
  #custom-nav .dropdown-menu a:hover {
    color: #01332b;
  }
}
#custom-nav .nav-link {
  position: relative;
  z-index: 10;
}
#custom-nav .nav-link.active:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #05dd4d;
}
@media screen and (max-width: 992px) {
  #custom-nav .nav-link.active:before {
    width: 3px;
    height: 100%;
    background: transparent;
  }
}
#custom-nav .btn {
  font-size: 0.7rem;
  -webkit-transform: translateY(0.25rem);
          transform: translateY(0.25rem);
}
#custom-nav .logo-main img {
  margin-top: 0;
  height: 3rem;
}
@media screen and (max-width: 992px) {
  #custom-nav ul {
    padding: 2rem 0;
  }
  #custom-nav ul li a {
    text-align: center;
    line-height: auto;
    margin-bottom: 0;
  }
  #custom-nav .logo-main img {
    height: 2rem;
  }
}

#custom-nav.navscrolled {
  padding: 0;
  opacity: 1;
}
#custom-nav.navscrolled .navbar {
  padding: 0;
}
@media screen and (min-width: 581px) and (max-width: 768px) {
  #custom-nav.navscrolled .navbar-toggler {
    top: 1.25rem;
  }
}
@media screen and (max-width: 580px) {
  #custom-nav.navscrolled #custom-nav ul {
    padding-top: 1rem;
  }
  #custom-nav.navscrolled #custom-nav ul li a {
    text-align: left;
    margin-bottom: 1rem;
    line-height: auto;
    padding: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    right: calc(100% - 1px);
    top: -1px;
  }
}
@media screen and (min-width: 992px) and (max-width: 992px) {
  .nav-item .submenu {
    background-color: rgba(0, 0, 0, 0.15);
  }
}
.menu-tree .product-link {
  color: #0a7b6b;
  font-weight: 600;
}
.menu-tree .product-link .el-icon {
  pointer-events: none;
}
.menu-tree .disabled-link {
  color: rgba(10, 123, 107, 0.35);
  font-weight: 600;
}
.menu-tree .disabled-link .el-tree-node__content {
  pointer-events: none;
  cursor: not-allowed !important;
}
.menu-tree .disabled-link .el-tree-node__content .el-icon {
  position: relative;
  font-style: normal;
}
.menu-tree .disabled-link .el-tree-node__content .el-icon:before {
  content: "\f05e";
  font-family: "Font Awesome 6 Free";
  font-size: 1em;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: rgba(10, 123, 107, 0.35);
}
.menu-tree .el-icon {
  cursor: default;
}
.menu-tree :not(.product-link) > .el-tree-node__content {
  cursor: default;
}

.sub-nav.nav-pills {
  gap: 0.5rem;
}
.sub-nav.nav-pills .nav-item:first-of-type {
  margin-left: 0;
}
.sub-nav.nav-pills .nav-item:last-of-type {
  margin-right: 0;
}
.sub-nav.nav-pills .nav-item .nav-link {
  color: #01332b;
  border-radius: 50rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #05dd4d;
  font-weight: 700;
  font-size: 0.875rem;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.sub-nav.nav-pills .nav-item .nav-link:hover {
  background-color: #bffde3;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

::-moz-selection {
  background: #027664;
  color: #fff;
}

::selection {
  background: #027664;
  color: #fff;
}

::-moz-selection {
  background: #027664;
  color: #fff;
}

a {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  color: #05dd4d;
}
a:hover {
  text-decoration: none;
  color: #34fa76;
}

h1, h2, h3, h4, h5, h6 {
  color: #0a7b6b;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  font-weight: 400;
  display: block;
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.display-1, .display-2, .display-3, .display-4 {
  font-weight: 400;
}

b, strong {
  font-weight: 700;
}

td {
  font-size: 0.875rem;
}

i {
  font-family: "Font Awesome";
}

.font-ultra {
  font-weight: 900;
}

.font-light {
  font-weight: 300;
}

.main-font {
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.secondary-font {
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.text-white {
  color: #fff !important;
}

.btn {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  border-radius: 0.25rem;
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0a7b6b;
  font-size: 0.875rem;
  padding: 0.75rem 2rem;
  border-radius: 50rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn b, .btn strong {
  font-weight: 500;
}
.btn.btn-white {
  color: #01332b !important;
  background-color: #fff !important;
  border-color: #fff !important;
  border: none;
}
.btn.btn-white:hover {
  color: #01332b !important;
  background-color: #05dd4d !important;
  border-color: #05dd4d !important;
  border: none;
}
.btn.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border: none;
}
.btn.btn-black:hover {
  color: #fff;
  background-color: #1a1a1a !important;
  border-color: #000;
  border: none;
}
.btn.btn-colored {
  color: #fff;
  background-color: #000;
  background: -webkit-gradient(linear, left top, right top, from(#bffde3), color-stop(#01332b), to(#05dd4d));
  background: linear-gradient(to right, #bffde3, #01332b, #05dd4d);
  border: none;
}
.btn.btn-colored:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#026555), to(#0eaa94));
  background: linear-gradient(to right, #026555 0%, #0eaa94 100%);
}
.btn.btn-tertiary {
  color: #01332b;
  background-color: #05dd4d;
  border: none;
  -webkit-transform: 0.3s ease-in-out all;
          transform: 0.3s ease-in-out all;
}
.btn.btn-tertiary:hover {
  color: #01332b;
  background-color: #bffde3;
}

.btn-group .btn:not(:first-of-type) {
  margin-left: -1px;
}

.btn-sm {
  padding: 0.25rem 1rem !important;
  font-size: 0.7rem !important;
}

.btn-lg {
  padding: 0.75rem 2.25rem;
  font-size: 1.25rem !important;
}

.btn-primary {
  color: #fff !important;
  background: #0a7b6b !important;
  border: none;
}
.btn-primary:hover {
  color: #fff !important;
  background: #0eaa94 !important;
}

.btn-outline-primary {
  padding: 0.375rem 1.1rem;
  border: 2px solid #0a7b6b;
}
.btn-outline-primary:hover {
  border: 2px solid #0a7b6b;
}

.btn-secondary {
  color: #fff !important;
  background: #01332b !important;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  border: none;
}
.btn-secondary:hover {
  color: #fff !important;
  background: #026555 !important;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

.btn-outline-secondary {
  color: #01332b !important;
  padding: 0.375rem 1.1rem;
  border: 2px solid #01332b;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  border: 2px solid #01332b;
}

.btn-light {
  background: #fff !important;
  color: #000;
  border: none;
}
.btn-light:hover {
  background: #000 !important;
  color: #fff;
}

.btn-outline-light {
  color: #fff !important;
  padding: 0.375rem 1.1rem;
  border: 1px solid #fff;
}
.btn-outline-light:hover {
  color: #010101 !important;
  background-color: #fff;
}

.btn-dark {
  background: #000 !important;
  color: #fff;
  border: none;
}
.btn-dark:hover {
  background: #4d4d4d;
}

.btn-success, .btn-danger {
  color: #fff !important;
  border: none;
}
.btn-success:hover, .btn-danger:hover {
  color: #fff;
}

.modal {
  overflow: visible !important;
}
.modal .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 75vh;
}
.modal .modal-content {
  position: relative;
  overflow: hidden;
  z-index: 1100 !important;
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.25);
}
.modal .modal-content.bg-transparent {
  background: transparent !important;
}
.modal .modal-content .modal-body {
  z-index: 1;
}
.modal .modal-content .modal-header {
  z-index: 1;
  background-color: #01332b;
  border-radius: 0;
  border: none;
}
.modal .modal-content .modal-header .modal-title {
  text-transform: initial;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
}
.modal .modal-content .modal-footer {
  border-radius: 0;
  background-color: #01332b;
  border: none;
}
.modal .modal-content button.close {
  color: #05dd4d;
  opacity: 1;
  text-shadow: none;
}
.modal .modal-content button.close:hover {
  color: #bffde3;
  text-decoration: none;
}

.modal-backdrop {
  z-index: 1040 !important;
}

label {
  color: #666666;
  font-size: 0.75rem;
  margin-bottom: 0;
}

label a {
  text-decoration: underline;
}

.form-vars, .custom-file-label, .custom-file, select.custom-select, [type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus, option:focus, select:focus, .form-control:focus, input [type=text],
[type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, option, select, .form-control {
  letter-spacing: 0.5px;
  font-size: 0.875rem;
  border-radius: 50rem;
  border: 1px solid #cccccc;
  text-shadow: none;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control {
  height: auto;
}

input [type=text],
[type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea, option, select, .form-control {
  color: #01332b;
  background: rgba(255, 255, 255, 0.95);
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus, option:focus, select:focus, .form-control:focus {
  color: #0a7b6b;
  border: 1px solid #01332b;
}

select.custom-select {
  padding-left: 0.25rem;
}
select option {
  font-family: "Solve Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #fff;
  font-style: normal !important;
  color: #000 !important;
}

.custom-file {
  border: none;
  padding-left: 0.5rem;
  border: 2px solid #0a7b6b;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0 0.5em 0.5em 0;
}
.custom-file::after {
  border-radius: 0;
}

.custom-file-label {
  border-radius: 0 0.5em 0.5em 0;
  padding: 0.75rem 1rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  padding: 0.75rem 1rem;
  line-height: 1.7;
  color: #fff;
  content: "Buscar";
  background-color: #0a7b6b;
  border-left: inherit;
  border-radius: 0 0.5em 0.5em 0;
}

.custom-file-label {
  border: none;
}

#registro input::-webkit-input-placeholder {
  color: gray;
}

#registro input::-moz-placeholder {
  color: gray;
}

#registro input:-ms-input-placeholder {
  color: gray;
}

#registro input::-ms-input-placeholder {
  color: gray;
}

#registro input::placeholder {
  color: gray;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-control:valid, .form-control.is-valid {
  background-image: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.help-block {
  color: #DC3545 !important;
}

.has-error input, .has-error select.custom-select {
  border-color: #DC3545 !important;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.fixed-index-footer {
  z-index: 998;
  margin-bottom: -25vh;
}
@media screen and (max-width: 580px) {
  .fixed-index-footer {
    margin-bottom: -5vh;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .fixed-index-footer {
    margin-bottom: -15vh;
  }
}

.border-colored {
  background-color: #fff;
  border: 1px solid #0a7b6b;
  overflow: hidden;
  border-radius: 0.5rem;
}

.hover {
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.hover:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.hover.shadowed:hover {
  -webkit-box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 35px 50px rgba(0, 0, 0, 0.25);
}

.myProgress {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #ddd;
}

.myBar {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #ff0020;
}

.subtitle {
  background-color: #01332b;
}

.title-section {
  background-color: #fff;
}

.logo-ceti {
  height: 30vh;
}
@media screen and (max-width: 992px) {
  .logo-ceti {
    max-height: 300px;
  }
}

.logo-geip {
  height: 30vh;
}
@media screen and (max-width: 992px) {
  .logo-geip {
    max-height: 300px;
  }
}
@media screen and (max-width: 580px) {
  .logo-geip {
    max-height: 150px;
  }
}

#registro {
  position: relative;
  z-index: 6;
}
#registro .fecha {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #0a7b6b;
  font-weight: 700;
}
#registro #sidebar-registro .logo-atd {
  margin-bottom: 1rem;
}
#registro #sidebar-registro p {
  line-height: 1.25;
  color: #fff;
}
#registro #sidebar-registro p strong {
  display: block;
}
@media screen and (max-width: 580px) {
  #registro {
    padding-bottom: 3rem;
  }
  #registro #sidebar-registro .logo-atd {
    width: 10rem;
    margin-bottom: 1rem;
  }
}

#login-dialog {
  background: #e6e6e6;
  padding: 2rem;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
#login-dialog ol {
  padding-left: 1rem;
}
#login-dialog ol li {
  font-size: 0.875rem;
}
#login-dialog hr {
  margin: 0 auto 1rem;
  border-bottom: 2px solid #01332b;
}

body.navmenu main section:not(:last-of-type):not(:first-of-type) {
  padding-bottom: 0;
}

.producto-id section:not(:last-of-type):not(:first-of-type) {
  padding-bottom: 0;
}
.producto-id section:not(:last-of-type):not(:first-of-type) .row:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #05dd4d;
  margin-top: 3rem;
}
.producto-id section:not(:last-of-type):not(:first-of-type) .row .row:after {
  content: none;
}
.producto-id .divider {
  height: 2px;
  width: 100%;
  margin: 2rem 0;
  background: -webkit-gradient(linear, left top, right top, from(#bffde3), color-stop(#01332b), to(#05dd4d));
  background: linear-gradient(to right, #bffde3, #01332b, #05dd4d);
  border-radius: 0.5rem;
}
.producto-id .float-icon {
  position: absolute;
  display: block;
  color: #cccccc;
  font-size: 1rem;
  top: 0.75rem;
  right: 0.75rem;
}