@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
:root {
  --font-default: 'Poppins', sans-serif;
  --font-primary: 'Poppins', sans-serif;
  --font-secondary: 'Poppins', sans-serif;
  scroll-behavior: smooth;
  --color-bg: #012d6a;
  --hero-overlay-color: transparent;
  --menu-color: #ffffff;
  --theme-color: #012d6a;
  --border-color: #e2e2e2;
  --theme-color-dark: #f8f8f8;
  --text-color: #323232;
  --text-white-color: #ffffff;
  --text-grey-color: #323232;
  --text-theme-color: #012d6a;
  --light-color: #ffffff;
  --color-default: #323232;
  --color-primary: #012d6a;
  --color-secondary: #274aa1;
  --color-start: #323232;
  --color-end: #323232;
  --hero-card-bg: rgba(228, 227, 223, 0.17);
  --box-shadow-color: rgba(82, 90, 101, 0.1);
}
body {
  font-family: var(--font-default);
  color: #323232;
  background: var(--theme-color);
  transition: 0.5s background ease;
}
a {
  color: #012d6a;
  text-decoration: none;
}
a:hover {
  color: #012d6a;
  text-decoration: none;
}
h1 {
  font-family: var(--font-primary);
}
h2 {
  font-family: var(--font-primary);
}
h3 {
  font-family: var(--font-primary);
}
h4 {
  font-family: var(--font-primary);
}
h5 {
  font-family: var(--font-primary);
}
h6 {
  font-family: var(--font-primary);
}
.toggle-container {
  position: relative;
}
.theme-btn {
  width: 6em;
  height: 6em;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.theme-btn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.theme-btn.light {
  display: none;
}
.dark .theme-btn.dark {
  display: none;
}
.dark .theme-btn.light {
  display: block;
}
.hide-on-mobile {
  display: block;
}
section {
  padding: 60px 0;
  overflow: hidden;
  background: var(--light-color);
}
.section {
  padding: 60px 0;
  overflow: hidden;
  background: var(--light-color);
}
.section p.dest {
  font-size: 22px;
  color: #012d6a;
  text-align: center;
  margin: 50px 0;
}
.section .especialistas {
  background: #012d6a;
  color: white;
  text-align: center;
  border: none;
  border-radius: 8px;
  margin: 30px 0;
  margin-bottom: 50px;
  padding: 30px ;
}
#our .section,
#services .section {
  background: transparent;
}
.section-grey {
  overflow: hidden;
  background: var(--theme-color-dark);
}
.sections-bg {
  background-color: var(--theme-color-dark);
}
.section-header {
  text-align: center;
  padding-bottom: 60px;
}
.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  color: #012d6a;
}
.section-header p {
  margin-bottom: 0;
  color: #666;
}
img {
  transition: 0.3s;
}
img:hover {
  transform: scale(1.1);
}
.fill-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  border: 0;
  transition: 0.3s;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.fill-btn:hover {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: var(--text-white-color);
}
.breadcrumbs .page-header {
  padding: 120px 0 60px 0;
  min-height: 20vh;
  background: url(../images/page-header-bg.png) center bottom;
  background-size: cover;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}
.breadcrumbs .page-header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, var(--light-color), var(--light-color));
  z-index: 0;
  opacity: 0.6;
}
.breadcrumbs .page-header h2 {
  color: #012d6a;
}
.breadcrumbs .page-header p {
  color: var(--menu-color);
}
.breadcrumbs nav {
  background-color: var(--theme-color);
  padding: 20px 0;
}
.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: var(--color-default);
}
.breadcrumbs nav ol a {
  color: var(--text-white-color);
  transition: 0.3s;
}
.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}
li.breadcrumbs nav ol + li {
  padding-left: 10px;
}
li.breadcrumbs nav ol + li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: rgba(16, 16, 16, 0.8);
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 88px;
}
.btn-whatsapp.btn-floating {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99998;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-whatsapp.btn-floating:hover {
  background: #20bd5a;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
.btn-whatsapp.btn-floating:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
.btn-whatsapp.btn-floating svg {
  width: 30px;
  height: 30px;
}
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--color-primary);
  transition: all 0.6s ease-out;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(48% - 3px);
  left: calc(48% - 3px);
  border: 2px solid #fff;
  border-color: var(--light-color) transparent var(--light-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s linear infinite;
}
.topbar {
  background: #00796b;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}
.topbar .contact-info i a {
  padding-left: 5px;
  color: #fff;
  line-height: 0;
  transition: 0.3s;
}
.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
.topbar .social-links a:hover {
  color: #fff;
}
.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}
.header .logo img {
  max-height: 70px;
}
.header .logo h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0.8px;
  color: #012d6a;
  font-family: var(--font-primary);
}
.header .logo h1 span {
  color: #012d6a;
}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
}
.header.stikcy-menu {
  background: var(--light-color);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.header.stikcy-menu .logo h1 {
  color: #012d6a;
}
.sticked-header-offset {
  margin-top: 0;
}
.left {
  text-align: right;
}
.right {
  text-align: left;
}
.list-wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.list-wrap p {
  color: #323232;
  font-size: 14px;
}
.list-wrap:nth-child(3) {
  margin-bottom: 0;
}
.list-wrap:nth-child(6) {
  margin-bottom: 0;
}
.list-wrap .description h4 {
  color: #323232;
  font-size: 18px;
}
.icon {
  width: 150px;
  text-align: center;
  height: 100px;
  border-radius: 50%;
}
.icon svg {
  width: 100%;
}
.list-center-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}
.center-icon {
  width: 100%;
  text-align: center;
}
.center-icon img {
  width: 100%;
  border-radius: 20px;
  opacity: 0.9;
}
.about h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: var(--font-secondary);
}
.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}
.about .call-us h4 {
  font-size: 24px;
  margin-bottom: 5px;
}
.about .call-us p {
  font-size: 28px;
  color: #012d6a;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}
.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #012d6a;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}
.img-frame {
  position: relative;
  background: #f6f6f6;
  background-size: contain;
  padding: 9%;
}
.bar {
  background-color: #f1f1f1;
  padding: 1px;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  color: var(--light-color);
}
.bar::before {
  content: attr(data-skill);
  background-color: var(--color-primary);
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
}
.bar.front::before {
  background-color: var(--color-primary);
}
.bar.back::before {
  background-color: var(--color-primary);
}
.bar.learning::before {
  width: calc(20% - 10px);
}
.bar.basic::before {
  width: calc(40% - 10px);
}
.bar.intermediate::before {
  width: calc(60% - 10px);
}
.bar.advanced::before {
  width: calc(80% - 10px);
}
.bar.expert::before {
  width: calc(100% - 10px);
}
.clients {
  padding: 90px 0;
}
.clients .swiper {
  padding: 10px 0;
}
.clients .swiper-slide img {
  transition: 0.3s;
  filter: grayscale(1);
  opacity: 1;
  border-radius: 8px;
}
.clients .swiper-slide img:hover {
  transform: scale(1.1);
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.call-to-action {
  background: url(../images/hero-bg.png) center left;
  background-size: cover;
  padding: 150px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}
.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.call-to-action p {
  color: #fff;
  margin-bottom: 20px;
}
.call-to-action .play-btn {
  width: 94px;
  height: 94px;
  margin-bottom: 20px;
  background: radial-gradient(var(--color-primary) 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.call-to-action .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.call-to-action .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
.call-to-action .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}
.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 48px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}
.call-to-action .cta-btn:hover {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
}
.testimonials .testimonial-wrap {
  padding-left: 10px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}
.testimonials .testimonial-item .info-box {
  min-width: 276px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #012d6a;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .stars {
  margin: 10px 0;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .quote-icon-left {
  color: #012d6a;
  font-size: 26px;
  line-height: 0;
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  color: #012d6a;
  font-size: 26px;
  line-height: 0;
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #323232;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(134, 134, 134, 0.2);
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.team .member {
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
}
.team .member img {
  border-radius: 10px;
  overflow: hidden;
}
.team .member .member-content {
  padding: 0 20px 30px 20px;
}
.team .member h4 {
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #012d6a;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #323232;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}
.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team .member .social a {
  color: #012d6a;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8e8e8;
}
.team .member .social a:hover {
  color: #012d6a;
  border-color: var(--color-primary);
}
.team .member .social i {
  font-size: 14px;
  margin: 0 2px;
}
.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
}
.faq .content h4 {
  font-size: 20px;
  margin-top: 5px;
}
.faq .content p {
  font-size: 15px;
  color: #6c757d;
}
.faq .accordion-item {
  margin-bottom: 20px;
  border-radius: 8px;
  background: var(--theme-color-dark);
  border: 1px solid var(--border-color);
}
.faq .accordion-collapse {
  border: 0;
  background: var(--theme-color-dark);
  border-radius: 0 8px 8px 0;
}
.faq .accordion-button {
  background: var(--theme-color-dark);
  padding: 20px 50px 20px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #012d6a;
  text-align: left;
  box-shadow: none;
  border-radius: 8px !important;
}
.faq .accordion-button .num {
  padding-right: 10px;
  font-size: 20px;
  line-height: 0;
  color: #012d6a;
}
.faq .accordion-button:not(.collapsed) {
  color: #012d6a;
  box-shadow: none;
}
.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  background: url(../images/icons/down-arrow.svg);
}
.faq .accordion-body {
  padding: 40px;
  border: 0;
  border-radius: 0 0 8px 8px;
  background: var(--theme-color-dark);
  box-shadow: none;
  color: #323232;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid var(--border-color);
}
.accordion-flush .accordion-item:first-child {
  border: 1px solid var(--border-color);
}
.recent-posts article {
  background-color: var(--light-color);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 5px 20px 0px rgba(82, 90, 101, 0.1);
}
.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  border-radius: 8px;
}
.recent-posts .post-category {
  font-size: 16px;
  color: #323232;
  margin-bottom: 10px;
}
.recent-posts .title {
  font-size: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}
.recent-posts .title a {
  color: #012d6a;
  transition: 0.3s;
}
.recent-posts .title a:hover {
  color: #323232;
}
.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.recent-posts .post-author {
  margin-bottom: 5px;
  color: #323232;
}
.recent-posts .post-date {
  font-size: 14px;
  color: #323232;
  margin-bottom: 0;
}
.hero {
  width: 100%;
  position: relative;
  background: url(../imagenes/s1.jpg) center center;
  background-size: cover;
  padding: 60px 0 0 0;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero .circle {
  color: #012d6a;
}
.hero h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: white;
  letter-spacing: 0.7px;
  font-weight: 600;
}
.hero span {
  color: #012d6a;
  font-weight: bold;
}
.hero p {
  color: white;
  font-weight: 400;
  margin-bottom: 30px;
}
.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
}
.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero .btn-watch-video:hover i {
  color: #fff;
}
.dark-bg {
  padding: 50px 30px;
  border-radius: 8px;
}
.social {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.social a {
  color: #323232;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social a:hover {
  color: #012d6a;
  border-color: var(--color-primary);
}
.social i {
  font-size: 14px;
  margin: 0 2px;
  color: #012d6a;
}
.mr-20 {
  margin-right: 20px !important;
}
.btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 50px;
  transition: 0.3s;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}
.btn-get-started:hover {
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: var(--text-white-color);
}
.icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #323232;
  box-shadow: -1px 5px 20px 0px var(--box-shadow-color);
}
.icon-box .stretched-link {
  pointer-events: none;
}
.icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: #012d6a;
}
.icon-box .icon img {
  width: 77px;
}
.icon-box .title {
  margin-bottom: 15px;
  font-size: 18px;
}
.icon-box .title a {
  color: #012d6a;
  transition: 0.3s;
}
.icon-box p {
  font-size: 14px;
}
.icon-box:hover {
  transform: scale(1.04);
}
.search-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 30px;
  border: 0;
}
.search-form input {
  width: 100%;
  padding: 14px 28px;
  background: #ffffff;
  border: none;
  color: #393838;
  outline: none;
}
.search-form button {
  position: absolute;
  right: 0;
  padding: 16px 20px;
  border: none;
  top: 0px;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  outline: none;
}
.search-form button:hover {
  cursor: pointer;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  color: var(--text-white-color);
}
.search-form button i {
  color: #fff;
}
.contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: #fff;
  border: none;
  border-radius: 8px;
  text-transform: capitalize;
  transition: all 0.4s;
  background: var(--theme-color-dark);
}
.contact-section .contact-form-3 form input:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}
.contact-section .contact-form form textarea.form-control {
  height: auto;
  padding-top: 15px;
  line-height: initial;
}
.contact-section .form-message {
  margin: 0;
}
.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.contact-information-box-3 {
  padding: 25px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}
.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: 0.2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon i {
  font-size: 100px;
}
.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}
.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: #323232;
  margin-bottom: 7px;
  text-transform: capitalize;
}
.contact-information-box-3 .contact-info p {
  color: #323232;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.contact-form button[type=submit] {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  border: 0;
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
}
.contact-form button[type=submit]:hover {
  color: var(--text-white-color);
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
}
.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}
.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}
.with-errors {
  color: #dc3545;
}
.messages {
  margin-top: 30px;
}
.alert-success {
  margin-left: 15px;
}
.hidden {
  display: none;
}
#stats {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.footer-section {
  background: url(../images/hero-bg.png) center left;
  background-size: cover;
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}
.footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
  opacity: 0.8;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.copyright-text {
  margin-top: 30px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #b9b9b9;
}
.copyright-text p a {
  color: #b9b9b9;
}
.single-cta i {
  color: #c00113;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #c00113;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-content .list {
  padding-left: 0;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-widget ul li {
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-widget ul li a {
  font-size: 14px;
  color: #b9b9b9;
  text-transform: capitalize;
}
.footer-widget ul li a:hover {
  color: #323232;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #b9b9b9;
  line-height: 28px;
}
.footer-social-icon span {
  color: white;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}
.facebook-bg {
  background: var(--color-primary);
}
.twitter-bg {
  background: var(--color-primary);
}
.google-bg {
  background: var(--color-primary);
}
.footer-widget-heading h3 {
  color: white;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  color: #222222;
  outline: none;
}
.subscribe-form button {
  position: absolute;
  right: -3px;
  background: transparent;
  border: 0;
  top: -8px;
}
.subscribe-form button i {
  color: #012d6a;
  font-size: 3rem;
  transform: rotate(-6deg);
}
.copyright-area {
  padding: 25px 0;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #012d6a;
}
.footer-menu li a {
  font-size: 14px;
  color: #b9b9b9;
}
.footer-menu li a:hover {
  color: #000000;
}
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .topbar .contact-info i a {
    font-size: 13px;
  }
  .topbar .contact-info i span {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar li:hover > a {
    color: #012d6a;
  }
  .navbar li:hover > a:before {
    visibility: visible;
    width: 100%;
  }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--menu-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 600;
    color: var(--menu-color);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #012d6a;
  }
  .navbar a:hover:before {
    visibility: visible;
    width: 100%;
  }
  .navbar .active {
    color: #012d6a;
  }
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .navbar .active:focus {
    color: #012d6a;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--light-color);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0px;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul li:hover > a {
    color: #012d6a;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #323232;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover {
    color: #012d6a;
  }
  .navbar .dropdown ul .active:hover {
    color: #012d6a;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  .stikcy-menu .navbar a {
    color: #323232;
  }
  .mobile-nav-show {
    display: none;
  }
  .mobile-nav-hide {
    display: none;
  }
  .container {
    max-width: 1140px;
  }
  .container-lg {
    max-width: 1140px;
  }
  .container-md {
    max-width: 1140px;
  }
  .container-sm {
    max-width: 1140px;
  }
  .container-xl {
    max-width: 1140px;
  }
  .container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: var(--color-primary);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover {
    color: #fff;
  }
  .navbar .active {
    color: #fff;
  }
  .navbar .active:focus {
    color: #fff;
  }
  .navbar li:hover > a {
    color: #fff;
  }
  .navbar .getstarted {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }
  .navbar .getstarted:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }
  .navbar .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary);
  }
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: var(--color-primary);
  }
  .navbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }
  .navbar .dropdown > .dropdown-active {
    display: block;
  }
  .mobile-nav-show {
    color: #999;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    right: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9996;
  }
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
    flex-direction: column;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
  .text-left.caption {
    text-align: center;
  }
  .caption .justify-content-start {
    justify-content: center !important;
  }
  .caption .social {
    justify-content: center;
  }
  .btn-get-started {
    font-size: 14px;
  }
  .hero .btn-watch-video {
    font-size: 14px;
  }
  .icon-boxes .card-two {
    margin-top: var(--bs-gutter-y);
    margin-bottom: 0px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero {
    background: url(../imagenes/s1Mobile.jpg) center top no-repeat;
  }
  .hero h2 {
    font-size: 22px;
  }
  .call-to-action {
    background: url(../images/cta-bg.jpg) center left;
    background-size: cover;
    padding: 150px 60px;
    border-radius: 0px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .btn-get-started {
    font-size: 14px;
  }
  .hero .btn-watch-video {
    font-size: 14px;
  }
  .icon-boxes .card-two {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}
#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
canvas {
  display: block;
  vertical-align: bottom;
}
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
  border-radius: 0 0 3px 3px;
}
.js-count-particles {
  font-size: 1.1em;
}
