.uk-navbar-toggle-animate svg > [class*=line-] {
  transition: 0.2s ease-in-out;
  transition-property: transform, opacity;
  transform-origin: center;
  opacity: 1;
}

.uk-navbar-toggle svg > .line-3 {
  opacity: 0;
}

.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-3 {
  opacity: 1;
}

.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-2 {
  transform: rotate(45deg);
}

.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-3 {
  transform: rotate(-45deg);
}

.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-1,
.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-4 {
  opacity: 0;
}

.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-1 {
  transform: translateY(6px) scaleX(0);
}

.uk-navbar-toggle-animate[aria-expanded=true] svg > .line-4 {
  transform: translateY(-6px) scaleX(0);
}

.uk-navbar-nav li > a {
  --active-opacity: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 1.3rem;
  color: hsla(0, 0%, 19%, 0.76);
  transition: all 0.3s ease-in-out;
  border-bottom: 2px solid transparent;
  position: relative;
}
.uk-navbar-nav li > a::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: 15px;
  background-color: hsl(223, 100%, 30%);
  opacity: var(--active-opacity);
  transition: all 0.3s ease-in-out;
}
.uk-navbar-nav li > a:hover {
  background: none;
  color: rgb(0, 165, 230);
}
.uk-navbar-nav li > a:hover::after {
  width: 100%;
}
.uk-navbar-nav li.uk-active > a {
  --active-opacity: 1;
  color: hsl(223, 100%, 30%);
}

#top-nav {
  background-color: hsla(0, 0%, 100%, 0.5);
  z-index: 99999;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, box-shadow;
}
#top-nav path.fill_ {
  fill: #ffffff;
  transition: 0.3s;
}
#top-nav.active {
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(0.8rem);
          backdrop-filter: blur(0.8rem);
  box-shadow: 0 0 0.5rem 0.5rem hsla(0, 0%, 0%, 0.1);
}
#top-nav.active path.fill_ {
  fill: linear-gradient(90deg, #ffef40 0%, #4340ff 100%);
}
#top-nav div.nav-tel a {
  color: hsl(223, 100%, 30%) !important;
  font-size: 1rem;
  font-weight: bold;
  border-color: hsl(223, 100%, 30%) !important;
  border-width: 1px !important;
  background-color: transparent;
}
#top-nav div.nav-tel a:hover {
  background-color: hsla(227, 100%, 97%, 0.671) !important;
}
@media (max-width: 1230px) {
  #top-nav a {
    font-size: 1.1rem;
  }
  #top-nav div.nav-tel a {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }
}
@media (max-width: 960px) {
  #top-nav div.nav-tel a {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

body {
  background-color: none;
  background-image: url("/static/img/bg/bg0.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
}

.logo {
  background-image: url("/static/assets/img/logo_nav.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 90px;
}

.mt-4, .my-4 {
  margin-top: 0.5rem !important;
}

.nobg {
  background-color: rgba(0, 123, 255, 0) !important;
}

.uk-hr, hr {
  border-top: 1px solid #898989;
}

section.hero div.headline {
  border-left: 10px solid #00113d;
  max-width: 800px;
  padding-left: 1.5rem;
}
section.hero div.headline h1 {
  font-weight: 700;
  color: #00113d;
  line-height: 1;
}
section.hero div.headline p {
  font-weight: 400;
  color: #2b2b2b;
  font-size: 1.7rem;
  margin-top: 0;
  line-height: 1;
}
@media (max-width: 960px) {
  section.hero div.headline {
    margin-left: 1rem;
  }
}
section.hero div.img {
  background-image: url("/static/img/landing-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  section.hero div.img {
    background-image: url("/static/img/landing-1-alt.png");
  }
}
section.hero div.hero-sub {
  background-color: hsla(0, 0%, 100%, 0.5);
  padding-top: 80px;
  padding-bottom: 160px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -50px;
  z-index: 1;
}
section.hero div.hero-sub p {
  max-width: 800px;
  margin-left: 20px;
  margin-right: 20px;
  color: #2b2b2b;
  font-size: 1.7rem;
  text-align: justify;
  line-height: 1.2;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
section.hero div.hero-sub p .blue {
  color: #00113d;
}
section.hero div.hero-sub p strong {
  font-weight: 700;
}
@media (max-width: 960px) {
  section.hero div.hero-sub p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  section.hero div.hero-sub p {
    text-align: center;
  }
}
section.hero div.hero-sub p.small {
  font-size: 1.5rem;
}
@media (max-width: 960px) {
  section.hero div.hero-sub p.small {
    font-size: 1.2rem;
  }
}
section.hero div.hero-sub div.browsers {
  gap: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  section.hero div.hero-sub div.browsers {
    gap: 10px;
  }
}
section.hero div.hero-sub div.browsers svg {
  transition: all 0.2s;
  opacity: 0.6;
}
section.hero div.hero-sub div.browsers svg:hover {
  opacity: 1;
}

section.overlap {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 200px;
  text-align: center;
  border-radius: 50px 50px 0px 0px;
  box-shadow: 0 -15px 40px 0 rgba(0, 0, 0, 0.25);
  z-index: 2;
  transition: all 0.5s ease-out;
  margin-top: -20px;
}
section.overlap:first-of-type {
  box-shadow: 0 -15px 40px 0 rgba(0, 0, 0, 0.4);
}
section.overlap:last-of-type {
  border-radius: 50px;
  position: relative;
  padding-bottom: 60px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}
section.overlap.inview {
  margin-top: -100px;
}
section.overlap h1 {
  color: #00113d;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
  font-family: "Nunito Sans", sans-serif;
}
@media (max-width: 768px) {
  section.overlap h1 {
    font-size: 2.5rem;
  }
}
section.overlap .blue {
  color: #00113d;
}
@media (max-width: 668px) {
  section.overlap {
    margin-top: -100px;
  }
}

section#funciones ul.features li.feature {
  font-size: 1.3rem;
  color: #2b2b2b;
  padding: 0.75rem;
  transition: all 0.2s;
}
section#funciones ul.features li.feature:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  scale: 1.05;
  border-top: none;
  border-radius: 10px;
}
section#funciones ul.features li.feature div.uk-flex {
  width: 600px;
}
@media (max-width: 768px) {
  section#funciones ul.features li.feature div.uk-flex {
    width: 100%;
  }
}
section#funciones ul.features li.feature div.uk-flex div.text h3 {
  margin: 0;
}
section#funciones ul.features li.feature div.uk-flex div.text p {
  margin-bottom: 0;
  margin: 0;
}
section#funciones ul.features li.feature div.uk-flex div.text ul {
  margin-top: 0;
}
section#funciones ul.features li.feature div.uk-flex div.text ul li {
  margin: 0;
}
section#funciones ul.features li.feature div.uk-flex div.icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.5rem;
}
section#funciones div.modulos div.top, section#funciones div.especialidades div.top {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(0.8rem);
          backdrop-filter: blur(0.8rem);
  z-index: 99989;
  transition: all 0.3s;
}
section#funciones div.modulos div.top.uk-sticky-fixed, section#funciones div.especialidades div.top.uk-sticky-fixed {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}
section#funciones div.modulos div.list {
  padding-top: 60px;
}
section#funciones div.modulos div.list div.mods-container {
  display: flex;
  width: 100%;
}
section#funciones div.modulos div.list div.mod-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 227px);
  background-color: #f1eef3;
  min-width: 80px;
}
@media (max-width: 950px) {
  section#funciones div.modulos div.list div.mod-nav {
    display: none;
  }
}
section#funciones div.modulos div.list div.modulo {
  display: flex;
  margin-bottom: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  width: calc(100vw - 100px);
}
section#funciones div.modulos div.list div.modulo:last-child {
  margin-bottom: 0;
}
section#funciones div.modulos div.list div.modulo div.img {
  width: 100%;
  height: 1000px;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  section#funciones div.modulos div.list div.modulo div.img {
    width: 50%;
    height: 600px;
    background-position: left;
  }
}
section#funciones div.modulos div.list div.modulo div.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 227px);
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  background: linear-gradient(-90deg, hsl(0, 0%, 100%) 30%, var(--mod-gradient-accent) 100%);
  border-left: 2px solid var(--mod-border-color);
  color: var(--mod-color);
}
section#funciones div.modulos div.list div.modulo div.text h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
section#funciones div.modulos div.list div.modulo div.text p {
  margin-top: 0;
  font-size: 1.2rem;
  max-width: 400px;
}
section#funciones div.modulos div.list div.modulo div.text.green {
  --mod-border-color: hsl(131, 70%, 55%);
  --mod-color: hsl(131, 70%, 40%);
  --mod-gradient-accent: hsl(151, 100%, 93%);
}
section#funciones div.modulos div.list div.modulo div.text.blue {
  --mod-border-color: hsl(210, 100%, 55%);
  --mod-color: hsl(210, 100%, 40%);
  --mod-gradient-accent: hsl(210, 100%, 93%);
}
section#funciones div.modulos div.list div.modulo div.text.purple {
  --mod-border-color: hsl(291, 100%, 55%);
  --mod-color: hsl(291, 100%, 40%);
  --mod-gradient-accent: hsl(291, 100%, 93%);
}
section#funciones div.modulos div.list div.modulo div.text.yellow {
  --mod-border-color: hsl(60, 93%, 41%);
  --mod-color: hsl(60, 93%, 40%);
  --mod-gradient-accent: hsl(60, 100%, 93%);
}
section#funciones div.modulos div.list div.modulo div.text.orange {
  --mod-border-color: hsl(31, 100%, 55%);
  --mod-color: hsl(31, 100%, 40%);
  --mod-gradient-accent: hsl(31, 100%, 93%);
}
section#funciones div.modulos div.list div.modulo div.text.red {
  --mod-border-color: hsl(0, 100%, 55%);
  --mod-color: hsl(0, 100%, 40%);
  --mod-gradient-accent: hsl(0, 100%, 93%);
}
section#funciones div.modulos div.list div.modulo div.text p {
  color: #2b2b2b;
}
section#funciones div.modulos div.list div.modulo div.text div.antecedentes {
  margin-top: 1rem;
}
section#funciones div.modulos div.list div.modulo div.text div.antecedentes div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 400px;
}
section#funciones div.modulos div.list div.modulo div.text div.antecedentes div span {
  background-color: hsla(131, 70%, 40%, 0.15);
  padding: 0.5rem;
  border-radius: 8px;
  color: hsl(131, 70%, 20%);
  max-width: 150px;
}
section#funciones div.modulos div.list div.modulo div.text div.signos {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
section#funciones div.modulos div.list div.modulo div.text div.signos div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 400px;
  gap: 8px;
}
section#funciones div.modulos div.list div.modulo div.text div.signos div span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsla(291, 100%, 55%, 0.15);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 8px;
  color: hsl(291, 100%, 26%);
  width: 40%;
}
@media (max-width: 950px) {
  section#funciones div.modulos div.list div.modulo {
    width: 100vw;
  }
}
@media (max-width: 700px) {
  section#funciones div.modulos div.list div.modulo {
    flex-direction: column-reverse;
    align-items: center;
    overflow-x: hidden;
    box-shadow: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  section#funciones div.modulos div.list div.modulo div.img {
    width: 500px;
    height: 889px;
    z-index: 20;
    background-position: center;
    background-size: contain;
    margin-top: -80px;
  }
  section#funciones div.modulos div.list div.modulo div.text {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: unset;
    padding: 2rem 1rem;
    border: 1px solid var(--mod-border-color);
    border-radius: 8px;
    box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.05), 0 2px 4px 0 hsla(0, 0%, 0%, 0.2);
    padding-bottom: 120px;
    padding-top: 3rem;
  }
}
section#funciones div#marquee div.marquee-item {
  padding-right: 20px;
  height: 70px;
}
section#funciones div#marquee div.marquee-item div.content {
  top: 6px;
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  box-sizing: border-box;
  font-weight: 400;
  text-decoration: none;
  display: block;
  margin-bottom: 0 !important;
  background-color: hsl(233, 19%, 96%);
  color: #44476A;
  padding: 10px !important;
  justify-content: center !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.55rem;
  box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
  border: 1px solid #D1D9E6;
  margin-bottom: 0.5rem;
  width: 100%;
}
section#funciones div.especialidades p.uk-text-lead {
  font-weight: 600;
  background: linear-gradient(-90deg, hsl(283, 100%, 56%) 30%, hsl(199, 100%, 50%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section#funciones div.especialidades div.especialidad div.uk-overlay-primary {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 30%, hsla(0, 0%, 0%, 0.918) 100%);
}
section#funciones div.especialidades div.especialidad img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section#ventajas ul.features li.feature {
  font-size: 1.3rem;
  color: #2b2b2b;
  padding: 0.75rem;
  transition: all 0.2s;
}
section#ventajas ul.features li.feature:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  scale: 1.05;
  border-top: none;
  border-radius: 10px;
}
section#ventajas ul.features li.feature div.uk-flex {
  width: 600px;
}
@media (max-width: 768px) {
  section#ventajas ul.features li.feature div.uk-flex {
    width: 100%;
  }
}
section#ventajas ul.features li.feature div.uk-flex div.text h4 {
  margin: 0;
}
@media (max-width: 768px) {
  section#ventajas ul.features li.feature div.uk-flex div.text h4 {
    font-size: 1.2rem;
  }
}
section#ventajas ul.features li.feature div.uk-flex div.text ul {
  margin-top: 0;
}
section#ventajas ul.features li.feature div.uk-flex div.text ul li {
  margin: 0;
}
section#ventajas ul.features li.feature div.uk-flex div.icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.2rem;
}

section#planes div.planes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 1.5rem;
  position: relative;
}
section#planes div.planes div.plan {
  position: relative;
  width: 300px;
  transition: all 0.2s;
}
section#planes div.planes div.plan div.ctn {
  border-radius: 15px;
  transition: all 0.2s;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  z-index: 99;
  position: relative;
}
section#planes div.planes div.plan:hover {
  scale: 1.05;
}
section#planes div.planes div.plan:hover div.ctn {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 658px) {
  section#planes div.planes div.plan {
    width: 100%;
    max-width: 350px;
  }
}
section#planes div.planes div.plan div.hot {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 100px;
  color: white;
  z-index: 5;
  background: linear-gradient(90deg, hsl(9, 100%, 50%) 0%, rgb(255, 136, 0) 100%);
  animation: pulse 5s infinite;
}
@keyframes pulse {
  0% {
    filter: brightness(100%);
    box-shadow: 0 0 10px 10px hsla(9, 100%, 50%, 0.1);
  }
  50% {
    filter: brightness(140%);
    box-shadow: 0 0 10px 10px hsla(9, 100%, 50%, 0.2);
  }
  100% {
    filter: brightness(100%);
    box-shadow: 0 0 10px 10px hsla(9, 100%, 50%, 0.1);
  }
}
section#planes div.planes div.plan div.hot svg {
  display: inline-block;
}
section#planes div.planes div.plan div.title {
  padding: 1rem;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
section#planes div.planes div.plan div.title h3 {
  color: #fff;
  margin: 0;
}
section#planes div.planes div.plan div.title.primary {
  background-color: hsl(224, 34%, 19%);
}
section#planes div.planes div.plan div.title.secondary {
  background: linear-gradient(90deg, hsl(224, 34%, 19%) 0%, hsl(212, 47%, 40%) 100%);
}
section#planes div.planes div.plan div.title.tertiary {
  background: linear-gradient(90deg, hsl(212, 47%, 40%) 0%, hsl(199, 100%, 50%) 100%);
}
section#planes div.planes div.plan div.desc {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.3rem;
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#planes div.planes div.plan div.desc p {
  max-width: 250px;
  line-height: 1;
}
section#planes div.planes div.plan div.save {
  color: #1a203a;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
section#planes div.planes div.plan div.save span {
  padding: 0.5rem 1rem;
  background-color: hsla(141, 38%, 16%, 0.1);
  max-width: 200px;
  border-radius: 15px;
  font-size: 0.8rem;
}
section#planes div.planes div.plan div.button {
  padding: 1rem;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#planes div.planes div.plan div.button button {
  background-color: #1a203a;
  color: white;
  text-transform: none;
  border-radius: 0.8rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.755);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 1.2rem;
  padding: 0 1.5rem;
}
@media (max-width: 668px) {
  section#planes div.planes div.plan div.button button {
    font-size: 1rem;
  }
}
section#planes div.planes div.plan div.button button::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -200px;
  animation: shine 2.5s infinite linear;
}
@keyframes shine {
  0% {
    left: -100px;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
section#planes div.planes div.plan div.button button:hover {
  background-color: #273056;
  transform: scale(1.1);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.755);
}
section#planes div.planes div.plan div.button button:active {
  background-color: #0f1221;
  transform: scale(0.9);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.755);
  transition: all 0.1s linear;
}

section#contactanos .uk-disabled {
  opacity: 0.3;
  filter: grayscale(40%);
}
section#contactanos form .uk-form-label {
  color: hsl(224, 27%, 24%);
}
section#contactanos form .uk-form-label[required]:after {
  content: " *";
  color: red;
}
section#contactanos form input.uk-input {
  border: 1px solid hsla(223, 100%, 30%, 0.25) !important;
}
section#contactanos form input.uk-input:focus {
  border: 1px solid hsl(223, 100%, 30%) !important;
}
section#contactanos form textarea {
  border: 1px solid hsla(223, 100%, 30%, 0.25) !important;
}
section#contactanos form textarea:focus {
  border: 1px solid hsl(223, 100%, 30%) !important;
}
section#contactanos form button.send {
  background-color: rgb(255, 255, 255);
  text-transform: none;
  padding: 0.5rem 1rem;
  color: hsl(223, 100%, 30%) !important;
  font-size: 1rem;
  font-weight: bold;
  border: 1px solid hsl(223, 100%, 30%) !important;
}
section#contactanos form button.send:hover {
  background-color: hsla(223, 100%, 30%, 0.1) !important;
}
@media (max-width: 668px) {
  section#contactanos form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

footer {
  margin-top: -80px;
  padding-top: 80px;
  background-color: hsl(224, 34%, 19%);
  position: relative;
  z-index: 1;
  min-height: 200px;
}
footer > .uk-container {
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 678px) {
  footer > .uk-container {
    flex-direction: column-reverse;
  }
}
footer * {
  color: white !important;
}
footer p {
  font-size: 1.1rem;
}
footer div.rrss a {
  border-radius: 50%;
  position: relative;
}
footer div.rrss a::before {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  top: -11px;
  left: -7px;
  border-radius: 50%;
  background-color: hsla(0, 0%, 0%, 0.2);
  transition: all 0.3s ease;
}
footer div.rrss a:hover {
  text-decoration: none;
}
footer div.rrss a:hover::before {
  background-color: hsla(0, 0%, 0%, 0.5);
}
footer a.intelnaes {
  border-radius: 15px;
  padding: 1rem;
}
footer a.intelnaes:hover {
  background-color: hsla(0, 0%, 0%, 0.2);
  text-decoration: none;
}

.uk-heading-line > ::after, .uk-heading-line > ::before {
  border-bottom: calc(0.2px + 0.05em) solid #585a7a;
}

.uk-list-divider > :nth-child(n+2) {
  border-top: 1px solid #9b9b9b;
}

.uk-grid {
  max-width: 100%;
}

body {
  color: #2b2b2b;
}

.t-1_5 {
  font-size: 1.5rem;
}

.t-1_3 {
  font-size: 1.3rem;
}

.t-1_2 {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

@media (max-width: 668px) {
  .uk-container-large {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}/*# sourceMappingURL=index.css.map */