/* Oxygen â€” latin subset, self-hosted (SIL Open Font License) */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/oxygen/oxygen-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/oxygen/oxygen-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/oxygen/oxygen-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Header Section */
.tf-header {
  position: relative;
  background-color: #1a1a1a;
  background-image: url('/images/1-hero-image.jpg');
  background-image: image-set(
    url('/images/1-hero-image.webp') type('image/webp'),
    url('/images/1-hero-image.jpg') type('image/jpeg')
  );
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 650px;
  color: rgba(255, 255, 255, 0.98); }
  .tf-header::before {
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 100%;
    height: 650px;
    content: ' '; }
  .tf-header nav.navbar > .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  .tf-header .tf-brand-wrap {
    display: inline-block;
    flex: 0 0 auto; }
  .tf-header #navbar {
    flex: 1 1 auto;
    text-align: right;
    align-self: flex-start;
    min-width: 12rem; }
  .tf-header #navbar.tf-navbar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.25rem 1.5rem; }
  .tf-header #navbar.tf-navbar-row > .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    float: none;
    margin-bottom: 0; }
  .tf-header #navbar.tf-navbar-row .nav-item {
    display: flex;
    align-items: center; }
  .tf-header #navbar.tf-navbar-row .nav-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.2; }
  .tf-header h1.hero-title {
    text-transform: uppercase;
    margin-top: 4rem;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1px; }
  .tf-header .nav {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px; }
  .tf-header .nav-link {
    color: rgba(255, 255, 255, 0.75) !important; }
    .tf-header .nav-link:hover {
      color: white !important; }
  .tf-header .tf-hh-col {
    padding-right: 0.5rem !important; }
  @media (max-width: 1199.98px) {
    .tf-header h1.hero-title {
      margin-top: 3rem;
      font-size: 42px; } }
  @media (max-width: 991.98px) {
    .tf-header h1.hero-title {
      margin-top: 2rem;
      font-size: 30px; } }
  @media (max-width: 575.98px) {
    .tf-header .tf-brand-wrap {
      width: 100%;
      text-align: center; }
    .tf-header #navbar {
      margin: 0 auto; }
    .tf-header h1.hero-title {
      margin-top: 1rem;
      font-size: 24px; } }
  @media (max-width: 767.98px) {
    .tf-header .tf-hh-col {
      padding-right: 0 !important; } }

/* Work Section */
.tf-work-section h2.h3 {
  text-transform: uppercase;
  padding-top: 4rem;
  padding-bottom: 2rem;
  font-weight: 700;
  color: #383838; }

.tf-work-section .card {
  border: none;
  border-radius: none; }
  .tf-work-section .card .card-body {
    padding-left: 0;
    padding-right: 0; }

.tf-work-section p {
  padding-right: 3rem; }

@media (max-width: 767.98px) {
  .tf-work-section h2.h3 {
    font-size: 22px;
    padding-top: 1rem;
    padding-bottom: 0.5rem; } }

/* Quotes Section */
.tf-quotes-section .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 340px; }

.tf-quotes-section .carousel-item::before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 340px;
  content: ' '; }

.tf-quotes-section .slider-text-1 {
  font-weight: 300;
  font-size: 18px;
  padding: 0; }

.tf-quotes-section .slider-text-2 {
  font-weight: 400;
  font-size: 24px; }

.tf-quotes-section .carousel-caption {
  height: 100%;
  padding: 6rem 4rem; }

@media (max-width: 575.98px) {
  .tf-quotes-section .slider-text-2 {
    font-size: 12px; }
  .tf-quotes-section .carousel-caption {
    padding: 5rem 1rem; }
  .tf-quotes-section .slider-text-1 {
    font-size: 14px;
    padding: 0; } }

@media (max-width: 767.98px) {
  .tf-quotes-section .carousel-caption {
    padding: 5rem 1rem; }
  .tf-quotes-section .slider-text-2 {
    font-size: 20px; } }

/* Footer */
.tf-footer a.text-light {
  text-decoration: none; }
  .tf-footer a.text-light:hover {
    text-decoration: underline; }

.tf-footer-meta {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 0; }
.tf-footer-meta .tf-footer-part {
  display: block; }
.tf-footer-meta .tf-footer-sep {
  display: none; }

@media (min-width: 768px) {
  .tf-footer {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .tf-footer-meta .tf-footer-part {
    display: inline; }
  .tf-footer-meta .tf-footer-sep {
    display: inline; } }

/* Contact Section */
.tf-contact-section h2.h4 {
  /*text-align: center;*/
  text-align: left;
  text-transform: uppercase;
  color: #666666;
  padding: 4rem 4rem;
  font-weight: bold; }

.tf-contact-section button {
  padding-right: 40px;
  padding-left: 40px; }

.tf-work-section h3.h5 {
    text-transform: uppercase;
    color: #666666;
    font-weight: bold; }

.tf-contact-section h3.h5 {
  text-transform: uppercase;
  color: #666666;
  font-weight: bold; }

.tf-contact-section .tf-contact-col {
  padding-bottom: 0.5rem;
  padding-right: 0.5rem !important; }

.tf-contact-link {
  gap: 0.5rem;
  text-decoration: none !important; }
.tf-contact-link:hover {
  text-decoration: none !important; }
.tf-contact-link .icon-svg {
  display: block;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: 0; }

.tf-services-section h3.h5 {
  text-transform: uppercase;
  color: #666666;
  font-weight: bold; }

@media (max-width: 991.98px) {
  .tf-contact-section .tf-contact-col {
    padding-right: 0 !important; } }

@media (max-width: 767.98px) {
  .tf-footer a.text-light {
    text-decoration: none; }
    .tf-footer a.text-light:hover {
      text-decoration: underline; }
  .tf-contact-section h2.h4 {
    padding: 1rem 0.5rem;
    font-size: 18px; } }

/* Footer Section */
.tf-footer .tf-design a {
  color: inherit;
  border-bottom: 1px dashed; }
  .tf-footer .tf-design a:hover {
    text-decoration: none; }

@media (max-width: 767.98px) {
  .tf-footer .tf-design {
    text-align: left !important; } }

.logo img {
    /*width: 3%;
    height: auto;*/
    /*width: 30px !important;*/
    
    /* esto andaba
    width: 100%;
    height: auto;
    */
    /*https://stackoverflow.com/questions/30030009/make-logo-image-responsive-using-bootstrap*/
    max-width: 30%;
    height: auto;
    display: block;
}

img.logo-navbar {
    width: 8rem !important;
    height: auto;
    /*height: 2rem !important;*/
}
img.logo-navbar-rombo {
  width: 8rem !important;
  height: auto;
  /*height: 2rem !important;*/
}
.scroll-top {
    width: 75px;
    height: 75px;
    position: fixed;
    bottom: 25px;
    left: 20px;
    display: none;
}
.scroll-top .icon-svg,
.scroll-top i {
    display: inline-block;
    color: #fff;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
}

/*
* { 
    border: 1px solid #ff0000; 
}
*/

/* Match any class name that starts with icon */
[class^="icono"] {
    width: 50px;
    height: 50px;
    position: relative;
    top: 15px;
    margin-right: 10px;
    fill: #fff;
}


.icon-svg.linkwhatsapp,
i.linkwhatsapp {
  color: #25D366 !important; }
.icon-svg.linkinstagram {
  color: #E4405F !important; }
/*
.linkwhatsapp:hover, .linkwhatsapp:active {
    color: #5cb05c !important; // Define your own color's darkening/lightening in your CSS
}
*/

span.linkwhatsapp {
    color: #666666 !important; // Define your own color in your CSS
}
span.linkwhatsapp:hover, span.linkwhatsapp:active {
    text-decoration: none;
}
#idanchorwhatsapp {
    text-decoration: none;
}
#idanchorwhatsapp:hover {
    text-decoration: none;
}
#idanchormail {
  text-decoration: none;
}
#idanchormail:hover {
  text-decoration: none;
}
#idanchorinstagram {
  text-decoration: none;
}
#idanchorinstagram:hover {
  text-decoration: none;
}
span.linkmail {
    color: #666666 !important; // Define your own color in your CSS
}

span.linkmail:hover, span.linkwhatsapp:active {
    text-decoration: none;
}

.objectfit {
  object-fit: cover;
}

.maxwidth {
    max-width: 100%;
}

.maxheight {
  max-height: 50%;
}

.ha {
    height: auto;
}

.reduce {
  width: auto;
  height: 50%;
  aspect-ratio: attr(width) / attr(height);
}

.pt-6, .py-6 {
  padding-top: 4rem !important; 
}

.pb-6, .py-6 {
    padding-bottom: 4rem !important; 
}

.mt-6, .my-6 {
  margin-top: 4rem !important; 
}

.mb-6, .my-6 {
    margin-bottom: 4rem !important; 
}

.fit-width {
  width: fit-content;
}

.dropdown-menu {
  min-width: 0.5rem;
}

#spinner {
  position: fixed;
  z-index: 1031;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
}


@font-face {
  font-family: 'BAHNSCHRIFT';
  src: url('/fonts/BAHNSCHRIFT.woff2') format('woff2');
  font-weight: normal;
  font-style: bold;
}

.bahnschriftfnt {
  font-family: 'BAHNSCHRIFT' !important;
}
img.logo-full {
  width: 8rem !important;
  height: auto;
  /*height: 2rem !important;*/
}
.tf-quotes-section .carousel-item:nth-child(1) {
  background-image: url('/images/5-start-simple-slider.jpg');
  background-image: image-set(url('/images/5-start-simple-slider.webp') type('image/webp'), url('/images/5-start-simple-slider.jpg') type('image/jpeg')); }
.tf-quotes-section .carousel-item:nth-child(2) {
  background-image: url('/images/6-start-simple-slider.jpg');
  background-image: image-set(url('/images/6-start-simple-slider.webp') type('image/webp'), url('/images/6-start-simple-slider.jpg') type('image/jpeg')); }
.tf-quotes-section .carousel-item:nth-child(3) {
  background-image: url('/images/7-start-simple-slider.jpg');
  background-image: image-set(url('/images/7-start-simple-slider.webp') type('image/webp'), url('/images/7-start-simple-slider.jpg') type('image/jpeg')); }

/* Accesibilidad: contraste text-muted en cards (PSI) */
.card .text-muted,
.card h3.text-muted { color: #5c636a !important; }
.tf-work-section .text-muted { color: #5c636a; }

@media (max-width:767px) {
    button.color-change {
        background-color: var(--secondary);
    }
}
/* Inline SVG icons (replaces Font Awesome on public pages) */
.icon-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: currentColor;
  flex-shrink: 0;
}
.icon-svg--lg {
  width: 1.33em;
  height: 1.33em;
}
.icon-svg--2x {
  width: 2em;
  height: 2em;
}
.scroll-top .icon-svg,
#btn-back-to-top .icon-svg {
  color: #fff;
}

/* Idioma: globo (icono) + bandera (dropdown), como el diseÃ±o original */
.tf-lang-bar {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
  line-height: 1;
  margin-bottom: 0;
  flex-shrink: 0;
}
.tf-lang-label {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.tf-lang-globe {
  display: block;
  width: 1.15rem;
  height: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.tf-lang-bar .dropdown {
  display: inline-block;
  vertical-align: middle;
}
.tf-lang-bar .dropdown-toggle {
  display: inline-flex !important;
  align-items: center;
  padding: 0.5rem 0.35rem 0.5rem 0.25rem;
  line-height: 1;
  min-height: 0;
}
/* Globo solo en .tf-lang-label; evita flash si JS viejo inyecta SVG en el toggle */
.tf-lang-bar .dropdown-toggle svg,
.tf-lang-bar .dropdown-toggle .icon-svg {
  display: none !important;
}
.tf-lang-bar .dropdown-toggle::after {
  vertical-align: middle;
  margin-left: 0.35em;
}
.tf-lang-bar .flag-icon {
  width: 1.35em;
  line-height: 1.35em;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

/* Banderas idioma (local, sin cdnjs) */
.tf-flag {
  display: inline-block;
  width: 1.35em;
  height: 1.02em;
  line-height: 1em;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
.tf-flag-ar { background-image: url(/images/flags/ar.svg); }
.tf-flag-us { background-image: url(/images/flags/us.svg); }
.tf-flag-br { background-image: url(/images/flags/br.svg); }
.tf-lang-bar .tf-flag { width: 1.35em; height: 1.02em; }

