@import url("https://fonts.googleapis.com/css?family=Arvo:700|Open+Sans&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');


html {
  overflow-x: hidden;
}

html {
  height: 100%; 
  background-color: black; 
}
body {
  background-size: 100%;
  background-image: url(../img/tecno.webp);
  background-repeat: repeat-y;
  font-display: swap;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #757575;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  width: 100%;
}

/* Dark Mode */
body.dark {
  background-image: url(../img/tecno-dark.webp);
  color: #e8e8e8;
}

h1,
h2,
h3,
h4 {
  font-display: swap;
  font-size: 38px;
  color: #545454;
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
}

/* h1, h2, h3, h4 Dark Mode */
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4 {
  color: #f3f3f3;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a.link {
  color: #636363;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  margin: 0px;
  font-size: 16px;
  letter-spacing: 0.5px;
}

p.intro {
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  margin: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
}

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

ul li,
ol li {
  list-style: none;
}


a:not([href]):not([tabindex]) {
  color: #fff;
}

.section-er {
  margin-bottom: 30px;
}

.section-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
}

.section-title {
  font-size: 25px;
  color: #636363;
  display: inline-block;
  font-weight: 700;
  position: relative;
}

.white {
  color: white;
}

.section-title span {
  color: #714c91;
}

/* modo dark */
body.dark .section-title span {
  color: #39dbe2;
}

.shape {
  height: 1px;
  margin: 0 auto 30px;
  position: relative;
  width: 80px;
  background-color: #02afb7;
}

.padding-none {
  padding: 0px;
}

.bg-gray {
  background: #ffffffd4;
}

body.dark .bg-gray {
  background: #343a40eb;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(61, 96, 244, 0.3);
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn-button {
  color: #fff;
  background-color: #714c91;
  border-color: #714c91;
  margin-top: 50px;
}

.btn-button:hover {
  color: #fff;
  background-color: #4aacc3 !important;
  border-color: #4aacc3 !important;
}

.dark .btn-button:hover {
  color: #fff;
  background-color: rgb(5, 207, 197) !important;
  border-color: rgb(5, 207, 197) !important;
}

div.content-button {
  display: flex;
  justify-content: center;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #714c91;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.btn-common:hover {
  color: white;
  background: #249ba0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

button:focus {
  outline: none !important;
}

.social-icon a {
  color: #636363;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #714c91;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

body.dark a.back-to-top i {
  background-color: #249ba0;
}


a.back-to-top i:hover {
  background-color: #249ba0;
}

/* modo oscuro */

body.dark a.back-to-top i:hover {
  background-color: #714c91;
}

a.back-to-top:hover,
a.back-to-top:focus {
  text-decoration: none;
}

/* ***** Preloader ****** */

/* Modo light */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: aliceblue;
}

/* Modo dark */
body.dark #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: #0e0e0e;
}

.loader {
  top: 45%;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 100%;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  /* border-radius: 100%; */
  border: 2px solid transparent;
  /* border-top-color: #8345b2; */
  background-image: url(../../assets/logoSH.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  /* border: 2px solid #f2f2f2; */
  animation: spin 1s infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 70px 0;
}

.section-padding2 {
  padding: 0px;
}

hr {
  border-top: 1px dotted #ddd;
}

/* ==========================================================================
 8. Services Section Style 4 PARADIGM
   ========================================================================== */
/* #services {
  background-color: #ffffffc7;
} */

/* Dark Mode */
/* body.dark #services {
  background: #343a40eb;
} */

#paradigm-subtitle {
  display: inline-flex;
  color: #714c91;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.dark #paradigm-subtitle {
  display: inline-flex;
  color: #0ac4bb;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

#services-subtitle {
  color: #714c91;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

/* Dark Mode */
body.dark #services-subtitle {
  color: #fff;
}

#services .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#services .content-left span {
  float: right;
}

#services .content-left .text {
  text-align: right;
}

#services .content-right span {
  float: left;
}

#services .box-item {
  display: flex;
  flex-direction: row-reverse;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  position: relative;
  top: 0;
  height: 20rem;
}

#services .box-item:hover h4 {
  color: #02afb7;
}

#services .box-item .icon {
  display: inline-flex;
  align-items: flex-end;
  flex: 1;
  text-align: start;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#services .box-item .icon i {
  color: #02afb7;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#services .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#services .box-item .text p {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

#services .show-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#services .show-box img {
  width: 100%;
  height: 100%;
}

#paradigm-foot {
  margin-top: auto;
  color: #714c91;
  font-weight: bold;
  font-size: 22px;
}

/* Modo oscuro */
body.dark #paradigm-foot {
  color: #39dbe2;
}



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

.content-consulting {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Services Item */
#servicios {
  background: #f2f2f2;
}

/* Dark Mode */
body.dark #servicios {
  background: #343a40eb;
}

#servicios .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#servicios .show-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicios .show-box img {
  width: 90%;
  height: 90%;
}

.services-item {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin: 15px 0;
  box-shadow: 0 0 12px #cdcdcd;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

body.dark .services-item {
  background: #272b30;
  box-shadow: 0 0 12px #6f6d6d;

}

/* Modo oscuro */

body.dark .services-dev-title #services-dev-title {
  color: #39dbe2;
}

.services-item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 30px;
  color: #02afb7;
  line-height: 70px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 16px;
  color: #714c91;
  font-weight: bold;
}

.services-item .services-content h3 a:hover {
  color: #02afb7;
}

.services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(102, 102, 102, 0.1);
}

body.dark .services-item:hover {
  box-shadow: 0 10px 22px 10px rgba(102, 102, 102, 0.1);
}

.services-subtitle {
  display: flex;
  justify-content: center;
  margin-top: -10rem;
}

.services-subtitle h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #636363;
}

/* End Services */

/* Development Section of Services*/
#services-subtitle {
  color: #714c91;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

body.dark #services-subtitle {
  color: #fff;
}

/* Dark Mode */
body.dark #development {
  background: #343a40eb;

}

/* Dark Mode */
body.dark #development-subtitle {
  color: #fff;
}

#development .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#development .content-left span {
  float: right;
}

#development .content-left .text {
  text-align: right;
}

#development .content-right span {
  float: left;
}

#development .box-item {
  box-shadow: 0 0 12px #b3b3b3;
  padding: 15px;
  line-height: 22px;
  margin-top: 30px;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
}

body.dark #development .box-item {
  background-color: transparent;
}

#development .box-item .icon {
  text-align: center;
  margin: 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#development .box-item .icon i {
  color: #02afb7;
  font-size: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#development .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#development .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#development .box-item:hover {
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#development .box-item:hover h4 {
  color: #02afb7;
}

#development .show-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*End Development*/


.about-area .about-wrapper {
  height: 100%;
  width: 100%;
  display: table;
}

.about-area .about-wrapper>div {
  vertical-align: middle;
  display: table-cell;
}

.content span {
  font-weight: bold;
}

.about-area img {
  border-radius: 4px;
}

.about-area .content {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-area .content p {
  margin-bottom: 30px;
}

#cta {
  padding: 30px 0;
}

.navbar-brand {
  position: relative;
  width: 30%;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  padding: 5px !important;
  top: 0px !important;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* Dark Mode */
body.dark .top-nav-collapse {
  background: #414141 !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 80%;
  height: 80%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #4aacc3 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  visibility: visible !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #4aacc3 !important;
  border-color: #4aacc3 !important;
}


.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #4aacc3 !important;
}

/* Dark Mode */
body.dark .top-nav-collapse .navbar-nav .nav-link,
body.dark .top-nav-collapse .navbar-nav .nav-link:hover,
body.dark .top-nav-collapse .navbar-nav .nav-link:hover {
  color: rgb(5, 207, 197) !important;
}

/* Dark Mode */
body.dark .top-nav-collapse .navbar-nav .nav-link:hover {
  border-color: #fff !important;
}



.navbar-expand-lg .navbar-toggler {
  background: transparent;
  border: 1px solid #714c91;
  color: #714c91;
  border-radius: 4px;
  cursor: pointer;
}

.navbar-brand {
  position: relative;
  width: 35%;
  /* height: 80%; */
  padding: 0px;
  visibility: visible !important;
}

/* Logo modo light */
#logo-nav {
  width: 100%;
  height: 50px;
  background-image: url(../logo-light.webp);
  background-repeat: no-repeat;
  background-size: contain;
  visibility: visible !important;
}

/* Logo modo dark */
body.dark #logo-nav {
  width: 100%;
  height: 50px;
  background-image: url(../logo-dark.webp);
  background-repeat: no-repeat;
  background-size: contain;
  visibility: visible !important;
}

/*link activo*/
.top-nav-collapse .navbar-nav li.active a.nav-link,
.top-nav-collapse .navbar-nav li.active a.nav-link::after {
  color: #714c91 !important;
  border-color: #714c91;
  width: 100%;
  font-weight: bold;
}

/* Dark Mode */

body.dark .navbar-expand-lg .navbar-toggler,
body.dark .top-nav-collapse .navbar-nav li.active a.nav-link,
body.dark .top-nav-collapse .navbar-nav li.active a.nav-link::after {
  color: #4cddff !important;
  border-color: #4cddff !important;
  font-weight: bold;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 12px;
  font-family: 'Rubik';
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-item {
  padding-left: 20px;
}

/* Links del Nav */
.navbar-expand-lg .navbar-nav .nav-link {
  color: #495057;
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 12px;
  padding: 7px 0;
  cursor: pointer;
  position: relative;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: visible !important;
}

/* link del nav guión */
.navbar-expand-lg .navbar-nav .nav-link::before,
.navbar-expand-lg .navbar-nav .nav-link::after {
  background-color: #714c91;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  margin: 0 auto;
  width: 0;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  /* transition: width 1s;
  -ms-transition: width 1s;
  -webkit-transition: width 1s; */
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #714c91;
  font-weight: bold;
  outline: none;
}

/* Dark Mode */
.dark .navbar-expand-lg .navbar-nav li a:hover,
.dark .navbar-expand-lg .navbar-nav li .active > a,
.dark .navbar-expand-lg .navbar-nav li a:focus {
  color: #714c91;
  font-weight: bold;
  outline: none;
}

/* Dark Mode */
body.active .navbar-expand-lg .navbar-nav li a:hover,
body.active .navbar-expand-lg .navbar-nav li .active > a,
body.active .navbar-expand-lg .navbar-nav li a:focus {
  color: #373b4c !important;
}

/* Link posicionado en sección */
.navbar-expand-lg .navbar-nav .active>.nav-link,
.navbar-expand-lg .navbar-nav .active>.nav-link::after,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open>.nav-link {
  color: #714c91 !important;
  /* font-weight: bold; */
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:hover::before,
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active::after {
  color: #714c91;
  width: 100%;
  /* transition: width 1s;
  -webkit-transition: width 1s;
  -ms-transition: width 1s; */
}

/*Barra navegadora*/
.navbar {
  padding: 10px 0;
  /* background: rgb(11,168,195);
  background: linear-gradient(
  90deg, rgba(11,168,195,0) -23%, rgba(4,134,182,1) 29%, rgba(11,207,210,1) 80%, rgba(28,249,226,1) 100%); */
}

.navbar li.active a.nav-link {
  color: white;
  font-weight: bold;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -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;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #02afb7;
  background: #f7f7f7;
}

.dropdown-item.active,
.dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

/* ==========================================================================
3. Hero Area (Header)
========================================================================== */
#hero-area {
  /* background-image: url(../img/wave2.svg); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  position: relative;
  overflow: hidden;
  padding: 88px 0 80px;
}

#hero-area .contents .head-title {
  color: #4e4e4e;
  font-family: 'Rubik', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 10px;
}

/* Dark Mode */
body.dark #hero-area .contents .head-title {
  color: #ececec;
}

#hero-area .contents .header-button {
  margin-top: 20px;
  color: #222222;
}

#hero-area .contents .header-button .btn {
  margin-right: 10px;
}



/* ==========================================================================
   We Are Hiring Table Style (Job)
   ========================================================================== */

.job_img {
  position: relative;
  max-width: 112%;
}

.job-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

/* ==========================================================================
   About Us Table Style (Pricing)
   ========================================================================== */
#pricing {
  text-align: center;
}

#pricing .title {
  padding-top: 20px;
}

#pricing .title h3 {
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
}

.foco-center {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#pricing .title .month-plan {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#pricing .table {
  flex: 1;
  background-color: #ffffff85;
  margin-top: 15px;
  padding: 30px;
  border-radius: 4px;
  border: none !important;
  box-shadow: 0px 2px 18px 0px rgba(148, 147, 147, 0.3);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.flex {
  display: flex;
}

body.dark #pricing .table {
  background-color: #272b30;
}

#pricing .table p {
  color: #757575;
}

/* Dark Mode */
body.dark #pricing .table p {
  color: #e8e8e8;
}

#pricing .table p:hover {
  color: #757575;
}

#pricing .table .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  margin-bottom: 20px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

/* Dark Mode */
body.dark #pricing .table .icon-box {
  background-color: transparent;
}

#pricing .table .icon-box i {
  color: #39dae1;
  line-height: 80px;
  font-size: 80px;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .pricing-header {
  position: relative;
  text-align: center;
}

#pricing .table .pricing-header .price-value {
  font-size: 20px;
  color: #714c91;
  position: relative;
  text-align: center;
  font-weight: bold;
}

/* Dark Mode */
body.dark #pricing .table .pricing-header .price-value {
  color: #ffffff;
}

#pricing .table .pricing-header .price-value:hover {
  color: #714c91;
}

#pricing .table .pricing-header .price-value span {
  font-size: 15px;
  color: #abacae;
  font-weight: 400;
}

#pricing .table .description {
  text-align: center;
  padding: 0px 50px;
  margin-bottom: 20px;
}

#pricing .table .description li {
  font-size: 14px;
  font-weight: 400;
  color: #abacae;
  padding: 4px 0;
}

#pricing .table .description li:last-child {
  border-bottom: none;
}

#pricing #active-tb {
  background: #ffffff;
  box-shadow: 0 10px 22px 10px rgba(27, 38, 49, 0.1);
}

#pricing #active-tb .icon-box {
  background: #02afb7;
  border: 1px solid #714c91;
}

#pricing #active-tb .icon-box i {
  color: #fff;
}

#pricing .active {
  z-index: 99999;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

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

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span,
.owl-carousel button.owl-dot.clickable,
.owl-carousel button.owl-dot:hover span {
  background: #F63854;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #f1f1f1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.16);
}

/* modo dark */
body.dark .form-control {
  color: white;
  background-color: #212529;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 6px 6px rgba(0, 0, 0, 0.16);
  border: none;
}

.form-control:focus {
  border-color: rgb(161, 161, 161);
  box-shadow: none;
  outline: none;
}

/* modo dark */
body.dark .text-danger {
  color: #39dbe2;
}

/* modo dark */
body.dark .form-control:focus {
  border-color: #39dbe2;
}

body.dark input::placeholder,
body.dark textarea::placeholder {
  color: #888;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right-area .contact-title {
  margin-bottom: 20px;
}

.contact-right-area .contact-title h1 {
  font-size: 22px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 30px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 0px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #F63854;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

body.dark a {
  color: #00e9f3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.h3 {
  float: right;
  font-size: 16px;
}


/* ****************** Footer Area Start *******************************/
.footer-area {
  position: relative;
  padding: 80px 0px 0px;
  background: linear-gradient(0deg, #a2a1a1, #ffffffd4);
}

/* modo dark */

body.dark .footer-area {
  background: linear-gradient(0deg, black, #343a40eb)
}

.widget {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0px;
  margin-top: 20px;
}

.footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 10px;
}

img.logo {
  width: 30%;
  height: 30%;
}

.footer-area .footer-titel {
  font-size: 16px;
  color: #714c91;
  font-weight: 600;
  padding-bottom: 20px;
}

body.dark .footer-titel,
body.dark .footer-area .textwidget p {
  color: #f3f3f3;
}

.footer-area .footer-titel span {
  color: #ccc;
  font-weight: 400;
}

.footer-area .textwidget p {
  color: #757575;
}



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

.footer-area .footer-link li a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

/* modo dark */

.footer-area .footer-link li a {
  color: #757575;
}

.footer-area .footer-link li a:hover,
.footer-area .address li a:hover {
  color: #39dbe2;
}


/* modo dark */

body.dark .footer-area .footer-link li a:hover,
body.dark .footer-area .address li a:hover,
body.dark #copyright p a {
  color: #39dbe2;
}


.footer-area .address li {
  margin-bottom: 20px;
}

.footer-area .address li a {
  display: flex;
  color: #757575;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
}

/* modo dark */

body.dark .footer-area .address li a,
body.dark #copyright p {
  color: #e8e8e8;
}

.footer-area .address li a i {
  font-size: 22px;
  width: 32px;
  vertical-align: middle;
  height: 36px;
  text-align: center;
  display: inline-block;
  margin-right: 5px;
  line-height: 32px;
}

.footer-area #subscribe-form {
  margin-top: 10px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  color: #714c91;
}

#copyright .copyright-content {
  border-top: 1px solid #d5d4e9;
  padding: 15px 0;
  margin: 0px 0 0px;
}

#copyright p {
  line-height: 42px;
  color: #333;
  text-align: left;
  margin: 0;
  font-size: small;
}

#copyright p a {
  color: #714c91;
  font-weight: bolder;
}

p.pie {
  font-size: small;
}

div.social-icon {
  display: flex;
  justify-content: left;
}

ul.address.content-center {
  margin-top: 120px;
}

.social-icon a {
  color: #636363;
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;

}

/* DEJO LOS COLORES CORRESPONDIENTES DE CADA ICONO*/
.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

.social-icon .whatsapp:hover {
  background: rgb(49, 202, 62);
}

.arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  font-weight: bold;
}

.arrow a {
  color: white;
}

.arrow a:hover {
  color: #03afb7;
}

#arrow-down {
  color: #714c91;
  font-size: xx-large;
  margin-top: 0;
}

#arrow-down:hover {
  color: #39dbe2;
  font-size: xx-large;
  margin-top: 0;
}

/* Modo dark */
body.dark #arrow-down {
  color: #39dbe2;
}

body.dark #arrow-down:hover {
  color: white;
  font-weight: bolder;
}

/* Modo nocturno */

/* .switch {
  margin-left: 25px;
  margin-top: 6px;
  height: 21px;
  width: fit-content;
  background: #714c91;
  border-radius: 1000px;
  border: none;
  position: relative;
  cursor: pointer;
  display: flex;
  outline: none;
  font-size: x-small;
}

.switch::after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  position: absolute;
  background: #F1F1F1;
  top: 0;
  left: 0;
  right: unset;
  border-radius: 100px;
  transition: 0.3s ease all;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.switch.active {
  background: #36a9c5 !important;
  color: black !important;
}

.switch.active::after {
  right: 0 !important;
  left: unset !important;
}

.switch span {
  width: 15px;
  height: 22px;
  line-height: 20px;
  display: block;
  background: none;
  color: #fff;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: yellow;
} */

#switch {
  visibility: visible !important;
}


.switcher {
  display: flex;
  position: relative;
  right: 0;
  bottom: 0;
  top: 6px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: #ccc;
  cursor: pointer;
  padding: 12px;
  background-image: url(../../assets/sun.svg);
  background-repeat: no-repeat;
}

body.dark .switcher {
  background-image: url(../../assets/moon.svg);
} 

/* Animacion Header */

#header-wrap {
  width: 100%;
  height: 660px;
  /* background: #ffffffb8; */
  /* background: linear-gradient(-45deg,white, #ffffff, #23d5ab, #4c5091, #583575, #ff667d, orange, #ffe000, white); 
  background-size: 400% 400%;
  position: relative;
  animation: change 10s ease-in-out infinite;*/
}

.intro-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@keyframes change {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/* Cursor */
.txt-type>.txt {
  border-right: 0.1rem solid #777;
}

/* ---------------------------- ---------------Imágenes General -------------------------------- */

.creative_img {
  position: relative;
 width: 100%;
 height: 100%;
}

/* -------------------------------------------- Clases General ----------------------------------*/
.top {
  top: 11rem;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column {
  flex-direction: column;
}

.map {
  display: flex;
  justify-content: center;
  align-items: center;
}



/********************************************* Tecnologías **************************************/

div.container-technologies {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}


.technologies {
  vertical-align: middle;
  border-style: none;
  border-radius: 1rem;
  text-align-last: justify;
}

img.technologies {
  width: 150px;
  height: 100px;
  margin: 18px;
  padding: 10px;
}

/* modo dark*/
body.dark .technologies {
  vertical-align: middle;
  border-style: none;
  border-radius: 1rem;
  text-align-last: justify;
}


/****** Carrusel logos ******/
.slider {
  display: flex;
  position: relative;
  height: 100px;
  margin-top: 30px;
}

.slide {
  height: 100px;
  display: flex;
  align-items: center;
}

.slide {
  height: 100px;
  display: flex;
  align-items: center;
  animation: slideshow 60s linear infinite;
}

@keyframes slideshow {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/********************************* End Technologies *************************************/


/******************************** Menú idiomas ******************************************/

.lang-menu {
  width: 100px;
  text-align: right;
  font-weight: bold;
  margin-top: 5px;
  position: relative;
  font-family: 'Rubik', sans-serif;
  visibility: visible !important;
}

.lang-menu .selected-lang {
  display: flex;
  justify-content: center;
  line-height: 2;
  cursor: pointer;
  font-size: small;
}

/* Bandera ínglés */
.lang-menu .selected-lang:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://cdn-icons-png.flaticon.com/512/197/197374.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.lang-menu .selected-lang-es {
  display: flex;
  justify-content: center;
  line-height: 2;
  cursor: pointer;
  font-size: small;
}

/* Bandera español */
.lang-menu .selected-lang-es:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://cdn-icons-png.flaticon.com/512/197/197593.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.lang-menu .selected-lang-pt {
  display: flex;
  justify-content: center;
  line-height: 2;
  cursor: pointer;
  font-size: small;
}

/* Bandera portugués */
.lang-menu .selected-lang-pt:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://cdn-icons-png.flaticon.com/512/197/197463.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.lang-menu ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  top: 25px;
  right: 13px;
  width: 74px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #f8f8f8;
}

.dark .lang-menu ul {
  position: absolute;
  display: none;
  margin: 0;
  padding: 0;
  top: 25px;
  right: 13px;
  width: 74px;
  border-radius: 5px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  background-color: #414141;
  border: 1px solid #414141;
}

.lang-menu ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

.lang-menu ul li a {
  text-decoration: none;
  width: 125px;
  padding: 5px 9px;
  display: block;
  color: #714c91;
  font-size: smaller;
}

.dark .lang-menu ul li a {
  color: rgb(5, 207, 197) !important;
}

.dark .lang-menu ul li a:hover {
  color: rgb(255, 255, 255) !important;
}

.lang-menu ul li:hover {
  background-color: #a0a0a0;
}

.dark .lang-menu ul li:hover {
  background-color: #2c2c2c;
}

.lang-menu ul li a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Bandera español menu select */
.es:before {
  background-image: url(https://cdn-icons-png.flaticon.com/512/197/197593.png);
}

/* Bandera inglés menu select */
.en:before {
  background-image: url(https://cdn-icons-png.flaticon.com/512/197/197374.png);
}

/* Bandera portugés menu select */
.pt:before {
  background-image: url(https://cdn-icons-png.flaticon.com/512/197/197463.png);
}

.lang-menu:hover ul {
  display: block;
}

/********************************* End Menú idiomas *************************************/



/************************* Bienvenida **************************************************/
#img {
  width: 100%; 
  height: 100%;
}

.modal {
  display: block; 
  position: absolute; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9);
  animation: modal 5s;
  animation-delay: 0s;
  visibility: hidden;
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 3;
  }
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@media only screen and (max-width: 700px){
  .modal-content {
      width: 100%;
  }
}

/************************* End Bienvenida **************************************************/


