/**
* Template Name: UpConstruction
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/upconstruction-bootstrap-construction-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */
:root {
  --font-default: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Nunito", "Roboto", sans-serif;
  --font-secondary: "Mukta", sans-serif;
  --nav-font: "Mukta", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --bs-body-font-size: 20px;
  --fs-medium: 16px;
  --fs-large: 24px;
}

/* Colors */
:root {
  --color-default: #364d59;
  --gold-gradient: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #ffc23d 30%, #e0a825 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);

  --color-primary: #000000;
  --color-acento-1: rgb(255, 217, 1);
  --color-secondary: #154275;
  --color-secondary-plus: #00eb1f;
  --color-secondary-darker: #242424;
  --color-primary-dark: #337729;
  --color-primary-darker: #0f5e43;

  --color-body-links: #e6aa2a;


  --main-menu-fondo: #fff;
  --main-menu-fondo-scrolled: #fff;
  --main-menu-fondo-topbar: #fff;
  --main-menu-fondo-topbar-scrolled: #fff;
  --main-menu-link-activo: var(--color-primary);
  --main-menu-link-activo-decor: var(--gold-gradient);
  --main-menu-link-hover-decor: var(--gold-gradient);
  --main-menu-link: #464646;
  --main-menu-link-hover: #000;
  --main-menu-dropdowm: #000;
  --main-menu-dropdown-link: #fff;
  --main-menu-dropdown-link-hover: var(--color-primary);

  --fast-menu-opcion-fondo-hover: var(--gold-gradient);
  --fast-menu-opcion-fondo: #fff;
  --fast-menu-opcion-texto: #000;

  --footer-text: #fff;
  --footer-fondo: #000;
  --footer-link: #ffffffc4;
  --footer-link-hover: #ffd621;


  --botones-font: var(--font-default);
  --botones-fondo: #000000c4;
  --botones-color: #fff;
  --botones-fondo-hover: #fd7a08;
  --botones-color-hover: #fff;
  --link-hover: #223392;
  --color-llamanos-hover: #b3d1ff;

  --bs-accordion-body-padding-y: 2em;
  --bs-accordion-body-padding-x: 4em;
  --bs-accordion-border-color: transparent !important;

}

.bg-negro,
.fondo-negro {
  background-color: #000;
}

.fs-108 {
  font-size: 1.8em;
}

.fs-3-em {
  font-size: 3em;
}

.fs-medium {
  font-size: var(--fs-medium);
}

.fs-large {
  font-size: var(--fs-large);
}

.fondo-gris {
  background-color: #c7c6c6;
}

.fondo-blanco,
.bg-white {
  background-color: #fff;
}

.fondo-blanco-t8 {
  background-color: #ffffffb8;
}

.uppercase {
  text-transform: uppercase;
}

.blanco {
  color: #fff;
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary-darker {
  color: var(--color-secondary-darker);
}

.color-acento-1 {
  color: var(--color-acento-1);
}

.color-secondary-plus {
  color: var(--color-secondary-plus);
}

.btn-primary {
  border-radius: 3px;
  background: var(--gold-gradient);
  border: unset;
  transition: background 1s;
}

.btn-primary:hover {
  background: #000;
  color: #fff;
}

.btn-outline-secondary {
  transition: border-color .6s, background-color .6s;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
  border-color: #000;

}

.btn-outline-secondary:hover {
  background-color: #000;
  border-color: transparent;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.dm-to-right {
  margin-left: auto;
  margin-right: 0;
}

.nopad {
  padding: 0;
}

body {
  font-family: var(--font-default);
  color: var(--color-default);
  overflow-x: hidden;
  top: 0px !important;
  padding-top: 135px;
  background-color: #fff;
}

@media screen and (max-width:764px) {
  body {
    padding-top: 124px;
  }
}

a {
  color: var(--color-body-links);
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-secondary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

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

.section-header {
  text-align: center;
  padding-bottom: 70px;
}

.section-header h1,
.breadcrumbs>.container>h1 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #ffffff !important;
}

.section-header h1:before,
.section-header h1:after {
  content: "";
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  display: inline-block;
}

.section-header h1:before {
  margin: 0 15px 10px 0;
}

.section-header h1:after {
  margin: 0 0 10px 15px;
}

.section-header p {
  margin: 0 auto 0 auto;
}

@media (min-width: 1199px) {
  .section-header p {
    max-width: 60%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 140px 0 60px 0;
  min-height: 30vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  inset: 0;
}

.breadcrumbs h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.breadcrumbs ol a {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

@media screen and (min-width:1100px) {
  .breadcrumbs {
    padding: 5vh 60px;

  }

}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  border: 1px solid #000;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #fff;
}

.scroll-top:hover i {
  color: var(--color-primary);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1.5s linear infinite;
  animation: animate-preloader 1.5s 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);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  z-index: 997;
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  flex-flow: column;
  transition: background-color .6s, color .5s;
}

#geo-menu-bar {
  justify-content: center;
  align-items: center;
}


@media screen and (min-width:764px) {
  header.scrolled {
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 0 3px #000;
  }
}

#geo-menu-bar .col-md-4:last-child {
  display: flex;
  justify-content: flex-end;
}

#geo-menu-bar .row {
  justify-content: space-between;
}

@media screen and (max-width:764px) {
  .header {
    position: relative;
  }

  #geo-menu-bar .col-xs-8 {
    width: 75%;
    justify-content: flex-start;
  }

  #geo-menu-bar .col-xs-4 {
    width: 25%;
  }
}

@media screen and (max-width:764px) {
  header.scrolled {
    /* top: 13px; */
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    box-shadow: 0 0 3px #000;
  }
}

.header .logo {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

#hero .cont-video video {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 55vw;
}

.header .logo img {
  max-height: 70px;
  transition: max-height .6s;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.header.scrolled .logo img {
  max-height: 30px;
}


.header .logo h1 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: var(--color-primary);
}

.centrado {
  margin-left: auto;
  margin-right: auto;
}

.mw-max-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

@media screen and (min-width: 1280px) {
  .mobile-only {
    display: none;
  }


  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--nav-font);
    font-weight: 400;
    color: var(--main-menu-link);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
    padding: 10px 15px 10px 15px;
    font-size: clamp(16px, 1.2vw, 19px);
    letter-spacing: 1px;
  }

  .scrolled .navbar a,
  .scrolled .navbar a:focus {
    color: var(--main-menu-link);
    font-size: clamp(14px, 1vw, 18px);
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .scrolled .navbar li:hover a:not(.active),
  .scrolled .navbar li:hover a:focus,
  .scrolled .navbar .dropdown ul li:hover>a,
  .scrolled .navbar>ul>li:hover>a:not(.active) {
    color: var(--main-menu-link-hover);
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  #navbar>ul>li>a:after,
  .navbar a.active:after {
    content: "";
    bottom: 0;
    height: 3px;
    width: 0%;
    left: 0;
    right: auto;
    background: var(--main-menu-link-activo-decor);
    z-index: 99;
    position: absolute;
    display: block;
    transition: .5s;
  }

  .navbar a.active:after {
    width: 95% !important;
  }

  #navbar>ul>li:hover>a:after {
    width: 95% !important;
    background: var(--main-menu-link-hover-decor);
  }


  .navbar .active,
  .navbar .active:focus {
    color: var(--main-menu-link-activo);
    height: 100%;
  }

  .navbar a:hover,
  .navbar li:hover>a,
  .navbar li:focus a {
    color: var(--main-menu-link-hover);
    height: 100%;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover {
    color: var(--color-primary);
  }

  .scrolled .dropdown ul a:hover,
  .scrolled .navbar li:hover a:not(.active) {
    color: var(--color--darker);
  }

  .scrolled .dropdown ul a:hover,
  .scrolled .navbar .dropdown ul li:hover>a,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }

  /*fix 3 nivel dropdown*/

  .navbar .dropdown .dropdown ul.nivel3 {
    left: 50% !important;
  }


}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }


}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1280px) {
  .header .logo {
    margin: 0;
    max-width: 35vw;
  }

  .desktop-only {
    display: none;
  }

  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #fff;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar ul li {
    padding: 0;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #222428;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    position: relative;
    color: var(--color-primary);
    font-size: 16px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #9e9e9e;
    margin: 5px;
    border-radius: 3px;
    padding: 3px;
  }

  .mobile-nav-show i {
    font-size: 32px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-hide i {
    font-size: 32px;
  }

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

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Get Started Section
--------------------------------------------------------------*/
#presupuestos h2,
#presupuestos h3,
#presupuestos p {
  color: #fff;
  text-align: center;
}

#presupuestos .trn.label-captcha,
#presupuestos .refresh-captcha {
  color: #fff;
}

#get-started {
  background-size: cover;
  background-color: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}

.get-started .content {
  padding: 30px 0;
}

.get-started .content h2 {
  /* font-size: 36px; */
  color: var(--color-secondary-darker);
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.get-started .content h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.get-started .content p {
  font-size: 16px;
  color: #000;
}

.get-started .php-email-form {
  background: #fff;
  padding: 30px;
  height: 100%;
}

@media (max-width: 764px) {
  .get-started .content h2 {
    font-size: 5vw;
  }

  .get-started .content p {
    font-size: 15px;
  }
}

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

.get-started .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-started .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-started .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-started .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

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

.get-started .php-email-form input,
.get-started .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-started .php-email-form input {
  padding: 12px 15px;
}

.get-started .php-email-form textarea {
  padding: 12px 15px;
}

.get-started .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-started .php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

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

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

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

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

/*--------------------------------------------------------------
# Constructions Section
--------------------------------------------------------------*/
.constructions .card-item {
  border: 1px solid rgba(82, 86, 94, 0.2);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.constructions .card-item .row {
  min-height: 100%;
}

.constructions .card-item .card-bg {
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.constructions .card-item .card-bg img,
.img-fondo {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.constructions .card-item .card-body {
  padding: 30px;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

.constructions .card-item p {
  color: var(--color-secondary);
  margin: 0;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
}

.services .service-item .icon {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  font-size: 30px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
  line-height: 1.8;
  color: #000;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f0f1f2;
  border-radius: 150px;
  top: 10px;
  right: -15px;
  transition: 0.3s;
}

.icono-servicio-ini {
  position: relative;
}

.tit-servicio {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-flex;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.services .service-item:hover .icon:before {
  background: var(--color-primary);
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  padding: 15px 0;
  transition: 0.3s;
  color: var(--color-secondary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  border-bottom: 4px solid #e2e4e6;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 575px) {
  .features .nav-link h4 {
    font-size: 16px;
  }
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  color: var(--color-primary);
  background-color: transparent;
  border-color: var(--color-primary);
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-weight: 700;
  font-size: 32px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Our Projects Section
--------------------------------------------------------------*/
.projects .portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.projects .portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.projects .portfolio-flters li:hover,
.projects .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.projects .portfolio-flters li:first-child {
  margin-left: 0;
}

.projects .portfolio-flters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .projects .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.projects .portfolio-content {
  position: relative;
  overflow: hidden;
}

.projects .portfolio-content img {
  transition: 0.3s;
}

.projects .portfolio-content .portfolio-info {
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
}

.projects .portfolio-content .portfolio-info h4 {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  background-color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info p {
  position: absolute;
  bottom: 10px;
  text-align: center;
  display: inline-block;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.projects .portfolio-content .portfolio-info .preview-link,
.projects .portfolio-content .portfolio-info .details-link {
  position: absolute;
  left: calc(50% - 40px);
  font-size: 26px;
  top: calc(50% - 14px);
  color: #fff;
  transition: 0.3s;
  line-height: 1.2;
}

.projects .portfolio-content .portfolio-info .preview-link:hover,
.projects .portfolio-content .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.projects .portfolio-content .portfolio-info .details-link {
  left: 50%;
  font-size: 34px;
  line-height: 0;
}

.projects .portfolio-content:hover .portfolio-info {
  opacity: 1;
}

.projects .portfolio-content:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 0 15px 30px 0;
  min-height: 200px;
  box-shadow: 0px 2px 20px rgba(82, 86, 94, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.bi-person-circle.testimonial-img {
  font-size: 50px;
  border: none !important;
  left: -25px !important;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--color-secondary-plus);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

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

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--color-secondary-darker);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-secondary-plus);
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Alt Services Section
--------------------------------------------------------------*/
.alt-services .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.alt-services h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.alt-services h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.alt-services .icon-box {
  margin-top: 50px;
}

.alt-services .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.alt-services .icon-box:hover i {
  background-color: var(--color-primary);
  color: #fff;
}

.alt-services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.alt-services .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.alt-services .icon-box h4 a:hover {
  color: var(--color-primary);
}

.alt-services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h2 {
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-secondary);
  margin: 30px 0;
}

@media (min-width: 991px) {
  .about h2 {
    max-width: 65%;
    margin: 0 0 80px 0;
  }
}

.about .our-story {
  padding: 40px;
  background-color: #f5f6f7;
}

@media (min-width: 991px) {
  .about .our-story {
    padding-right: 35%;
  }
}

.about .our-story h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: #838893;
}

.about .our-story h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.about .our-story p:last-child {
  margin-bottom: 0;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.about ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.about ul i {
  font-size: 20px;
  margin-right: 4px;
  color: var(--color-primary);
}

.about .watch-video i {
  font-size: 32px;
  transition: 0.3s;
  color: var(--color-primary);
}

.about .watch-video a {
  font-weight: 600;
  color: var(--color-secondary);
  margin-left: 8px;
  transition: 0.3s;
}

.about .watch-video:hover a {
  color: var(--color-primary);
}

.about .about-img {
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .about .about-img {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  background: #fff;
  box-shadow: 0px 0 30px rgba(82, 86, 94, 0.05);
  padding: 30px;
}

.stats-counter .stats-item i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.stats-counter .stats-item span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: var(--color-secondary);
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: #fff;
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--color-primary);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: var(--color-secondary);
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: #838893;
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Servie Cards Section
--------------------------------------------------------------*/
.services-cards h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.services-cards p {
  font-size: 15px;
}

.services-cards ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-top: 10px;
}

.services-cards ul li i {
  font-size: 16px;
  color: var(--color-primary);
  margin-right: 6px;
}

/*--------------------------------------------------------------
# Projet Details Section
--------------------------------------------------------------*/
.project-details .portfolio-details-slider img {
  width: 100%;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.project-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.project-details .swiper-button-prev,
.project-details .swiper-button-next {
  width: 48px;
  height: 48px;
}

.project-details .swiper-button-prev:after,
.project-details .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.project-details .swiper-button-prev:hover:after,
.project-details .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {

  .project-details .swiper-button-prev,
  .project-details .swiper-button-next {
    display: none;
  }
}

.project-details .portfolio-info h3,
.project-details .portfolio-info h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.project-details .portfolio-info h3:after,
.project-details .portfolio-info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.project-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.project-details .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.project-details .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #838893;
  font-size: 14px;
}

.project-details .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.project-details .portfolio-info .btn-visit:hover {
  background: #ffc019;
}

.project-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.project-details .portfolio-description p {
  padding: 0;
}

.project-details .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: #f5f6f7;
  height: 100%;
  margin-bottom: 50px;
}

.project-details .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.project-details .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.project-details .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left,
.project-details .portfolio-description .testimonial-item .quote-icon-right {
  color: #ffd565;
  font-size: 26px;
  line-height: 0;
}

.project-details .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.project-details .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.project-details .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d5d7da;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #d9e3e8;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
  background-color: var(--color-primary);
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
  border-radius: 50%;
  border: 2px dotted #fff;
}

.contact .info-item h2 {
  color: #fff;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: fff;
}

.php-email-form {
  width: 100%;
  background: transparent;
  padding: 30px;
}

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

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

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

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

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

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

.php-email-form input,
.php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input:focus,
.php-email-form textarea:focus {
  border-color: var(--color-primary);
}

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

.php-email-form textarea {
  padding: 10px 12px;
}

.php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.php-email-form button[type=submit]:hover {
  background: rgba(254, 185, 0, 0.8);
}

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

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

.fondo-oscuro {
  background-color: var(--color-secondary-darker);
}

/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-blog-posts .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
  overflow: hidden;
}

.recent-blog-posts .post-item .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-item .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.recent-blog-posts .post-item .post-content {
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recent-blog-posts .post-item .post-title {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.recent-blog-posts .post-item .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.recent-blog-posts .post-item .meta span {
  font-size: 15px;
  color: #838893;
}

.recent-blog-posts .post-item hr {
  color: #888;
  margin: 20px 0;
}

.recent-blog-posts .post-item .readmore {
  display: block;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  background-color: var(--color-secondary-plus);
  transform: translateX(-500px);
  transition: all .6s;
  padding: 5px 10px 8px 10px;
}

.recent-blog-posts .post-item:hover .readmore {
  transform: translate(-50%, -50%);
}

.recent-blog-posts .post-item .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.recent-blog-posts .post-item:hover .post-title,
.recent-blog-posts .post-item:hover .readmore {
  color: var(--color-primary);
}

.recent-blog-posts .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  overflow-x: hidden;
  padding: 0;
  position: relative;
}

.hero .carousel {
  width: 100%;
  min-height: 80vw;
  padding: 0;
  margin: 0;
  position: relative;
}

@media screen and (min-width:1200px) {
  .hero .carousel {
    min-height: 100vh;
  }
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition: transform .6s ease-in-out;
}

.hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7); */
  position: absolute;
  inset: 0;
}

.hero .txt-destacado-head {
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  background-color: #000000c4;
}

.hero .slogan-empresa {
  font-size: 1.8em;
  color: #fff !important;
  font-weight: 800;
  letter-spacing: 2px;
}

.hero .info {
  position: relative;
  height: 100%;
  inset: 0;
  z-index: 2;
}

.hero .info:before {
  display: block;
  height: 100%;
  width: 100%;
  content: ' ';
  background-color: #00000038;
  position: absolute;
  left: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .hero .info {
    padding: 0 50px;
  }
}

.hero .info .container {
  max-width: 50%;
  height: 100%;
  margin-top: 50%;
  max-height: 100vh;
  left: 0;
  margin-left: 0;
  padding-left: 10%;
}

.hero .info h1,
.hero .info h2 {
  color: #fff;
  text-transform: uppercase;
  /* background-color: #000000c2; */
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  position: relative;

  border-radius: 4px;
  /* text-shadow: 1px 1px 5px #fff; */
}

.hero .geo-tit-inicio {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}


/* .hero .geo-tit-inicio:after {
  content: "";
  position: relative;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
} */
.separador:after {
  content: "";
  position: relative;
  display: block;
  width: 80%;
  height: 4px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
}

.titulo-sm {
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 1px;
}

.hero .geo-tit-inicio>span {
  color: #fff;
  display: block;
  text-align: center;
  padding: 2px 10px;
  background-color: #000;
  font-size: 4vw;
}

@media (max-width: 768px) {

  .hero .info h1,
  .hero .info h2 {
    font-size: 4vw;
  }

  .hero .txt-destacado-head {
    font-size: 3.8vw;
  }

  .hero .info p {
    font-size: 3vw;
  }

  .geo-tit-inicio span {
    font-size: 6vw;
    font-weight: 800;
  }

  .hero .info .container {
    max-width: 80%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 80vh;
    left: 0;
    margin-left: 0;
    padding-left: 10%;
  }

  .hero .carousel {
    width: 100%;
    min-height: 80vh;
  }

}

.hero .info p {
  color: #fff;
  font-size: 18px;
  position: relative;
  /* background-color: #000000c4; */
}

.hero .info .btn-get-started,
#projects .btn-get-started,
.btn-llamada {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  border: 2px solid var(--color-primary);
  transition: all .6s;
}

.hero .btn-get-started {
  transition: background-color .6s !important;
}

.hero .info .btn-get-started {
  background-color: #000000c4;
}

#projects .btn-get-started,
.btn-llamada {
  color: var(--color-primary);
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
  display: block;
  position: relative;

}

.hero .info .btn-get-started:hover,
#projects .btn-get-started:hover,
.btn-llamada:hover {
  background: var(--color-primary);
  color: #fff;
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background-color: var(--color-primary);
  color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #838893;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--color-secondary);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list .post-item {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}

.blog .posts-list .post-img img {
  transition: 0.5s;
}

.blog .posts-list .post-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 6px 12px;
  font-weight: 500;
}

.blog .posts-list .post-content {
  padding: 30px;
}

.blog .posts-list .post-title {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
  transition: 0.3s;
  margin-bottom: 15px;
}

.blog .posts-list .meta i {
  font-size: 16px;
  color: var(--color-primary);
}

.blog .posts-list .meta span {
  font-size: 15px;
  color: #838893;
}

.blog .posts-list p {
  margin-top: 20px;
}

.blog .posts-list hr {
  color: #888;
  margin-bottom: 20px;
}

.blog .posts-list .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #838893;
}

.blog .posts-list .readmore i {
  line-height: 0;
  margin-left: 6px;
  font-size: 16px;
}

.blog .posts-list .post-item:hover .post-title,
.blog .posts-list .post-item:hover .readmore {
  color: var(--color-primary);
}

.blog .posts-list .post-item:hover .post-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(82, 86, 94, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-primary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.blog .blog-details .meta-top a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(82, 86, 94, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #838893;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(82, 86, 94, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-secondary);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(82, 86, 94, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-secondary);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(82, 86, 94, 0.3);
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--color-primary);
  color: var(--color-secondary);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(254, 185, 0, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-default);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(54, 77, 89, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
  display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  max-width: 80px;
  margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(54, 77, 89, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #838893;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(131, 136, 147, 0.4);
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: var(--color-secondary);
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(131, 136, 147, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(82, 86, 94, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(254, 185, 0, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-primary);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: var(--footer-text);
  /* background: url("/img/empresa-limpieza-vilafranca/limpieza-profesional-vilafranca.jpg") center center no-repeat; */
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
  background-color: var(--footer-fondo);
}

/* .footer:before {
  content: "";
  background: var(--color-primary);
  position: absolute;
  inset: 0;
  opacity: .9;
} */

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: var(--footer-text);
}


.footer .footer-content .social-links a {
  font-size: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: var(--footer-link);
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--footer-link-hover);
  text-decoration: none;
}

.footer .footer-content .social-links a:hover i {
  color: #000;
}

.footer .footer-content .footer-info a p {
  margin-bottom: .5em;
  transition: color .5s;
  color: var(--footer-link);
  font-size: 20px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
}



.footer .footer-content .footer-info a:hover p:before {
  transform: translate(10px, 0);
}


.footer .footer-content .footer-info a:hover p {
  color: var(--footer-link-hover) !important;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--footer-text);
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links * {
  font-size: 24px;
}

.footer .footer-info a {
  color: var(--footer-link);
}

.footer .footer-info a:hover {
  color: var(--footer-link-hover) !important;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: var(--footer-link);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
  color: var(--footer-link-hover);
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: var(--footer-text);
}

.footer .footer-legal .credits a {
  color: var(--footer-link);
  font-weight: 700;
  transition: color .5s;
}

.footer .footer-legal .credits a:hover {
  color: var(--footer-link-hover);
}

.menu-footer a {
  padding: 5px 10px;
  width: 20%;
  color: var(--footer-link);
  transition: color .6s;
}

.menu-footer a:hover {
  color: var(--footer-link-hover);
}

@media screen and (max-width:920px) {
  .menu-footer a {
    width: 33%;
  }
}

@media screen and (max-width:764px) {
  .menu-footer a {
    width: 100%;
  }

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

  .footer .footer-content .footer-links {
    text-align: center;
  }

}

/*fix slider logos*/
.empresa-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/*servicios*/
body.servicio .card-item {
  border: 1px solid #000 !important;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #fff;
  position: relative;
  border-radius: 0;
}

body.servicio .card-item .row {
  min-height: 100%;
}

body.servicio .card-item .card-bg {
  min-height: 300px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.servicio .card-item .card-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

body.servicio .card-item .card-body {
  padding: 30px;
}

body.servicio .card-item h4 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--color-secondary);
}

body.servicio .card-item p {
  color: var(--color-secondary);
  margin: 0;
}

/*
* tarjetas inicio
*/
.geo-ini-card {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--bs-gutter-x) * .5);
}

.geo-ini-card .card-bg {
  width: 100%;
  height: 320px;
  overflow: hidden;
  display: flex;
}

.geo-ini-card .card-bg img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: all .6s;
}

.geo-ini-card .ini-card-content {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(100%, 0);
  z-index: 3;
  transition: all .6s;
  background-color: #000000a6;
  color: #fff;
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  opacity: 0;
  margin: 0;
}

.geo-ini-card:hover .ini-card-content {
  transform: translate(0, 0);
  opacity: 1;
}

#servicios h2 {
  font-size: 3vw;
}


@media screen and (max-width: 990px) {
  #servicios .col-md-4 {
    width: 48% !important;
  }

  .geo-ini-card .card-bg {
    height: 28vw;
  }

  .geo-ini-card {
    margin-bottom: 3em;
  }

}

@media screen and (max-width: 764px) {
  #services .col-lg-4 {
    margin-bottom: 3em;
  }

  #servicios h2 {
    font-size: 6vw;
  }

  #servicios .col-md-4 {
    width: 100% !important;
  }

  .geo-ini-card .card-bg {
    height: 56vw;
  }

  .col-presupuesto {
    margin-top: 5em;
  }
}

.geo-ini-card:hover .card-bg img {
  transform: scale(1.2);
}

.ini-leer-mas {
  display: block;
  margin-top: .8em;
  color: #fff;
  background-color: var(--color-primary);
  transition: all .5s;
  border-radius: 8px;
  padding: 3px 10px 5px 10px;
}

a.ini-leer-mas:hover {
  background-color: var(--color-secondary-darker);
  color: #fff;
}

.ini-card-content {
  margin-top: 1em;
  margin-bottom: 1em;
}


h3.titulo-ini-card {
  font-size: 1.2em;
  font-weight: 700;
  transition: all .6s;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  background-color: #1e468b;
  transition: all .6s;
  z-index: 3;
}

.geo-ini-card:hover h3.titulo-ini-card {
  transform: translateX(-100%);
}


.constructions .card-item .card-bg img,
.img-fondo {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/*whatsapp flotante*/
div.wa-flotante {
  position: fixed;
  right: 0;
  bottom: 70px;
  background-color: var(--color-secondary-plus);
  display: flex;
  flex-flow: row;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  padding: 10px 8px 10px 21px;
  z-index: 99998;
  transition: background-color .6s;
  transform: translateX(100%);
}

div.wa-flotante:hover {
  background-color: var(--color-primary);
}

div.wa-flotante a {
  display: flex;
  width: 100%;
  height: 100%;
}

div.wa-flotante i.bi.bi-whatsapp {
  display: inline-flex;
  align-items: center;
}

div.wa-flotante .bi-whatsapp::before {
  content: "\f618";
  font-size: 1.2rem;
  color: #fff;
  margin-right: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

div.wa-flotante p {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  color: #000;
  font-size: .7rem;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

@media screen and (max-width:764px) {
  div.wa-flotante p {
    display: none;
  }
}

div.wa-flotante p span {
  font-weight: 500;
  opacity: .8;
}

#geo-menu-bar {
  background-color: var(--main-menu-fondo-topbar);
  padding: 3px 15px;
}

#header.scrolled #geo-menu-bar {
  background-color: var(--main-menu-fondo-topbar-scrolled);
}

@media screen and (max-width:1280px) {
  #main-navbar {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (min-width:1280px) {
  #main-navbar {
    justify-content: center;
    padding-bottom: 5px;
  }
}

.scrolled #geo-menu-bar {
  opacity: 1;
  ;
}

#geo-menu-bar .linktop {
  /* display: inline-block; */
  color: var(--main-menu-link);
  margin-left: 2em;
  transition: color .6s;
}

#geo-menu-bar .linktop:hover {
  color: var(--main-menu-link-hover);
}

#geo-menu-bar .linktop i {
  margin-right: .5em;
}

.nomargin {
  margin: 0 !important;
}

#geo-menu-bar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--complement);
}

#geo-menu-bar .languages ul a {
  color: #fff;
  transition: color .6s;
}

#geo-menu-bar .languages ul a:hover {
  color: #ffffff70;
}

#geo-menu-bar .languages ul li+li {
  padding-left: 10px;
}

#geo-menu-bar .languages ul li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}

#header {
  background-color: var(--main-menu-fondo);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

#header.scrolled {
  background-color: var(--main-menu-fondo-scrolled);
}

/*
*  marcos svg
*/
svg:not(:root) {
  overflow: hidden;
}

.contenedor_svgs svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  z-index: 2;
  pointer-events: none;
}

.animar.ilustracion_comun path {
  stroke-dashoffset: 0;
  stroke: #002664;
}

.animar.ilustracion_comun path {
  stroke: var(--color-primary);
  stroke-dasharray: 1570;
  stroke-dashoffset: 0;
  -webkit-transition: all 3s ease-in-out .5s;
  -webkit-animation: dash 5s linear alternate;
  transition: all 3s ease-in-out .5s;
  animation: dash 5s linear alternate;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 1570;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 1570;
  }
}

.pos-relative {
  position: relative;
}

#services {
  background: white;
  margin-top: 0;
  padding-top: 0;
}

#services .animar.ilustracion_comun path {
  stroke: var(--color-secondary-plus) !important;
}

#services .animar.ilustracion_comun {
  position: absolute;
  top: -15px;
  left: 0px;
}

.slides-servicios .swiper-slide {
  /*padding: 2em;*/
  height: auto !important;
  margin-right: 0 !important;
}

.slides-servicios .titulo-slide-servicios {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}

.slides-servicios .contenido-slide-servicios {
  font-size: .9em;
}

.slides-servicios .slide-content {
  background-color: var(--color-primary);
  color: #fff;
  padding: 1em;
  height: 100%;
}

#servicios .section-header.s2 {
  margin-top: 5em;
  margin-bottom: 2em;
  padding: 0;
}

#services {
  overflow: visible;
  position: relative;
  z-index: 3;
}

.mas-info-servicios {
  color: var(--color-primary);
  text-decoration: none;
  padding: 3px 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: white;
  background-color: var(--color-primary);
  margin-top: 2em;
  border-radius: 5px;
  transition: all .6s;
}

.mas-info-servicios:hover {
  color: white;
  background-color: #000;
}

.service-item.service-tarjeta-inicio {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, .3);
  padding: 2em;
  height: 100%;
}

.service-tarjeta-inicio .icon {
  position: relative;
  display: inline-flex;

}

@media screen and (min-width:1200px) {
  #services {
    margin-bottom: 0;
    padding-bottom: 0;
    height: 100%;
    height: calc(100% - 150px);
  }

  #get-started {
    padding-top: 0;
    margin-top: 0;
  }
}

.btn-general {
  background: var(--botones-fondo);
  color: var(--botones-color);
  padding: 9px 14px;
  transition: all .6s !important;
  border-radius: 4px;
  margin-top: 1em;
  display: flex;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.btn-general:hover {
  background-color: var(--botones-fondo-hover);
  color: var(--botones-color-hover);
}

.btn-general.invertido {
  background-color: var(--botones-color);
  color: var(--botones-fondo);
  border: transparent;
}

.btn-general.invertido:hover {
  background-color: var(--botones-fondo-hover);
  color: var(--botones-color-hover);
  border: transparent;
}

.mnone {
  margin: 0 !important;
}

.container.container-ancho-completo {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.mw-80 {
  max-width: 80%;
}

.service-slide-img-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}

.service-slide-img-wrap img {
  max-width: 50%;
  width: 100px;
}

.row-presentacion {
  margin-bottom: 6em;
}

@media screen and (max-width:764px) {
  .row-presentacion {
    margin-bottom: 1em;
  }

  section#services {
    padding-bottom: 0 !important;
  }
}

.fila-cuadrados-ini h2 {
  font-size: 7vw;
}

.img-cover {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

section.contacto-inicio {
  margin: 0;
  padding: 0;
}

.contacto-inicio form {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width:1200px) {
  .mover-arriba {
    transform: translateY(-55%);
  }
}

/*tarjetas inicio*/


.tarjeta-inicio {

  height: 100%;
  transition: transform .6s;
}

.ti-img-wrap {
  overflow: hidden;
}

.ti-img-wrap img {
  transition: transform .9s;
}

.tarjeta-inicio:hover img {
  transform: scale(1.1);
}

.tarjeta-inicio h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #ebebed;
  transition: 0.3s;
  text-align: center;
  width: 100%;
}

.tarjeta-inicio:hover h3 {
  color: var(--color-primary);
}

.tarjeta-inicio .ti-content {
  padding: 1em;
}

.tarjeta-inicio .ti-content ul {
  list-style-type: square;
}

.tarjeta-inicio .ti-content ul li {
  transition: all .6s;
  margin-bottom: 5px;
}

.tarjeta-inicio .ti-content ul li:hover {
  padding-left: 1em;
}

.tarjeta-inicio .ti-content ul li:hover::marker {
  color: var(--color-primary);
}

.tarjeta-inicio .ti-content a {
  color: #000;
}

.tarjeta-inicio .ti-content li:hover a {
  color: var(--color-primary);
}

.tarjeta-inicio .ti-img-wrap {
  overflow: hidden;
  position: relative;
}

.tarjeta-inicio .ti-img-wrap:after {
  content: '';
  background-color: #08080824;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transition: background-color .6s;
}

.tarjeta-inicio:hover .ti-img-wrap:after {
  background-color: #08080880;
}

.tarjeta-inicio .ti-img-wrap .titulo-servicio {
  position: Relative;
  display: block;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.2em;
  width: 100%;
  color: #fff;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

.tarjeta-inicio:hover .titulo-servicio {
  color: var(--color-primary);
}

.tarjeta-inicio .ti-img-wrap>a {
  display: flex;
}

.tarjeta-inicio .contenido-servicio {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 3;
}

.tarjeta-inicio .contenido-servicio .texto-servicio {
  opacity: 0;
  transform: translateY(120%);
  transition: all .6s;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  color: #fff;
}

.tarjeta-inicio:hover .contenido-servicio .texto-servicio {
  opacity: 1;
  transform: translate(0, 0);
}

i.icono-servicio-ini {
  font-size: 30px;
  margin-right: 15px;
  color: var(--color-primary);
}

.slides-servicios .slide-content img {
  width: 100%;
  height: auto;
}

.get-started h2.text-center:after {
  left: 50%;
  transform: translateX(-50%);
}

.bold {
  font-weight: 700;
}

.menu-footer {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu-footer li {
  width: 24%;
  min-width: 24%;
  display: block;
  padding: 10px 5px;
  font-size: 13px;
}

@media screen and (max-width:920px) {
  .menu-footer li {
    width: 48%;
    min-width: 48%;
  }
}

@media screen and (max-width:764px) {
  .menu-footer li {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
}

.breadcrumbs .btn {
  background-color: var(--color-default);
  color: #fff;
}

.breadcrumbs .btn:hover {
  background-color: var(--color-acento-1);
  color: #fff;
}

/*galerias imagenes*/

.geo-galeria {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.geo-galeria .geo-elemento-galeria {
  /* max-width: 33%; */
  position: relative;
  height: auto;
  /* width: 33%; */
  padding: 2px;
  max-height: 40vh;
  overflow: hidden;
}

@media screen and (min-width:764px) and (max-width:1100px) {
  .geo-galeria .geo-elemento-galeria {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width:764px) {
  .geo-galeria .geo-elemento-galeria {
    width: 100%;
    max-width: 100%;
  }
}

.geo-galeria .geo-elemento-galeria img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
  width: 100%;
  transition: all 1s;
}

.geo-galeria .geo-elemento-galeria:hover img {
  transform: scale(1.1);
}

.geo-galeria .geo-elemento-galeria i {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.5rem;
  color: #fff;
  opacity: .7;
  transition: all .8s;
  pointer-events: none;
}

.geo-galeria .geo-elemento-galeria:hover i {
  color: var(--color-primary);
  opacity: 1;
  transform: scale(1.5);
  z-index: 99;
}

/*fin galerias*/
.tabla-precios {
  box-shadow: 0 3px 9px #c0bebe;
}

.tabla-precios .tabla-head,
.tabla-precios .tabla-footer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 1.5em;
  background-color: var(--color-default);
  text-align: center;
}

#precios_integrales .col-md-4:nth-child(2n+1) .tabla-head,
#precios_integrales .col-md-4:nth-child(2n+1) .tabla-footer {
  background-color: #000;
}

.tabla-precios .tabla-head h3 {
  font-size: 1.3em;
}

.tabla-precios .tabla-head .precio {
  font-size: 2em;
  font-weight: 700;
}


.tabla-precios ul.precios-incluye {
  padding: .5em;
}

.tabla-precios ul.precios-incluye li {
  list-style: none;
  font-size: 16px;
  padding: 5px 10px;
  position: relative;
}

.tabla-precios ul.precios-incluye li:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #dddddd;

}

.tabla-precios ul.precios-incluye li i {
  margin-right: 1em;
  font-size: 1.5em;
}

.tabla-precios .tabla-footer a {
  color: #fff;
  border: 1px solid #fff;
  padding: 1em 2em;
  transition: .6s;
}

.tabla-precios .tabla-footer a:hover {
  color: #00eb1f;
  border-color: #059652;
}

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

/*FIX TRADUCTOR GOOGLE*/

/* Remove Google top bar and margin */
.skiptranslate iframe {
  display: none !important;
}


#goog-gt-tt {
  display: none !important;
}

#google_translate_element {
  z-index: 22;
  color: #fff;
  position: relative !important;
  margin-left: 30px;
  padding: 0px 0;
  font-size: 18px;
  color: var(--light);
  outline: none;
  transition: .5s;
  font-family: "Roboto Condensed", sans-serif;
  top: auto !important;
  right: auto !important;
}

@media screen and (max-width:991px) {
  #google_translate_element {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  #google_translate_element {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  #google_translate_element:before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: var(--primary);
    transition: .5s;
  }

  .sticky-top #google_translate_element {
    padding: 20px 0;
  }

  #google_translate_element:hover:before {

    width: 100%;
    left: 0;
  }
}

#google_translate_element .skiptranslate span {
  display: none;
}

#google_translate_element .skiptranslate {
  font-size: 0 !important;
}

#google_translate_element .skiptranslate>div {
  display: block;
}

.goog-te-gadget .goog-te-combo {
  color: var(--main-menu-link);
  padding: 18px 15px;
  font-size: 14px;
  font-family: var(--nav-font);
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
  background-color: transparent;
  border: none;
  padding: 0;
  border: none;
  font-family: 'Roboto Condensed';
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
}

select.goog-te-combo option {
  color: var(--main-menu-dropdowm);
  text-transform: capitalize;
}

.goog-te-combo option:first-child {
  border-radius: 5px 5px 0 0;
}

/*fin FIX TRADUCTOR GOOGLE*/

/*index*/
.bienvenido {
  font-size: clamp(19px, 2vw, 40px);
  color: #000;
}

.font-secondary {
  font-family: "Racing Sans One";
}

h2 {
  font-size: 26px;
  color: #000;
}

.mw-92vw {
  max-width: 92vw;
}

.w-92vw {
  width: 92vw;
}

.btn-general {
  font-family: var(--botones-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  color: var(--botones-color);
  border: 2px solid var(--color-primary);
  transition: all .6s;
  background-color: var(--botones-fondo);
}

@media screen and (max-width:920px) {
  .flex-order-2 {

    order: 2;
  }

  .flex-order-1 {
    order: 1;
  }
}

#hero-carousel .info,
#hero-carousel .info .btn-get-started {
  z-index: 99;
}

.carousel-control-next,
.carousel-control-prev {
  width: auto !important;
}

.sec-llamanos p {
  font-size: 3vw;
  text-align: center;
}

.sec-llamanos a {
  font-weight: 800;
  color: #fff;
  transition: color .6s;
}

.sec-llamanos a:hover {
  color: var(--color-llamanos-hover);
}

section.contact {
  position: relative;
  overflow: hidden;
}

img.contact-bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -2;
}

.contact-bg-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.contact-bg-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff1c;
  z-index: -1;
}

section.contact #g-presupuestos {
  background-color: #fffffff7;
  z-index: 10;
  position: relative;
}

section.contact #captcha_challenge,
section.contact .captcha-image {
  width: 100%;
}

@media screen and (max-width:764px) {
  .contact-bg-wrap::after {
    background-color: transparent;
  }

  img.contact-bg,
  section.contact>.contact-bg-wrap {
    position: relative;
  }

  section.contact #g-presupuestos {
    padding: 1em;
    border-radius: 4px;
    border: 1px solid #000;
    margin-top: 1em;
  }
}

.accordion-item {
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
  outline: 0;
}

.accordion-item .accordion-title {
  font-size: 2em;
}

.accordion-item .accordion-title i {
  color: var(--color-primary-dark);
  margin-right: 1em
}

.faqs.accordion-body {
  padding-top: 3em;
}

.logo-text {
  font-family: var(--font-secondary);
  font-size: clamp(24px, 3vw, 60px);
  transition: all .6s;
  line-height: 1.1em;
}

.header.scrolled .logo-text {
  font-size: 30px;
}

#footer .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

#footer .logo-wrap .logo-text {
  font-size: 36px;
  line-height: 1em;
  color: var(--color-primary);
}

#footer .logo-wrap img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex: 0;
  display: flex;
}

#footer .footer-info.direcciones a {
  display: block;

}

#footer .footer-info a i {
  margin-right: 15px;
  transition: all 1s;
}

#footer .footer-info a:hover i {
  transform: translateY(-5px);
}

span.decorado {
  font-size: 22px;
  font-weight: 700;
  display: inline-flex;
  white-space: pre;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}

span.decorado:after {
  display: inline-flex;
  content: '';
  background-color: var(--color-primary);
  width: 60px;
  height: 4px;
  position: relative;
  z-index: 1;
  transform: translate(.5em, .5em);
}

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

.container-parallax {
  padding: 20vh 5vw;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.llamada-parallax {
  position: relative;
  padding: 3em;
  min-height: 40vh;
  z-index: 1;
}

.container-parallax .bg-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000050;
  z-index: 0;
  pointer-events: none;
}

.fs-titulos-grandes {
  font-size: clamp(43px, 5vw, 120px);
}


/*geo fast menu*/
.fast-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  padding: 1em;
  min-width: 200px;
  z-index: 999;
  gap: 4px;
}




.fast-menu a {
  background: var(--fast-menu-opcion-fondo);
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border-radius: 30px;
  padding: 5px;
  transition: .6s;
}

.fast-menu a img:not(.noeffect) {
  padding: 4px;
  box-shadow: 0 0 3px #000 inset;
  border-radius: 30px;
  /* background-color: #ffffff80; */
  transition: transform 1.5s, width .3s;
  width: 3em;
  height: 3em;
}

.fast-menu a:hover img:not(.noeffect) {
  transform: scale(1.3) !important;
}

.fast-menu .fm-mapas {
  border-radius: 0;
}

.fast-menu a:hover img:not(.noeffect) {
  transform: scale(1.2);
  background-color: #fff;
}

.fast-menu a span {
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 800;
  color: var(--fast-menu-opcion-texto);
  pointer-events: none;
}

.fast-menu a:hover {
  background: var(--fast-menu-opcion-fondo-hover);
}

.fast-menu .fm-lv2 a {
  border-radius: 10px;
  flex-flow: column;
}


.logo-xs {
  width: 30px;
  height: 30px;
}

.fm-lv2 {
  padding: 5px;
  border: 1px solid #5a5a5a;
  border-radius: 15px;
}

.acordion-telefonos {
  display: flex;
  flex-flow: column;
  gap: 4px;
}

.fast-menu a[aria-expanded=true] {
  background: #000;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fast-menu .accordion-item {
  border: unset;
  padding: 0;
  width: 100%;
}

.fast-menu .fastmenu-item {
  width: 100%;
  box-shadow: 0px 0px 2px #000;
  border-radius: 30px;
}

.fast-menu .accordion-body {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 5px !important;
}

@media screen and (max-width:764px) {
  .fast-menu a:hover img:not(.noeffect) {
    transform: scale(1.6) !important;
  }

  .fast-menu .fastmenu-item {
    box-shadow: none;
    border-radius: 0;
    border: none;
  }

  .fast-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-flow: row;

  }

  .fast-menu a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .fast-menu a span {
    display: none;
  }

  .fast-menu .accordion-collapse.collapse.show {
    display: flex;
    justify-content: center;
    /* position: fixed; */
    bottom: 10%;
    left: 5%;
    right: 5%;
  }

  .fast-menu a[aria-expanded=true] {
    border-radius: 30px;
  }

  .fast-menu .accordion-body {
    border-radius: 30px;
    padding: 15px;
  }

  .fast-menu .accordion-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  footer {
    padding-bottom: 100px !important;
  }
}

.lista-ventajas {
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 4px;
}

.lista-ventajas .bi-check {
  background-color: var(--botones-fondo-hover);
  width: 1.5em;
  height: 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-weight: 800;
  font-size: 1.5em;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}
.overflow-visible{overflow: visible!important;}
.z-index-1{
  z-index: 1;
}
@media screen and (max-width: 767px){
  .hide-mobile{
    display: none!important;
  }
}
@media screen and (min-width: 767px){
  .hide-tablet,.hide-desktop{
    display: none!important;
  }
}

		/*************************************
 * CONTENEDOR DEL TÍTULO (DECORADO)
 *************************************/
		.decorado2 {
			position: relative;
			display: block;
			overflow: hidden;
			padding-bottom: 70px;
			/* espacio para el tren */
			min-height: 90px;
			/* asegura altura para tren + título */
		}
    .decorado2:after {
      content: '';
      display: block;
      width: 100%;
      height: 10px;
      background: var(--gold-gradient);
      z-index: 1;
      position: absolute;
      bottom: 0;
      left: 0;
    }


		/*************************************
 * ENVOLTURA DEL TREN (SE MUEVE ENTERO)
 *************************************/
		.tren-wrapper {
			position: absolute;
			bottom: 0;
			left: 40%;
			/* locomotora empieza más hacia la derecha */
			height: 40px;
			display: flex;
			align-items: flex-end;
			gap: 0;
			will-change: transform;
			pointer-events: none;
		}


		/*************************************
 * LOCOMOTORA DETALLADA (110 × 40 px)
 *************************************/
		.locomotora {
   width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 124 124' fill='none'%3E%3Crect width='124' height='124' rx='24' fill='%23ffffff'/%3E%3Cg fill='%233A2F23'%3E%3Crect x='10' y='50' width='90' height='32' rx='8'/%3E%3Cellipse cx='98' cy='86' rx='14' ry='14'/%3E%3Cellipse cx='70' cy='86' rx='14' ry='14'/%3E%3Crect x='20' y='20' width='8' height='36' rx='3'/%3E%3Crect x='30' y='40' width='8' height='16' rx='3'/%3E%3Crect x='58' y='20' width='50' height='56' rx='4'/%3E%3Crect x='60' y='20' width='55' height='4' rx='3'/%3E%3Ccircle cx='18' cy='90' r='9'/%3E%3Ccircle cx='36' cy='90' r='9'/%3E%3C/g%3E%3Cg%3E%3Ccircle cx='44' cy='20' r='5' fill='%238C8277'/%3E%3Ccircle cx='36' cy='16' r='6' fill='%239B9085'/%3E%3Ccircle cx='29' cy='18' r='5' fill='%23AEA49B'/%3E%3C/g%3E%3C/svg%3E");





		}


		/*************************************
 * TRACK DE VAGONES (FLEX HORIZONTAL)
 *************************************/
		.vagones-track {
			display: flex;
			height: 40px;
			gap: 0;
		}


		/*************************************
 * VAGÓN VINTAGE (80 × 40 px)
 *************************************/
		.vagon {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 124' fill='none'%3E%3Cg fill='%233A2F23'%3E%3Crect x='0' y='20' width='110' height='60' rx='18'/%3E%3Crect x='0' y='60' width='110' height='20' rx='5'/%3E%3Crect x='5' y='35' width='30' height='20' rx='5' fill='%23fff'/%3E%3Crect x='40' y='35' width='30' height='20' rx='5' fill='%23fff'/%3E%3Crect x='75' y='35' width='30' height='20' rx='5' fill='%23fff'/%3E%3Ccircle cx='20' cy='90' r='9'/%3E%3Ccircle cx='40' cy='90' r='9'/%3E%3Ccircle cx='70' cy='90' r='9'/%3E%3Ccircle cx='90' cy='90' r='9'/%3E%3C/g%3E%3C/svg%3E");

		}