/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);
/* Typography
================================================== */
body {
  background: #fff;
  color: #555;
}

body,
p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}

.text-info {
  color: #ffffff;
}

/* Global styles
================================================== */
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a:link,
a:visited {
  text-decoration: none;
}

a {
  color: inherit;
  transition: 0.2s ease;
}

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

a.read-more {
  color: #fd7700;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

section,
.section-padding {
  padding: 70px 0;
  position: relative;
}

.no-padding {
  padding: 0;
}

.gap-60 {
  clear: both;
  height: 60px;
}

.gap-40 {
  clear: both;
  height: 40px;
}

.gap-30 {
  clear: both;
  height: 30px;
}

.gap-20 {
  clear: both;
  height: 20px;
}

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

.mrb-80 {
  margin-bottom: -80px;
}

.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.pab {
  padding-bottom: 0;
}

a:focus {
  outline: 0;
}

.ts-padding {
  padding: 60px;
}

.solid-bg {
  background: rgba(211, 210, 210, 0.6352941176);
}

.solid-bgc {
  border-radius: 10px;
  background: #1C385C;
}

.dark-bg {
  background: #252525;
  color: #fff;
}

.dark-bg h2,
.dark-bg h3 {
  color: #fff;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay {
  position: relative;
  background-color: #1C385C;
}

.bg-overlay .container {
  position: relative;
  z-index: 1;
}

/*.bg-overlay:after {
  background-color: #1C385C
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.bg-overlay:after {
  position: relative;
}

/*.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* Dropcap */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #fd7700;
  color: #fff;
}

.dropcap.secondary {
  background: #1C385C;
  color: #fff;
}

/* Title */
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}

.section-sub-title {
  font-weight: 900;
  font-size: 36px;
  line-height: 46px;
  margin: 0 0 60px;
  color: #212121;
}
@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

/* Column title */
.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

/* Page content title */
.page-content-title.first {
  margin-top: 0;
}

/* Video responsive */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Input form */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: none;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #fd7700;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: 0.2;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #fd7700;
  padding-left: 40px;
}
blockquote.text-center {
  border-top: 3px solid #fd7700;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}
blockquote.text-center:before {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
blockquote.text-right {
  border-right: 3px solid #fd7700;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}
blockquote.text-right:before {
  left: auto;
  right: 5px;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 28px;
  color: #E5E5E5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* Ul, Ol */
.list-round,
.list-arrow,
.list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 10px;
  color: #fd7700;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #fd7700;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #fd7700;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}
@media (max-width: 767px) {
  .btn-primary,
  .btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #fd7700;
}

.btn-primary {
  background: #fd7700;
}

.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}
.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  background: #ebebeb;
  position: relative;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}
.top-social ul li {
  display: inline-block;
  padding: 0;
}
.top-social ul li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}
.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #fd7700;
}

/* Header area
================================================== */
header {
  background: rgba(0, 0, 0, 0);
  width: 100%;
  position: fixed;
  z-index: 100;
}

/* Para pantallas pequeñas (móviles/tablets) */
@media (max-width: 992px) {
  header {
    width: 100vw;
  }
}
/* Resolución específica: 2360x1640 en horizontal */
@media (min-width: 2300px) and (min-height: 1600px) and (orientation: landscape) {
  header {
    width: 100vw;
  }
}
/* Resolución específica: 1640x2360 en vertical */
@media (min-width: 1600px) and (min-height: 2300px) and (orientation: portrait) {
  header {
    width: 100vw;
  }
}
/* General: pantallas medianas o grandes en horizontal */
@media (min-width: 993px) and (orientation: landscape) {
  header {
    width: 100vw;
  }
}
/* General: pantallas medianas o grandes en vertical */
@media (min-width: 993px) and (orientation: portrait) {
  header {
    width: 100vw;
  }
}
.header-one {
  background: rgba(0, 0, 0, 0);
}

.header-one .site-navigation {
  background: rgba(0, 0, 0, 0);
}

.header-one .navbar-collapse {
  padding-left: 0;
  background: rgba(0, 0, 0, 0.9);
}

/* Estilo para pantallas grandes (a partir de 992px): quitar fondo */
@media (min-width: 992px) {
  .header-one .navbar-collapse {
    background: none;
  }
}
/* Resolución específica: 2360x1640 en horizontal */
@media (min-width: 2300px) and (min-height: 1600px) and (orientation: landscape) {
  .header-one .navbar-collapse {
    background: none;
  }
}
/* Resolución específica: 1640x2360 en vertical */
@media (min-width: 1600px) and (min-height: 2300px) and (orientation: portrait) {
  .header-one .navbar-collapse {
    background: none;
  }
}
/* General: pantallas grandes en horizontal */
@media (min-width: 993px) and (orientation: landscape) {
  .header-one .navbar-collapse {
    background: none;
  }
}
/* General: pantallas grandes en vertical */
@media (min-width: 993px) and (orientation: portrait) {
  .header-one .navbar-collapse {
    background: none;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
    margin-left: 10px;
  }
}
.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}
.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #fd7700 !important;
}

/*-- Logo --*/
.logo img {
  width: auto;
  height: 55px;
}

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

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 50%;
    padding: 0;
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: "";
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* Main navigation */
.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #fd7700;
}
.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler-logo {
  margin: 10px 0;
  padding: 6px;
  background: none;
  border: none;
  position: relative;
  transition: filter 0.3s ease;
}

.navbar-toggler-logo img.filtered {
  filter: grayscale(100%) invert(100%) brightness(150%);
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #fd7700;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 13px;
  position: relative;
}
@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
  }
}

ul.navbar-nav > li:last-child {
  padding-right: 0;
}

ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #fd7700;
  }
}
ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}

/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #fd7700;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #fd7700 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}
@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #fd7700;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}
@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #fd7700;
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    display: block !important;
    background-color: transparent !important; /* sin fondo */
    border: none !important; /* sin bordes */
    box-shadow: none !important; /* sin sombra */
    padding: 0.5rem 1rem;
  }
  .dropdown-menu li a {
    color: #ffffff !important; /* texto blanco */
    border: none !important; /* sin líneas */
    padding: 8px 0;
    display: block;
  }
  .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.1); /* efecto hover suave */
    color: #ffffff !important;
  }
  .dropdown-menu li {
    border: none !important; /* elimina cualquier borde en los <li> */
  }
  .dropdown-menu i {
    color: #ffffff !important; /* íconos blancos también */
  }
}
/*-- Nav Search start --*/
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 18px;
  color: #999;
}
@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.form-control-message {
  background-color: #ffffff;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}
@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}
@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #fd7700 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}

/* Estilos para el header al hacer scroll */
.header-one {
  transition: height 0.3s ease, background-color 0.3s ease, padding 0.3s ease;
  height: 145px; /* Altura inicial del header */
  background-color: rgba(0, 0, 0, 0); /* Fondo inicial */
  padding: auto; /* Espaciado inicial */
}

.header-one.shrink {
  height: 76px; /* Altura del header al hacer scroll */
  background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro al hacer scroll */
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 10px; /* Espaciado reducido al hacer scroll */
}

/* Estilo del logo */
.header-one .logo img {
  filter: grayscale(100%) invert(100) brightness(150%);
  transition: margin-top 0.3s ease;
  height: 65px; /* Altura del logo inicial */
}

/* Estilo del logo al hacer scroll */
.header-one.shrink .logo img {
  margin-top: 10px; /* Mueve logo hacia arriba */
  filter: none;
}

/* Estilo de la navegación */
.header-one .site-navigation {
  transition: margin-top 0.3s ease;
}

/* Ajustar la navegación al hacer scroll */
.header-one.shrink .site-navigation {
  margin-top: -44px; /* Mueve la navegación hacia arriba */
}

/* Table of Content
==================================================
1.    Slider
2.    Call to action
3.    Features
4.    Facts
5.    Services
6.   Project area
7.   Content area
8.   Testimonial
9.   Subscribe area
10.   News section
11.   Footer
12.   Sub Pages
13.   Contact Us
14.   News Listing
15.   News Single
16.   Sidebar
17.   Error page
*/
/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 900px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #fd7700;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .slide-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}
@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #fd7700 !important;
}

.slider.border:hover {
  background: #fd7700;
  border: 2px solid transparent;
}

.indeximg img {
  border-radius: 15px;
  width: 500px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
}

/* ---------------------- Responsive para escritorios pequeños ---------------------- */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .indeximg img {
    width: 450px;
    height: 200px;
  }
}
/* ---------------------- Responsive para Movil ---------------------- */
@media screen and (max-width: 768px) {
  .indeximg img {
    width: 300px;
    height: 160px;
  }
}
/* ---------------------- Responsive para Tablets ---------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .indeximg img {
    width: 400px;
    height: 190px;
  }
}
.our-ADimg {
  margin-bottom: -50px; /* Asegura que el contenedor no tenga espacio extra */
  padding-bottom: 0;
}

.our-ADimg img {
  border-radius: 15px;
  width: 45%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 5px auto; /* margen inferior reducido */
}

/* Estilos para tablets */
@media (max-width: 768px) {
  .our-ADimg img {
    width: 80%;
    margin-bottom: 4px;
  }
}
/* Estilos para móviles */
@media (max-width: 480px) {
  .our-ADimg img {
    width: 90%;
    margin-bottom: 3px;
  }
}
/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #fd7700;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #fd7700;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

.text-forte {
  font-family: "Dancing Script, cursive";
  font-size: 50px;
  text-align: center;
  border: 4px solid #1C385C;
  border-radius: 6px;
  padding: 10px;
  margin-top: 15px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Tablet */
@media (max-width: 768px) {
  .text-forte {
    font-size: 25px;
  }
}
/* Móvil */
@media (max-width: 480px) {
  .text-forte {
    font-size: 26px;
  }
}
/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #fd7700;
  border-radius: 10px;
  padding: 30px;
}

.call-to-action-box .action-style-box-projects {
  /*background: #fd7700;*/
  border-radius: 10px;
  padding: 0px;
}

.action-title-projects {
  color: #ffffff;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
}

.text-desktop-right {
  text-align: center;
}

@media (min-width: 1200px) {
  .text-desktop-right {
    margin-left: 15px;
  }
}
.action-title {
  color: #ffffff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

.action-title-projects {
  color: #ffffff;
  margin: 0;
  line-height: 36px;
  font-size: 25px;
  text-transform: uppercase;
}

.call-to-action-text {
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
  padding-right: 20px;
}

.into-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.into-sub-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
}

/*-- Featured Tab --*/
.featured-tab {
  padding-left: 15px;
}

.featured-tab .nav-tabs {
  border: 0;
}

.featured-tab .nav-tabs > li > a {
  font-family: "Roboto Slab", serif;
  background: #272d33;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 1px 20px;
  padding: 0 20px;
  border: 0 !important;
  transition: all 300ms ease;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .nav.nav-tabs {
  margin-bottom: 10px;
}

.featured-tab .nav-tabs > li.active > a {
  color: #fff;
  background: #fd7700;
  position: relative;
}

.featured-tab .nav-tabs > li.active > a:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #fd7700 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  transform: translateX(-50%);
}

.featured-tab .lead {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
}

.featured-tab .tab-pane img.pull-left {
  margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 30px;
}

.featured-tab .tab-icon i {
  font-size: 230px;
}

.tab-image-content {
  padding-left: 0;
}

.featured-tab .border-title.border-left {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
}

/* Tab services */
.featured-tab.tab-services .nav-tabs > li > a {
  font-size: 14px;
  padding: 0 21px;
  text-transform: capitalize;
}

.featured-tab.tab-services .nav.nav-tabs {
  margin-bottom: 20px;
}

/* Facts
================================================== */
.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #fd7700;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 44px;
  margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #fd7700;
  margin: 0;
}

.ts-facts-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}

/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #fd7700;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}
.service-box-title a {
  color: #333;
}
.service-box-title a:hover {
  color: #fd7700;
}

.service-box-title-2 {
  font-size: 20px;
  margin: 0 0 10px;
}

@media (max-width: 991.98px) {
  .ts-service-box {
    text-align: center;
  }
  .service-box-title-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; /* espacio entre ícono y texto */
    text-align: center;
  }
  .service-box-title-2 img {
    display: inline-block;
    vertical-align: middle;
  }
}
.service-box-title-3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #ffffff;
}

/* Estilo para enlaces dentro de .service-box-title-3 en todas las pantallas */
.service-box-title-3 a {
  color: #ffffff; /* Cambia este color al que desees */
  text-decoration: none; /* Opcional: quitar subrayado */
}

.service-box-title-3 a:hover {
  color: #fd7700; /* Color al pasar el mouse, opcional */
}

@media (max-width: 991.98px) {
  .ts-service-box {
    text-align: center;
  }
  .service-box-title-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-align: center;
  }
  .service-box-title-3 img {
    display: inline-block;
    vertical-align: middle;
  }
}
.service-box-title-con {
  color: #ffffff;
  font-size: 20px;
  margin: 0 0 10px;
}

/* Service box bg */
.ts-service-box-bg {
  background: #d1d1d1;
  color: #000000;
  padding: 20px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #000000;
}

/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #fd7700;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #fd7700;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
}
.ts-service-info h3 {
  font-size: 16px;
}
.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.ts-service-info .learn-more:hover {
  color: #fd7700;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #fd7700;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #fd7700;
}

/* Projects area
================================================== */
/* Spreader Bar */
.spreader-bar {
  display: inline-block;
  margin: Auto;
  width: 100%;
  border-bottom: 3px solid #fd7700;
}
.spreader-bar label {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
.spreader-bar label.active {
  color: #212121;
  background: #fd7700;
}
.spreader-bar label input {
  display: none;
}

/* Project filter nav */
.shuffle-btn-group-wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.shuffle-btn-group {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
  border-bottom: 3px solid #cecece;
  padding: 20px 0 25px;
  max-width: 1200px;
  width: 100%;
}
.shuffle-btn-group label {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #212121;
  font-size: 13px;
  padding: 6px 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  min-width: 110px;
}
.shuffle-btn-group label.active {
  background: #cecece;
}
.shuffle-btn-group label input {
  display: none;
}
.shuffle-btn-group label .ts-facts-img {
  margin-bottom: 5px;
}
.shuffle-btn-group label .ts-facts-img img {
  max-width: 75px;
  height: auto;
}

/* Vista tablet y móvil */
@media (max-width: 768px) {
  .shuffle-btn-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 arriba */
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .shuffle-btn-group {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 botones por fila */
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .shuffle-btn-group {
    grid-template-columns: repeat(3, 1fr); /* 3 por fila en móviles más pequeños */
  }
}
@media (max-width: 1180px) and (min-width: 1025px) {
  .shuffle-btn-group {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7 botones por fila */
    gap: 8px;
    justify-content: center;
    text-align: center;
    padding: 12px 0 18px;
  }
  .shuffle-btn-group label {
    font-size: 10px;
    padding: 3px 5px;
    min-width: 85px;
  }
  .shuffle-btn-group label .ts-facts-img img {
    max-width: 50px;
  }
}
/* Project shuffle Item */
.shuffle-item {
  padding: 5px;
}
.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.shuffle-item .project-img-container img {
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover img {
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}
.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}
.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #fd7700;
  color: #fff;
  opacity: 0;
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  transform: perspective(1px) scale3d(1, 1, 1);
}
.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -16%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}
.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #fd7700;
}
.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #fd7700;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  transform: perspective(1px) translate3d(0, 0, 0);
}
@media screen and (max-width: 1024px) {
  .shuffle-item .project-img-container img {
    transform: perspective(1px) scale3d(1.15, 1.15, 1);
  }
  .shuffle-item .project-img-container::after {
    opacity: 1;
  }
  .shuffle-item .project-img-container .gallery-popup .gallery-icon {
    opacity: 1;
    transform: perspective(1px) scale3d(1, 1, 1);
  }
  .shuffle-item .project-img-container .project-item-info-content {
    opacity: 1;
    transform: perspective(1px) translate3d(0, 0, 0);
  }
}

/* Estilos generales (desktop) */
.project-slider {
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
  overflow: hidden;
}

.project-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px 0;
  /* Ocultar scrollbar en navegadores modernos */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}

.project-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari y Opera */
}

.shuffle-item {
  flex: 0 0 auto;
}

.shuffle-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.slider-btnMP {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 24px;
  transition: background-color 0.3s, color 0.3s;
}

.slider-btnMP:hover {
  background-color: #fd7700;
  color: #000000;
}

.prev-btnMP {
  left: 0px;
}

.next-btnMP {
  right: 0px;
}

/* Móviles: hasta 767px */
@media (max-width: 767px) {
  .project-slider {
    padding: 0;
    overflow-x: hidden;
  }
  .project-track {
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding: 10px 40px; /* espacio para flechas */
    position: relative;
  }
  .shuffle-item {
    flex: 0 0 calc(100vw - 80px); /* 100vw menos espacio de flechas */
    scroll-snap-align: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .shuffle-item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
  .slider-btnMP {
    display: block;
  }
}
/* Tablets: entre 768px y 992px - orientación vertical */
@media (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  .project-slider {
    width: 100vw;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .project-track {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
    gap: 0;
    padding: 0;
    width: 100vw;
  }
  .shuffle-item {
    flex: 0 0 100vw;
    max-width: 100vw;
    scroll-snap-align: center;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }
  .shuffle-item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
  }
  .slider-btnMP {
    display: block;
  }
  .prev-btnMP,
  .next-btnMP {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
  }
  .prev-btnMP {
    left: 10px;
  }
  .next-btnMP {
    right: 10px;
  }
}
.one-img-project {
  margin-top: auto;
}
.one-img-project .project-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.one-img-project .project-img-container img {
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}
.one-img-project .project-img-container:hover img {
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}
.one-img-project .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}
.one-img-project .project-img-container:hover:after {
  opacity: 1;
}
.one-img-project .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #fd7700;
  color: #fff;
  opacity: 0;
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}
.one-img-project .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  transform: perspective(1px) scale3d(1, 1, 1);
}
.one-img-project .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}
.one-img-project .project-img-container .project-item-info-content {
  opacity: 0;
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}
.one-img-project .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}
.one-img-project .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}
.one-img-project .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #fd7700;
}
.one-img-project .project-img-container .project-item-info-content .project-cat {
  background: #fd7700;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
.one-img-project .project-img-container:hover .project-item-info-content {
  opacity: 1;
  transform: perspective(1px) translate3d(0, 0, 0);
}

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

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.project-item:hover img {
  transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #fd7700;
}

.owl-theme.project-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  transform: translateY(-50%);
}

.project-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #fd7700;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}

/* Content area
================================================== */
.our-AD {
  padding: 15px;
  margin: 2px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #fd7700;
  padding-left: 15px;
}

/* Accordion */
.accordion-group .card {
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf !important;
}
.accordion-group .card-body {
  padding: 15px 20px;
}
.accordion-group .card-body img {
  max-width: 100px;
  margin-bottom: 10px;
}
.accordion-group .card-header .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}
.accordion-group .card-header .btn:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 16px;
  padding: 3px 8px 1px;
  text-align: center;
  border-radius: 3px;
  top: 12px;
  content: "\f107";
  font-weight: 700;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
}
.accordion-group .card-header .btn[aria-expanded=true] {
  color: #fd7700;
}
.accordion-group .card-header .btn[aria-expanded=true]::before {
  content: "\f106";
  background-color: #fd7700;
}
.accordion-group.accordion-classic .card-header .btn:before {
  display: none;
}

/* Clients */
.clients-logo {
  margin: 0 0 30px;
  border: 1px solid #dadada;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 10px;
}

/* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #fd7700;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 30px 60px;
  background-color: #fff;
  position: relative;
  font-size: 16px;
  font-style: italic;
}
@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}

.quote-item .quote-text:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #fd7700;
}

.testimonial-slide .slick-dots {
  bottom: -35px;
}

img.testimonial-thumb {
  max-width: 80px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: #fd7700;
}

.quote-item-footer {
  margin-top: 0;
  margin-left: 60px;
}
@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
  border: 1px solid #fd7700;
  padding: 20px;
  position: relative;
  line-height: 28px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #fd7700;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-text-border:after {
  border: 12px solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-item-footer {
  margin-left: 0;
  text-align: center;
  margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
  float: none;
  margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
  display: block;
}

@media screen and (max-height: 1000px) and (max-width: 1366px) and (orientation: landscape) {
  #main-container .row:nth-of-type(2) {
    display: flex !important;
    flex-wrap: wrap !important; /* Permite que las columnas se apilen si no caben */
    justify-content: center;
    align-items: flex-start;
    overflow-x: hidden !important; /* Elimina el scroll horizontal */
    gap: 16px;
    padding: 0 12px;
  }
  #main-container .row:nth-of-type(2) > .col-lg-4 {
    flex: 1 1 100%;
    max-width: 100%;
    min-width: unset;
    margin: 0 !important;
  }
  #main-container .quote-item {
    font-size: 14px;
    padding: 12px;
  }
  #main-container .quote-author {
    font-size: 15px;
    margin-top: 8px;
  }
  #main-container .quote-subtext {
    font-size: 12.5px;
  }
  #main-container .quote-text-border {
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  #main-container .row:nth-of-type(2) {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 20px;
  }
  #main-container .row:nth-of-type(2) > .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
  #main-container .row:nth-of-type(2) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    gap: 20px;
  }
  #main-container .row:nth-of-type(2) > .col-lg-4 {
    width: 48% !important;
    max-width: 48% !important;
  }
}
@media screen and (max-width: 1700px) and (min-height: 2000px) and (orientation: portrait) {
  #main-container .row:nth-of-type(2) {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 20px;
  }
  #main-container .row:nth-of-type(2) > .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 1700px) and (orientation: landscape) {
  #main-container .row:nth-of-type(2) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: space-between;
    gap: 20px;
  }
  #main-container .row:nth-of-type(2) > .col-lg-4 {
    width: 30% !important;
    max-width: 30% !important;
  }
}
@media screen and (max-width: 1200px) and (max-height: 850px) and (orientation: landscape) {
  #main-container .row:nth-of-type(2) {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    align-items: center;
    gap: 20px;
  }
  #main-container .row:nth-of-type(2) > .col-lg-4 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 20px !important;
  }
}
/* Subscribe area
================================================== */
.subscribe {
  background: #fd7700;
  padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 8px; /* Espacio uniforme en todos los lados */
}

@media (max-width: 768px) {
  .subscribe-call-to-acton {
    text-align: center;
    padding: 30px;
    min-height: auto;
  }
}
.subscribe-call-to-acton h3 {
  color: #FFF;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.experience-section {
  text-align: center;
  background: linear-gradient(135deg, #1C385C); /* degradado actualizado */
  color: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  font-family: "Segoe UI", sans-serif;
  animation: pulse 2s infinite; /* efecto de pulso aplicado a todo */
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.95;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.experience-section span {
  font-size: 30px; /* Puedes ajustar este valor según lo grande que lo quieras */
  font-weight: bold;
}

/*==========================================================================*/
.map-responsive {
  position: relative;
  padding-bottom: 56.25%; /* Proporción 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: 30px;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 30px;
}

/*==========================================================================*/
/* Newsletter */
.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 115px;
  padding: 15px 0 0 50px;
  box-sizing: border-box;
  overflow: hidden;
}

.ts-newsletter::after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

/* Ajuste para tablet */
@media screen and (max-width: 1024px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
/* Ajuste para móviles */
@media screen and (max-width: 767px) {
  .ts-newsletter {
    padding: 30px 5px 15px 5px;
    min-height: auto;
    text-align: center;
  }
}
/* Input del formulario */
.newsletter-form input {
  background: none;
  font-size: 12px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* News section
================================================== */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #303030;
}

.latest-post .post-title a:hover {
  color: #fd7700;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-body {
  padding: 20px 0 5px;
}

/* Footer
================================================== */
.svg-img {
  height: 100%;
  margin-top: 3px 0 0 0;
  padding-bottom: -50%;
  filter: brightness(0) saturate(100%) invert(13%) sepia(66%) saturate(1417%) hue-rotate(191deg) brightness(97%) contrast(85%);
}

.svgcontainer {
  position: relative;
  border: none;
  color: white;
  background-color: #fd7700;
}

/*- Footer common */
.footer {
  background-color: #1C385C;
  color: #ffffff;
}

.footer-main0 {
  padding: 10px 0 10px;
}

@media screen and (max-height: 1000px) and (max-width: 1366px) and (orientation: landscape) {
  .footer .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow-x: auto;
    gap: 12px;
  }
  .footer .footer-widget {
    flex: 0 0 auto;
    min-width: 200px;
    max-width: 220px;
    font-size: 13px;
    padding: 8px;
    margin: 0;
  }
  .footer .footer-widget.mt-5,
  .footer .footer-widget.mt-lg-0 {
    margin-top: 0 !important;
  }
  .footer .widget-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .footer .working-hours,
  .footer .footer-widget p,
  .footer .footer-widget ul {
    font-size: 12.5px;
    line-height: 1.4;
  }
  .footer .footer-widget ul {
    padding-left: 16px;
  }
  .footer .footer-widget ul li {
    margin-bottom: 6px;
  }
}
.footer .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #fd7700;
}

.widget-title {
  font-size: 20px;
  margin-bottom: 10px;
}

/* Links */
.footer-widget ul.list-arrow li {
  padding: 8px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #ffffff;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #fd7700;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
  float: right;
}

/* Footer General */
.footer-main {
  padding: 30px 0;
  background: #fd7700;
  color: #fff;
}

.footer-logo {
  filter: grayscale(100%) invert(100%) brightness(150%);
  margin-bottom: -4;
}

.footer-social ul {
  padding-left: auto;
  list-style: none;
}

.footer-social a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #020b5a;
}

.footer-menu p,
.footer-menu a {
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
}

.footer-menu a:hover {
  color: #020b5a;
}

@media screen and (max-height: 1000px) and (max-width: 1366px) and (orientation: landscape) {
  footer .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: auto;
    gap: 8px;
    padding: 0 8px;
    text-align: left !important;
  }
  footer .row > .col-lg-4,
  footer .row > .col-md-6 {
    flex: 0 0 auto !important;
    min-width: 160px;
    max-width: 200px;
    margin: 0 !important;
  }
  footer .footer-menu,
  footer .copyright-info {
    font-size: 11px;
    line-height: 1.3;
  }
  footer .footer-logo {
    width: 180px !important;
    height: auto;
  }
  footer a {
    font-size: 11px !important;
  }
  footer p {
    font-size: 10px !important;
    line-height: 1.4;
    margin: 0;
  }
}
.copyright-info {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

#back-to-top {
  right: 40px;
  bottom: 20px;
  z-index: 10;
  display: none;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.9);
  color: #fd7700;
  border-radius: 3px;
  font-size: 16px;
  line-height: 36px;
  padding: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-main {
    text-align: center;
  }
  .footer-menu p {
    text-align: center;
  }
  .footer-contact {
    text-align: center;
  }
  #back-to-top {
    right: 15px;
  }
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1700px) and (min-height: 2300px) and (orientation: portrait) {
  .footer .row,
  footer .row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important; /* <-- Aquí el cambio */
    text-align: left !important; /* <-- Aquí el cambio */
  }
  .footer .footer-widget,
  footer .footer-about,
  footer .footer-contact {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .footer-logo {
    margin: 0;
  }
  .footer-menu,
  .copyright-info {
    text-align: left !important;
  }
}
@media screen and (max-width: 1700px) and (min-height: 2300px) and (orientation: portrait) {
  footer .copyright .row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  footer .copyright .footer-about,
  footer .copyright .footer-contact {
    text-align: center !important;
  }
  footer .copyright .footer-menu,
  footer .copyright .copyright-info {
    text-align: center !important;
  }
  footer .copyright .footer-logo {
    margin: 0 auto;
  }
}
@media screen and (min-width: 2360px) and (max-height: 1640px) and (orientation: landscape) {
  .footer .row,
  footer .row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    gap: 12px;
    overflow-x: auto;
    text-align: left !important;
  }
  .footer .footer-widget,
  footer .footer-about,
  footer .footer-contact {
    flex: 0 0 auto !important;
    min-width: 200px;
    max-width: 220px;
    font-size: 13px;
    padding: 8px;
    margin: 0 !important;
  }
  .footer .widget-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .footer .working-hours,
  .footer .footer-widget p,
  .footer .footer-widget ul {
    font-size: 12.5px;
    line-height: 1.4;
  }
  .footer-logo {
    width: 200px !important;
    height: auto;
    margin: 0;
  }
  .footer-menu,
  .copyright-info {
    font-size: 11px;
    line-height: 1.3;
    text-align: left !important;
  }
  footer a {
    font-size: 11px !important;
  }
  footer p {
    font-size: 10px !important;
    line-height: 1.4;
    margin: 0;
  }
}
@media screen and (max-width: 850px) and (min-height: 800px) {
  .footer .row,
  footer .row {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .footer .footer-widget,
  footer .footer-about,
  footer .footer-contact {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .footer-logo {
    margin: 0 auto;
    display: block;
  }
  .footer-menu,
  .copyright-info {
    text-align: center !important;
  }
  footer .copyright .row {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  footer .copyright .footer-about,
  footer .copyright .footer-contact {
    text-align: center !important;
  }
  footer .copyright .footer-menu,
  footer .copyright .copyright-info {
    text-align: center !important;
  }
}
/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 28px;
}

.main-container-con .border-left {
  margin-bottom: 28px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 200px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-area-projects {
  position: relative;
  min-height: 170px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-area1 {
  position: relative;
  min-height: 370px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}
.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*-- About us page --*/
/*==================Slider pages==================*/
.page-slider .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
.page-slider .carousel-control.left {
  left: 0;
}
.page-slider .carousel-control.right {
  right: 0;
}
.page-slider .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 70px;
  width: 40px;
  height: 70px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}
.page-slider .carousel-control i:hover {
  background: #fd7700;
  color: #fff;
}

.page-slider.small-bg .item {
  min-height: 330px;
  background-size: cover;
}

.page-slider.small-bg .box-slider-content {
  left: 20%;
}

.page-slider.small-bg .box-slider-text {
  background: rgba(0, 0, 0, 0.55);
  padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}

.feedback-row {
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente (opcional) */
  gap: 20px; /* Espacio entre los divs */
  flex-wrap: wrap; /* Permite que se acomoden en móviles */
  text-align: center; /* Centra el texto dentro de los divs */
}

/*==================Slider pages==================*/
/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.partner-logo img {
  transition: 350ms;
  opacity: 0.6;
  filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}

#partners-carousel .partner-logo.last {
  border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
  margin-left: 25px;
  padding-bottom: 60px;
}

.team-slide .slick-list {
  margin-left: -25px;
}

.team-slide .carousel-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  border: 0;
  background-color: #ddd;
  height: 37px;
  width: 37px;
  border-radius: 4px;
  transition: 0.3s;
  z-index: 6;
}

.team-slide .carousel-control:hover {
  background-color: #fd7700; /* Sustituye $color-primary */
  color: #fff;
}

.team-slide .carousel-control.left {
  transform: translateX(calc(-50% - 25px));
}

.team-slide .carousel-control.right {
  transform: translateX(calc(-50% + 25px));
}

.team-slide .carousel-control.slick-disabled {
  opacity: 0.4;
}

.team-slide .carousel-control.slick-disabled:hover {
  background-color: #ddd;
  color: #000;
}

.ts-team-wrapper {
  position: relative;
  overflow: hidden;
}

.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 86%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #fd7700; /* Sustituye $color-primary */
}

.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
  color: #fff;
  margin-right: 8px;
  text-align: center;
  transition: 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
  color: #fd7700; /* Sustituye $color-primary */
}

/* ===================== RESPONSIVE ======================== */
/* Vista MÓVIL (menos de 768px) */
@media (max-width: 767px) {
  .ts-team-wrapper .ts-team-content {
    text-align: left;
    padding: 10px 15px;
    top: 85%;
  }
  .ts-team-wrapper .ts-name {
    font-size: 14px;
  }
  .ts-team-wrapper .ts-designation {
    font-size: 13px;
  }
  .team-slide .carousel-control {
    width: 32px;
    height: 32px;
    bottom: 10px;
  }
  .team-slide .slick-slide {
    margin-left: 10px;
    padding-bottom: 40px;
  }
}
/* Vista TABLET (768px–991px) opcional */
@media (min-width: 768px) and (max-width: 991px) {
  .ts-team-wrapper .ts-team-content {
    top: 84%;
    padding: 12px 20px;
  }
  .team-slide .carousel-control {
    width: 34px;
    height: 34px;
  }
  .team-slide .slick-slide {
    margin-left: 15px;
    padding-bottom: 50px;
  }
}
/* Team Classic */
.ts-team-content-classic {
  margin-top: 10px;
}
.ts-team-content-classic .ts-name {
  font-size: 16px;
  margin-bottom: 25px;
  color: #212121;
}
.ts-team-content-classic .ts-designation {
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}
.ts-team-content-classic .team-social-icons a i {
  color: #999;
}
.ts-team-content-classic .team-social-icons a i:hover {
  color: #fd7700;
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
}
.ts-pricing-box .ts-pricing-header {
  background: #252525;
  color: #fff;
  position: relative;
  padding: 30px 20px;
}
.ts-pricing-box .ts-pricing-name {
  font-size: 18px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}
.ts-pricing-box .ts-pricing-price {
  font-size: 44px;
  color: #fff;
  margin: 15px 0 0;
  display: inline-block;
}
.ts-pricing-box .ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}
.ts-pricing-box .ts-pricing-features {
  padding: 15px 0;
}
.ts-pricing-box .ts-pricing-features ul {
  padding: 0 20px;
}
.ts-pricing-box .ts-pricing-features ul > li {
  padding: 20px 0;
  border-top: 1px dotted #e5e5e5;
}
.ts-pricing-box .ts-pricing-features ul > li:first-child {
  border-top: 0;
}
.ts-pricing-box .plan-action {
  padding-bottom: 40px;
}

/* Contact Us
================================================== */
.map {
  height: 450px;
  z-index: 1;
}

.contact-info-box {
  margin-top: 20px;
}

.contact-info-box i {
  float: left;
  font-size: 24px;
  color: #fd7700;
}

.contact-info-box-content {
  padding-left: 40px;
}

.contact-info-box-content h4 {
  font-size: 16px;
  margin-top: 0;
  line-height: normal;
  font-weight: 700;
}

.contact-info-box-content p {
  margin-bottom: 0;
}

label {
  font-weight: 400;
}

/* Contact page 2 */
.ts-service-box.text-center .ts-service-icon.icon-squre i {
  float: none;
  margin-bottom: 20px;
}

.ts-service-box.text-center .ts-service-box-content {
  margin: 0;
}

/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 6px;
  margin: 0 0 -18px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #fd7700;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #fd7700;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #fd7700;
  border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #fd7700;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}

.post-social-icons a i {
  margin-left: 5px;
  font-size: 12px;
  width: 28px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

.post-social-icons a i.fa-facebook-f {
  background: #41578a;
}

.post-social-icons a i.fa-twitter {
  background: #64bae2;
}

.post-social-icons a i.fa-google-plus {
  background: #c0343d;
}

.post-social-icons a i.fa-linkedin {
  background: #3397b6;
}

/* Author box */
.author-box {
  border: 1px solid #dadada;
  padding: 20px 20px 15px;
  margin: 20px 0;
}

.author-img img {
  width: 110px;
  height: 110px;
  margin-right: 30px;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
}

.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}

.comments-list .comment-reply {
  color: #303030;
  font-weight: 400;
}

.comments-list .comment-reply:hover {
  color: #fd7700;
}

.comments-counter {
  font-size: 18px;
}

.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}

.comments-list .comment {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list img.comment-avatar {
  width: 84px;
  height: 84px;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .comments-list img.comment-avatar {
    width: 40px;
    height: 40px;
    margin-right: 25px;
  }
}

.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.comments-list .comment-date {
  color: #959595;
  margin-bottom: 5px;
  font-size: 12px;
}
@media (max-width: 575px) {
  .comments-list .comment-date {
    float: none !important;
    display: inline-block;
  }
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}
@media (max-width: 767px) {
  .comments-reply {
    margin: 0;
    padding: 0;
  }
}

.comments-form {
  margin-bottom: 0;
}

.comments-form .title-normal {
  margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #fd7700;
}

.sidebar .widget-title-con {
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  /*position: relative;*/
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #ffffff;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #fd7700;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}
.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #fd7700;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}
.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}
.sidebar ul.service-menu li.active a, .sidebar ul.service-menu li:hover a {
  background: #fd7700;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}

.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 17px;
}
.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}
.widget.recent-posts .post-info .entry-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}
.widget.recent-posts .post-info .entry-title a:hover {
  color: #fd7700;
}
.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #fd7700;
  color: #fff;
  border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/* Client Modal Window
================================================== */
.locationModal {
  display: flex;
  justify-content: flex-end;
  margin-top: -6%;
  margin-bottom: 20px; /* Ajusta según lo que necesites */
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  /* resto de estilos */
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 350px;
  position: relative;
  margin: 15% auto;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.7);
  background: -o-linear-gradient(#fff, #999);
  transition: opacity 400ms ease-in;
}

.close {
  background: #3f3f3f;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
}

.close:hover {
  background: #ff2600;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .modalDialog > div {
    width: 60%;
    max-width: 350px;
    max-height: 80vh;
    overflow-y: auto;
    margin: 15% auto;
    padding: 20px;
    border-radius: 10px;
  }
  .close {
    right: 5px;
    top: 5px;
    width: 24px;
    line-height: 24px;
    font-size: 18px;
  }
}
.srp-box {
  display: flex;
  gap: 0px; /* Espacio entre imagen y texto */
  margin-bottom: 20px;
  align-items: center;
  border: 2px solid #1C385C; /* Borde sólido con el color preferido */
  padding: 8px; /* Espacio interno para que el contenido no quede pegado al borde */
  border-radius: 8px; /* Opcional: esquinas redondeadas */
}

.icon-box {
  width: 125px; /* Ajusta el tamaño según lo que necesites */
  height: auto;
  flex-shrink: 0;
}

.ts-service-info {
  flex: 1;
}

/*Scroll Horizontal Clients
================================================== */
.scroll-section {
  overflow: hidden;
  width: 100%;
  /*background-color: #fff; /* Opcional */
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll-horizontal 25s linear infinite;
}

.scroll-track img {
  height: auto;
  width: auto;
  margin-right: 40px;
  vertical-align: middle;
  white-space: nowrap;
}

@keyframes scroll-horizontal {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Projects Page Container
================================================== */
.modal-RecentProject {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-RecentProject:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-RecentProject > div {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.close-rp {
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  z-index: 2;
  background: #3f3f3f;
  line-height: 25px;
  width: 24px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
}

.close-rp:hover {
  background: #ff2600;
}

/* Slider */
.slider-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

.img-fluid-rp {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: block;
  background-color: transparent;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  z-index: 2;
}

.slider-btn:hover {
  background: #fd7700; /* Igual que .close-rp:hover */
  color: #FFFFFF; /* Asegura que el texto/icono siga siendo visible */
  box-shadow: 1px 1px 3px #000; /* Igual que .close-rp */
}

.slider-btn.prev {
  left: 10px;
}

.slider-btn.next {
  right: 10px;
}

/* Responsividad */
@media (max-width: 768px) {
  .img-fluid-rp {
    height: auto;
  }
}
@media (max-width: 480px) {
  .img-fluid-rp {
    height: auto;
  }
}
/* Recent Projects Carousel
================================================== */
.carrusel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}

.flechas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
  gap: 30px;
}

.atras,
.adelante {
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.atras img,
.adelante img {
  width: 40px;
  height: auto;
}

.flechas .atras:hover img,
.flechas .adelante:hover img {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgb(253, 119, 0);
  border-radius: 30px;
  padding: 10px;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.imagenes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 100%;
  max-width: 900px;
}

.img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  max-height: 600px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(175%);
}

.texto {
  overflow: hidden;
  position: absolute;
  flex-direction: column;
  transform: translateY(0px);
  margin-bottom: 9px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(54, 68, 80, 0.21);
  display: flex;
  align-items: center;
  border-radius: 30px;
}

.texto h3 {
  text-shadow: 0px 0px 15px black;
  padding-top: 40px;
  color: white;
  font-weight: 300;
  font-size: 27px;
}

.texto p {
  align-items: center;
  padding: 20px;
  color: white;
  font-size: 0px;
  font-weight: 200;
}

.imagenes .texto {
  width: 600px;
  height: 100px;
  transition: 1s;
}

.imagenes:hover .texto {
  transform: translateY(-150px);
  height: 300px;
  background-color: rgba(54, 68, 80, 0.21);
}

.imagenes:hover .texto p {
  font-size: 23px;
  text-shadow: 0px 0px 10px #000000;
}

.boton-derecha {
  width: 100%;
  text-align: center;
  margin: 1px;
}

#enlace {
  margin-top: 50px;
}

/* Puntos del carrusel */
.puntos {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.puntos p {
  font-size: 100px;
  font-weight: 500;
  margin: 0 5px;
  color: black;
}

.puntos .bold {
  font-weight: 700;
  color: #fd7700;
}

@media screen and (min-width: 1025px) {
  .carrusel {
    position: relative;
  }
  .flechas {
    position: absolute;
    top: 50%;
    left: 500px;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0;
    pointer-events: none; /* permite que los clics pasen solo a los botones */
  }
  .flechas .atras,
  .flechas .adelante {
    pointer-events: auto; /* permite clics en las flechas */
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .carrusel {
    position: relative;
  }
  .flechas {
    position: absolute;
    top: 50%; /* puedes ajustar este valor para subir o bajar las flechas */
    left: 80px; /* ajusta para acercar o alejar del borde izquierdo */
    right: 40px; /* ajusta para acercar o alejar del borde derecho */
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
  .flechas .atras,
  .flechas .adelante {
    pointer-events: auto;
  }
}
/* ---------------------- RESPONSIVE (móviles y tablets) ---------------------- */
@media screen and (max-width: 1024px) {
  .carrusel {
    padding: 10px;
  }
  .flechas {
    justify-content: center;
    margin-top: 15px;
  }
  .atras img,
  .adelante img {
    background-color: #ccc;
    border-radius: 50%;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  .atras img:hover,
  .adelante img:hover {
    background-color: #fd7700;
    transform: scale(1.1);
  }
  .imagenes {
    width: 100%;
    max-width: 95%;
  }
  .img {
    max-height: 450px;
    border-radius: 10px;
  }
  .texto {
    position: static;
    width: 100%;
    height: auto !important;
    margin-top: 5px;
    padding: 10px;
    transform: none !important;
    background-color: rgba(54, 68, 80, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
    max-width: 90%;
  }
  .texto h3 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
  }
  .texto p {
    font-size: 14px !important;
    text-align: center;
    padding: 5px;
    line-height: 1.2em;
    max-width: 100%;
  }
  .imagenes:hover .texto {
    transform: none;
    height: auto;
  }
  .imagenes:hover .texto p {
    font-size: 14px;
  }
  .boton-derecha {
    text-align: center;
  }
  #enlace {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .puntos p {
    font-size: 30px;
    margin-top: 5px;
  }
}
/*=========================Alertas========================= */
.alert {
  position: fixed;
  top: 60px;
  right: 20px;
  z-index: 1050;
  width: 300px;
  padding: 10px 15px;
  font-size: 13px;
  text-align: left;
  display: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-left: 5px solid;
}

/* Colores por tipo */
.alert-success {
  background-color: #d4edda;
  color: #155724;
  border-left-color: #28a745;
}

.alert-danger {
  background-color: #f8d7da;
  color: #721c24;
  border-left-color: #dc3545;
}

.alert-warning {
  background-color: #fff3cd;
  color: #856404;
  border-left-color: #ffc107;
}

#alertdanger {
  width: 500px; /* o el ancho que prefieras */
}

/* Barra de progreso */
.progress-bar-timer {
  height: 4px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.progress-bar-timer::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: currentColor;
  animation: progressBar 7s linear forwards;
}

@keyframes progressBar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.alert.show {
  display: block;
}

/* Centrado y texto más pequeño en móviles y tablets */
@media (max-width: 991.98px) {
  .alert {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    font-size: 12px;
    width: 90%;
    max-width: 320px;
  }
}
/* Slider Construction
================================================== */
.container-cons {
  border-radius: 30px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
  height: auto;
  padding: 50px 20px;
  background-color: #f5f5f5;
  box-shadow: 0 30px 50px #dbdbdb;
  box-sizing: border-box;
}

#slide {
  width: 100%;
  position: relative;
  margin-top: 50px;
  height: 580px;
}

.item {
  background: rgba(0, 0, 0, 0.6);
  width: 150px;
  height: 200px;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 60%;
  transform: translate(0, -2%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  transition: 0.5s;
}

.item:nth-child(1),
.item:nth-child(2) {
  left: 0;
  top: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 30px;
}

.item:nth-child(3) {
  left: 62%;
}

.item:nth-child(4) {
  left: calc(50% + 315px);
}

.item:nth-child(5) {
  left: calc(50% + 490px);
}

.item:nth-child(n+6) {
  left: calc(50% + 660px);
  opacity: 0;
}

.item .content {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 100px;
  width: 300px;
  text-align: left;
  padding: 20px;
  color: #eee;
  transform: translate(0, -50%);
  display: none;
  font-family: system-ui;
}

.item:nth-child(2) .content {
  display: block;
  z-index: 11111;
}

.item .name {
  font-size: 30px;
  font-weight: bold;
  opacity: 0;
  animation: showcontent 1s ease-in-out 1 forwards;
}

.item .des {
  margin: 20px 0;
  opacity: 0;
  animation: showcontent 1s ease-in-out 0.3s 1 forwards;
}

.item button {
  padding: 10px 20px;
  border: none;
  opacity: 0;
  animation: showcontent 1s ease-in-out 0.6s 1 forwards;
}

@keyframes showcontent {
  from {
    opacity: 0;
    transform: translate(0, 100px);
    filter: blur(33px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.buttons {
  position: absolute;
  bottom: 30px;
  z-index: 222222;
  text-align: center;
  width: 100%;
}

.buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #555;
  transition: 0.5s;
}

.buttons button:hover {
  background-color: #fd7700;
}

/* ---------------------- Responsive ---------------------- */
@media (max-width: 768px) {
  .container-cons {
    padding: 20px 10px;
    border-radius: 20px;
  }
  #slide {
    height: auto;
  }
  .item {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: auto;
    transform: none;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px #aaa;
  }
  .item .content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .item .name {
    font-size: 24px;
  }
  .item .des {
    font-size: 14px;
    text-align: justify;
  }
  .item button,
  .item a.slider {
    margin: 10px auto 0;
    display: inline-block;
  }
  .buttons {
    position: relative;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .item .name {
    font-size: 20px;
  }
  .item .des {
    font-size: 13px;
  }
  .buttons button {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
/* ---------------------- Responsive para Tablets ---------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
  .container-cons {
    padding: 30px 15px;
    border-radius: 25px;
  }
  #slide {
    height: auto;
  }
  .item {
    position: relative;
    top: 0;
    left: 0 !important;
    width: 100% !important;
    height: auto;
    transform: none;
    margin-bottom: 40px;
    box-shadow: 0 15px 30px #bbb;
  }
  .item .content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding: 25px;
    text-align: center;
  }
  .item .name {
    font-size: 26px;
  }
  .item .des {
    font-size: 15px;
    text-align: justify;
  }
  .item button,
  .item a.slider {
    margin: 10px auto 0;
    display: inline-block;
  }
  .buttons {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .buttons button {
    width: 45px;
    height: 45px;
  }
}
/* Timeline
================================*/
.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 75px;
  height: 3px;
  background: #fff;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #fd7700;
}

/* Ventana Modal en Service & Repair
================================*/
.modal-services {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow-y: auto;
}

.modal-services.active {
  display: flex;
}

.modal-contentS {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.65);
  padding: 20px;
  border-radius: 15px;
  width: 100%;
  max-width: 620px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: rgba(253, 119, 0, 0.6) transparent;
}

.modal-contentS::-webkit-scrollbar {
  width: 8px;
}

.modal-contentS::-webkit-scrollbar-track {
  background: transparent;
}

.modal-contentS::-webkit-scrollbar-thumb {
  background-color: rgba(253, 119, 0, 0.6);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.close-wrapper {
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 1001;
}

.modal-contentS .close {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  line-height: 1;
}

.modal-contentS .close:hover {
  color: #ff2600;
}

.btn-return {
  display: relative;
  font-size: 0;
  line-height: 0;
  margin: -20px 10px;
  padding: 0;
  vertical-align: middle;
}

.btn-return i {
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
}

.btn-return:hover i {
  color: #fd7700;
}

.boton-cuadrado0, .boton-cuadrado {
  display: inline-block;
  padding: 20px 30px;
  font-size: 15px;
  line-height: 1.2;
  min-width: 120px;
  background-color: #fd7700;
  color: white;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  margin: 12px;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
}

.boton-cuadrado0:hover, .boton-cuadrado:hover {
  background-color: #1C385C;
  color: #fff;
}

.hiddenText ul li,
.InfoTextServ {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.6;
  padding-left: 8px;
}

.hiddenText ul li a {
  color: inherit;
  background: none;
  padding: 0;
}

.hiddenText ul li a:hover {
  color: #fd7700;
}

.warningAlert {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 12px 0;
}

.warningIMG {
  width: 100%;
  max-width: 200px;
  margin-bottom: 16px;
}

.input-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.input-row .controls2 {
  flex: 1 1 45%;
  max-width: 160px;
  min-width: 120px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .modal-contentS {
    width: 90%;
    margin: 10% auto;
    padding: 15px;
  }
  .boton-cuadrado0,
  .boton-cuadrado {
    padding: 18px 20px;
    font-size: 14px;
    margin: 8px 0;
    width: 100%;
    text-align: center;
  }
  .hiddenText ul li,
  .InfoTextServ {
    font-size: 16px;
    line-height: 20px;
  }
  .warningAlert {
    margin-left: 0;
    text-align: center;
    display: block;
  }
  .warningIMG {
    width: 60%;
    height: auto;
    margin: 20px auto;
    display: block;
  }
  .calendar {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
  }
  .calendar-header,
  .calendar-body,
  .calendar-footer {
    font-size: 14px;
  }
  .month-picker,
  .year-picker span {
    font-size: 16px;
  }
  .calendar-week-days div,
  .calendar-days div {
    font-size: 13px;
    padding: 6px 4px;
    min-width: 32px;
    text-align: center;
  }
  .month-list {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .modal-contentS {
    padding: 16px;
  }
  .btn-return {
    font-size: 24px;
  }
  .hiddenText ul li,
  .InfoTextServ {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .modal-contentS {
    padding: 10px;
  }
  .boton-cuadrado0, .boton-cuadrado {
    font-size: 13px;
    padding: 16px 12px;
  }
  .hiddenText ul li,
  .InfoTextServ {
    font-size: 14px;
  }
  .close {
    font-size: 28px;
  }
  .calendar {
    padding: 10px;
  }
  .calendar-header,
  .calendar-body,
  .calendar-footer {
    font-size: 13px;
  }
  .month-picker,
  .year-picker span {
    font-size: 14px;
  }
  .calendar-week-days div,
  .calendar-days div {
    font-size: 11px;
    padding: 4px 2px;
    min-width: 28px;
  }
  .month-list {
    font-size: 13px;
  }
  .calendar .fa {
    font-size: 18px;
  }
}
/* Ventana Modal en Join-FAD
================================*/
.modal-joinFAD {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}

.modal-contentJ {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.5);
  margin: 15% auto;
  padding: 20px;
  border-radius: 15px;
  width: 620px;
  max-width: 90%; /* Se adapta a móviles */
  box-sizing: border-box;
  max-height: 90vh; /* Altura máxima del modal relativa a la pantalla */
}

.stlform {
  font-size: 15px;
  color: #ffffff;
}

.stlselect {
  font-size: 10px;
  color: #000000;
}

.controls {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  box-sizing: border-box;
}

.close {
  color: black;
  float: right;
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
}

/* Responsive para móviles */
@media screen and (max-width: 600px) {
  .modal-contentJ {
    width: 90%;
    margin: 30% auto;
    padding: 15px;
  }
  .controls, .stlform {
    font-size: 14px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  .modal-contentJ {
    width: 50%;
    max-width: 400px;
    padding: 15px;
    max-height: 80vh; /* más seguro que 90vh para evitar solapes */
    overflow-y: auto; /* scroll vertical si hay mucho contenido */
    box-sizing: border-box;
    /* Centrado vertical y horizontal */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* mejor centrado total */
    margin: 0;
    z-index: 999999;
  }
  .controls,
  .stlform,
  .stlselect {
    font-size: 14px;
  }
  .close {
    font-size: 24px;
  }
}
/* File Uploader
================================*/
.profile-picture {
  opacity: 0.75;
  height: 130px;
  width: 130px;
  display: inline-block;
  margin: 6px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 8px 6px -6px black;
  background-color: #f0f0f0; /* Fondo base */
}

.file-uploader {
  opacity: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: absolute;
  top: 0%;
  left: 0%;
}

.upload-icon {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #ccc;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #bbb;
}

.profile-picture:hover .upload-icon {
  opacity: 1;
}

/*  Formulario de datos Services&Repair
=========================================*/
.controls {
  width: 100%;
  background: #24303c;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid #fd7700;
  font-size: 18px;
  color: white;
}

.controls2 {
  display: inline-block;
  margin: 10px; /* Espacio entre los input */
  width: 46%;
  background: #24303c;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 8px;
  border: 1px solid #fd7700;
  font-size: 18px;
  color: white;
}

/*=============================Modal Legal Information=============================*/
/* Estilos del modal */
/* Contenedor que se desenfoca */
/* Modal */
.modalL {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

/* Contenido del Modal */
.modal-content-Inf {
  background: white;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px; /* Limita en pantallas grandes */
  border-radius: 12px;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Espaciado del texto */
.id-linf {
  line-height: 1.4;
}

/* Scrollbar personalizado solo en WebKit */
.modal-content-Inf::-webkit-scrollbar {
  width: 10px;
}

.modal-content-Inf::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 12px;
}

.modal-content-Inf::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 12px;
}

.modal-content-Inf::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Botón de cierre */
.close-linf {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  background: #3f3f3f;
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #000;
  transition: background 0.2s;
}

.close-linf:hover {
  background: #ff2600;
}

/* Media Query: Mejora visual en móviles */
@media (max-width: 600px) {
  .modal-content-Inf {
    width: 95%;
    margin: 10% auto;
    padding: 16px;
  }
  .close-linf {
    font-size: 20px;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .id-linf {
    font-size: 16px;
  }
}
/*=============================Modal Legal Information=============================*/
/*           Calendario
=========================================*/
.calendar {
  height: 20rem;
  width: -moz-max-content;
  width: max-content;
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  padding: 20px 18px 0px 18px;
}

.calendar {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.calendar-header {
  background: #fd7700;
  display: flex;
  justify-content: space-between;
  border-radius: 7px;
  align-items: center;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
}

.calendar-body {
  padding: 10px;
}

.calendar-week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  font-weight: 600;
  cursor: pointer;
  color: rgb(104, 104, 104);
}

.calendar-week-days div:hover {
  color: black;
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}

.calendar-week-days div {
  display: grid;
  place-items: center;
  color: #fd7700;
  height: 50px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  color: #0A0921;
}

.calendar-days div {
  width: 37px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
}

.month-picker {
  padding: 5px 10px;
  border-radius: 10px;
  cursor: pointer;
}

.year-picker {
  display: flex;
  align-items: center;
}

.year-change {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  place-items: center;
  margin: 0px 10px;
  cursor: pointer;
  margin-top: 6%;
  font-size: 25px;
}

.year-change:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.5);
}

.calendar-footer {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#year:hover {
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.2 ease-in-out;
}

.calendar-days div span {
  position: absolute;
}

.calendar-days div:hover {
  transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
  background-color: #ffab62;
  border-radius: 20%;
  color: #f8fbff;
}

.calendar-days div.current-date {
  color: #f8fbff;
  background-color: #fd7700;
  border-radius: 20%;
}

.selected-date {
  background-color: #1C385C;
  color: white;
  border-radius: 50%;
}

.month-list {
  position: relative;
  left: 0;
  top: -220px;
  background-color: #ebebeb;
  color: #151426;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0px;
  border-radius: 20px;
}

.month-list > div {
  display: grid;
  place-content: center;
  margin: 5px 10px;
  transition: all 0.2s ease-in-out;
}

.month-list > div > div {
  border-radius: 15px;
  padding: 10px;
  cursor: pointer;
}

.month-list > div > div:hover {
  background-color: #fd7700;
  color: #f8fbff;
  transform: scale(0.9);
  transition: all 0.2s ease-in-out;
}

.month-list.show {
  visibility: visible;
  pointer-events: visible;
  transition: 0.6s ease-in-out;
  animation: to-left 0.71s forwards;
}

.month-list.hideonce {
  visibility: hidden;
}

.month-list.hide {
  animation: to-right 1s forwards;
  visibility: none;
  pointer-events: none;
}

.day-text-formate.hidetime {
  animation: hidetime 1.5s forwards;
}

.day-text-formate.showtime {
  animation: showtime 1s forwards;
}

.time-formate.showtime {
  animation: showtime 1s forwards;
}

/*-------------------------------------------icon section-------------------------------------------*/
.img-iconSolution {
  margin: -15px;
  width: 65px;
  height: auto;
}

.img-aboutus {
  margin: -10px;
  width: 62px;
  height: auto;
}

.img-leadership {
  margin: -10px;
  margin-left: 2px;
  width: 72px;
  height: auto;
}

.img-iconcont {
  margin: -10px;
  margin-left: 2px;
  width: 90px;
  height: auto;
}

.img-teamwork {
  margin: -15px;
  width: 50px;
  height: auto;
}

/*====================================================================*/
.icon-all {
  margin: -15px;
  width: 50px;
  height: auto;
}

/* Responsive para tablets */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .icon-all {
    width: 40px;
    margin: -10px;
  }
}
/* Responsive para escritorios pequeños */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .icon-all {
    width: 45px;
    margin: -12px;
  }
}
/* Responsive para móviles */
@media screen and (max-width: 768px) {
  .icon-all {
    width: 35px;
    margin: -8px;
  }
}
/*====================================================================*/
.img-commitment {
  margin: -15px;
  width: 50px;
  height: auto;
}

/*====================================================================*/
.form-wrapper {
  border: 5px solid #fd7700; /* Cambia el color aquí si deseas otro */
  padding: 30px;
  border-radius: 10px; /* Opcional: bordes redondeados */
}

.form-wrapper-02 {
  position: relative;
  border: 5px solid #fd7700;
  padding: 15px;
  border-radius: 10px;
}

.colortext-strong {
  color: #1C385C;
}

.info-margin {
  position: relative;
  top: -28px; /* Sube el div 20 píxeles */
}

.img-info-margin {
  position: relative;
  top: -40px; /* Sube el div 20 píxeles */
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.icon-con {
  margin: 0;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.icon-img {
  width: 75%;
  height: auto;
}

.service-box-title-con {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

/* Tablets */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .icon-img {
    width: 75%;
  }
  .service-box-title-con {
    font-size: 22px;
  }
}
/* Escritorios pequeños */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .icon-img {
    width: 70%;
  }
  .service-box-title-con {
    font-size: 20px;
  }
}
/* Móviles */
@media screen and (max-width: 768px) {
  .icon-img {
    width: 85%;
  }
  .service-box-title-con {
    font-size: 16px;
  }
}
/*====================================================================*/
.img-craftsmanship {
  margin: -15px;
  width: 48px;
  height: auto;
}

.img-dependability {
  margin: -24px;
  width: 48px;
  height: auto;
}

.img-accountability {
  margin: -15px;
  width: 46px;
  height: auto;
}

.icon-serv {
  margin: -12px;
  width: 90px;
  height: auto;
}

/*-------------------------------------------icon section-------------------------------------------*/
@keyframes to-top {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  80% {
    transform: translateY(80%);
    opacity: 1;
  }
}
@keyframes to-left {
  0% {
    transform: translatex(230%);
    opacity: 1;
  }
  100% {
    transform: translatex(0);
    opacity: 1;
  }
}
@keyframes to-right {
  10% {
    transform: translatex(0);
    opacity: 1;
  }
  100% {
    transform: translatex(-150%);
    opacity: 1;
  }
}
@keyframes showtime {
  0% {
    transform: translatex(250%);
    opacity: 1;
  }
  100% {
    transform: translatex(0%);
    opacity: 1;
  }
}
@keyframes hidetime {
  0% {
    transform: translatex(0%);
    opacity: 1;
  }
  100% {
    transform: translatex(-370%);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
