/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Nunito", sans-serif;
  color: #444444;
}

a {
  color: #47b2e4;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1350px;
  }
}

/*--------------------------------------------------------------
  # Preloader
  --------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #107166;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #107166;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Botón de volver a la parte superior
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #137774;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #17858a;
  color: #fff;
}

.wsp-button {
  position: fixed;
  display: inline;
  right: 15px;
  bottom: 75px;
  z-index: 99999;
}

.wsp-button img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  transition: all 0.4s;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header .background-header {
  background-image: url("../img/fondo-bg1.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2.5rem 0;
}

#header .container,
#header .container .row {
  height: 100% !important;
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#header p {
  font-size: 24px;
}


#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
}

#header .logo {
  font-size: 30px;
  margin: 40px 0 28px 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 130px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

#header .swiper-container {
  width: 50%;
  margin: 0;
  height: 100%;
}

#header .swiper-container .swiper-wrapper p {
  font-weight: bold;
}

#header .swiper-slide {
  transition: 0.3s;
}

#header .swiper-slide:hover {
  opacity: 1;
}

#header .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#header .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #748584;
  opacity: 1;
  border: 1px
}

s #header .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b3cecb;
}

/*--------------------------------------------------------------
  # Contact Header
  --------------------------------------------------------------*/
/* #header .form-contact{
    height: initial;
  } */
#header .form-contact .php-email-form {
  /* margin-bottom: -520px; */
  width: 100%;
  border-radius: 3%;
  padding: 30px 130px;
  background: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

#header .form-contact .php-email-form .section-title h2 {
  bottom: -40px;
}

#header .form-contact .php-email-form .form-group {
  padding-bottom: 8px;
}

#header .form-contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#header .form-contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#header .form-contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#header .form-contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#header .form-contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#header .form-contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#header .form-contact .php-email-form input {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 4px;
}

#header .form-contact .php-email-form input:focus {
  border-color: #47b2e4;
}

#header .form-contact .php-email-form input {
  height: 50px;
}

#header .form-contact .php-email-form button[type="submit"] {
  font-weight: 600;
  background: #107166;
  border: 0;
  padding: 12px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  font-size: 18px;
}

#header .form-contact .php-email-form button[type="submit"]:hover {
  background: #17858a;
}

#header .form-contact .topp-footer {
  width: 100%;
  height: 80vh;
  background-image: url('../img/fondo-bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#header #langForm .language-select {
  background: white;
  color: #333;
  border: 1px solid #ccc;
  padding: 8px 14px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 9999;
}

#header #langForm .language-select:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  #header .form-contact .php-email-form {
    padding: 20px 20px;
  }

  #header .form-contact .php-email-form .section-title h2 {
    font-size: 30px;
    bottom: -30px;
  }
}

@media (max-width: 575px) {
  #header .form-contact .php-email-form {
    padding: 20px 20px;
  }

  #header .form-contact .php-email-form .section-title h2 {
    font-size: 30px;
    bottom: -30px;
  }
}


/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul {
  display: flex;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 10px 0 10px 0;
  margin: 0 15px 0 15px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #000000;
  transition: 0.3s;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #47b2e4;
}

.nav-menu .drop-down ul {
  border-radius: 8px;
  display: block;
  position: absolute;
  left: -15px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
  text-align: left;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #0c3c53;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #47b2e4;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }

  #header .row {
    padding: 0 3rem;
  }

  #header h1 {
    font-size: 40px;
    line-height: 45px;
    padding-right: 3rem;
  }

  #header p {
    font-size: 22px;
  }

}

@media (max-width: 1199px) {
  #header .row {
    padding: 0 2rem;
  }

  #header h1 {
    font-size: 35px;
    line-height: 40px;
    padding-right: 2rem;
  }

  #header p {
    font-size: 19px;
  }

  #header .form-contact .php-email-form {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 991px) {

  #header .background-header,
  #header .container {
    height: auto !important;
    flex-direction: column;
  }

  #header .row {
    text-align: center;
    padding: 2rem;
    height: 90% !important;
  }

  #header h1 {
    font-size: 35px;
    line-height: 40px;
    padding-right: 0;
  }

  #header h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #header .container .row>div:first-child {
    margin-bottom: 4rem !important;
  }

  #header p {
    font-size: 22px;
  }

  #header .contact {
    width: 100% !important;
  }

  #header .swiper-container {
    width: 100%;
  }

  #header .form-contact .php-email-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 48px 0 0;
    padding: 6px 20px 7px 20px;
  }

  #header .background-header,
  #header .container {
    height: auto !important;
    flex-direction: column;
  }


  #header .container .row {
    text-align: center;
    padding: 2rem;
    height: 90% !important;
  }

  #header h1 {
    font-size: 35px;
    line-height: 40px;
    padding-right: 0;
  }

  #header h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #header p {
    font-size: 22px;
  }

  #header .container .row ::first-line {
    margin-bottom: 2rem !important;
  }

  #header .contact {
    width: 100% !important;
  }

  #header div .w-100 {
    align-items: start;
  }

  #header .logo {
    width: 130px;
    margin: 20px 4px;
  }

  #header .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
    margin-bottom: 30px;
  }

  #header .swiper-container {
    width: 100%;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  top: 70px;
  right: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #137774;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #37517e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #47b2e4;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 58, 90, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
  # Hero Section
  --------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background-image: url('../img/fondo-bg2.png');
  background-repeat: no-repeat;
}

#hero .container {
  padding-top: 20px;
}

#hero .content-right {
  text-align: right;
}

#hero .content-left {
  text-align: left;
}

#hero h1,
#hero h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
}

.btn-get-started {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #97CD1F;
}

.btn-get-started:hover {
  box-shadow: 0px 0 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  cursor: pointer;
}

#hero .hero-img {
  text-align: right;
}

#hero .hero-img img {
  width: 80%;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }

  #hero .content-right {
    text-align: center;
  }

  #hero .content-left {
    text-align: center;
  }
}

@media (max-width: 768px) {
  #hero p {
    font-size: 16px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }

  #hero .content-right {
    text-align: center;
  }

  #hero .content-left {
    text-align: center;
  }
}

@media (max-width: 575px) {
  #hero p {
    font-size: 16px;
  }

  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
    margin-bottom: 30px;
  }

  #hero .content-right {
    text-align: center;
  }

  #hero .content-left {
    text-align: center;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
  # Sections General
  --------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f2f2;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2,
.section-title h1 {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
  color: #1C1C1C;
}

.section-title p {
  font-size: 18px;
  margin-bottom: 0;
  color: #1C1C1C;
  font-family: 'Nunito' sans-serif;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .section-title p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
  # Inicio de página
  --------------------------------------------------------------*/
.init-page h2 {
  font-size: 1.5rem;
}

.init-page .icon-box .text-center p {
  font-size: 1.3rem;
}

.init-page .icon-box {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
}

.init-page .icon-box .icon {
  margin-bottom: 10px;
}

.init-page .icon-box .icon img {
  width: 30%;
}

.init-page .icon-box h4 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
  color: #1C1C1C;
  transition: ease-in-out 0.3s;
}

.init-page .icon-box p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0;
}

.init-page .cont-footer p {
  font-size: 18px;
  margin-bottom: 0;
  color: #1C1C1C;
  font-family: 'Nunito' sans-serif;
}

/*--------------------------------------------------------------
  # Numbers
  --------------------------------------------------------------*/

.numbers {
  width: 100%;
  height: auto;
  background-image: url('../img/bann.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.numbers .box-num-border {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

.numbers .box-numbers {
  width: 100%;
  height: auto;
  text-align: center;
}

.numbers .box-numbers img {
  max-width: 45px;
  border-radius: 50%;
  height: auto;
  right: 18%;
  top: 0;
  position: absolute;
}

.numbers .box-numbers h1,
.numbers .box-numbers h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
}

.numbers .box-numbers h1 span {
  color: #fff;
  font-size: 60px;
  font-weight: 900;
  line-height: 56px;
}

.numbers .box-numbers p {
  color: #fff;
  font-size: 20px;
  font-weight: 550;
  line-height: 22px;
}

@media (max-width: 1300px) {
  .numbers .box-num-border {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  .numbers .box-numbers img {
    max-width: 30px;
    top: -10px;
    right: 20%;
  }

  .numbers .box-numbers h1 {
    font-size: 50px;
  }

  .numbers .box-numbers h1 span {
    font-size: 35px;
    line-height: 12px;
  }

  .numbers .box-numbers p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 992px) {
  .numbers .box-num-border {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  .numbers .box-numbers img {
    max-width: 30px;
    top: -10px;
    right: 20%;
  }

  .numbers .box-numbers h1 {
    font-size: 50px;
  }

  .numbers .box-numbers h1 span {
    font-size: 35px;
    line-height: 12px;
  }

  .numbers .box-numbers p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .numbers .box-num-border {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  .numbers .box-numbers img {
    max-width: 20px;
    top: -10px;
  }

  .numbers .box-numbers h1 {
    font-size: 50px;
  }

  .numbers .box-numbers h1 span {
    font-size: 30px;
    line-height: 12px;
  }

  .numbers .box-numbers p {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 575px) {
  .numbers .box-num-border {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }

  .numbers .box-numbers img {
    max-width: 30px;
    top: -10px;
    right: 20%;
  }

  .numbers .box-numbers h1 {
    font-size: 50px;
  }

  .numbers .box-numbers h1 span {
    font-size: 35px;
    line-height: 12px;
  }

  .numbers .box-numbers p {
    font-size: 16px;
    line-height: 16px;
  }
}

/*--------------------------------------------------------------
  # Skills
  --------------------------------------------------------------*/

.skills .swiper {
  height: 100%;
  display: flex;

  overflow: hidden;
}

.skills .section-title span {
  font-size: 4rem;
}

.skills .row div span {
  font-size: 1.3rem;
}

.skills .swiper .swiper-container .swiper-slide {
  background-color: #ffffff;
  border-radius: 3%;
  height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-right: 1.5rem;
    margin-left: 1.5rem; */
}

.empresas .row img {
  margin-top: 2rem;
}

.empresas .row span {
  font-size: 1.2rem;
}

.skills .swiper-container {
  width: 100% !important;
  margin: 0;
}

.empresas .swiper-container .swiper-wrapper p {
  font-weight: bold;
}

.empresas .swiper-slide {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.empresas .swiper-slide:hover {
  opacity: 1;
}

.empresas .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.empresas .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #21c9be;
  opacity: 1;
  border: 1px
}

.empresas .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #35bdad;
}

.skills .content-right {
  text-align: right;
}

.skills .content-right h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #1C1C1C;
}

.skills .content-right p {
  font-size: 22px;
  font-family: 'Nunito' sans-serif;
  font-weight: 500;
}

.skills .content-right p:last-child {
  margin-bottom: 0;
}

.skills .content-left {
  text-align: left;
}

.skills .content-left h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #1C1C1C;
}

.skills .content-left p {
  font-size: 22px;
  font-family: 'Nunito' sans-serif;
  font-weight: 500;
}

.skills .content-left p:last-child {
  margin-bottom: 0;
}

.skills .border-li {
  border-right: 4px solid #167787;
}

.skills .box-pad {
  width: 100%;
  padding: 0 100px;
}

.skills .box-pad img {
  max-width: 90%
}

@media (max-width: 768px) {
  .skills .content-right {
    justify-content: center;
    text-align: center;
  }

  .skills .content-left {
    justify-content: center;
    text-align: center;
  }

  .skills .content-right h2 {
    font-size: 28px;
  }

  .skills .content-left h2 {
    font-size: 28px;
  }

  .skills .content-right p {
    font-size: 16px;
  }

  .skills .content-left p {
    font-size: 16px;
  }

  .skills .border-li {
    border-right: none;
    margin: 15px;
  }

  .skills .box-pad {
    padding: 0;
  }

  .skills .box-pad p {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  .skills .section-title span {
    font-size: 3rem;
  }

  .skills .row div span {
    font-size: 1.5rem;
  }

  .skills .swiper-slide {
    width: 100% !important;
  }

  .skills .content-right {
    justify-content: center;
    text-align: center;
  }

  .skills .content-left {
    justify-content: center;
    text-align: center;
  }

  .skills .border-li {
    border-right: none;
    margin: 15px;
  }

  .skills .box-pad {
    padding: 0;
  }

  .skills .box-pad p {
    font-size: 10px;
  }
}

/*--------------------------------------------------------------
  # Casos de Uso frecuentes
  --------------------------------------------------------------*/
.use_cases .section-title span {
  font-size: 4rem;
}

@media (max-width: 575px) {
  .use_cases .section-title span {
    font-size: 3rem;
  }
}

.use_cases .accordion>.card:not(:last-of-type) {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.use_cases .btn-link {
  color: #444444;
}

.use_cases .accordion .card .btn:not(.collapsed) {
  background-color: #ffffff;
}

.use_cases .accordion .card .btn {
  text-decoration: none;
}

.use_cases .accordion .card .btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.use_cases .card .card-header:has(button:not(.collapsed)) {
  background-color: #ffffff;
  border-bottom: 0;
}

.use_cases .card .card-header {
  padding: .50rem 1.25rem;
}

.use_cases .card .card-header h2 button {
  font-size: 1.15rem;
}

.use_cases .card .card-body {
  padding: .50rem 2rem;
  font-size: 1.15rem;
}

/*--------------------------------------------------------------
  # Preguntas frecuentes
  --------------------------------------------------------------*/
.preguntas .section-title span {
  font-size: 4rem;
}

@media (max-width: 575px) {
  .preguntas .section-title span {
    font-size: 3rem;
  }
}

.preguntas .accordion>.card:not(:last-of-type) {
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.preguntas .btn-link {
  color: #444444;
}

.preguntas .accordion .card .btn:not(.collapsed) {
  background-color: #ffffff;
}

.preguntas .accordion .card .btn {
  text-decoration: none;
}

.preguntas .accordion .card .btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

.preguntas .card .card-header:has(button:not(.collapsed)) {
  background-color: #ffffff;
  border-bottom: 0;
}

.preguntas .card .card-header {
  padding: .50rem 1.25rem;
}

.preguntas .card .card-header h2 button {
  font-size: 1.2rem;
}

.preguntas .card .card-body {
  padding: .50rem 2rem;
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
  # Clients
  --------------------------------------------------------------*/

.clients .section-title {
  font-size: 4rem;
  color: black;
}

.clients .clients-slider .swiper-slide img {
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.clients .clients-slider .slide-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.clients .banner {
  font-size: 54px;
  color: white;
}

.clients .banner br {
  display: none;
}

.clients .banner b {
  color: #FECF47;
}

@media (max-width: 1375px) {
  .clients .section-title {
    font-size: 4rem;
    color: black;
  }

  .clients .banner {
    font-size: 36px;
  }
}

@media (max-width: 975px) {
  .clients .section-title {
    font-size: 4rem;
    color: black;
  }

  .clients .banner {
    text-align: center
  }

  .clients .banner br {
    display: unset;
  }
}


@media (max-width: 768px) {
  .clients .section-title {
    font-size: 4rem;
    color: black;
  }

  .clients .banner {
    text-align: center
  }

  .clients .banner br {
    display: unset;
  }
}


@media (max-width: 575px) {
  .clients .section-title {
    font-size: 3rem;
    color: black;
  }

  .clients .banner {
    font-size: 24px;
    color: white;
  }
}

/*--------------------------------------------------------------
  # Nuestro Trabajo
  --------------------------------------------------------------*/
.our-work .box-ct {
  margin: 20px;
}

.our-work .box-work {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

.our-work .box-work img {
  max-width: 100%;
  border-radius: 20px 20px 0 0;
}

.our-work .box-work .box-work-info {
  width: 100%;
  padding: 10px 30px;
}

/*--------------------------------------------------------------
  # Socios
  --------------------------------------------------------------*/
.contact .socios-slider .swiper-slide img {
  transition: 0.3s;
}

.contact .socios-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.contact .socios-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #b0d8d7;
  opacity: 1;
  border: 1px solid #b0d8d7;
}

.contact .socios-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #127b6e;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
#contacto {
  scroll-margin-top: 150vh;
}

.contact {
  position: relative;
  /* contenedor para posicionar el form */
  padding-bottom: 0;
}

.contact .php-email-form {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  width: 100%;
  border-radius: 3%;
  padding: 50px 130px;
  background: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .section-title h2 {
  bottom: -40px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 4px;
}

.contact .php-email-form input:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 50px;
}

.contact .php-email-form button[type="submit"] {
  font-weight: 600;
  background: #107166;
  border: 0;
  padding: 12px 60px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  font-size: 18px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #17858a;
}

.contact .topp-footer {
  position: initial;
  margin-top: -520px;
  top: 100%;
  left: 0;
  width: 100%;
  height: 80vh;
  background-image: url('../img/fondo-bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 20px 20px;
  }

  .contact .php-email-form .section-title h2 {
    font-size: 30px;
    bottom: -30px;
  }
}

@media (max-width: 575px) {
  .contact .php-email-form {
    padding: 20px 20px;
  }

  .contact .php-email-form .section-title h2 {
    font-size: 30px;
    bottom: -30px;
  }
}

/* --------------------------------------------------------------
  # Equipo
  -------------------------------------------------------------- */

.equipo .section-title span {
  font-size: 4rem;
}

@media (max-width: 575px) {
  .equipo .section-title span {
    font-size: 3rem;
  }
}

/*--------------------------------------------------------------
  # Tranformación Digital
  --------------------------------------------------------------*/
.digital .dig-box {
  border: 2px solid #107166;
  height: 100%;
}

.digital .dig-box .box-head {
  text-align: center;
  padding: 10px 0;
  color: #ffff;
  background-image: url('../img/bg1.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.digital .dig-box .box-head h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
}

.digital .dig-box .box-body {
  padding: 12px;
}

.digital .dig-box .box-body img {
  width: 100%;
}

.digital .dig-box-2 {
  border: 2px solid #107166;
  color: #ffff;
  height: 100%;
  background-image: url('../img/bg2.png');
  background-repeat: no-repeat;
  background-size: 100%;
}

.digital .dig-box-2 h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 30px;
}

.digital .dig-box-3 {
  border: 2px solid #107166;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.digital .dig-box-3 .box-cont {
  width: 120px;
  margin: 0 8px;
  text-align: center;
  line-height: 75px;
}

.digital .dig-box-3 .box-cont img {
  max-width: 100px;
}


@media (max-width: 768px) {
  .digital .dig-box-3 {
    flex-wrap: wrap;
  }

  .digital .dig-box-3 .box-cont {
    width: 100px;
  }

  .digital .dig-box-3 .box-cont img {
    max-width: 100px;
  }
}

@media (max-width: 575px) {
  .digital .dig-box-3 .box-cont {
    width: 100px;
  }

  .digital .dig-box-3 .box-cont img {
    max-width: 100px;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #222221;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright {
    text-align: center;
    float: none;
  }
}


/* MODIFICACIONES OPT MEDIA */

.menu-item-146 {
  background-color: rgba(18, 122, 110, 100);
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
}

.button-menu {
  color: white;
  padding: 1px 18px 1px 18px;
  font-weight: 600;
  text-align: center;
}

/* Business Data Section*/

.bds {
  height: auto;
  background-color: rgba(197, 224, 222, 0.20);
  overflow-y: visible;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bds a {
  color: black;
  font-weight: 100;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 450px) {
  .bds a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .bds .bds-text {
    width: 80%;
  }
}

.bds img {
  margin-left: 5px;
}

/* Box pad IMG */

.box-pad img {
  margin-bottom: 10px;
}

.box-pad p {
  font-size: 1.2em;
}

/* h1 highlight */

strong.highlight {
  background: linear-gradient(120deg, #c1ed00 0%, #c1ed00 100%);
  background-repeat: no-repeat;
  background-size: 100% 90%;
  background-position: 0 60%;
}

.shadow {
  text-shadow: rgb(0, 10, 10) 2px 0px 4px;
}

/*--------------------------------------------------------------
  # button language
  --------------------------------------------------------------*/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  z-index: 999;
}

.custom-select-trigger {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.custom-options {
  display: none;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 100000;
}

.custom-options.active {
  display: block;
}

.custom-option {
  padding: 10px;
  cursor: pointer;
}

.custom-option:hover {
  background: #f0f0f0;
}

/*--------------------------------------------------------------
  # TIMELINE
  --------------------------------------------------------------*/

.timeline-container {
  display: flex;
  /* overflow-x: auto; */
  scroll-snap-type: x mandatory;
  gap: 40px;
  padding: 20px;
  height: 600px;
  justify-content: center;
}

.timeline {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 60px 20px;
  height: 100%;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #ccc;
  z-index: 1;
}

.step {
  flex: 0 0 auto;
  scroll-snap-align: center;
  width: 250px;
}

.step.top .content img,
.step.bottom .content img {
  height: 100%;
  width: 70%;
  object-fit: contain;
}

.step.top .content {
  transform: translateY(-60%);
  text-align: center;
}

.step.bottom .content {
  top: calc(100% + 16px);
  position: absolute;
  text-align: center;
}

.step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: white;
  border: 4px solid #007BFF;
  border-radius: 50%;
  z-index: 3;
}

@media screen and (max-width: 1360px) {
  .timeline-container {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .timeline-container {
    overflow-x: hidden;
    overflow-y: visible;
    height: auto;
  }

  .timeline {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    padding: 0;
  }

  .timeline::before {
    top: 0;
    left: 20px;
    width: 4px;
    height: 100%;
  }

  .step {
    position: relative;
    padding-left: 50px;
    margin: 40px 0;
    width: 100%;
  }

  .step.top .content img,
  .step.bottom .content img {
    height: 80%;
    width: 50%;
  }

  .step.top .content,
  .step.bottom .content {
    position: static;
    transform: none;
    text-align: left;
  }

  .step::before {
    top: center;
    left: 20px;
    transform: translate(-50%, 0);
  }
}