/* ================================================
   index-bundle.css
   CSS combinado y purgado para index-optimizado.html
   Generado: 2026-03-11
   Origen: style-optimizado.css + responsive-optimizado.css + mystyles-optimizado.css
   ================================================ */

/* ===================================
   Variables CSS
====================================== */
:root {
  --base-color: #142DEB;
}

/* ===================================
   Reset
====================================== */
html {
  font-size: 15px;
}
body {
  font-family: "aktiv-grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  line-height: 24px;
}
body, html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}
a, a:active, a:focus {
  color: #6f6f6f;
  text-decoration: none;
}
a:hover, a:active {
  color: var(--base-color);
  text-decoration: none;
}
a:focus, a:active,
button:focus, button:active,
.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
p {
  margin: 0 0 25px;
}
ul {
  list-style-position: outside;
  margin-bottom: 25px;
}
figure {
  margin: 0;
}
* {
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
*:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
.no-transition *,
.swiper-container *,
.portfolio-wrapper *,
.parallax {
  transition-timing-function: none;
  -moz-transition-timing-function: none;
  -webkit-transition-timing-function: none;
  -o-transition-timing-function: none;
  -ms-transition-timing-function: none;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  -ms-transition-duration: 0s;
}
::selection {
  color: #000;
  background: #868686;
}
::-moz-selection {
  color: #000;
  background: #dbdbdb;
}
::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  :root { scroll-behavior: auto; }
}

/* ===================================
   Layout
====================================== */
.container, .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}
header [class^="container-"] [class^="col-"],
header [class^="container-"] [class*=" col-"] {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.swiper-container {
  z-index: 1;
}

/* ===================================
   Typography
====================================== */
.alt-font {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
}
.aktiv-grotesk-extended {
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
}
h1 { font-size: 70px; line-height: 70px; }
h2 { font-size: 45px; line-height: 60px; }
h3 { font-size: 48px; line-height: 54px; }
h4 { font-size: 40px; line-height: 46px; }
h5 { font-size: 32px; line-height: 40px; }

.text-small  { font-size: 12px; line-height: 20px; }
.text-medium { font-size: 16px; line-height: 23px; }
.text-large  { font-size: 18px; line-height: 26px; }
.text-extra-large { font-size: 26px; line-height: 26px; }

.text-white-2, .btn.text-white-2 { color: #fff; }
.text-black,   .btn.text-black   { color: #000; }
.text-extra-dark-gray, .btn.text-extra-dark-gray { color: #232323; }
.text-very-light-gray, .btn.text-very-light-gray { color: #ededed; }
.text-dark-gray { color: #757575; }

a.text-deep-pink-hover:hover,
a.text-deep-pink-hover:focus {
  color: var(--base-color) !important;
}
.no-letter-spacing { letter-spacing: 0px; }
.font-weight-300 { font-weight: 300; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }

[class^="ti-"],
[class*=" ti-"] {
  display: inline-block;
}

/* ===================================
   Background color
====================================== */
.bg-white           { background-color: #fff; }
.bg-black           { background-color: #000; }
.bg-extra-dark-gray { background-color: #1c1c1c; }
.bg-dark-gray       { background-color: #757575; }
.bg-medium-light-gray { background-color: #e7e7e7 !important; }
.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%);
}

/* ===================================
   Custom / Section
====================================== */
section {
  padding: 130px 0;
  overflow: hidden;
}
section.big-section {
  padding: 160px 0;
}

/* ===================================
   Opacity
====================================== */
.opacity-light {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
}
.opacity-full-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  top: 0;
  left: 0;
}

/* ===================================
   Z-index
====================================== */
.z-index-5    { z-index: 5; }
.z-index-0    { z-index: 0; }
.z-index-minus1 { z-index: -1; }

/* ===================================
   Button
====================================== */
.btn {
  display: inline-block;
  border: 2px solid transparent;
  color: inherit;
  letter-spacing: 0.5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  white-space: nowrap;
}
.btn i {
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.btn.btn-transparent-white {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}
.btn.btn-very-small {
  font-size: 9px;
  padding: 1px 17px;
  line-height: 22px;
}
.btn-b {
  font-size: 15px !important;
  padding: 8px 32px !important;
  border: 1px solid transparent;
  font-weight: 400;
}
.footer-bg-blue { background-color: #000; }

/* ===================================
   Border
====================================== */
.border-bottom { border-bottom: 1px solid; }
.border-color-extra-light-gray { border-color: #ededed !important; }
.no-border-top { border-top: 0 !important; }
.border-white-light { border-color: rgba(255, 255, 255, 0.1) !important; }

/* ===================================
   Formulario
====================================== */
input,
select {
  border: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  width: 100%;
  margin: 0 0 20px 0;
  max-width: 100%;
  resize: none;
  color: inherit;
}
input[type="submit"] { width: auto; }
input[type="button"],
input[type="text"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  outline: none;
}
input:focus { border-color: #585858 !important; outline: none; }
input[type="button"]:focus,
input:focus,
select:focus { outline: none; box-shadow: none; }
select::-ms-expand { display: none; }

.input-border-bottom {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #484848;
  padding: 10px 0;
  margin-bottom: 30px;
  font-size: 14px;
  border-radius: 0;
}
.input-border-bottom:focus {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #929292;
}
.input-border-bottom::-webkit-input-placeholder { font-weight: 300; font-size: 14px; }
.input-border-bottom::-moz-placeholder         { font-weight: 300; font-size: 14px; }
.input-border-bottom:-ms-input-placeholder     { font-weight: 300; font-size: 14px; }

/* variante fondo oscuro: borders y textos en blanco */
.input-border-white .input-border-bottom {
  border-bottom: 1px solid #ffffff;
  color: #fff;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
}
.input-border-white .input-border-bottom:focus {
  background: transparent;
  border-bottom: 1px solid #ffffff;
  color: #fff;
}
.input-border-white .input-border-bottom::-webkit-input-placeholder { color: #fff; }
.input-border-white .input-border-bottom::-moz-placeholder          { color: #fff; }
.input-border-white .input-border-bottom:-ms-input-placeholder      { color: #fff; }

/* select con fondo negro en la sección CTA */
.input-border-white select,
select.bg-black {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ededed;
  border-radius: 0;
}
.input-border-white select:focus,
select.bg-black:focus {
  background: #000;
  color: #ededed;
  outline: none;
  box-shadow: none;
}

.form-results {
  clear: both;
  margin: 0 0 15px;
  text-align: center;
  padding: 10px 0;
  display: none;
  font-size: 14px;
}

/* ===================================
   Parallax
====================================== */
.parallax {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  transition-duration: 0s;
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
}

/* ===================================
   Margin
====================================== */
.margin-fifteen-top  { margin-top: 15%; }
.margin-80px-top     { margin-top: 80px; }
.margin-four-bottom  { margin-bottom: 4%; }
.margin-five-bottom  { margin-bottom: 5%; }
.margin-six-bottom   { margin-bottom: 6%; }
.margin-5px-bottom   { margin-bottom: 5px; }
.margin-80px-bottom  { margin-bottom: 80px; }
.margin-10px-right   { margin-right: 10px; }
.margin-one-lr       { margin-left: 1%; margin-right: 1%; }

/* ===================================
   Padding
====================================== */
.no-padding      { padding: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.padding-50px-tb { padding-top: 50px; padding-bottom: 50px; }
.padding-three-lr    { padding-left: 3%; padding-right: 3%; }
.padding-eighteen-lr { padding-left: 18%; padding-right: 18%; }
.padding-three-bottom { padding-bottom: 3%; }

/* ===================================
   Display
====================================== */
.overflow-hidden { overflow: hidden !important; }
.overflow-auto   { overflow: auto !important; }

/* ===================================
   Width & Height
====================================== */
.w-65  { width: 65% !important; }
.w-70  { width: 70%; }
.w-100 { width: 100%; }
.h-100px  { height: 100px; }
.h-650px  { height: 650px; }
.full-screen { height: 980px; }

/* ===================================
   Icons
====================================== */
.icon-medium { font-size: 35px; }
.icon-social-large { font-size: 20px; }
.icon-social-large a i { margin: 0 4px; vertical-align: middle; }

/* social icon style 8 */
.social-icon-style-8 ul li a {
  text-align: center;
  width: auto;
  height: auto;
  padding: 8px;
}
.social-icon-style-8 a:hover {
  color: var(--base-color) !important;
}

/* small icon (footer) */
.small-icon {
  list-style: none;
  padding: 0;
}
.small-icon li { display: inline-block; }
.small-icon li { margin: 0 5px; }
.small-icon a {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 38px;
}
footer .small-icon li:first-child { margin-left: 0; }
footer .small-icon li:last-child  { margin-right: 0; }
footer .small-icon li { margin: 0 8px; }

/* ===================================
   Animations (fadeIn keyframes)
====================================== */
@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes up-down-animation {
  0%   { opacity: 1; top: 0px; }
  25%  { opacity: 0.4; top: 2px; }
  50%  { opacity: 0.3; top: 4px; }
  75%  { opacity: 0.2; top: 5px; }
  100% { opacity: 0; top: 9px; }
}
@keyframes up-down-animation {
  0%   { opacity: 1; top: 0px; }
  25%  { opacity: 0.4; top: 4px; }
  50%  { opacity: 0.3; top: 8px; }
  75%  { opacity: 0.2; top: 12px; }
  100% { opacity: 0; top: 16px; }
}

/* ===================================
   Header & Navigation
====================================== */
header {
  width: 100%;
  z-index: 99;
}
header nav .row { height: auto; padding: 0; }
header nav.navbar [class*="col-"] { padding-left: 15px; padding-right: 15px; }
header nav.navbar {
  border-radius: 0;
  padding: 0;
}
header nav {
  width: 100%;
  top: 0px;
  z-index: 99;
  margin-bottom: 0;
}
header nav .nav-header-container { position: relative; }
header a.logo1 img {
  margin-top: 5px;
  max-height: 45px;
  width: auto;
}
header a.logo { display: inline-block; vertical-align: middle; }
header a.logo img { max-height: 38px; }

.navbar-toggler {
  border-radius: 0;
  margin-right: 0;
  float: right;
  border: none;
}
.navbar-toggler:focus { box-shadow: none; }
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  min-height: 0px;
  -webkit-overflow-scrolling: auto;
}
.mobile-toggle { display: block; }
.mobile-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  background: #232323;
  content: "";
}
.mobile-toggle span:nth-child(2) { margin: 3px 0px; }
.mobile-toggle:hover span { background-color: #0f62fe; }

nav.navbar.bootsnav { border-bottom: 0; }
nav.navbar.bootsnav ul.nav > li > a {
  color: #232323;
  cursor: pointer;
}
nav.navbar.bootsnav ul.nav > li > a:hover { color: rgba(0,0,0,0.6); }
nav.navbar.bootsnav ul.nav > li.active > a { color: rgba(0,0,0,0.6); }
nav.navbar.bootsnav ul.nav > li > a.active  { color: rgba(0,0,0,0.6); }
nav.navbar.bootsnav li.dropdown ul li {
  list-style: none;
  padding: 0;
}
header nav.navbar a:not([href]):not([tabindex]):focus,
header nav.navbar a:not([href]):not([tabindex]):hover {
  cursor: pointer;
}

.navbar-top-scroll {
  position: absolute;
  top: 0;
  z-index: 5;
}

/* full-width-pull-menu */
.full-width-pull-menu .dropdown-toggle { position: relative; }
.full-width-pull-menu span.dropdown-toggle {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  top: 43px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.full-width-pull-menu .dropdown .dropdown-toggle:before {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  height: 11px;
  width: 1px;
  background: #232323;
}
.full-width-pull-menu .dropdown .dropdown-toggle:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  height: 1px;
  width: 11px;
  background: #232323;
  border: none;
}
.full-width-pull-menu .dropdown ul { background-color: inherit; }
.dropdown ul li a:focus { background-color: inherit; }
.full-width-pull-menu .link-style-2 .link-style-2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-width-pull-menu .link-style-2 ul li {
  display: table;
  width: 100%;
}
.full-width-pull-menu .link-style-2 ul li a {
  background: inherit;
  color: #232323;
  font-size: 28px;
  line-height: 50px;
  position: relative;
}
.full-width-pull-menu .link-style-2 ul li:hover > a { color: var(--base-color); }
.full-width-pull-menu .link-style-2 .dropdown ul {
  display: block !important;
  height: 0;
  overflow: hidden;
  position: inherit;
  left: 0;
  right: 0;
  padding: 0;
  background-color: inherit;
  border: 0;
  float: none;
  box-shadow: none;
  margin: 0;
}
.full-width-pull-menu .link-style-2 .dropdown.show ul {
  display: block;
  height: 100%;
}
.full-width-pull-menu .link-style-2 .dropdown ul li a {
  font-size: 14px;
  line-height: 18px;
  color: #757575;
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
}
.full-width-pull-menu .link-style-2 .dropdown ul li {
  border-bottom: 1px solid #e3e3e3;
  padding: 7px 0;
}
.full-width-pull-menu .link-style-2 .dropdown ul li:last-child {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
}
.full-width-pull-menu .link-style-2 .dropdown ul li a:hover,
.dropdown ul li a:focus { background-color: inherit; }

/* close button */
.close-button-menu {
  float: right;
  padding: 10px;
  background-color: transparent;
  color: #232323;
  border: 0;
  position: absolute;
  height: 40px;
  width: 40px;
  outline: none;
  top: 20px;
  right: 20px;
}
.close-button-menu:after,
.close-button-menu:before {
  content: "";
  display: block;
  background: #000;
  height: 2px;
  width: 18px;
  position: absolute;
}
.close-button-menu:after  { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.close-button-menu:before { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

/* menu wrap */
.show-menu .menu-wrap,
.menu-wrap { left: auto; }
.show-menu .menu-wrap {
  transition-duration: 0.3s;
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.menu-wrap {
  transition-duration: 0.3s;
  width: 100%;
  z-index: -10001;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

/* nav-box-width */
header nav.nav-box-width { padding: 0 50px; }

/* dropdown */
.dropdown-menu .dropdown a { position: relative; }
.dropdown > a { display: block; width: 100%; }

/* ===================================
   Swiper / Hero
====================================== */
.swiper-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .swiper-container { width: 100%; }
}

/* ===================================
   Grid & Portfolio
====================================== */
.grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.grid-sizer {
  padding: 0 !important;
  margin: 0 !important;
}
.grid.gutter-medium li { padding: 7px 7px; }
.grid.grid-4col li { width: 25%; list-style: none; }
.grid.grid-4col li.grid-item-double { width: 50%; }

/* portfolio wrapper */
.portfolio-wrapper .grid-item figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-wrapper .grid-item { opacity: 1; overflow: hidden; }
.portfolio-wrapper .grid-item figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  padding: 45px;
  z-index: 1;
  text-align: center;
}
.portfolio-wrapper .grid-item figure:hover .portfolio-img,
.portfolio-wrapper .grid-item figure .portfolio-img {
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figure:hover img {
  opacity: 0.15;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
}
.portfolio-wrapper .grid-item figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease 0s;
}
.grid-item .portfolio-hover-box {
  display: table-cell;
  height: 100%;
}

/* hover option 6 */
.hover-option6 .grid-item figcaption {
  height: 100%;
  position: relative;
  opacity: 1;
  padding: 15px 10px;
  background: #fff;
}
.hover-option6 .grid-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}
.hover-option6 .grid-item .portfolio-icon {
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  opacity: 0;
}
.hover-option6 .grid-item figure:hover .portfolio-icon { opacity: 1; top: 50%; }
.hover-option6 .grid-item .portfolio-icon a {
  border-radius: 50%;
  border: 2px solid transparent;
  background: #fff;
  margin: 0 7px;
  height: 46px;
  width: 46px;
  display: inline-block;
  transition: all 0.2s ease 0s;
}
.hover-option6 .grid-item .portfolio-icon a:hover,
.hover-option6 .grid-item .portfolio-icon a:hover i {
  background: transparent;
  color: #fff;
}
.hover-option6 .grid-item .portfolio-icon a:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hover-option6 .grid-item figure:hover img {
  cursor: default;
  opacity: 0.15;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.hover-option6 .grid-item figure:hover figcaption { cursor: default; }
.hover-option6 .grid-item figure:hover .portfolio-img { transition: all 0.3s ease 0s; }
.container .hover-option6 .grid-item figcaption { padding: 25px 10px; }

/* portfolio filter tab 1 */
.portfolio-filter-tab-1 li {
  margin: 0 25px;
  display: inline-block;
  float: none;
}
.portfolio-filter-tab-1 li a {
  background: transparent;
  border: none;
  padding: 0 0 2px 0;
  display: inline;
  color: #ffffff;
  margin: 0;
  border-bottom: 1px solid transparent;
}
.portfolio-filter-tab-1 li a:hover,
.portfolio-filter-tab-1 li a:focus {
  background: transparent;
  border-bottom: 1px solid #0f62fe;
  color: #232323;
}
.portfolio-filter-tab-1 li.active a {
  background: transparent !important;
  border-bottom: 1px solid #0f62fe;
  color: #232323;
}

/* nav-tabs filter */
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
  border: 0;
  border-bottom: 1px solid;
}

/* ===================================
   Footer
====================================== */
.scroll-top-arrow,
.scroll-top-arrow:focus {
  color: #fff;
  background: #878787;
  line-height: 28px;
  display: none;
  height: 30px;
  width: 30px;
  padding: 0;
  position: fixed;
  left: 45px;
  text-align: center;
  text-decoration: none;
  top: 91%;
  z-index: 10006;
  border-radius: 100%;
}
.scroll-top-arrow:hover {
  background: #000;
  opacity: 0.8;
  color: #fff;
  border-color: var(--base-color);
}
.scroll-top-arrow i { line-height: 30px; position: relative; }
.footer-logo {
  max-height: 40px;
  width: auto;
}
footer input::-webkit-input-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1;
}
footer input::-moz-placeholder {
  color: #6f6f6f;
  text-overflow: ellipsis;
  font-size: 11px;
  font-weight: 400;
  opacity: 1;
}
footer .form-results { font-size: 12px; }

/* ===================================
   Video helper
====================================== */
.video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}

/* ===================================
   Logos grid
====================================== */
.img-logos img { width: 60%; }

/* ===================================
   Info modal (footer)
====================================== */
.content-container-contenedor-modalholasapiens {
  display: none;
  align-items: center;
  height: 146%;
  justify-content: center;
  right: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: .2s cubic-bezier(.25, .8, .25, 1);
  width: 50%;
  z-index: 6;
  outline: none;
}
.container-contenedor-modalholasapiens {
  background-color: rgb(255, 255, 255);
  color: hsl(0, 0%, 0%);
  position: relative;
  overflow: initial;
  padding: 25px;
  max-height: 90%;
  box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
  border-radius: 2px;
  margin: 24px;
  pointer-events: auto;
  transition: .3s cubic-bezier(.25, .8, .25, 1);
  z-index: inherit;
  height: 200px;
  overflow-y: scroll;
}
.contenedor-modalholasapiens {
  height: 100px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}
.modalholasapiens,
.modalholasapiens > h1,
.modalholasapiens > h2,
.modalholasapiens > h3,
.modalholasapiens > h4,
.modalholasapiens > h5 {
  font-size: 16px;
  display: inline-block;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.mostrarholasapiens { display: flex; }
.contenedor-container-close {
  position: absolute;
  top: -22px;
  right: 22px;
}
.container-close {
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background-color: #0f62fe;
  position: fixed;
  margin: 10px;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 38%);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.container-close > i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  height: inherit;
  color: white;
}

/* ===================================
   Custom pointer
====================================== */
.pointer-mouse {
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: #0f62fe;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
}

/* ===================================
   Navigation fix
====================================== */
#navegacion {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out;
  z-index: 999;
}
.circulo-blanco {
  background-color: white;
  border-radius: 50%;
  height: 40px;
}

/* ===================================
   Texto animado (hero typing)
====================================== */
.texto-animado {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  border-right: 0.15em solid #000;
  animation: typing 3s steps(40, end), blink-caret 0.75s step-end infinite;
}
@keyframes typing {
  from { width: 0; }
  to   { width: 100%; }
}
@keyframes blink-caret {
  from, to { border-color: transparent; }
  50%       { border-color: #000; }
}

/* ===================================
   Hero h2 padding (solo desktop)
====================================== */
@media (min-width: 768px) {
  .hero-h2 { padding-left: 15px; }
}

/* ===================================
   Misc utility
====================================== */
.g-recaptcha {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.texto-phone-black { display: none; }

/* ===================================
   RESPONSIVE — 1600px
====================================== */
@media (max-width: 1600px) {
  .grid.xl-grid-4col li { width: 25%; }
  .grid.xl-grid-4col li.grid-item-double { width: 50%; }
  .xl-w-85 { width: 85% !important; }
}

/* ===================================
   RESPONSIVE — 1199px
====================================== */
@media (min-width: 1199px) {
  .container { max-width: 1170px; }
}
@media (max-width: 1199px) {
  section { padding: 90px 0; }
  h1, h2, h3, h4, h5 { margin: 0 0 22px; }
  h1 { font-size: 65px; line-height: 65px; }
  h2 { font-size: 50px; line-height: 55px; }
  h3 { font-size: 42px; line-height: 48px; }
  h4 { font-size: 35px; line-height: 41px; }
  h5 { font-size: 27px; line-height: 32px; }
  .text-extra-large { font-size: 18px; line-height: 24px; }
  .lg-padding-fourteen-lr { padding-left: 14%; padding-right: 14%; }
  .lg-w-80 { width: 80% !important; }
  .lg-w-100 { width: 100% !important; }
  header nav.nav-box-width { padding: 0 35px; }
  .grid.lg-grid-2col li { width: 50%; }
  .grid.lg-grid-2col li.grid-item-double { width: 100%; }
  nav.navbar.bootsnav li.dropdown ul li:last-child { border-bottom: none; }
}

/* ===================================
   RESPONSIVE — 1050px (parallax)
====================================== */
@media (max-width: 1050px) {
  .parallax { background-attachment: inherit !important; }
}

/* ===================================
   RESPONSIVE — 991px
====================================== */
@media (max-width: 991px) {
  h1, h2, h3, h4, h5 { margin: 0 0 18px; }
  h1 { font-size: 57px; line-height: 58px; }
  h2 { font-size: 43px; line-height: 48px; }
  h3 { font-size: 36px; line-height: 41px; }
  h4 { font-size: 30px; line-height: 35px; }
  h5 { font-size: 24px; line-height: 30px; }
  p  { margin: 0 0 20px; }
  section { padding: 75px 0; }
  section.big-section { padding: 120px 0; }

  header * {
    transition-timing-function: none;
    -moz-transition-timing-function: none;
    -webkit-transition-timing-function: none;
    transition-duration: 0s;
  }
  header nav .container { padding-left: 0; padding-right: 0; }
  .dropdown-menu { box-shadow: none; border: none; border-top: 1px solid rgba(255,255,255,0.06); }
  .navbar-collapse { left: 0; padding: 0; position: absolute; top: 100%; width: 100%; backface-visibility: hidden; }
  nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu { padding: 10px 40px 0 !important; margin: 0; float: left; top: 0 !important; }
  nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu li a { padding-left: 0; padding-right: 0; }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a { color: #ffffff; border-bottom: 1px solid rgba(255,255,255,0.1); }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li:hover > a { color: #fff; }
  nav.navbar.bootsnav .navbar-toggler { top: 3px; }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a { border: 0; padding: 10px 0; }
  nav.navbar.bootsnav ul.nav > li > a:hover { color: rgba(255,255,255,0.6); }
  nav.navbar .container-fluid { position: initial; }
  header nav.nav-box-width { padding: 0 25px; }
  nav.navbar.bootsnav ul.nav > li.active > a,
  .dropdown-menu,
  nav.navbar.bootsnav ul.nav > li.active > a { color: rgba(255,255,255,0.6) !important; }
  .close-button-menu { top: 15px; right: 15px; }

  .md-margin-three-bottom { margin-bottom: 3%; }
  .md-margin-15px-bottom  { margin-bottom: 15px; }
  .md-margin-40px-bottom  { margin-bottom: 40px; }
  .md-margin-10px-right   { margin-right: 10px; }
  .md-w-80 { width: 80% !important; }
  .md-h-650px { height: 650px !important; }

  .parallax { background-position: center; }
  .portfolio-filter-tab-1 li { margin: 10px 20px; }

  .full-width-pull-menu .link-style-2 ul li a { font-size: 36px; line-height: 70px; }
  .full-width-pull-menu .dropdown .dropdown-toggle { top: 35px; }

  .scroll-top-arrow { display: none !important; opacity: 0 !important; }

  .grid.md-grid-2col li { width: 50%; }
  .grid.md-grid-2col li.grid-item-double { width: 100%; }

  footer .small-icon li { margin: 0 6px; }
}

/* ===================================
   RESPONSIVE — 767px
====================================== */
@media (max-width: 767px) {
  .bloque-pesado { display: none !important; }

  h1, h2, h3, h4, h5 { margin: 0 0 17px; }
  h1 { font-size: 37px; line-height: 42px; }
  h2 { font-size: 30px; line-height: 36px; }
  h3 { font-size: 28px; line-height: 34px; }
  h4 { font-size: 24px; line-height: 30px; }
  h5 { font-size: 20px; line-height: 28px; }

  section { padding: 50px 0; }
  section.big-section { padding: 80px 0; }

  .sm-margin-15px-top   { margin-top: 15px; }
  .sm-margin-10px-bottom { margin-bottom: 10px; }
  .sm-margin-20px-bottom { margin-bottom: 20px; }
  .sm-margin-30px-bottom { margin-bottom: 30px; }
  .sm-no-padding-lr     { padding-left: 0 !important; padding-right: 0 !important; }
  .sm-padding-30px-tb   { padding-top: 30px; padding-bottom: 30px; }
  .sm-w-65  { width: 65% !important; }
  .sm-w-80  { width: 80% !important; }
  .sm-w-100 { width: 100% !important; }
  .sm-h-70px  { height: 70px !important; }
  .sm-h-450px { height: 450px !important; }

  header .container, header .container-fluid { padding-right: 0; padding-left: 0; }
  nav.navbar.bootsnav ul.nav > li.dropdown > ul.dropdown-menu { padding-left: 15px !important; padding-right: 15px !important; }
  header nav.nav-box-width { padding: 0; }
  nav.navbar .container-fluid { padding-left: 15px; padding-right: 15px; }

  .full-width-pull-menu .link-style-2 ul li a { font-size: 26px; line-height: 60px; }
  .full-width-pull-menu .link-style-2 ul li a { line-height: 42px; font-size: 22px; }
  .full-width-pull-menu .link-style-2 .dropdown ul li a { line-height: 16px; font-size: 12px; padding: 3px 0; }
  .close-button-menu { top: 0; right: 0; }
  .full-width-pull-menu .dropdown span.dropdown-toggle { width: 30px; height: 30px; top: 21px; right: 0; }
  .full-width-pull-menu .dropdown .dropdown-toggle:before { right: 15px; top: 10px; }
  .full-width-pull-menu .dropdown .dropdown-toggle:after  { right: 10px; top: 15px; }

  .nav-tabs { text-align: center; }
  .portfolio-filter-tab-1 li { margin: 5px 0; width: 100%; }

  .icon-medium { font-size: 30px; }
  .small-icon li { margin-bottom: 10px; }

  .grid.sm-grid-2col li { width: 50%; }
  .grid.sm-grid-2col li.grid-item-double { width: 100%; }

  .margin-four-bottom { margin-bottom: 30px; }

  .swiper-number-pagination { margin-top: 90px; }

  header a.logo1 img {
    margin-top: 0;
    max-height: 50px;
    width: auto;
  }

  .texto-phone-black { display: grid; }
  .texto-black-none  { display: none; }
  .pointer-mouse     { display: none; }
  .parallax { background-size: contain !important; background-repeat: no-repeat; }

  /* Menú de filtros portafolio: permitir salto de línea en móvil */
  .portfolio-filter.flex-nowrap {
    flex-wrap: wrap !important;
    row-gap: 10px;
  }
  .portfolio-filter.flex-nowrap > li {
    width: auto;
    flex: 0 0 auto;
    padding-right: 25px;
  }

  .texto-animado { font-size: 18px; }
}

/* ===================================
   RESPONSIVE — 575px
====================================== */
@media (max-width: 575px) {
  .grid.xs-grid-1col li { width: 100%; }
  .grid.xs-grid-1col li.grid-item-double { width: 100%; }
  .grid.gutter-medium { margin: 0 -7px; }
  .grid.gutter-medium li { padding: 7px 7px; }
  .xs-margin-three-bottom { margin-bottom: 3%; }
  .xs-padding-45px-tb  { padding-top: 45px; padding-bottom: 45px; }
  .xs-padding-100px-tb { padding-top: 100px; padding-bottom: 100px; }
  .xs-padding-15px-lr  { padding-left: 15px; padding-right: 15px; }
}

/* ipad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .parallax { background-attachment: inherit; background-position: center; }
}
/* ipad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .parallax { background-attachment: inherit !important; background-position: center !important; }
}

/* ===================================
   480px container
====================================== */
@media (max-width: 480px) {
  .container { margin: 0; }
}
