@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800;900&family=Kumbh+Sans:wght@100;300;400;500;700;900&display=swap);
*,
:after,
:before {
  box-sizing: inherit;
}
* {
  scroll-behavior: inherit !important;
}
body,
html {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: "Kumbh Sans", sans-serif;
}
body {
  font-family: "Kumbh Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  font-weight: 400;
  color: #505060;
}
a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  outline: 0 !important;
  color: #505060;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #03c4ff;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.4;
  font-family: "Kumbh Sans", sans-serif;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5f5f5f;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Kumbh Sans", sans-serif;
}
.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

.responsive-img-wrapper {
  max-width: 388px;
  width: 100%;
  aspect-ratio: 388 / 323;
  margin: 0 auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}
::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #555;
  color: #fff;
  text-shadow: none;
}
::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}
.preloader {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}
.loader {
  width: 40px;
  height: 40px;
  position: relative;
  top: calc(50% - 30px);
  left: calc(50% - 20px);
}
.loader-box-1,
.loader-box-2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #0fdbff 100%);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader-bounce 2s infinite ease-in-out;
}
.loader-box-2 {
  animation-delay: -1s;
}
@keyframes loader-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.ovrflow-hidden {
  overflow: hidden;
}
.text-right {
  text-align: right;
}
.space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-pd {
  padding: 0 7rem;
}
.s-pd {
  padding: 0 12rem;
}
.h-100 {
  height: 100%;
}
.h-100vh {
  height: 100vh;
}
.bg {
  background-color: #f8f8f8;
}
.bg-grey {
  background-color: rgb(215, 215, 215, 0.17);
}
.site-heading {
  margin-bottom: 5px;
}
.site-title-tagline {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #03c4ff;
  position: relative;
}
.site-title-tagline::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #03c4ff;
}
.site-title {
  text-align: center;
  margin-bottom: 1px;
  line-height: 1.5;
}
.site-title span {
  color: #03c4ff;
}


.site-title h3,
.sub-title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #03c4ff;
  display: inline-block;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.site-title h3:before,
.sub-title:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
  background: #00b0ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.site-title h6,
.sub-title {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #03c4ff;
  display: inline-block;
  padding-left: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.site-title h6:before,
.sub-title:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
  background: #00b0ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.site-title h2 {
  font-size: 35px;
  color: #60505e;
  margin: 0;
  font-weight: 700;
}
.color-text {
  color: #03c4ff;
}
.site-heading p {
  font-size: 16px;
}
.heading-divider {
  display: inline-block;
  position: relative;
  height: 4px;
  background-color: #03c4ff;
  width: 90px;
  overflow: hidden;
  border-radius: 50px;
}
.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}
@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(85px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@media all and (max-width: 767px) {
  .site-title {
    font-size: 35px;
  }
}
.pb-140 {
  padding-bottom: 140px;
}
.pd-50 {
  padding: 50px 0;
}
.py-120 {
  padding: 120px 0;
}
.py-30 {
  padding: 30px 0;
}
.py-120 {
  padding: 20px 0;
}
.pt-120 {
  padding-top: 120px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pt-0 {
  padding-top: 0;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mr-300 {
  margin-right: 300px;
}
.ml-300 {
  margin-left: 300px;
}
.pos-rel {
  position: relative;
  z-index: 1;
}
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #02050b;
}
[data-overlay-light]:before {
  background: #fff;
}
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
.bg-color p,
.bg-dark p,
[data-overlay-dark] p {
  color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-color="9"]:before,
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}
.theme-btn {
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border: none;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.theme-btn:hover {
  color: #fff;
}
.theme-btn::before {
  content: "";
  position: absolute;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.theme-btn:hover::before {
  width: 100%;
}
.theme-btn i {
  margin-left: 6px;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1185px;
  }
}
#scroll-top {
  display: none;
  position: fixed;
  bottom: 200px;
  right: 20px;
  z-index: 99;
  font-size: 22px;
  border: none;
  outline: 0;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}
.header-top {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(37, 234, 27, 0.15);
  z-index: 2;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-contact ul li a {
  color: #fff;
  font-weight: 400;
}
.header-top-contact ul li a i {
  margin-right: 10px;
  color: #03c4ff;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-top-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  text-align: center;
  margin-left: 5px;
  border-radius: 50px;
  transition: all 0.5s ease-in-out;
}
.header-top-social a:hover {
  background: #fff;
  color: #03c4ff;
}
.header-top-account a {
  color: #fff;
  margin-right: 20px;
}
.header-top-account a i {
  margin-right: 8px;
}
@media all and (max-width: 1199px) {
  .header-top-account {
    display: none;
  }
  .header-top::before {
    width: 270px;
  }
  .header-top::after {
    width: 260px;
  }
}
@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 28px 0 28px 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
  }
  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }
  

/*   */

/* Estilo base del menú */
.navbar .nav-item .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  padding: 20px;
  border: none;
  border-radius: 8px;
  min-width: 640px;
  max-width: 100%;
  max-height: 70vh;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: #fff;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}

/* Estilo visual del scroll */
.navbar .nav-item .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}
.navbar .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

/* Organización en columnas */
.navbar .nav-item .dropdown-menu .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}

/* Columnas */
.navbar .nav-item .dropdown-menu .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* Títulos */
.dropdown-menu .dropdown-header {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  padding-left: 6px;
  margin-bottom: 8px;
}

/* Ítems */
.navbar .nav-item .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  color: #1e1660;
  border-radius: 5px;
  line-height: 1.4;
  display: block;
  word-break: break-word;
  white-space: normal;
  transition: all 0.3s ease;
}

/* Separadores */
.navbar .nav-item .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
.navbar .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

/* Responsive móvil */
@media (max-width: 767px) {
  .navbar .dropdown-menu .dropdown-header {
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 9px 16px !important;
    color: #000 !important;
  }

  .navbar .dropdown-menu .dropdown-item {
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 9px 16px !important;
    color: #000 !important;
  }
}


/* Solo aplica en escritorio: corre el menú a la izquierda */
@media (min-width: 768px) {
  .translate-center-desktop {
    transform: translateX(-60%) !important;
  }
}

/*  */
.navbar .nav-item .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 0;
  height: 2px;
  opacity: 0;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  transition: all 0.7s ease-in-out;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
  width: 28px;
  opacity: 1;
}
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: 0 0;
    color: #03c4ff;
    padding-left: 33px;
  }
  .navbar .nav-item .nav-link {
    position: relative;
    z-index: 1;
  }
  .navbar .nav-item .nav-link::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
    width: 0;
    height: 3px;
    bottom: 20px;
    left: 1px;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .nav-link.active::before,
  .navbar .nav-item .nav-link:hover::before {
    width: 20px;
  }
  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0);
  }
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }
  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }
  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }
  .header-nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 30px;
  }
  .header-nav-search a {
    color: #fff;
    font-size: 18px;
    padding: 5px;
  }
  .navbar .header-btn {
    padding-top: 8px;
  }
  .navbar .header-btn .theme-btn:hover {
    color: #fff;
  }
}
.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999;
}
.navbar.fixed-top {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  animation: slide-down 0.7s;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.navbar.fixed-top .nav-item .nav-link {
  color: #1e1660;
}
.navbar.fixed-top .header-nav-search a {
  color: #1e1660;
}
.navbar.fixed-top .header-nav-search a:hover {
  color: #1e1660;
}
.navbar .navbar-brand .logo-display {
  display: block;
}
.navbar .navbar-brand .logo-scrolled {
  display: none;
}
.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}
.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}
button.navbar-toggler {
  font-size: 3.5rem;
  padding: 0;
  margin: 0;
}
button.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}
.navbar-brand img {
  width: 190px;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: 1.5px;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 600;
  border: none;
  font-size: 11px;
}
.dropdown-toggle:hover::after {
  content: "\f068";
}
.mobile-menu-right {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1199px) {
  .navbar .header-btn {
    display: none;
  }
  .navbar .header-btn {
    display: none;
  }
  .header-phone {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }
  .navbar-brand {
    padding-left: 10px;
  }
  .navbar-brand img {
    width: 190px;
  }
  .navbar-collapse {
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: #fff;
  }
  .dropdown-toggle::after {
    float: right;
    margin-top: 5px;
  }
  .navbar .nav-item .nav-link {
    color: #1e1660;
    font-weight: 700;
    transition: all 0.5s ease-in-out;
  }
  .navbar .nav-item .nav-link:hover {
    color: #03c4ff !important;
  }
  .navbar-toggler-icon {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .navbar .dropdown-menu {
    border-radius: 8px;
  }
  .navbar.fixed-top .navbar-toggler-icon {
    color: #1e1660;
  }
  .header-nav-right {
    display: none;
  }
}
.main {
  margin-top: -9rem;
}
.hero-wrapper {
  padding-top: 250px;
  padding-bottom: 120px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  background: rgba(7, 36, 20, 0.9);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.hero-shape {
  position: absolute;
  bottom: -5px;
  left: 0;
}
.hero-img {
  position: relative;
  z-index: 1;
}
.hero-wrapper .hero-sub-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
}
.hero-wrapper .hero-title {
  font-size: 45px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
}
.hero-wrapper .hero-title span {
  color: #03c4ff;
}
.hero-wrapper p {
  font-size: 17px;
  color: #fff;
}
.hero-wrapper .hero-btn {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}


.hero-single {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
}


.hero-lcp-img {
  z-index: -2;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.hero-single::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 22, 0.5); /* overlay oscuro */
  z-index: -1;
}
.hero-content {
  max-width: 100%;
  padding: 0 2rem;
}
.hero-single .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero-single .hero-content .hero-title {
  font-size: 3.5vw; /* Escala con el ancho de la pantalla */
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}


.hero-single .hero-content .hero-title span {
  color: #03c4ff;
}
.hero-single .hero-content .hero-sub-title {
  color: #03c4ff;
  font-size: 25px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.hero-single .hero-content p {
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}
.hero-single .hero-content .hero-btn {
  gap: 2rem;
  display: flex;
  margin-top: 1rem;
  justify-content: start;
}
.hero-title {
  font-weight: 700;
  margin: 20px 0;
}
.hero-sub-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.hero-btn .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}
.hero-btn .play-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.hero-slider.owl-theme .owl-nav {
  margin-top: 0;
}
.hero-slider.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 30px;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.187);
  display: inline-block;
  cursor: pointer;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.hero-slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #fff;
  color: #03c4ff;
}
.hero-slider.owl-theme .owl-nav .owl-prev {
  left: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-next {
  right: 40px;
}
.hero-slider.owl-theme .owl-nav .owl-next,
.hero-slider.owl-theme .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media all and (max-width: 1199px) {
  .hero-single .hero-content .hero-title {
    font-size: 37px;
  }
  .hero-slider.owl-theme .owl-nav .owl-next,
  .hero-slider.owl-theme .owl-nav .owl-prev {
    top: unset;
    bottom: 60px !important;
  }
  .hero-slider.owl-theme .owl-nav .owl-next {
    left: 120px;
  }
}
@media all and (max-width: 991px) {
  .hero-single .hero-content .hero-title {
    font-size: 35px;
  }
  .hero-wrapper {
    padding-top: 260px;
    padding-bottom: 160px;
  }
  .hero-wrapper .hero-title {
    font-size: 32px;
  }
  .hero-wrapper .hero-img {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .hero-single .hero-content .hero-sub-title {
    font-size: 15px;
  }
  .hero-single .hero-content .hero-btn {
    gap: 1rem;
  }
}
.about-area {
  position: relative;
  z-index: -1;
  display: block;
}
.about-area {
  position: relative;
  z-index: 1;
}
.about-content {
  margin-left: 20px;
}
.about-content.about-content-2 {
  margin-right: 0;
  margin-left: 0;
}
.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #201f1f;
}
.about-content p {
  margin-bottom: 15px;
}
.about-content .about-feature-list {
  margin-top: 20px;
}
.about-content .about-feature-list li {
  color: #747576;
  margin-bottom: 10px;
}
.about-content .about-feature-list li:last-child {
  margin-bottom: 0;
}
.about-content .about-feature-list i {
  color: #03c4ff;
  font-size: 14px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  margin-right: 10px;
  background-color: transparent;
  border-left: 1px solid rgb(0, 0, 0, 0.1);
  border-radius: 50px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  text-align: center;
  background: -webkit-gradient(
    90deg,
    rgb(215, 215, 215, 0.03) 0,
    rgb(215, 215, 215, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(215, 215, 215, 0.3) 0,
    rgb(215, 215, 215, 0) 100%
  );
}
.about-image {
  text-align: center;
   max-width: 388px;
   width: 100%;
   margin: 0 auto;
}
.about-image img {
  border-radius: 3px;
}
.about-image .years-design {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: left;
  padding: 10px 40px 20px 40px;
  background: #fff;
  border-bottom: 3px solid #03c4ff;
  -webkit-box-shadow: -1px 3px 20px 0 rgb(82, 90, 101, 0.1);
  box-shadow: -1px 3px 20px 0 rgb(82, 90, 101, 0.1);
}
.about-image .years-design h2 {
  font-size: 75px;
  font-weight: 700;
  background: url(../img/shape/contacto-cyarax.webp) no-repeat;
  background-position: 50% 65%;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin: 0;
}
.about-image .years-design h5 {
  color: #03c4ff;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

.feature-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.feature-area {
  position: relative;
  z-index: 1;
}
.feature-area .section-title {
  margin-bottom: 35px;
}
.feature-item {
  padding: 25px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  transition: all 0.5s ease-in-out;
}
.feature-item:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  border-bottom: 2px solid #03c4ff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  will-change: transform;
}
.feature-item:hover:before {
  transform: scaleX(1);
}
.feature-item:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.feature-icon {
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  -webkit-transition: 0.5s;
  will-change: transform;
}
.feature-icon i {
  color: #03c4ff;
  font-size: 38px;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  background: rgb(215, 215, 215, 0.17);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-icon i.icon-verde {
  color: #28A745 !important;
}
.feature-icon i.icon-azul {
  color: #007BFF !important;
}
.feature-icon i.icon-purpura {
  color: #6F42C1 !important;
}
.feature-icon i.icon-rojo {
  color: #DC3545 !important;
}

.feature-item h5 {
  font-size: 18px;
  font-weight: 600;
  color: #505060;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.feature-item h5 a {
  display: inline-block;
}
.feature-item p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  will-change: transform;
}
.feature-item:hover .feature-icon {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
.feature-item:hover .feature-icon i {
  color: #fff;
  background: #03c4ff;
}

.feature-item:hover .feature-icon i.icon-verde {
  color: #fff !important;
  background: #28A745 !important;
}

.feature-item:hover .feature-icon i.icon-rojo {
  color: #fff !important;
  background: #DC3545 !important;
}

.feature-item:hover .feature-icon i.icon-purpura {
  color: #fff !important;
  background: #6F42C1 !important;
}

.feature-item:hover .feature-icon i.icon-azul {
  color: #fff !important;
  background: #007BFF !important;
}

.service-area {
  position: relative;
  overflow: hidden;
}
.service-item {
  position: relative;
  z-index: 1;
  display: block;
  padding: 35px 30px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 25px 0 rgb(110, 110, 110, 0.12);
  -moz-box-shadow: 0 2px 25px 0 rgb(110, 110, 110, 0.12);
  box-shadow: 0 2px 25px 0 rgb(110, 110, 110, 0.12);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-in-out;
}
.service-item:hover {
  transform: translateY(-10px);
}
.service-icon {
  color: #03c4ff;
  position: relative;
  font-size: 37px;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background: -webkit-gradient(
    90deg,
    rgb(215, 215, 215, 0.03) 0,
    rgb(215, 215, 215, 0.2) 100%
  );
  background: linear-gradient(
    90deg,
    rgb(215, 215, 215, 0.03) 0,
    rgb(215, 215, 215, 0.2) 100%
  );
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 25px auto;
  -webkit-transition: 0.5s;
  transition: all 0.5s ease-in-out;
  padding: 17px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #fff;
  left: 12px;
  top: 2px;
}
.service-icon::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #fff;
  right: 12px;
  bottom: 2px;
}
.service-item:hover .service-icon {
  border-radius: 50%;
}
.service-icon i {
  font-size: 45px;
  color: #03c4ff;
}
.service-title {
  margin-top: 5px;
}
.service-title a {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2e3135;
}
.service-title a:hover {
  color: #03c4ff !important;
}
.service-arrow {
  margin-top: 20px;
}
.service-arrow .service-read-btn {
  font-weight: 500;
  color: #03c4ff;
}
.service-arrow .service-read-btn:hover {
  color: #1e1660;
}
.service-arrow a i {
  margin-left: 8px;
}
.service-area2 .service-item {
  padding: 20px;
  margin: 30px 0;
  text-align: left;
}
.service-area2 .service-icon {
  margin-top: -60px;
  right: 15px;
  position: absolute;
}
.service-details img {
  border-radius: 8px;
}
.category-list i {
  color: #03c4ff;
}
.service-single-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-single-list li {
  display: flex;
  align-items: flex-start;
  background-color: #f9fcff;
  border-left: 4px solid #03c4ff;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: background-color 0.3s ease;
}

.service-single-list li:hover {
  background-color: #e8f9ff;
}

.service-single-list li i {
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 16px;
}

.service-download a {
  border: 2px solid #03c4ff;
  padding: 10px 20px;
  color: #1e1660;
  display: block;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: all 0.5s ease-in-out;
}
.service-download a i {
  margin-right: 10px;
}
.service-download a:hover {
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  color: #fff;
}
.cta-area {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cta-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  background-image: url(../img/shape/shape-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-content {
  text-align: center;
}
.cta-content h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta-content h2 {
  color: #fff;
  margin-bottom: 10px;
}
.cta-content p {
  color: #fff;
}
.choose-area {
  position: relative;
}
.choose-content {
  position: relative;
  padding-left: 30px;
}
.choose-content li {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.choose-content li:hover {
  transform: translateY(-10px);
}
.choose-content li h5 {
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #1e1660;
}
.choose-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.choose-content li:hover::before {
  width: 100%;
}
.choose-content li::after {
  position: absolute;
  left: 5px;
  top: 2px;
  content: "\f058";
  color: #03c4ff;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}
.choose-content li:hover h5,
.choose-content li:hover p,
.choose-content li:hover::after {
  color: #fff;
}
.choose-content .theme-btn:hover {
  background: #1e1660;
  color: #fff;
}
@media all and (max-width: 991px) {
  .choose-img {
    margin-bottom: 50px;
  }
}
.overview-content h2 {
  font-size: 33px;
  color: #505060;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.overview-content p {
  margin: 0;
}
.overview-content .features-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 16px;
  margin-left: -10px;
  margin-right: -10px;
}
.overview-content .features-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}
.overview-content .features-list li span {
  display: block;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 15px 10px;
  padding-left: 12px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #505060;
  font-size: 15px;
  font-weight: 500;
  border-left: 2px solid #03c4ff;
  -webkit-box-shadow: -1px 3px 20px 0 rgb(82, 90, 101, 0.1);
  box-shadow: -1px 3px 20px 0 rgb(82, 90, 101, 0.1);
  overflow: hidden;
}
.overview-content .features-list li span i {
  color: #03c4ff;
  font-size: 15px;
  margin-right: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overview-content .features-list li span:hover {
  color: #fff;
  padding-left: 15px;
}
.overview-content .features-list li span:hover i {
  color: #fff;
}
.overview-content .features-list li span.active {
  color: #fff;
}
.overview-content .features-list li span.active i {
  color: #fff;
}
.overview-content .features-list li span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  border-radius: 0 0 0 0;
  background-color: #03c4ff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.overview-content .features-list li span.active:before {
  right: 0;
}
.overview-content .features-list li span:hover::before {
  right: 0;
}

.overview-image {
  aspect-ratio: 6 / 5; /* Igual a 600 / 500 */
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.overview-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}


.skill-right .skill-details {
  margin-bottom: 25px;
  margin-top: 5px;
}
.progress-box {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.progress-box:last-child {
  margin-bottom: 0;
}
.progress-box h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.progress-box .progress {
  height: 8px;
  background-color: #e9ecfb;
  border-radius: 0;
}
.progress-box .progress .progress-bar {
  background-color: #896eff;
}
@media all and (max-width: 991px) {
  .skill-right .site-heading {
    font-size: 30px;
  }
  .skill-img img {
    width: 100%;
  }
}
.testimonial-area {
  position: relative;
  z-index: 1;
}
.testimonial-area::before {
  content: "";
  position: absolute;
  background-image: url(../img/testimonial/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-single {
  margin-bottom: 20px;
  overflow: hidden;
}
.testimonial-quote {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.testimonial-quote::before {
  content: "\f0dd";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  bottom: -52px;
  left: 40px;
  font-weight: 700;
  font-size: 70px;
  color: #fff;
}
.testimonial-quote::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 8px solid #03c4ff;
  border-right: none;
  border-top: none;
  right: -6px;
  top: -6px;
  border-radius: 50px;
}
.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
  margin-left: 20px;
}
.testimonial-author-img {
  margin-right: 20px;
  width: 80px;
  padding: 5px;
  border-radius: 50px;
  border: 2px dashed #03c4ff;
}
.testimonial-author-img img {
  border-radius: 50%;
}
.testimonial-author-info h4 {
  font-size: 20px;
}
.testimonial-quote-icon i {
  font-size: 50px;
  color: #03c4ff;
}
.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-area .owl-dots .owl-dot span {
  border: 3px solid #03c4ff;
  margin: 5px;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border-radius: 5px;
  display: inline-block;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #03c4ff;
}
.testimonial-rate {
  color: #03c4ff;
}
.counter-area {
  position: relative;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  z-index: 1;
}
.counter-box {
  text-align: center;
  padding: 50px 35px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  font-size: 65px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}
.counter-box .counter {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.counter-box .title {
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
}
@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin-bottom: 25px;
  }
}
@media all and (max-width: 767px) {
  .counter-area {
    margin-top: 0;
  }
}
.blog-item {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  transition: all 0.5s ease-in-out;
}
.blog-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-item img {
  border-radius: 8px;
}
.blog-item-info {
  padding: 23px 30px 20px 30px;
}
.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e8eb;
  padding-bottom: 18px;
}
.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  color: #232323;
}
.blog-item-meta ul li i {
  margin-right: 5px;
  color: #03c4ff;
}
.blog-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.blog-item-info p {
  margin-bottom: 25px;
}
.blog-item-info a:hover {
  color: #03c4ff;
}
.blog-item-info .theme-btn:hover {
  color: #fff;
}
.blog-thumb-img {
  margin-bottom: 20px;
}
.blog-single-content img {
  border-radius: 8px;
}
.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-meta i {
  margin-right: 5px;
  color: #03c4ff;
}
.blog-meta a {
  color: #66788a;
}
.blog-meta a:hover {
  color: #03c4ff;
}
.blog-details-title {
  font-size: 34px;
}
.blockqoute {
  border-left: 5px solid #03c4ff;
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
}
.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}
.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #1e1660;
  left: 0;
  top: 10px;
}
.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.blog-details-tags ul a {
  background: #f8f9ff;
  color: #03c4ff;
  padding: 4px 12px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.blog-details-tags ul a:hover {
  background: #03c4ff;
  color: #fff;
}
.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  margin: 50px 0;
  padding: 20px;
}
.blog-author-img {
  border: 2px solid #03c4ff;
  padding: 5px;
  width: 250px;
}
.author-name {
  font-size: 22px;
  color: #1e1660;
  margin: 8px 0;
}
.author-info {
  padding: 0 20px;
}
.author-social {
  margin-top: 10px;
}
.author-social a {
  margin-right: 10px;
  color: #1e1660;
  transition: all 0.5s ease-in-out;
}
.author-social a:hover {
  color: #03c4ff;
}
.blog-comments {
  margin-bottom: 50px;
}
.blog-comments-wrapper {
  margin: 30px 0;
}
.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: center;
}
.blog-comments-single img {
  border-radius: 50%;
}
.blog-comments-content {
  padding: 20px 30px;
}
.blog-comments-content span {
  font-size: 14px;
}
.blog-comments-content a {
  font-weight: 600;
  margin-top: 5px;
  color: #03c4ff;
}
.blog-comments-content a:hover {
  color: #03c4ff;
}
.blog-comments-reply {
  margin-left: 50px;
}
.blog-comments-form {
  padding: 30px;
  background: #f8f9ff;
  border-radius: 8px;
}
.blog-comments-form h4 {
  margin-bottom: 20px;
}
.blog-comments-form .form-group {
  margin-bottom: 20px;
}
.blog-comments-form .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.blog-comments-form .form-control:focus {
  border-color: #03c4ff;
}
@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }
  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }
  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px 0 0 0;
  }
  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .blog-comments-reply {
    margin-left: 0;
  }
}
.widget {
  background: #f8f9ff;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.widget .widget-title {
  color: #1e1660;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.widget .widget-title::before {
  position: absolute;
  content: "";
  width: 12px;
  border-bottom: 3px solid #03c4ff;
  bottom: 0;
  left: 0;
}
.widget .widget-title::after {
  position: absolute;
  content: "";
  width: 25px;
  border-bottom: 3px solid #03c4ff;
  bottom: 0;
  left: 18px;
}
.widget .search-form .form-control {
  padding: 10px 15px 10px 15px;
  border-radius: 8px;
  box-shadow: none;
}
.widget .search-form {
  position: relative;
}
.widget .search-form .form-control:focus {
  border-color: #03c4ff;
}
.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px 18px;
  background: 0 0;
  border: none;
  color: #6c7c89;
}
.widget .category-list a {
  display: block;
  padding: 10px 0;
  color: #1e1660;
  border-bottom: 1px solid #ced4da;
  transition: all 0.5s ease-in-out;
}
.widget .category-list a:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget .category-list a:hover {
  padding-left: 10px;
  color: #03c4ff;
}
.widget .category-list a i {
  margin-right: 5px;
  color: #03c4ff;
}
.widget .category-list a span {
  float: right;
}
.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.widget .recent-post-img {
  margin-right: 20px;
}
.widget .recent-post-img img {
  width: 100px;
  border-radius: 8px;
}
.widget .recent-post-bio h6 {
  font-size: 16px;
}
.widget .recent-post-bio span {
  font-size: 14px;
  color: #03c4ff;
}
.widget .recent-post-bio span i {
  margin-right: 5px;
}
.widget .recent-post-bio h6 a {
  color: #1e1660;
}
.widget .recent-post-bio h6 a:hover {
  color: #03c4ff;
}
.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50px;
  border: 2px solid #03c4ff;
  color: #03c4ff;
  text-align: center;
  margin-right: 5px;
  transition: all 0.5s ease-in-out;
}
.widget .social-share-link a:hover {
  background: #03c4ff;
  color: #fff;
}
.widget .tag-list a {
  background: #fff;
  color: #1e1660;
  padding: 4px 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.widget .tag-list a:hover {
  background-color: #03c4ff;
  color: #fff;
}
.contact-wrapper {
  background: #fff;
  position: relative;
}
.contact-form {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
}
.contact-form-header {
  margin-bottom: 30px;
  color: #1e1660;
}
.contact-form-header h2 {
  color: #1e1660;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 800;
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease-in-out;
}
.contact-form .form-group .form-control:focus {
  border-color: #03c4ff;
}
.contact-map {
  margin-top: 120px;
}



.contact-form iframe {
  width: 100%;
  border: none;
  display: block;
}

/* Altura predeterminada */
.contact-form iframe {
  height: 650px;
}

/* Para pantallas medianas */
@media (max-width: 768px) {
  .contact-form iframe {
    height: 600px;
  }
}

/* Para pantallas pequeñas (celulares) */
@media (max-width: 480px) {
  .contact-form iframe {
    height: 600px;
  }
}


.contact-map iframe {
  width: 100%;
  height: 450px;
  border-radius: 8px;
}
.contact-content {
  padding: 20px 0;
  margin-bottom: 50px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.contact-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  height: 4px;
  border-radius: 10px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.contact-info-icon {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #03c4ff;
}
.contact-info-icon i {
  font-size: 25px;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  border-radius: 8px;
}
.contact-info h5 {
  color: #1e1660;
  margin-bottom: 5px;
}
.contact-info p {
  color: #1e1660;
}
@media all and (max-width: 767px) {
  .contact-content {
    margin-top: 80px;
  }
}
.process-single {
  position: relative;
}
.process-single .icon {
  height: 100px;
  width: 100px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 45px;
  color: #896eff;
  border: 3px solid #896eff;
  padding: 5px;
  margin-bottom: 30px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.process-single .icon img {
  border-radius: 50%;
}
.process-single span {
  position: absolute;
  height: 35px;
  width: 35px;
  font-size: 14px;
  background: #896eff;
  line-height: 35px;
  color: #fff;
  left: -3px;
  top: -13px;
  font-weight: 600;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}
.process-single h4 {
  margin-bottom: 10px;
}
.process-single::before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #896eff;
  width: 110px;
  height: 2px;
  right: -65px;
  top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}
.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}
.pricing-item {
  position: relative;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.pricing-item::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  z-index: -1;
}
.pricing-item::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border: 40px solid rgba(231, 41, 90, 0.1);
  right: -50px;
  bottom: -50px;
  border-radius: 50%;
  z-index: -1;
}
.pricing-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pricing-header {
  text-align: left;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px;
  border-radius: 0 0 50% 50%;
  position: relative;
}
.pricing-header h5 {
  font-size: 18px;
  font-weight: 700;
  color: #03c4ff;
  text-transform: uppercase;
}
.pricing-amount {
  padding-top: 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px dashed #03c4ff;
}
.pricing-amount strong {
  font-size: 60px;
  font-weight: 700;
  color: #1e1660;
}
.pricing-amount-type {
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
.pricing-amount-type span {
  background: #fff;
  display: inline-block;
  padding: 4px 20px;
  color: #03c4ff;
  border-radius: 50px;
  border: 2px dashed #03c4ff;
}
.pricing-feature {
  padding: 30px 0;
}
.pricing-feature li {
  margin-bottom: 15px;
}
.pricing-feature li i {
  color: #03c4ff;
  margin-right: 5px;
}
.pricing-footer {
  padding-bottom: 30px;
}
@media all and (max-width: 992px) {
  .pricing-amount strong {
    font-size: 50px;
  }
}
.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  border-radius: 8px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.faq-area .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.faq-area .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  border-radius: 8px;
  text-align: center;
  color: #fff;
}
.faq-area .accordion-button:not(.collapsed) {
  color: #03c4ff;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button {
  border-radius: 0 !important;
  font-weight: 700;
  font-size: 18px;
  color: #1e1660;
  background: 0 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  border-bottom: 1px dashed #03c4ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media all and (max-width: 991px) {
  .faq-left {
    margin-bottom: 50px;
  }
  .accordion-button {
    font-size: 16px;
  }
}
.partner-area .partner-wrapper img {
  padding: 20px;
}
.partner-area .partner-item {
  margin-bottom: 20px;
  text-align: center;
}
.partner-slider img {
  padding: 10px !important;
}
.site-breadcrumb {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: visible;
}

/* Imagen como fondo, posicionada al fondo */
.breadcrumb-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

/* Capa oscura sobre la imagen */
.breadcrumb-overlay {
  position: absolute;
  background: rgba(7, 9, 36, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
/* 
.site-breadcrumb::before {
  content: "";
  position: absolute;
  background: rgba(7, 9, 36, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}*/

.breadcrumb-shape {
  position: absolute;
  bottom: -4px;
  left: 0;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu .active {
  color: #03c4ff;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: #fff;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: #03c4ff;
}


@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 350px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.pagination .page-link {
  border: none;
  background: #1e1660;
  color: #fff;
  margin: 0 10px;
  border-radius: 8px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
}
body.rtl-mode {
  direction: rtl;
}
body.rtl-mode .item-area {
  direction: ltr;
}
body.rtl-mode .price-wrapper {
  direction: rtl;
}
@media (min-width: 992px) {
  body.rtl-mode .navbar-brand {
    margin-left: 3rem;
  }
  body.rtl-mode .navbar .nav-item .nav-link {
    margin-left: 3rem;
    margin-right: 0;
  }
}
.error-wrapper {
  text-align: center;
}
.error-wrapper h1 {
  font-size: 200px;
  font-weight: 700;
  color: #ff5e14;
}
.error-wrapper h1 span {
  color: #05103b;
}
.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.error-wrapper img {
  width: 100%;
}
.error-wrapper .theme-btn {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}
.terms-content:not(:last-child) {
  margin-bottom: 54px;
}
.terms-content:first-child {
  margin-top: -3px;
}
.terms-content .terms-list {
  margin-top: 37px;
}
.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}
.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}
.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}
.footer-area {
  background: #070924;
  position: relative;
  z-index: 1;
}
.footer-area::before {
  content: "";
  position: absolute;
  background-image: url(../img/shape/shape-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-widget-box {
  margin-bottom: 20px;
}
.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-logo img {
  width: 190px;
  margin-bottom: 20px;
}
.copyright {
  padding: 20px 0;
  background: #0a0c2e;
}
.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}
.copyright .footer-menu li a {
  color: #f5faff;
  transition: all 0.5s ease-in-out;
}
.copyright .footer-menu li a:hover {
  color: #03c4ff;
}
.copyright .copyright-text {
  color: #f5faff;
  margin-bottom: 0;
  font-size: 16px;
}
.copyright .copyright-text a {
  color: #03c4ff;
  font-weight: 600;
}
.footer-widget-title {
  color: #fff;
  position: relative;
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}
.footer-widget-title::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 15px;
  height: 3px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  bottom: 0;
  left: 0;
}
.footer-widget-title::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 35px;
  height: 3px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  bottom: 0;
  left: 20px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer-list li a {
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.footer-list li a i {
  margin-right: 5px;
  color: #03c4ff;
}
.footer-list li a:hover {
  padding-left: 10px;
  color: #03c4ff;
}
.footer-widget-box p {
  color: #fff;
  padding-right: 18px;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.footer-social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  color: #fff;
  transition: all 0.5s ease-in-out;
}
.footer-social li a i:hover {
  background: #fff;
  color: #03c4ff;
}
.footer-newsletter .subscribe-form .form-control {
  border: 2px solid #e8e8e8;
  height: 55px;
  padding: 0 15px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  background-color: transparent;
}
.footer-newsletter .subscribe-form .form-control::placeholder {
  color: #f2f3f5;
  opacity: 1;
}
.footer-newsletter .subscribe-form .form-control:-ms-input-placeholder {
  color: #f2f3f5;
}
.footer-newsletter .subscribe-form .form-control::-ms-input-placeholder {
  color: #f2f3f5;
}
.footer-newsletter .subscribe-form .theme-btn {
  margin-top: 20px;
  padding: 12px 25px;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #f5faff;
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-contact li a {
  color: #f5faff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact li i {
  width: 12px;
  height: 30px;
  font-size: 18px;
  margin-right: 15px;
  border-radius: 5px;
  line-height: 31px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #03c4ff;
}
@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0;
  }
}
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1.5s cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.sidenav-bar-visible .search-popup {
  width: 80%;
}
.search-active .search-popup {
  transform: translateY(0);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  border: none;
  margin: 0 auto;
  margin-top: -200px;
  text-align: center;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1.5s;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: all 0.3s ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.search-popup .form-group {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.search-popup .form-group input[type="search"],
.search-popup .form-group input[type="text"] {
  position: relative;
  width: 100%;
  height: 70px;
  outline: 0;
  border-radius: 8px;
  border: none;
  padding: 0 100px 0 35px;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.search-popup .form-group button,
.search-popup .form-group input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 7px;
  border-radius: 8px;
  background-image: linear-gradient(136.1deg, #03c4ff 1.84%, #03eaff 100%);
  text-align: center;
  font-size: 20px;
  color: #fff !important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.search-popup .form-group button:hover,
.search-popup .form-group input[type="submit"]:hover {
  background: #03c4ff;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #51668a;
}
.mobile-search-btn {
  display: none;
}
@media all and (max-width: 991px) {
  .mobile-search-btn {
    display: block;
    position: absolute;
    right: 15%;
    color: #fff;
    font-size: 20px;
  }
  .navbar.fixed-top .mobile-search-btn {
    color: #1e1660;
  }
  .mobile-search-btn:hover {
    color: #fff;
  }
}
@media all and (max-width: 767px) {
  .mobile-search-btn {
    right: 20%;
  }
}
.home-2.main {
  margin-top: -9rem;
}
.home-2 .header-top {
  background-image: linear-gradient(136.1deg, #000 1.84%, #000 100%);
}
.home-2 .header-top-contact ul li a i {
  color: #fff;
}
.home-2 .header-top-social a {
  background: 0 0;
}
.home-2 .header-top-social a:hover {
  background: #fff;
}
.home-2 .hero-wrapper {
  padding-top: 120px;
  padding-bottom: 180px;
  background-image: linear-gradient(136.1deg, #03eaff 1.84%, #03c4ff 100%);
}
.home-2 .hero-wrapper::before {
  background: 0 0;
}
.home-2 .feature-area {
  margin-top: -100px;
}
.home-2 .hero-wrapper .hero-title span {
  color: #1e1660;
}
.home-2 .site-title-tagline {
  font-weight: 700;
}
.home-2 .site-title-tagline::before {
  display: none;
}
.home-2 .choose-content li {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
@media (min-width: 992px) {
  .home-2 .navbar .nav-item .nav-link {
    color: #1e1660;
  }
  .home-2 .header-nav-search a {
    color: #1e1660;
  }
}
.home-3.main {
  margin-top: -6rem;
}
.home-3 .choose-content li {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.hire-section {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 70px 0;
  overflow: hidden;
}

/* Fondo visual con <picture> */
.hire-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  user-select: none;
}
.hire-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Oscurecimiento */
.hire-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #121630;
}



.hire-content h6 {
  font-size: 16px;
  font-weight: 600;
  color: #03c4ff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.hire-content h2 {
  font-size: 33px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}
.hire-content h3 {
  font-size: 33px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}
.hire-content p {
  color: #fff;
  font-size: 16px;
  margin: 20px 0 0 0;
}
.hire-content .hire-btn {
  margin-top: 20px;
}
.hire-content .hire-btn .default-btn {
  margin-right: 15px;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}





/* ======================
home 4
========================= */

.home-4.main{
  margin-top: 0;
}

.home-4 .header-top{
  background-image: linear-gradient(136.1deg, #0a0a0a 1.84%, #0a0a0a 100%);
}

.home-4 .header-top-contact ul li a i{
  color: #fff;
}

.home-4 .header-top-social a{
  background: transparent;
}

.home-4 .header-top-social a:hover{
  background: #fff;
}

.home-4 .hero-wrapper{
  padding-top: 120px;
  padding-bottom: 100px;
  background-image: linear-gradient(136.1deg, #0a0a0a  1.84%, #0a0a0a 100%);
}

.home-4 .hero-wrapper::before {
  background: transparent;
}

.home-4 .feature-area{
  margin-top: -40px;
}

.home-4 .hero-wrapper .hero-title span{
  color: #03c4ff;
}

.home-4 .site-title-tagline{
  font-weight: 700;
}

.home-4 .site-title-tagline::before{
  display: none;
}

.home-4 .choose-content li{
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}


@media (min-width: 992px){
  .home-4 .navbar .nav-item .nav-link {
      color: #1E1660;
  }

  .home-4 .header-nav-search a{
    color: #1E1660;
  }

}


/* ======================
home 5
========================= */

.home-5.main{
  margin-top: -6rem;
}

.home-5 .choose-content li{
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.section-title {
  font-size: 28px;
  font-weight: 700;
  background: #f9f9f9;
  padding: 16px 24px;
  border-left: 6px solid currentColor;
  color: #222;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.section-proteccion { color: #005a9c; }
.section-monitoreo { color: #4b0082; }
.section-respuesta { color: #c0392b; }
.section-gobierno   { color: #2e7d32; }



/**************************************
 ** - 07 - Services Section CSS
 **************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	padding: 35px 30px;
	text-align: left;
	border-radius: 5px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -moz-box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    box-shadow: 0px 2px 25px 0px rgb(110, 110, 110, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.services-icon {
    color: #03c4ff;
	font-size: 37px;
	width: 80px;
    height: 80px;
	padding: 17px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border-radius: 10px;
    background: -webkit-gradient(90deg, rgb(215, 215, 215, 0.03) 0%, rgb(215, 215, 215, 0.2) 100%);
    background: linear-gradient(90deg, rgb(215, 215, 215, 0.03) 0%, rgb(215, 215, 215, 0.2) 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.services-icon img {
}

.single-services-item h3 {
	font-size: 18px;
    font-weight: 600;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-item h3 a {
	display: inline-block;
}

.single-services-item p {
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-item .services-btn-link {
	margin-top: 16px;
}

.single-services-item .services-btn-link .services-link {
	position: relative;
    display: inline-block;
    font-size: 15px;
    color: #03c4ff;
    font-weight: 400;
	text-decoration: underline;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.single-services-item .services-btn-link .services-link i {
    position: absolute;
    top: 5.5px;
    font-size: 13px;
    padding-left: 6px;
}
	
/**************************************
 ** - 07 - Services Two Section CSS
 **************************************/
.services-section-two {
	position: relative;
	z-index: 1;
}

.single-services-two {
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	-moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
	box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-two:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 100%;
	border-bottom: 2px solid #1dc2cf;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	transform: scaleX(0);
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
}
.single-services-two:hover:before {
  transform: scaleX(1);
}

.single-services-two .services-two-img img {
    display: block;
    width: 100%;
}
.single-services-two .services-two-info {
    padding: 30px 20px;
}

.single-services-two .services-two-info h3 {
	font-size: 18px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-two .services-two-info h3 a {
  display: inline-block;
}

.single-services-two .services-two-info p {
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-two .services-two-info .services-two-btn-box {
  margin-top: 15px;
}

.single-services-two .services-two-info .services-two-btn-box .services-btn-link {
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-two .services-two-btn-box a i {
    color: #03c4ff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #03c4ff;
	background-color: transparent;
    margin-right: 8px;
    border-radius: 30px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-two:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.single-services-two:hover h3 {
	color: #333;
}

.single-services-two:hover h3 a {
	color: #333;
}

.single-services-two:hover p {
	color: #333;
}

.single-services-two:hover .services-two-btn-box .services-btn-link {
	color: #1dc2cf;
}

.single-services-two:hover .services-two-btn-box i {
	color: #ffffff;
	background-color: #03c4ff;
}