@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i");
/*--- icon font ---*/


@import url("../font/css/font-awesome.min.css");
@import url("../font/pe-icon-7-stroke/css/pe-icon-7-stroke.css");
/*--- bootstrap ---*/
@import url("bootstrap.min.css");
/*--- animate ---*/
@import url("animate.min.css");
@import url("baguetteBox.css");

@font-face {
  font-family: 'Louis George Cafe';
  src: url('../fonts/LouisGeorgeCafe/Louis George Cafe.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('../fonts/LouisGeorgeCafe/Louis George Cafe Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('../fonts/LouisGeorgeCafe/Louis George Cafe Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Louis George Cafe';
  src: url('../fonts/LouisGeorgeCafe/ George Cafe Bold Italic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Louis George Cafe Light';
  src: url('../fonts/LouisGeorgeCafe/Louis George Cafe Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Louis George Cafe Light';
  src: url('../fonts/LouisGeorgeCafe/Louis George Cafe Light Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Condensed version */
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('../fonts/OpenSans/OpenSans_Condensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* SemiCondensed Light Italic */
@font-face {
  font-family: 'Open Sans SemiCondensed';
  src: url('../fonts/OpenSans/OpenSans_SemiCondensed-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Open Sans SemiBold';
  src: url('../fonts/OpenSans/OpenSans_SemiBold.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans SemiBold Italic';
  src: url('../fonts/OpenSans/OpenSans_SemiBoldItalic.ttf') format('truetype');
  font-style: italic;
}


/*--- LOADING ---*/
#loading {
  background-image: url("../images/loader.gif");
  background-position: center center;
  background-repeat: no-repeat;
  height: 120px;
  left: 50%;
  margin: -100px 0 0 -50px;
  position: absolute;
  top: 50%;
  width: 120px;
}

#preloader {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

/* LOADING */
body {
  font-family: "Louis George Cafe", sans-serif;
  font-weight: 400;
  line-height: 30px;
  font-size: 15px;
  color: #000;
  background: url('../images/background-body.svg') no-repeat center top;
  /* background-size: cover; */
  background-position: center;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', "Louis George Cafe", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


hr {
  border-color: #ffdd00;
  border-width: 4px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  width: 80px;
}

.title {
  margin-bottom: 50px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }

  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

/*--- navbar ---*/
.affix-top {
  top: 20px;
  padding-top: 10px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background: none;
  color: #FE982C;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
  margin-left: 0;
  padding-top: 18px;
}

.navbar-right {
  margin-right: 0;
}

.top-social a {
  color: #fff;
}

.top-social a:hover {
  color: #000;
}

.navbar-nav li {
  float: left;
  position: relative;
}

.navbar-inverse {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
}

.navbar-inverse .navbar-nav li a {
  color: #fff;
  padding-bottom: 25px;
  padding-top: 25px;
  font-weight: 500;
  font-family: "Louis George Cafe", sans-serif;
}

.navbar-inverse .navbar-nav li a:focus,
.navbar-inverse .navbar-nav li a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #FE982C;
}

.navbar-inverse .navbar-nav>li.open>a,
.navbar-inverse .navbar-nav>li.open>a:hover,
.navbar-inverse .navbar-nav>li.open>a:focus {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #FE982C;
}

.navbar-nav li .dropdown-menu {
  border-radius: 0;
  padding: 20px 20px 0px;
}

.navbar-nav li .dropdown-menu li::after {
  bottom: 13px;
}

.dropdown-menu.arrow li {
  width: 100%;
}

.navbar-inverse .navbar-nav .dropdown-menu.arrow a {
  color: black !important;
  height: 30px;
  margin: 0 0 18px;
  padding: 0;
}

.top-nav {
  padding: 20px 0;
}

.top-nav li {
  display: inline;
  margin-right: 10px;
  margin-left: 0;
  color: #002e5b;
}

.top-nav li i {
  color: #002e5b;
  font-size: 16px;
  margin-right: 10px;
}

.top-nav .top-social li {
  margin-left: 0;
  margin-right: 10px;
}

.top-nav .top-social li i {
  margin-left: 10px;
  margin-right: 0px;
}

.top-nav .top-social a i {
  color: #002e5b;
}

.top-nav .top-social a i:hover {
  color: #FE982C;
}

.affix {
  background: #1C2975;
  position: fixed;
}

.affix .in-disktop {
  display: none;
}

.affix .in-mobile {
  margin-top: 28px;
}

.navbar-fixed-top {
  transition: all 0.3s ease 0s;
}

.affix-top .in-mobile {
  display: none;
}

.nav.navbar-nav li:hover::after {
  width: 100%;
}

.getbtn {
  background: #FE982C;
  padding: 15px 25px !important;
  margin-top: 10px;
  border-radius: 50px !important;
  color: #1C2975 !important;
}

.getbtn:hover {
  background: #fff !important;
}

.nav.navbar-nav.nav-center {
  margin-left: 25%;
  width: 100%;
}

/*--- main-header ---*/
.main-header {
  height: 850px;
  /* background:#1C2975  */
  background-image: url(/assets/images/header-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80%;
}

.main-header .item {
  height: 850px;
  background-size: cover;
}

.main-header .right-control {
  border: 2px solid #002e5b;
  border-radius: 50%;
  font-size: 44px;
  height: 48px;
  right: 30px;
  line-height: 38px;
  position: absolute;
  color: #002e5b;
  text-align: center;
  top: 48%;
  width: 48px;
  z-index: 99;
}

.main-header .left-control {
  border: 2px solid #002e5b;
  border-radius: 50%;
  font-size: 44px;
  height: 48px;
  left: 30px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 48%;
  color: #002e5b;
  width: 48px;
  z-index: 99;
}

.main-header-text {
  margin-top: 100px;
}




.main-header-text h1 {
  /* font-size: 72px; */
  font-weight: 500;
  margin-top: 30px;
  color: #fff;
}

.main-header-text h1 {
  font-family: 'Open Sans';
  font-weight: 500;
  margin-top: 30px;
  color: #fff;
}

.main-header-text h3 {
  font-family: 'Open Sans';
  font-size: 35px;
  font-weight: 500;
  margin-top: 30px;
  color: #fff;
}

.main-header-text h1 strong {
  color: #ffdd00;
}

.main-header-text p {
  margin-top: 20px;
  max-width: 80%;
  text-align: center;
  margin: auto;
}

.main-header-text a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 5px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

/* 
.main-header-text a:hover,
.main-header-text a.active {
  border: 1px solid #FE982C;
  background: #FE982C;
} */

.main-header img {
  width: 80%;
  max-width: 1000px;

}

.main-header a {
  text-decoration: none;
  border: none;
}

.main-header a :hover {
  background: transparent !important;
  cursor: pointer !important;
}

.main-header h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 75px;
}

.main-header h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
}

/*--- insid-header ---*/
.insidemenu .nav.navbar-nav a {
  color: #fff;
}

.insidemenu .nav.navbar-nav a:hover {
  color: #fff;
}

.insidemenu.affix .nav.navbar-nav a {
  color: #1b2631;
}

.inside-logo {
  margin-left: 0 !important;
  margin-top: -26px;
}

.insid-header {
  background: rgba(0, 0, 0, 0) url("../images/header-bg.jpg") no-repeat scroll center 0/cover;
}

.insid-header-text {
  margin: 200px auto 100px;
  width: 100%;
}

.insid-header-text h1 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}

.bdrcrums {
  display: inline-block;
  padding: 10px 0;
}

.bdrcrums li {
  display: inline;
  color: #FE982C;
}

.bdrcrums li a {
  color: #fff;
}

/*--- features ---*/
.features {
  position: relative;
  padding: 150px 15px 100px;
}

.features .features-img {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.features .features-img img {
  width: 100%;
  max-width: 400px;
}

.features .features-text h3 {
  color: #1b2631;
  font-size: 26px;
  writing-mode: vertical-rl;
  /* text-orientation: upright; */
}

.features .features-text .responsive-text {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 0.25em;
  /* Equivalente a 25% del font-size (4px en este caso) */
}

@media (max-width: 1024px) {
  .responsive-text {
    flex-direction: column;
    align-items: center;
    /* opcional: para centrar */
  }
}

.features .features-text li {
  margin-bottom: 30px;
}

.vertical-center {
  display: table;
  height: 100%;
  width: 100%;
}

.vertical-center-inner {
  display: table-cell;
  vertical-align: middle;
}

.services {
  padding: 100px 0 70px;
}

.services .services-text {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

.services-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  height: 100%;
  transition: box-shadow 0.3s ease;
}

.services-text:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.icon-container {
  text-align: center;
  margin-bottom: 20px;
}

.icon-container i {
  font-size: 48px;
  color: #007bff;
}

.services-text h3 {
  /* font-size: 1.3rem; */
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.services-text p {
  /* font-size: 1rem; */
  margin-bottom: 15px;
  text-align: center;
}

.services-text ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0;
}

.services-text ul li {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 100%;
}


.services .services-text h4 {
  color: #1b2631;
  font-weight: 600;
  line-height: 24px;
}

.services .services-text-left {
  border-radius: 5px;
}

.services .services-text-left h3 {
  color: #1b2631;
  font-weight: 600;
}

/*--- px-bg ---*/
.px-bg {
  padding: 100px 0 100px;
  min-height: 500px;
}

.px-bg h2 {
  font-family: "Open Sans", sans-serif;

  color: #fff;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
}

.px-bg p {
  color: #fff;
}

.px-bg button {
  background: #FE982C;
  /* box-shadow: 1px 6px 9px rgba(0, 0, 0, 0.1); */
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  margin-top: 30px;
  height: 42px;
  width: 70%;
  max-width: 500px;
  /* padding: 20px 40px; */
  transition: all 0.3s ease 0s;
  font-size: 18px;
}

.px-bg {
  background: rgba(0, 0, 0, 0) url("../images/background-proximo.svg") no-repeat scroll center 0/cover;
  background-position: center;
  padding: 120px 0 100px;
  text-align: center;
}



/*--- news ---*/
.news {
  padding: 100px 0 70px;
  background: #f3f7ff;
}

.news .news-img {
  float: left;
  width: 100%;
}

.news .news-img img {
  width: 100%;
}

.news .news-img .date {
  background: #1C2975;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 25px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  padding: 6px 0;
}

.news .news-img .date strong {
  display: block;
  margin: 0 0 -8px;
  text-align: center;
  font-size: 24px;
}

.news .news-text {
  background: #fff;
  float: left;
  padding: 15px;
  width: 100%;
  margin-bottom: 30px;
}

.news .news-text ul {
  float: left;
  margin-bottom: 20px;
}

.news .news-text li {
  display: inline;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}

.news .news-text li a {
  background: #1b2631;
  border-radius: 3px;
  color: #fff;
  padding: 10px 20px;
  float: left;
  transition: all 0.5s ease 0s;
}

.news .news-text li a:hover {
  background: #ffdd00;
  color: #002e5b;
}

.news .news-text h3 a {
  color: #1b2631;
  display: block;
  font-weight: 600;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
  text-align: center;
  padding: 0 30px;
}

.news .news-text h3 a:hover {
  color: #FE982C;
}

.news .news-text h4 {
  color: #1b2631;
}

.news2 {
  background: #fff;
  padding-bottom: 150px;
}

.news2 .news-text {
  background: #f3f7ff;
}



/*--- Prices table ---*/
.prices {
  padding: 100px 0;
}

.prices .price-box {
  display: flex;
  flex-direction: column;
  border-radius: 15px !important;
  padding: 20px;
  height: 100%;
  /* text-align: center; */
  background-color: #fff;
  /* box-shadow: 0px 3px 12px #1515151A; */
  /* box-shadow: 5px 0px 5px 0px rgba(21, 29, 77, 0.5); */
  box-shadow: 0px 4px 12px 0px rgba(21, 29, 77, 0.5);
}

.prices .price-box .price {
  padding: 30px 0;
  color: #1b2631;
}

.prices .price-box .price strong {
  font-size: 36px;
}

.prices .price-box .price sup {
  top: -.8em;
  font-size: 16px;
}


.prices .price-box.active .title-box h4 {
  color: #fff !important;
}
.prices .price-box .title-box h4 {
  margin: 0;
  font-weight: bold;
  color: rgba(47, 96, 167, 1);
  padding: 15px 0px;
  font-weight: 900;
  font-family: 'Open Sans';
  font-size: 20px;
  text-align: center;
}


.prices .price-box p {
  /* display: list-item;
  text-align: center;
  margin-bottom: 10px;
    border-bottom: 1px solid #97d1e1; */
  line-height: inherit;
  margin: 0 !important;
  border-bottom: 1px solid rgba(151, 209, 225, 1);
}

.prices .price-box .btn-box {
  /* padding: 30px 20px; */
  margin-top: 40px;
  /* border-top: 1px solid #1C2975; */
}

.prices .price-box .btn-box button {
  /* border: 1px solid #1C2975; */
  padding: 8px 20px;
  font-weight: 700;
  color: rgba(28, 41, 117, 1);
  background-color: #FE982C;
  border-radius: 10px;
  border: none;
}

.prices .price-box .btn-box a:hover {
  border: 1px solid #FE982C;
  background: #FE982C;
  color: #fff;
}

.prices .active {
  /* border: 2px solid #1C2975; */
  background: #1C2975;
  color: #fff;
  border-radius: 25px;

}


.prices .feature-list {
  list-style: none;
  /* padding: 0 30px; */
  flex: 1;
  margin: 0;
}

.prices .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 16px;
  text-align: justify;
  line-height: normal;
}

.prices .feature-list img {
  width: 20px;
  height: 20px;
}


/*--- footer ---*/
.footer {
  background-color: #1C2975;
  color: #fff;
  font-weight: 300;
  line-height: 28px;
  padding-top: 60px;
  /* padding: 20px 0 10px; */
  position: relative;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #ffdd00;
}


.footer .w50 {
  float: left;
  width: 50%;
}

.footer .logo {
  width: 100%;
  /* max-width: 300px; */
  margin-bottom: 20px;
}

.footer .icons {
  width: 100%;
  margin: auto;
  max-width: 320px;

}

.footer .w50 li {
  margin-bottom: 10px;
}

.footer .weight h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer .weight h5 a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.footer .time {
  font-size: 12px;
}

.footer .time::before {
  color: #ffdd00;
  content: "";
  font-family: fontawesome;
  margin-right: 10px;
}

.footer .weight i {
  color: #ffdd00;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

.footer .weight span {
  display: inline-block;
  width: 86%;
}

.footer .weight h5 {
  margin-bottom: 0;
  margin-top: 0;
}

.footer .weight li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}

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


.footer .social-icons img {
  width: 30px;
  height: 30px;
}

.copy-right {
  background: #1C2975;
  color: #fff;
  /* padding: 14px 0 0; */
  height: 100px;
}

.copy-right .social-f {
  float: right;
}

.copy-right .social-f li {
  display: inline;
  margin-left: 10px;
}

.copy-right .social-f li a {
  color: #fff;
}

.copy-right a {
  font-weight: 100;
  color: #fff;
  text-decoration: none;
}

.copy-right .social-f li a:hover {
  color: #FE982C;
}

/*--- responsive ---*/
@media (min-width: 320px) and (max-width: 736px) {

  .nav.navbar-nav.nav-center {
    margin-left: -15px;
    background: #1C2975;
  }

  .main-header-text p {
    width: 100%;
    line-height: normal;
  }

  .case-studies {
    padding: 50px 0 100px;
  }

  .case-studies .case-studies-detalis-img {
    margin-bottom: 30px;
  }

  .main-header .item {
    height: 480px;
    background-position: center center;
  }

  .main-header .left-control {
    right: 30px;
    top: 38%;
    left: inherit;
  }

  .weight {
    float: left;
    margin-bottom: 30px;
  }

  .affix-top {
    top: 0;
    padding-top: 0px;
  }

  .main-header-text {
    margin-top: 100px;
  }



  .main-header-text h1 {
    font-size: 65px;
    width: 100%;
  }

  .main-header-text h2 {
    font-size: 30px;
    width: 100%;
  }

  .main-header-text h4 {
    width: 74%;
    line-height: 24px;
    font-size: 14px;
  }

  .main-header-text a {
    margin-right: 20px;
    margin-top: 10px;
    padding: 12px 15px;
  }



  .main-header {
    height: 100%;
    margin-top: 0;
    text-align: center;
  }

  .top-nav li {
    display: none;
  }

  .navbar-inverse .navbar-toggle {
    background: #FE982C;
    border-color: #FE982C;
    margin-bottom: 18px;
    color: #002e5b;
    margin-top: 18px;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: #FE982C;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-nav li {
    float: left;
    width: 100%;
  }

  .affix .nav.navbar-nav a {
    height: 55px;
    padding-bottom: 10px;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #555555;
  }

  .navbar-nav {
    background: #fff;
    margin: 7.5px -15px;
  }



  .client li {
    margin-bottom: 20px;
    width: 100%;
  }





  .features-hover img {
    width: auto;
  }

  .features .features-img {
    margin-bottom: 30px;
  }

  .title h4 {
    font-size: 15px;
  }

  .insid-header-text h1 {
    font-size: 30px;
  }

  .insid-header-text h4 {
    font-size: 14px;
  }

  .insid-header-text {
    margin: 80px auto 50px;
  }

  .services {
    padding: 50px 15px;
  }

  .features .container {
    padding: 35px 0px 0px;
  }

  .services .services-text-left {
    padding-right: 20px;
  }

  .features .features-hover {
    bottom: -100px;
  }

  .title h2 {
    font-size: 45px;
  }

  .in .nav.navbar-nav a,
  .in .nav.navbar-nav a:hover,
  in .nav.navbar-nav a:focus {
    color: #000;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .navbar-inverse .navbar-nav .dropdown-menu.arrow a {
    height: auto;
    margin: 0 0 18px;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .nav.navbar-nav li::after {
    left: 0;
  }

  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border: medium none !important;
    box-shadow: none;
  }

  .client2 li {
    margin-bottom: 30px;
    width: 100%;
  }

  .client li {
    width: 100%;
    margin-bottom: 30px;
  }

  .client li:last-child,
  .client2 li:last-child {
    margin-bottom: 0;
  }


  .case-studies .case-studies-box .case-studies-box-hover {
    transform: translateY(450px);
  }

  .contact-form .contact-form-box {
    width: 100%;
  }

  .title h4 {
    font-size: 13px;
  }

  .title {
    margin-bottom: 50px;
  }

  .contact-informations .contact-address {
    margin-top: 50px;
  }

  .main-header-text img {
    width: 80%;
    margin-top: 30px;
  }
/* 
  .getbtn,
  .main-header-text a,
  .nav.navbar-nav.navbar-right {
    display: none !important;
  } */

  .features .features-text {
    width: 100%;
  }

  .features .features-text p {
    width: 100%;
    line-height: normal;
  }

  .services .services-text i {
    top: -33px;
  }

  .title p {
    padding: 0;
  }

  .prices .price-box {
    margin-bottom: 30px;
  }

  .prices {
    padding-bottom: 70px;
  }

  .spicel-features .spicel-features-text i {
    margin-left: 30%;
  }

  .copy-right {
    text-align: center;
  }

  .copy-right .social-f {
    float: none;
    display: inline-block;
    margin-bottom: 10px;
  }

  .weight {
    width: 100%;
  }

}

@media (min-width: 300px) and (max-width: 400px) {
  .spicel-features .spicel-features-text i {
    margin-left: 18.5%;
  }

  .services .services-text i {
    top: -33px;
  }
}

@media (min-width: 1300px) and (max-width: 1440px) {


  .main-header2 .main-header-text h1 {
    font-size: 60px;
    font-weight: 500;
    margin-top: 30px;
    color: #fff;
  }

  .main-header2 .main-header-text p {
    color: #fff;
    line-height: 30px;
    width: 50%;
    margin: auto;
  }

  .features .features-img img {
    margin-top: 50px;
  }

  .about,
  .spicel-features,
  .services.faq,
  .services {
    background-size: 100%;
    background-position: center center;
  }




  .features .features-text {
    width: 100%;
  }

  .features {
    padding-bottom: 50px;
  }

  .features .col-lg-6 {
    padding-left: 0;
  }

  .main-header {
    height: 700px;
  }

  .main-header .item {
    height: 650px;
  }

  .main-header-text {
    margin-top: 100px;
  }


  .main-header-text h1 {
    font-size: 70px;
  }

  .client2 li {
    margin-bottom: 30px;
    width: 33.33%;
  }

  .our-team-text img {
    width: 100%;
  }

  .features .features-text {
    width: 100%;
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .main-header {
    height: 650px;
    margin-top: 100px;
  }

  .features-hover {
    font-size: 12px;
    line-height: 18px;
  }

  .main-header-text h4 {
    font-size: 15px;
  }

  .main-header-text {
    margin-top: 150px;
  }



  .main-header-text h1 {
    font-size: 48px;
  }

  .our-team-outer {
    margin-bottom: 20px;
  }



  .our-team {
    padding: 100px 0 70px;
  }

  .client2 li {
    margin-bottom: 30px;
    width: 33.33%;
  }

  .client li {
    width: 33.33%;
    margin-bottom: 30px;
  }

}

/*# sourceMappingURL=style.css.map */


/* Centrar logo en desktop usando una lista intermedia */
.navbar-nav.center-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  top: -13px;
}

/* Tamaño del logo */
.logo-img {
  height: 40px;
  /* ajusta según necesidad */
}

/* Alineación de botones si usas btn dentro de navbar */
.navbar-btn {
  margin-top: 8px;
}

.w-100 {
  width: 100% !important;
}

.con-bullets {
  list-style-type: disc;
  /* círculo lleno */
  padding-left: 20px;
  margin-top: 30px;
  margin-left: 10px;
  /* espacio para mostrar los bullets */
}

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

.line-divider {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

.carousel-control {

  display: grid;
  align-items: center;
  background-color: transparent !important;
  background-image: none !important;
  opacity: 1 !important;
  justify-content: space-between;
}

.comienza {

  padding: 100px 20px;
}

.comienza .row {
  display: flex;
  align-items: center;
  flex-direction: column;

}

.line-divider {
  width: 5px;
  height: 50px;
  background-color: #fff;
  margin: 20px 0;
}

/* Móvil: convertir la línea en vertical */
@media (max-width: 768px) {}

@media (min-width: 768px) {
  .comienza .row {
    flex-direction: row;
  }

  .line-divider {
    width: 100%;
    height: 2px;
    background-color: #4d70b5;
    margin: 30px 0;
  }



}

.comienza .row hr {
  border-color: rgba(90, 127, 168, 1);
}

.comienza .row h3 {
  line-height: normal;
  color: #4d70b5;
  font-weight: bold;
}

.comienza .row p {
  line-height: normal;
  font-weight: 400;
}

.clients {
  padding: 100px 20px;
}

.clients .item .logo {
  border-radius: 20px;
}

.clients .item .icon {
  position: absolute;
  bottom: 0;
  width: 150px;
  height: 150px;
  right: 0;
}

/*************  ✨ Windsurf Command 🌟  *************/
@media (max-width: 768px) {

  .clients .item .logo {
    border-radius: 20px;
  }

  .clients .item .icon {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*******  6af64448-aab2-4324-854d-66fed5270402  *******/

.clients .carousel-inner p {
  line-height: normal;
}


.mt-5 {
  margin-top: 50px;
}

.title-bold {
  font-weight: bold;
  font-size: 50px;
  color: #1b2631;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.text-paragraph {
  font-size: 18px;
  line-height: 100%;
  color: #1b2631;
  margin-bottom: 20px;
  font-family: 'Open Sans Regular', sans-serif;
}


/* clases generales  */
.d-flex {
  display: flex;
}

.d-flex.align-items-center {
  display: flex;
  align-items: center;
}

.d-flex.justify-content-center {
  display: flex;
  justify-content: center;
}

.d-flex.justify-content-between {
  display: flex;
  justify-content: space-between;
}

.d-flex.flex-column {
  display: flex;
  flex-direction: column;
}

.d-flex.flex-row {
  display: flex;
  flex-direction: row;
}

.d-flex.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.d-flex.align-items-start {
  display: flex;
  align-items: flex-start;
}

.font-weight-bold {
  font-weight: bold;
}

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

.text-dark {
  color: #000 !important;
}
.lh-0 {
  line-height: 0;
}

.mt-0 {
  margin-top: 0;
}


.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-1 {
  margin-top: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-4 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 50px;
}

.fm-os {
  font-family: "Open Sans" !important;
}

.fm-os-bold {
  font-family: "Open Sans Bold" !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-24 {
  font-size: 24px;
}

.fz-30 {
  font-size: 30px;
}

.fz-36 {
  font-size: 36px;
}

.fz-40 {
  font-size: 40px;
}

.fz-50 {
  font-size: 50px;
}

.lh-100 {
  line-height: 100% !important;
}

.lh-120 {
  line-height: 120% !important;
}

.lh-150 {
  line-height: 150% !important;
}

.fw-600 {
  font-weight: 600;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none;
  z-index: 10;
  
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background: #ffffffdd;
  color: #333;
  border: none;
  font-size: 24px;
  padding: 12px !important;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  pointer-events: all;
  cursor: pointer;
  transition: all 0.3s ease;
      width: 50px;
    height: 50px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #333;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

