/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #303030;
  font-family: "Poppins", sans-serif;
}

p {
  color: #fff;
}

::selection {
  background: #5258be;
  color: #fff;
}

::-moz-selection {
  background: #5258be;
  color: #fff;
}

@media (max-width: 991px) {
  html,
  body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #5258be;
}

.section-heading h2 span {
  color: #87cfde;
}

.main-blue-button a {
  display: inline-block;
  background-color: #5258be;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #5258be;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #87cfde;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff !important;
  height: 80px !important;
  position: fixed !important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff !important;
}

.background-header .main-nav .nav li:hover a {
  color: #87cfde !important;
}

.background-header .nav li a.active {
  color: #87cfde !important;
}

.header-area {
  background-color: #303030 !important;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo p {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #87cfde;
  line-height: 100px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.logo p span {
  color: #5258be;
}

.background-header .main-nav .logo p {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #87cfde !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #87cfde !important;
  opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #5258be;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a !important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #87cfde !important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #87cfde;
}
.first-img {
  scale: 3;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .first-img {
    scale: 1;
  }

  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #fff;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #87cfde !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #87cfde !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3b566e;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul,
  .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #87cfde;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #87cfde;
  border-radius: 50%;
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: "";
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: "";
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content p {
  text-transform: uppercase;
  font-size: 18px;
  color: #87cfde;
  margin-bottom: 15px;
}

.main-banner .left-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
}

.main-banner .left-content h1 em {
  color: #87cfde;
  font-style: normal;
}

.main-banner .left-content h1 span {
  color: #5258be;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #87cfde;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #5258be;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}

/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

.about-us-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
  background-color: #fff;
  padding: 16px;
  border-radius: 50%;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  font-size: 18px;
  color: #fff;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.second-image {
  scale: 1.5;
}

/* Estilos para las tarjetas de características */
.feature-card {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-icon {
  font-size: 2.5rem;
  color: #4b8ef1;
  margin-bottom: 15px;
}

.feature-content h4 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #5258be;
}

.feature-content p {
  color: #303030;
  font-size: 0.95rem;
}

/* Efectos de inclinación */
.rotate-left {
  transform: rotate(-2deg);
}

.rotate-right {
  transform: rotate(2deg);
}

.feature-card:hover.rotate-left {
  transform: rotate(-2deg) translateY(-5px);
}

.feature-card:hover.rotate-right {
  transform: rotate(2deg) translateY(-5px);
}

.our-services {
  margin-bottom: 50px;
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #5258be;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255, 77, 30);
  background: linear-gradient(105deg, #86cfde 0%, #5258be 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}

/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255, 77, 30);
  background: linear-gradient(105deg, #86cfde 0%, #5258be 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255, 77, 30);
  content: "";
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, #86cfde 0%, #5258be 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  width: 100%;
  border-radius: 20px;
}

.chat {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 21px;
  right: 10px;
  z-index: 999;
}

/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}

/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  margin-top: 60px;
  padding: 160px 0px;
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  position: absolute;
  right: -166px;
  bottom: 0;
}

form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 33px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 20px;
  background-color: #d1f3ff;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #5258be;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all 0.3s;
}

form#contact button:hover {
  background-color: #87cfde;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #87cfde;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .second-image {
    scale: 1;
  }

  .payment-methods {
    padding: 0;
    margin-top: 300px;
  }

  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100% !important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item {
    background: rgb(255, 77, 30);
    background: linear-gradient(105deg, #86cfde 0%, #5258be 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }

  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}

/* Video Demos Section */
.video-demos {
  padding: 100px 0;
  background: #454545;
}

.video-showcase {
  position: relative;
  margin-top: 50px;
}

.main-video {
  position: relative;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: rotate(-1deg);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 30px;
  z-index: 2;
}

.video-caption h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.video-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: rotate(1deg);
}

.video-item:nth-child(2n) {
  transform: rotate(-1deg);
}

.video-item:hover {
  transform: scale(1.05) rotate(0deg) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  background: #222;
}

.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s;
}

.video-thumbnail:hover img {
  opacity: 0.6;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(75, 142, 241, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  transition: all 0.3s;
}

.video-thumbnail:hover .play-button {
  background: rgba(75, 142, 241, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-info {
  padding: 20px;
  background: white;
}

.video-info h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.video-info p {
  color: #666;
  font-size: 0.9rem;
}

/* Estilos para la nueva sección de métodos de pago */
.payment-methods {
  padding: 100px 0;
  background-color: #454545;
}

.payment-card {
  background: white;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.payment-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.payment-icon {
  font-size: 50px;
  margin-bottom: 20px;
  color: #4b8ef1;
}

.payment-icon img {
  width: 100px;
  height: 100px;
}

.payment-card:hover .payment-icon i {
  transform: scale(1.2);
}

.payment-button {
  margin-top: 40px;
}

.payment-button a {
  padding: 15px 30px;
  font-size: 16px;
}

.hidden {
  display: none;
}

.demo-access .main-red-button {
  margin: 0 auto;
  padding: 15px 30px;
  font-size: 16px;
  display: inline-block;
  background-color: #5258be;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.logo-slider-section {
  background: #454545;
  padding: 30px 0;
  margin: 20px 0;
}

.logo-carousel .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.logo-carousel .logo-item img {
  max-height: 150px;
  width: auto !important;

  transition: all 0.3s ease;
}

/* Ocultar controles de navegación */
.logo-carousel .owl-nav {
  display: none !important;
}

.logo-carousel .owl-dots {
  display: none !important;
}

.our-portfolio {
  padding-bottom: 200px;
}

.two {
  background-color: #454545;
}
/* 
---------------------------------------------
Admin System Styles
--------------------------------------------- 
*/

.admin-system {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.admin-system .admin-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.admin-system .admin-title:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  background: #5258be;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.admin-system .admin-graphic {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-system .admin-graphic img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease;
}

.admin-system .admin-graphic:hover img {
  transform: scale(1.03);
}

.admin-system .graphic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.admin-system .overlay-card {
  position: absolute;
  background: rgba(82, 88, 190, 0.9);
  padding: 15px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  transition: all 0.5s ease;
  width: 150px;
  text-align: center;
}

.admin-system .overlay-card:hover {
  transform: rotate(0deg) scale(1.1);
  background: rgba(135, 207, 222, 0.9);
}

.admin-system .overlay-card .overlay-icon {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}

/* Feature Cards */
.admin-system .feature-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  position: relative;
  overflow: hidden;
}

.admin-system .feature-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: linear-gradient(to bottom, #5258be, #87cfde);
  transition: all 0.5s ease;
}

.admin-system .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

.admin-system .feature-card:hover:before {
  height: 100%;
}

.admin-system .feature-icon {
  width: 80px;
  height: 80px;
  background: rgba(82, 88, 190, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.admin-system .feature-card:hover .feature-icon {
  background: rgba(135, 207, 222, 0.2);
  transform: rotate(15deg);
}

.admin-system .feature-icon img {
  max-width: 40px;
  max-height: 40px;
}

.admin-system .feature-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  position: relative;
}

.admin-system .feature-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0;
}

.admin-system .feature-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.admin-system .feature-card:hover .feature-arrow {
  color: #87cfde;
  right: 25px;
}

/* CTA Section */
.admin-system .admin-cta {
  margin-top: 50px;
}

.admin-system .cta-box {
  background: rgba(82, 88, 190, 0.1);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.admin-system .cta-box:hover {
  background: rgba(82, 88, 190, 0.2);
  border-color: #87cfde;
}

.admin-system .cta-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.admin-system .cta-button {
  display: inline-block;
  background: linear-gradient(to right, #5258be, #87cfde);
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.admin-system .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(to right, #87cfde, #5258be);
}

.admin-system .access-data {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.admin-system .access-item {
  margin: 0 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: flex;
  align-items: center;
}

.admin-system .access-icon {
  margin-right: 8px;
  font-size: 16px;
}

.admin-system .security-note {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.admin-system .security-note img {
  width: 16px;
  margin-right: 8px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .admin-system .admin-graphic {
    margin-bottom: 50px;
  }

  .admin-system .feature-card {
    padding: 25px;
  }

  .admin-system .feature-icon {
    width: 60px;
    height: 60px;
  }

  .admin-system .feature-icon img {
    max-width: 30px;
  }
}

@media (max-width: 768px) {
  .admin-system {
    padding: 70px 0;
  }

  .admin-system .admin-title {
    font-size: 28px;
  }

  .admin-system .feature-content h4 {
    font-size: 18px;
  }

  .admin-system .cta-box {
    padding: 30px 20px;
  }

  .admin-system .access-data {
    flex-direction: column;
  }

  .admin-system .access-item {
    margin: 5px 0;
  }
}

/* Animation Effects */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.admin-system .graphic-overlay .overlay-card:nth-child(1) {
  animation: float 6s ease-in-out infinite;
}

.admin-system .graphic-overlay .overlay-card:nth-child(2) {
  animation: float 5s ease-in-out infinite 1s;
}

.logo {
  width: 20%;
  height: 50px;
}

.text-primary-ch {
  color: #5258be;
}
.text-secondary-ch {
  color: #87cfde;
}

.JcDuranM-footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #ffffff;
  padding: 4rem 0 0;
  font-family: "Poppins", sans-serif;
  border-top: 3px solid #2563eb;
}

.footer-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

@media (min-width: 992px) {
  .footer-main {
    grid-template-columns: 1fr 2fr;
  }
}

.footer-brand {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 1.5rem;
}

.footer-tagline {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #e2e8f0;
}

.footer-tagline strong {
  color: #3b82f6;
  font-weight: 600;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: #cbd5e1;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #3b82f6;
  transform: translateY(-2px);
}

.footer-section {
  margin-bottom: 1.5rem;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #ffffff;
  position: relative;
  padding-bottom: 0.5rem;
}

.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #3b82f6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-link {
  display: block;
  color: #cbd5e1;
  margin-bottom: 0.8rem;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-link:hover {
  color: #3b82f6;
  padding-left: 5px;
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #cbd5e1;
  font-size: 0.95rem;
}

.footer-contact-item i {
  margin-right: 0.5rem;
  color: #3b82f6;
  font-size: 1.1rem;
}

.footer-newsletter {
  margin-top: 1.5rem;
}

.newsletter-title {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  color: #ffffff;
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
}

.newsletter-form input {
  flex: 1;
  padding: 0.6rem 0.8rem;
  border: 1px solid #334155;
  background: #1e293b;
  color: #ffffff;
  border-radius: 4px;
  font-size: 0.9rem;
}

.newsletter-form input::placeholder {
  color: #94a3b8;
}

.newsletter-form input:focus {
  outline: none;
  border-color: #3b82f6;
}

.newsletter-button {
  background: #3b82f6;
  color: white;
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.newsletter-button:hover {
  background: #2563eb;
}

.footer-bottom {
  background: rgba(0, 0, 0, 0.2);
  padding: 1.5rem 2rem;
  margin-top: 3rem;
}

.footer-payments {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.payment-method img {
  height: 24px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.payment-method img:hover {
  opacity: 1;
}

.footer-copyright {
  text-align: center;
  color: #94a3b8;
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-copyright a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer-copyright a:hover {
  color: #3b82f6;
}

.footer-credits {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
}

.footer-credits i {
  color: #ef4444;
}

/* Estilos para el carrusel de métodos de pago */
.payment-carousel {
  position: relative;
  padding: 0 40px;
}

.payment-carousel .owl-stage {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.payment-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.payment-carousel .owl-nav button {
  pointer-events: all;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(59, 130, 246, 0.8) !important;
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.payment-carousel .owl-nav button:hover {
  background: #2563eb !important;
}

.payment-carousel .owl-nav button span {
  font-size: 28px;
  line-height: 1;
}

.payment-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.payment-carousel .owl-dots button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e1 !important;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.payment-carousel .owl-dots button.active {
  background: #3b82f6 !important;
  transform: scale(1.2);
}

/* Estilos para las tarjetas de pago */
.payment-card {
  background: white;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.payment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.15);
}

.payment-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.payment-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.payment-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1e293b;
}

.payment-description {
  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 0;
}

/* Botón de contacto */
.payment-button .main-red-button {
  background: #3b82f6;
  border: none;
  transition: all 0.3s ease;
}

.payment-button .main-red-button:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3);
}

.admin-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #1e293b;
}

.admin-title span {
  color: #3b82f6;
}

.admin-subtitle {
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 2.5rem;
}

.admin-graphic {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.admin-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.graphic-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  max-width: 160px;
  transition: all 0.3s ease;
}

.overlay-card:hover {
  transform: translateY(-5px);
  background: white;
}

.overlay-icon {
  font-size: 1.5rem;
  margin-right: 10px;
}

.overlay-card p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #1e293b;
}

.feature-card {
  background: white;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  height: 100%;
  position: relative;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(59, 130, 246, 0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-content {
  flex: 1;
}

.feature-content h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
}

.feature-content p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.feature-sublist {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
  color: #fff;
}

.feature-sublist li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
}

.feature-sublist li:before {
  content: "•";
  color: #3b82f6;
  position: absolute;
  left: 0;
}

.feature-arrow {
  color: #3b82f6;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-left: 0.5rem;
}

.demo-access {
  margin-top: 2rem;
}

.main-red-button {
  border: none;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.main-blue-button {
  background: #1e293b;
  border: none;
  padding: 0.8rem 1.8rem;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  transition: all 0.3s ease;
}

.main-red-button:hover,
.main-blue-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.credential-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(30, 41, 59, 0.8);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.credential-badge i {
  margin-right: 0.5rem;
  color: #3b82f6;
}

@media (max-width: 991px) {
  .admin-title {
    font-size: 1.8rem;
  }

  .feature-card {
    flex-direction: column;
  }

  .feature-icon {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Licenses Section Styles */
.licenses-section {
  padding: 100px 0;
}

.license-plans {
  margin-top: 50px;
}

.license-card {
  background: rgba(30, 41, 59, 0.8);
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  height: 100%;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid #eee;
  color: #fff;
}

.license-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.license-header {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.license-header h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.price {
  font-size: 36px;
  font-weight: 700;
  color: #f35525;
  margin-bottom: 15px;
}

.popular-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

.license-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.license-features li {
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  border-bottom: 1px dashed #eee;
}

.license-features li:last-child {
  border-bottom: none;
}

.license-features i {
  color: #f35525;
  margin-right: 8px;
}

.license-cta {
  text-align: center;
}

.license-note {
  margin-top: 30px;
  color: #7a7a7a;
}

.license-note a {
  color: #f35525;
  font-weight: 600;
}

/* License Card Colors */
.license-card.basic .price {
  color: #4a6cf7;
}

.license-card.basic .license-features i {
  color: #4a6cf7;
}

.license-card.pro {
  border-top: 3px solid #f35525;
}

.license-card.premium .price {
  color: #6c47ff;
}

.license-card.premium .license-features i {
  color: #6c47ff;
}
/* Botón Contratar - Versión Premium */
.contratar-btn {
  display: inline-block;
  background: linear-gradient(135deg, #f35525 0%, #ff6b3d 100%);
  color: white !important;
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.4s ease;
  border: none;
  text-decoration: none !important;
  box-shadow: 0 5px 15px rgba(243, 85, 37, 0.4);
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.contratar-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(243, 85, 37, 0.6);
  background: linear-gradient(135deg, #e04a1f 0%, #ff5a2d 100%);
}

.contratar-btn:active {
  transform: translateY(1px);
}

/* Efecto de brillo al pasar el mouse */
.contratar-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 50px;
  height: 200%;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(30deg);
  transition: all 0.3s;
}

.contratar-btn:hover::after {
  left: 110%;
}
.discount-banner .alert {
      background: linear-gradient(135deg, #4CAF50, #8BC34A);
      color: white;
      border-radius: 8px;
      padding: 15px;
      border: none;
      box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    }
    
    .discount-banner h4 {
      font-weight: 700;
      margin-bottom: 5px;
    }
    
    .discount-banner i {
      margin-right: 8px;
    }
    
    /* Estilos para precios con descuento */
    .original-price {
      text-decoration: line-through;
      color: #999;
      font-size: 0.9em;
      margin-right: 8px;
    }
    
    .discounted-price {
      color: #4CAF50;
      font-weight: bold;
      font-size: 1.2em;
    }
    
    .discount-badge {
      background-color: #4CAF50;
      color: white;
      padding: 3px 8px;
      border-radius: 4px;
      font-size: 0.8em;
      margin-left: 8px;
      vertical-align: middle;
    }
    
    /* Clase para ocultar elementos */
    .hidden {
      display: none !important;
    }

/* ---------------------------------------------
   Header layout fixes (desktop)
   --------------------------------------------- */
@media (min-width: 992px) {
  /* Give the header enough height for a larger logo */
  .header-area,
  .background-header {
    height: 140px !important;
  }

  /* Match the nav container height */
  .header-area .main-nav {
    min-height: 140px;
  }

  /* Logo alignment and safe sizing (override global img width:100%) */
  .header-area .main-nav .logo {
    line-height: 140px; /* vertical centering */
    display: inline-block;
  }
  .header-area .main-nav .logo img {
    height: 110px;  /* desktop logo size */
    width: auto;   /* override global rule */
    vertical-align: middle;
    display: inline-block;
  }

  /* Menu vertical alignment for taller header */
  .header-area .main-nav .nav {
    margin-top: 50px; /* align with taller header */
  }
}

/* Header layout fixes (mobile) */
@media (max-width: 767px) {
  /* Set header height and fit logo inside without cropping */
  .header-area,
  .background-header {
    height: 100px !important;
  }

  .header-area .main-nav {
    min-height: 100px;
  }

  .header-area .main-nav .logo {
    line-height: 100px;
    display: inline-block;
  }

  .header-area .main-nav .logo img {
    height: 60px; /* mobile logo size */
    width: auto;  /* override global img width:100% */
    vertical-align: middle;
    display: inline-block;
  }
}
