@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");
body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: 16px;
}

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

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #28ABE3;
}

.btn-main {
  background: #28ABE3;
  border: 1px solid #28ABE3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}



.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #28ABE3;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    background: #3498db;
  }
  50%, 100% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: var(--verde);
}

.title p {
  color: #848484;
  width: 50%;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}


.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #28ABE3;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all .4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3D3D3D;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #FF432E;
}

.colors-switcher .colors-list a.blue {
  background-color: #28ABE3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69D2E7;
}

.colors-switcher .colors-list a.green {
  background-color: #5BB12F;
}

.colors-switcher .colors-list a.light-green {
  background-color: #BCCF02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #FED136;
}

.slick-slide {
  outline: none;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}


.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: '';
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: .8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
}



.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
	z-index: 2;

}




.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
  background-color: #3b4395;
}

.hero-slider .nextArrow {
  right: -100px;
  background-color: #3b4395;
}

.hero-slider:hover .prevArrow {
  left: 20px;
  background-color: #434a9c;
}

.hero-slider:hover .nextArrow {
  right: 20px;
  background-color: #434a9c;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: .2s ease;
  border-radius: 50%;
}

.slick-arrow::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  transition: .2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  transition: .2s ease;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #28ABE3;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/



.about-shot-info {
  padding: 50px 0;
}

.about-shot-info h2 {
  color: var(--azul);
  margin-bottom: 20px;
}

.about-shot-info img {
  border-radius: 21px;
   transition: transform 0.3s ease;
  
}
.about-shot-info img:hover{
  transform: translateY(-10px);
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.company-mission {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.company-mission h3 {
  color: var(--naranja);
  margin-bottom: 20px;
}

.company-mission img {
  border-radius: 10px;
  margin-top: 20px;
  transition: transform 0.3s ease;
}

.company-mission img:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.team {
  background-color: white;
  padding: 50px 0;
}

.team .title h2 {
  color: var(--verde);
  margin-bottom: 20px;
}

.team-member {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.team-member:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  transform: translateY(-10px);
}

.team-member .member-photo img {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0 auto 15px;
  display: block;
}
.team-member .member-content {
  text-align: center;
}
.team-member .member-content h3 {
  color: var(--azul);
}

.team-member .member-content span {
  color: var(--naranja);
}
/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/slider/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}


.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #28ABE3;
  color: #fff;
  border: 1px solid #28ABE3;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.error {
  padding: 10px;
  color: #D8000C;
  border-radius: 2px;
  font-size: 14px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

#error, #success {
  display: none;
  margin-bottom: 10px;
}

.map {
  position: relative;
}

.map #map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28ABE3;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  background: url("../images/pricing-bg.jpg");
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 20px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #28ABE3;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28ABE3;
  border: none;
  color: #fff;
  outline: none;
}

.portfolio-filter button.active {
  background: #28ABE3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: '';
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28ABE3;
  color: #fff;
  display: inline-block;
  padding: 4px 13px;
  font-size: 25px;
  border-radius: 30px;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block.color-bg {
  background: #28ABE3;
  color: #fff;
}

.services .service-block.color-bg i, .services .service-block.color-bg h3, .services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #28ABE3;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}


/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  margin-bottom: 30px;
  padding: 50px 20px;
  border: 1px solid #eee;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
}

.service-2 .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #28ABE3;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28ABE3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28ABE3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28ABE3;
}

.development-steps .step-2 h4, .development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4, .development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4, .development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
  ==================================================================*/
.team {
  padding: 100px 0;
  background: #F6F6F6;
}

.team .team-member {
  background: #fff;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all .3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28ABE3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 150px;
  background-color: white;
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 150px;
  height: auto;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 110px;
  padding-top: 70px;
  background: #F6F6F6;
}

.post-item {
  background: #fff;
  margin-bottom: 20px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  font-size: 14px;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}

.post-content ul li {
  color: #aaa;
}

.post-content ul li a {
  color: #aaa;
}

.post-content p {
  margin-bottom: 30px;
}

.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: #eeeeee;
}

.post-content-share {
  margin-bottom: 100px;
}

.post-content-share li {
  height: 45px;
  width: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: .3s ease;
  margin-right: 10px;
}

.post-content-share li a i {
  line-height: 45px;
  color: #000;
  transition: .3s ease;
}

.post-content-share li:hover {
  background: #28ABE3;
  border-color: #28ABE3;
}

.post-content-share li:hover i {
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}

.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.comment-list-item:last-child {
  border: 0;
}

.comment-list-item-image {
  margin-right: 20px;
}

.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}

.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}

.comment-list-item-content p {
  margin-bottom: 5px;
}

.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}

@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
  }
}

.comment-list-item .comment-btn:hover {
  background: #28ABE3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}

.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}

.comment-form textarea.form-control {
  height: 200px !important;
}

.comment-form .btn-primary {
  background: #28ABE3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}

.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
}

.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}

.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}

.widget-search-btn i {
  color: #fff;
}

.widget-categories-list {
  padding-left: 0px;
}

.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}

.widget-categories-list li:last-child {
  border: 0;
}

.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: .3s ease;
}

.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}

.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}

.widget-post-list {
  padding-left: 0;
}

.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}

.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}

.widget-post-image img {
  height: 90px;
  width: auto;
}

.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: .3s ease;
  color: #000;
}

.widget-post-content h5:hover {
  color: #28ABE3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #28ABE3;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #28ABE3;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #28ABE3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #28ABE3;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28ABE3;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color .3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28ABE3;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* home slider */
  #slitSlider .carousel-caption h2 {
    font-size: 60px;
  }
  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }
  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }
  .mask ul {
    top: 85px;
  }
  .mask ul li {
    margin: 0 5px;
  }
  .team-mate > h4 {
    margin-bottom: 10px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul li {
    margin-right: 10px;
  }
  /* testimonial */
  .client-info {
    width: 55%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }
  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }
  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }
  .about-content {
    margin: 0 auto;
    width: 60%;
  }
  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }
  .counters-item {
    margin-bottom: 30px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }
  .skill-chart > h3 {
    margin: 15px 0;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }
  /* testimonial */
  .client-info {
    width: 75%;
  }
  /* latest posts */
  .note {
    margin-bottom: 30px;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }
  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
@media only screen and (max-width: 767px) {
  .counters-item:before {
    display: none;
  }
  .clients-logo-slider {
    text-align: center;
  }
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }
  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }
  .carousel-caption img {
    width: 70%;
  }
  #slitSlider .carousel-caption h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption h3 {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  #slitSlider .carousel-caption a {
    font-size: 14px;
  }
  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }
  .feature-desc a {
    margin: 5px 5px 5px 0;
  }
  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }
  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }
  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }
  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }
  .client-info {
    width: 100%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin-bottom: 30px;
  }
  .note .excerpt {
    padding: 0 20px 20px;
  }
  .all-post {
    margin: 20px 0 30px;
  }
  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }
  #map-canvas {
    height: 250px;
  }
  /* footer */
  .social-icon ul li, .social-icon ul li:first-child {
    margin: 15px;
  }
  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }
  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }
  .blog-title h1 {
    font-size: 28px;
  }
  /* blog page */
  #blog-page {
    margin: 0;
  }
  #blog-posts {
    margin: 0 0 40px;
  }
  .post-excerpt h3 {
    font-size: 20px;
  }
  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }
  .tab-post-nav li a {
    padding: 8px 5px;
  }
  /* single blog page */
  .author-social {
    margin-left: 0;
  }
  .author-avatar {
    margin-right: 10px;
  }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }
  .counter .counter-title h2 {
    font-size: 35px;
  }
  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }
  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }
  .team-mate img {
    margin: 0 auto;
  }
  /* portfolio */
  .og-grid li {
    width: 245px;
  }
  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }
  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }
  /* testimonials */
  .client-info {
    width: 74%;
  }
  /* latest posts */
  #blog {
    padding-bottom: 0;
  }
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }
  /* contact */
  .contact-info {
    width: 100%;
  }
  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}

/* Variables de colores (mantén tus variables actuales) */
:root {
  --naranja: #f0823c;
  --azul: #3b4395;
  --verde: #86bd3f;
}

/* Productos - Mantén tus estilos base y añade estos nuevos */
.section-products {
  background-color: #f9f9f9;
  padding: 80px 0;
}

 /* Estilos mejorados para filtros de productos */
 .product-filter {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product-filter .btn {
  margin: 5px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: transparent;
  color: var(--azul);
  border: 2px solid var(--azul);
  transition: all 0.3s ease;
  font-weight: 500;
  cursor: pointer;
  font-size: 16px;
}

.product-filter .btn.active,
.product-filter .btn:hover {
  background-color: var(--verde);
  color: white;
  border-color: var(--verde);
}

/* Grid mejorado para productos */
.product-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 ;
  justify-content: flex-start;
}

.product-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border: 1px solid #eee;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.product-thumb {
  height: 220px;
  overflow: hidden;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-item:hover .product-thumb img {
  transform: scale(1.08);
}

.product-content {
  padding: 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-content h4 {
  color: var(--azul);
  font-weight: 600;
  margin: 0 0 15px 0;
  font-size: 18px;
}

.product-content .ver-mas {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background-color: var(--verde);
  color: white;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.product-content .ver-mas:hover {
  background-color: var(--naranja);
  transform: translateY(-2px);
}

.modal {
  display: none;
  position: fixed;
  z-index: 999999999999999999; /* Aumentado significativamente para asegurar que esté por encima de todo */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7); /* Fondo más oscuro para mejor difuminado */
  padding: 0; /* Eliminar padding para que cubra toda la pantalla */
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 50px auto; /* Centrado verticalmente con margen superior */
  width: 90%;
  max-width: 1000px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  animation: modalopen 0.4s;
  overflow: visible; /* Cambiar a visible para que el botón de cierre pueda estar fuera */
  z-index: 10000; /* Asegurar que esté por encima del fondo oscuro */
}

@keyframes modalopen {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
}

.close-modal:hover {
  background-color: var(--naranja);
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
}

/* Galería de imágenes en modal */
.modal-image {
  flex: 0 0 45%;
  padding: 25px;
}

.gallery-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.gallery-main {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}

.gallery-thumb {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  transition: all 0.3s ease;
}

.gallery-thumb.active {
  border-color: var(--naranja);
  transform: scale(1.05);
}

.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.gallery-arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.gallery-arrow:hover {
  background-color: var(--verde);
}

.gallery-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--azul);
  border-left: 2px solid var(--azul);
  display: block;
}

.gallery-arrow.prev::before {
  transform: rotate(-45deg);
}

.gallery-arrow.next::before {
  transform: rotate(135deg);
}

/* Información del producto en modal */
.modal-info {
  flex: 0 0 55%;
  padding: 30px;
}

.modal-info h3 {
  color: var(--azul);
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 15px;
}

.modal-info p {
  line-height: 1.7;
  color: #555;
  font-size: 15px;
  margin-bottom: 20px;
}

.modal-info .specs {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.modal-info .specs h4 {
  color: var(--naranja);
  font-size: 18px;
  margin: 0 0 15px 0;
  font-weight: 600;
}

.modal-info ul {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style-type: disc;
  display: block !important;
}

.modal-info ul li {
  margin-bottom: 8px;
  color: #555;
  font-size: 15px;
  line-height: 1.5;
  display: list-item !important;
}



.modal-footer .btn:hover {
  background-color: var(--naranja);
  transform: translateY(-2px);
}



/* Estilos responsive mejorados */
@media (max-width: 992px) {
  .product-item {
    width: calc(50% - 30px);
  }
  
  .modal-body {
    flex-direction: column;
  }
  
  .modal-image, .modal-info {
    flex: 0 0 100%;
  }
}

@media (max-width: 768px) {
  .product-filter .btn {
    font-size: 13px;
    padding: 8px 15px;
  }
  
  .modal-info {
    padding: 20px;
  }
  
  .modal-info h3 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .product-item {
    width: 100%;
    margin: 0 0 30px 0;
  }
  
 
  
  .product-filter .btn {
    width: 100%;
    max-width: 200px;
  }
  
  .modal-content {
    width: 95%;
    margin: auto;
  }
  
  .gallery-thumb {
    width: 60px;
    height: 60px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 100000000000000; /* Un z-index mayor para el modal */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
  padding: 0;
}

.modal-content {
  position: relative;
  background-color: #fff;
  margin: 50px auto;
  width: 90%;
  max-width: 1000px;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.3);
  animation: modalopen 0.4s;
  overflow: visible;
  z-index: 10001; /* Asegura que el modal tenga prioridad sobre el fondo */
}

@keyframes modalopen {
  from {opacity: 0; transform: translateY(-30px);}
  to {opacity: 1; transform: translateY(0);}
}

.close-modal {
  position: absolute;
  right: -15px;
  top: -15px;
  color: #fff;
  background-color: var(--naranja, #ff6b35);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10002;
  transition: background-color 0.3s ease;
  border: 2px solid white;
}

.close-modal:hover {
  background-color: var(--azul, #005B96);
}

/* Mejorar animación del modal */
@keyframes modalopen {
  from {opacity: 0; transform: translateY(-30px);}
  to {opacity: 1; transform: translateY(0);}
}

/* Ajuste responsive del modal */
@media (max-width: 768px) {
  .modal-content {
    margin: 20px auto;
    width: 95%;
  }
  
  .modal-body {
    flex-direction: row;
  }
  
  .modal-image, .modal-info {
    flex: 0 0 100%;
  }
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  color: var(--verde);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title p {
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
}






body.modal-open #footer {
  display: none !important; /* Ocultar completamente el footer */
}

 



/* Contact section styling */
.contact-us {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.contact-us .title h2 {
  color: var(--azul);
  margin-bottom: 15px;
}

.contact-us .border {
  width: 60px;
  height: 3px;
  background-color: var(--naranja);
  margin: 20px auto;
}

/* Contact details styling */
.contact-details h3 {
  color: var(--azul);
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-short-info li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.contact-short-info li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--naranja);
}

/* Social icons - FIXED */
.social-icon ul {
  padding: 0;
  margin-top: 20px;
  display: flex;
  list-style: none;
}

.social-icon ul li {
  margin-right: 15px;
}

.social-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--azul);
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon ul li a i {
  font-size: 18px;
  color:white;
}

.social-icon ul li a:hover {
  background-color: var(--naranja);
  transform: translateY(-3px);
}

/* Contact form styling */
.contact-form {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-form .form-control {
  height: auto;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.contact-form textarea.form-control {
  min-height: 120px;
}

.contact-form .form-control:focus {
  box-shadow: none;
  border-color: var(--verde);
}

/* Submit button styling */
.btn-transparent, #contact-submit {
  background-color: var(--verde) !important;
  color: white !important;
  border: none !important;
  padding: 12px 30px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  border-radius: 3px !important;
}

.btn-transparent:hover, #contact-submit:hover {
  background-color: var(--azul) !important;
  transform: translateY(-3px) !important;
}

/* Success and error messages */
.success, .error {
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  display: none;
}

.success {
  background-color: var(--verde);
  color: white;
}

.error {
  background-color: #ff5252;
  color: white;
}

/* Map section */
.map {
  height: 400px;
  position: relative;
}

#map_canvas {
  height: 100%;
  width: 100%;
}

/* Single page header styling */

.header-bradcrumb {

  justify-content: center;
  list-style: none;
  padding: 0;
}

.header-bradcrumb li {
  margin: 0 5px;
}

.header-bradcrumb li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

.header-bradcrumb li a:hover {
  color: var(--naranja);
}

.header-bradcrumb li.active {
  color: var(--naranja);
}

.whatsapp-float {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  bottom: 40px !important;
  right: 40px !important;
  background-color: #25D366 !important;
  color: #FFF !important;
  border-radius: 50% !important;
  text-align: center !important;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3) !important;
  z-index: 100002 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
}

.whatsapp-float:hover {
  background-color: #128C7E !important;
  transform: scale(1.1) !important;
}

.whatsapp-float i {
  font-size: 30px !important;
  color: #FFFFFF !important;
  margin: 0 !important;
  padding: 0 !important;
}
  
  /* Para dispositivos móviles */
  @media screen and (max-width: 767px) {
    .whatsapp-float {
      width: 50px !important;
      height: 50px !important;
      bottom: 20px !important;
      right: 20px !important;
    }
    
    .whatsapp-float i {
      font-size: 24px !important;
    }
  }

   
  .btn-main {
    background-color: var(--naranja);
    border-color: var(--naranja);
  }
  
  .btn-main:hover {
    background-color: var(--azul);
    border-color: var(--azul);
  }
  
  .border {
    height: 4px;
    margin: 20px auto 20px;
    position: relative;
    width: 80px;
   
    background-color: var(--naranja);
  }
  
  .service-item {
    transition: all 0.3s ease 0s;
    border: 1px solid #eee;

  }
  .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);

  }
  .service-item i {
    color: var(--naranja);
  }
  
  .project-item {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
   
    border: 1px solid #eee;
    transition: all 0.3s ease 0s;
  }
  
  .project-item:hover {
    box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  }
  
  .project-content {
    padding: 20px;
    background-color: #fff;
  }
  
  .project-content h4 {
    margin-bottom: 10px;
    color: var(--azul);
  }
  .client-carousel {
    margin-top: 30px;
  }
  .client-logo {
    padding: 15px;
  
    transition: all 0.3s ease-in-out;
    text-align: center;
  }
  .client-logo img {
    max-height: 80px;
    margin: 0 auto;
  }
  .client-logo:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
  }
  .section-heading {
    color: var(--azul);
  }


 
 /* Reinicio de estilos para evitar conflictos */
 .portfolio-gallery * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Contenedor principal */
.portfolio-gallery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 15px;
}

/* Título de sección (mantener el estilo original) */
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-title p {
  color: #777;
  max-width: 650px;
  margin: 0 auto;
}

.section-title .title-border {
  height: 2px;
  width: 50px;
  background-color: #57cbcc;
  margin: 20px auto 0;
}

/* Grid de proyectos */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }
}

/* Grid de proyectos optimizado */
.projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  padding: 30px 0;
}

/* Proyecto individual limpio y elegante */
.project-item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  height: 280px;
  background: #f8f9fa;
}

.project-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.project-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.project-item:hover::before {
  opacity: 1;
}

.project-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.project-item:hover .project-image {
  transform: scale(1.08);
}

/* Botón de vista mejorado */
.view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
  color: #333;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  backdrop-filter: blur(15px);
  border: 2px solid rgba(255,255,255,0.4);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.view-btn i {
  font-size: 24px;
  transition: all 0.3s ease;
}

.project-item:hover .view-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.view-btn:hover {
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.95) 100%);
  transform: translate(-50%, -50%) scale(1.1);
}

.view-btn:hover i {
  transform: scale(1.2);
  color: #0066cc;
}

/* Efecto de hover con borde luminoso */
.project-item::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #0066cc, #00a8cc, #0066cc);
  border-radius: 17px;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.project-item:hover::after {
  opacity: 0.3;
}

/* Modal de proyectos (sin cambios) */
.project-modal {
  display: none;
  position: fixed;
  z-index: 999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.95);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-modal.active {
  opacity: 1;
}

.modal-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

.modal-image-container {
  width: 100%;
  height: 100%;
  max-width: 85vw;
  max-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 15px 50px rgba(0,0,0,0.6);
  transition: opacity 0.3s ease;
}

/* Controles del modal */
.modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: white;
  font-size: 32px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.7);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 10001;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.1);
}

.modal-close:hover {
  background-color: rgba(255,255,255,0.15);
  transform: scale(1.1);
}

.modal-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 25px;
  pointer-events: none;
  z-index: 10000;
}

.modal-nav button {
  background-color: rgba(0,0,0,0.7);
  color: white;
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: all 0.3s ease;
  pointer-events: auto;
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.1);
}

.modal-nav button:hover {
  background-color: rgba(255,255,255,0.15);
  transform: scale(1.1);
}

.modal-nav button:active {
  transform: scale(0.95);
}

/* Responsive para tablets */
@media (max-width: 768px) {
  .projects-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 20px 0;
  }
  
  .project-item {
    height: 250px;
    border-radius: 12px;
  }
  
  .view-btn {
    width: 60px;
    height: 60px;
  }
  
  .view-btn i {
    font-size: 22px;
  }
  
  /* Modal en tablets */
  .modal-container {
    padding: 20px;
  }
  
  .modal-image-container {
    max-width: 90vw;
    max-height: 80vh;
  }
  
  .modal-close {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  
  .modal-nav {
    padding: 0 20px;
  }
  
  .modal-nav button {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
}

/* Responsive para móviles */
@media (max-width: 480px) {
  .projects-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 15px 0;
  }
  
  .project-item {
    height: 220px;
    border-radius: 10px;
  }
  
  .view-btn {
    width: 55px;
    height: 55px;
    opacity: 0.9; /* Siempre visible en móvil */
  }
  
  .view-btn i {
    font-size: 20px;
  }
  
  /* Modal en móviles */
  .modal-container {
    padding: 15px;
  }
  
  .modal-image-container {
    max-width: 95vw;
    max-height: 75vh;
  }
  
  .modal-close {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    font-size: 24px;
  }
  
  .modal-nav {
    padding: 0 15px;
  }
  
  .modal-nav button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/* Animaciones de entrada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-item {
  animation: fadeInUp 0.6s ease forwards;
  opacity: 0;
}

.project-item:nth-child(1) { animation-delay: 0.1s; }
.project-item:nth-child(2) { animation-delay: 0.2s; }
.project-item:nth-child(3) { animation-delay: 0.3s; }
.project-item:nth-child(4) { animation-delay: 0.4s; }
.project-item:nth-child(5) { animation-delay: 0.5s; }
.project-item:nth-child(6) { animation-delay: 0.6s; }

/* Mejoras de accesibilidad */
.project-item:focus,
.modal-close:focus,
.modal-nav button:focus {
  outline: 3px solid rgba(255,255,255,0.6);
  outline-offset: 2px;
}

/* Estados activos para móvil */
@media (hover: none) {
  .project-item::before {
    opacity: 0.3;
  }
  
  .project-item .view-btn {
    opacity: 0.9;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
  }
}

#footer.bg-one {
  background-color: var(--azul);
  color: white;
  padding: 60px 0 20px;
  z-index: 10; /* Lower value than the modal */
  position: relative;
}

#footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

#footer .col-md-4 {
  flex: 1;
  min-width: 250px;
  padding: 0 15px;
  margin-bottom: 30px;
}

#footer h3 {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#footer h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: var(--verde);
}

#footer .footer-about p,
#footer .footer-contact p {
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
  margin-bottom: 15px;
}

.footer-social .social-icons {
  display: flex;
  gap: 15px;
}

.footer-social .social-icon {
  color: white;
  font-size: 24px;
  transition: all 0.3s ease;
  opacity: 0.7;
}

.footer-social .social-icon:hover {
  color: var(--verde);
  opacity: 1;
  transform: translateY(-3px);
}

#footer .footer-bottom {
  background-color: rgba(0,0,0,0.1);
  text-align: center;
  padding: 15px 0;
  margin-top: 30px;
  color: rgba(255,255,255,0.7);
}


/* validacion de contact-form */

/* Estilos para el formulario de contacto */
.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* Estilos para el modal */
#responseModal .modal-header.bg-success {
  background-color: #28a745;
}

#responseModal .modal-header.bg-danger {
  background-color: #dc3545;
}

#responseModal .modal-title {
  font-weight: 600;
}

/* Animación del botón de envío */
#contact-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Mejoras de accesibilidad */
.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

   /* Variables CSS */
   :root {
    --naranja: #f0823c;
    --azul: #3b4395;
    --verde: #86bd3f;
  }

  /* Servicios */
  .section-services {
    background-color: #f9f9f9;
    padding: 80px 0;
  }

  .service-item {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  }

  .service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .service-thumb {
    position: relative;
    overflow: hidden;
  }

  .service-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .service-item:hover .service-thumb img {
    transform: scale(1.05);
  }

  .service-content {
    padding: 20px;
    text-align: center;
  }

  .service-content h4 {
    color: var(--azul);
    font-weight: 600;
    margin-bottom: 10px;
    transition: color 0.3s ease;
  }

  .service-item:hover .service-content h4 {
    color: var(--naranja);
  }

  .service-filter {
    margin-bottom: 40px;
    text-align: center;
  }

  .service-filter .btn {
    margin: 5px;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: transparent;
    color: var(--azul);
    border: 2px solid var(--azul);
    transition: all 0.3s ease;
    font-weight: 500;
  }

  .service-filter .btn.active, .service-filter .btn:hover {
    background-color: var(--verde);
    color: white;
    border-color: var(--verde);
  }

  .section-title {
    text-align: center;
    margin-bottom: 40px;
  }

  .section-title h2 {
    color: var(--azul);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }

  .section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px; /* Extended width */
    height: 4px;
    background-color: var(--naranja);
  }

  .section-title p {
    color: #6c757d;
    max-width: 800px;
    margin: 0 auto;
  }

  .single-page-header h2{
    font-size: 36px;
  }
  
  
  :root {
    --naranja: #f0823c;
    --naranja-claro: #ffeee2;
    --azul: #3b4395;
    --azul-claro: #eceef9;
    --verde: #86bd3f;
    --verde-claro: #f0f7e6;
    --blanco: #ffffff;
    --gris-claro: #f8f9fa;
    --gris-medio: #e9ecef;
    --texto: #333;
    --texto-secundario: #666;
    --sombra-suave: 0 10px 30px rgba(0, 0, 0, 0.05);
    --transicion: all 0.3s ease;
    --radio: 12px;
  }
  
 
 .support-category {
    padding: 50px 0;
    position: relative;
  }
  
  .support-category:nth-child(even) {
    background-color: var(--gris-claro);
  }
  
  .support-category::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/><circle fill="rgba(59,67,149,0.03)" cx="50" cy="50" r="25"/></svg>');
    opacity: 0.3;
    pointer-events: none;
  }
  


 

  
  /* Cards */
  .card-wrapper {
    height: 100%;
    padding: 15px 0;
  }
  
  .support-card {
    background-color: var(--blanco);
    border-radius: var(--radio);
    overflow: hidden;
    box-shadow: var(--sombra-suave);
    transition: var(--transicion);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    position: relative;
  }
  
  .support-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-top-color: var(--naranja);
  }

  
  .support-card:hover::before {
    height: 100%;
    opacity: 0.03;
  }
  
  .support-card-image {
    height: 180px;
    position: relative;
    overflow: hidden;
    background: var(--gris-claro);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .support-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transicion);
  }
  
  .support-card:hover .support-card-image img {
    transform: scale(1.05);
  }
  
  .support-card-content {
    padding: 25px;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  
  .support-card-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--azul);
    margin-bottom: 15px;
    transition: var(--transicion);
  }
  
  .support-card:hover .support-card-title {
    color: var(--naranja);
  }
  
  .support-card-text {
    color: var(--texto-secundario);
    margin-bottom: 20px;
    line-height: 1.7;
  }
  
  .support-features {
    margin-bottom: 20px;
    flex-grow: 1;
  }
  
  .support-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  
  .support-feature-item i {
    color: var(--verde);
    margin-right: 10px;
    font-size: 14px;
    margin-top: 5px;
  }
  
  .support-feature-item span {
    color: var(--texto-secundario);
  }
  
  .support-card-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: var(--naranja);
    color: var(--blanco);
    border-radius: 50px;
    font-weight: 500;
    text-decoration: none;
    transition: var(--transicion);
    align-self: flex-start;
    margin-top: auto;
    border: none;
    cursor: pointer;
    font-size: 15px;
  }
  
  .support-card-button:hover {
    background-color: var(--azul);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(240, 130, 60, 0.2);
  }
  
  /* Software Cards */
  .software-section {
    padding: 90px 0;
    background: linear-gradient(180deg, var(--blanco) 0%, var(--gris-claro) 100%);
    position: relative;
  }
  
  .software-card {
    background-color: var(--blanco);
    border-radius: var(--radio);
    padding: 30px;
  
    box-shadow: var(--sombra-suave);
    transition: var(--transicion);
    height: 100%;
    display: flex;
    flex-direction: column;
  
    position: relative;
    overflow: hidden;
  }
  
 
  
  .software-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-bottom-color: var(--azul);
  }
  
  .software-card:hover::before {
    height: 100%;
    opacity: 0.1;
  }
  
  .software-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--azul-claro);
    color: var(--azul);
    font-size: 32px;
    border-radius: 50%;
    transition: var(--transicion);
    position: relative;
    z-index: 1;
  }
  
  .software-card:hover .software-icon {
    background-color: var(--azul);
    color: var(--blanco);
    transform: rotateY(180deg);
  }
  
  .support-card-title {
    position: relative;
    z-index: 1;
  }
  
  .support-card-text, .support-features, .support-feature-item {
    position: relative;
    z-index: 1;
  }
  
  /* Perkins Section */
  .perkins-section {
    background: linear-gradient(180deg, var(--blanco) 0%, var(--gris-claro) 100%);
    position: relative;
  }
  
  .perkins-section .support-card {
    border-left: 3px solid var(--azul);
    border-top: none;
  }
  
  .perkins-section .support-card:hover {
    border-left-color: var(--naranja);
  }
  
  /* Responsive */
  @media (max-width: 991px) {
    .support-header {
      padding: 130px 0 60px;
    }
    
    .support-header h2 {
      font-size: 36px;
    }
    
    .category-title h2 {
      font-size: 30px;
    }
    
    .support-category {
      padding: 70px 0;
    }
  }
  
  @media (max-width: 767px) {
    .support-header {
      padding: 120px 0 50px;
    }
    
    .support-header h2 {
      font-size: 30px;
    }
    
    .support-card-image {
      height: 160px;
    }
    
    .software-icon {
      width: 70px;
      height: 70px;
      font-size: 28px;
    }
  }
/* Estilo actualizado para las imágenes de software */
.software-icon {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: var(--transicion);
    position: relative;
    z-index: 1;
 }
 
 .software-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: var(--transicion);
    box-shadow: var(--sombra-suave);
 }
 
 .software-card:hover .software-icon img {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
 }
 
 /* Ajuste adicional para contenido */
 .support-card-title {
    text-align: center;
    margin-top: 0;
 }
 
 .support-card-text {
    text-align: center;
    margin-bottom: 25px;
 }





.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: var(--naranja, #f0823c);
    color: var(--blanco, #ffffff);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 12px;
    font-weight: bold;
    display: none;
    align-items: center;
    justify-content: center;
    animation: fadeIn 0.3s ease;
}

.cart-count.show {
    display: flex;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0); }
    to { opacity: 1; transform: scale(1); }
}

.cart-modal {
    display: none;
    position: fixed;
    z-index: 20000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.cart-modal-content {
    background-color: var(--blanco, #ffffff);
    margin: 5% auto;
    border-radius: var(--radio, 12px);
    width: 90%;
    max-width: 600px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    animation: slideIn 0.3s ease;
    overflow: hidden;
    box-shadow: var(--sombra-suave, 0 10px 30px rgba(0, 0, 0, 0.05));
}

@keyframes slideIn {
    from { transform: translateY(-50px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.cart-header {
    padding: 20px;
    border-bottom: 1px solid var(--gris-medio, #e9ecef);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--azul-claro, #eceef9);
    border-radius: var(--radio, 12px) var(--radio, 12px) 0 0;
    flex-shrink: 0;
}

.cart-header h3 {
    margin: 0;
    color: var(--azul, #3b4395);
    font-size: 1.5rem;
    font-weight: 600;
}

.cart-header h3 i {
    color: var(--verde, #86bd3f);
    margin-right: 10px;
}

.close-cart {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: var(--texto-secundario, #666);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: var(--transicion, all 0.3s ease);
}

.close-cart:hover {
    background: var(--gris-medio, #e9ecef);
    color: var(--texto, #333);
}

.cart-body {
    padding: 20px;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}

.cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: var(--texto-secundario, #666);
}

.cart-empty i {
    font-size: 48px;
    color: var(--gris-medio, #e9ecef);
    margin-bottom: 20px;
}

.cart-empty h4 {
    margin: 20px 0 10px;
    color: var(--texto, #333);
}

.cart-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--gris-medio, #e9ecef);
    gap: 15px;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-image {
    flex-shrink: 0;
}

.cart-item-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: var(--radio, 12px);
    border: 1px solid var(--gris-medio, #e9ecef);
}

.cart-item-info {
    flex: 1;
}

.cart-item-title {
    margin: 0 0 10px;
    font-size: 14px;
    color: var(--texto, #333);
    line-height: 1.3;
    font-weight: 500;
}

.cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quantity-btn {
    background: var(--gris-claro, #f8f9fa);
    border: 1px solid var(--gris-medio, #e9ecef);
    border-radius: 6px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transicion, all 0.3s ease);
    color: var(--texto, #333);
}

.quantity-btn:hover {
    background: var(--verde-claro, #f0f7e6);
    border-color: var(--verde, #86bd3f);
    color: var(--verde, #86bd3f);
}

.quantity-display {
    font-weight: bold;
    min-width: 30px;
    text-align: center;
    color: var(--texto, #333);
}

.remove-item {
    background: var(--naranja, #f0823c);
    color: var(--blanco, #ffffff);
    border: none;
    border-radius: 6px;
    padding: 8px;
    cursor: pointer;
    transition: var(--transicion, all 0.3s ease);
}

.remove-item:hover {
    background: var(--azul, #3b4395);
    transform: translateY(-1px);
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 0 0 10px 10px;
    flex-shrink: 0;
}

.cart-total {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #333;
}

.quote-btn {
    width: 100%;
    background: #25d366;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.quote-btn:hover {
    background: #22c55e;
    transform: translateY(-1px);
}

/* Botón agregar al carrito */
.add-to-cart-btn {
    background: var(--naranja);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.add-to-cart-btn:hover {
    background: var(--azul);
    transform: translateY(-1px);
}

.add-to-cart-btn.added {
    background: --verde;
}

.add-to-cart-btn i {
    font-size: 12px;
}

/* Estilos personalizados para scrollbar */
.cart-body::-webkit-scrollbar {
    width: 6px;
}

.cart-body::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 3px;
}

.cart-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.cart-body::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/* Responsive */
@media (max-width: 768px) {
    .cart-modal-content {
        width: 95%;
        margin: 5% auto;
        max-height: 90vh;
    }
    
    .cart-header {
        padding: 15px;
    }
    
    .cart-body {
        padding: 15px;
    }
    
    .cart-footer {
        padding: 15px;
    }
    
    .cart-item {
        padding: 10px 0;
    }
    
    .cart-item-image img {
        width: 50px;
        height: 50px;
    }
    
    .cart-item-title {
        font-size: 13px;
    }
}



/* BOTONES FLOTANTES - VERSIÓN CORREGIDA */

/* WhatsApp Float - Botón principal (siempre visible) */
.whatsapp-float {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  bottom: 20px !important;
  right: 20px !important;
  background-color: #25D366 !important;
  color: #FFF !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4) !important;
  z-index: 999997 !important;
  transition: all 0.3s ease !important;
}

.whatsapp-float:hover {
  background-color: #128C7E !important;
  transform: scale(1.1) !important;
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.6) !important;
}

.whatsapp-float i {
  font-size: 26px !important;
  color: #FFFFFF !important;
}

/* Carrito Float - Contenedor */
.cart-float {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  bottom: 100px !important;
  right: 20px !important;
  z-index: 999998 !important;
}

/* Carrito Button - El botón real */
.cart-button {
  background: var(--verde, #86bd3f);
  color: var(--blanco, #ffffff);
  border: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(76, 175, 80, 0.4);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.cart-button:hover {
  background: var(--naranja, #f0823c);
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 6px 16px rgba(240, 130, 60, 0.4);
}

.cart-button.bounce {
  animation: bounce 0.6s ease;
}

/* Contador del carrito */
.cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* Botón de Accesibilidad - MÁXIMA PRIORIDAD */
.accessibility-toolbar-toggle {
  position: fixed !important;
  width: 60px !important;
  height: 60px !important;
  bottom: 180px !important;
  right: 20px !important;
  background-color: var(--azul) !important;
  color: white !important;
  border: none !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 24px !important;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.4) !important;
  z-index: 999999 !important;
  transition: all 0.3s ease !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateZ(0) !important;
    margin: 0 !important;
  padding: 0 !important;
}

.accessibility-toolbar-toggle:hover {
  background-color: #1976D2 !important;
  transform: scale(1.1) translateZ(0) !important;
  box-shadow: 0 6px 16px rgba(33, 150, 243, 0.6) !important;
}

/* MÓVILES - Ajustes específicos */
@media screen and (max-width: 768px) {
  .whatsapp-float {
    width: 50px !important;
    height: 50px !important;
    bottom: 15px !important;
    right: 15px !important;
    z-index: 999997 !important;
  }
  
  .whatsapp-float i {
    font-size: 22px !important;
  }
  
  .cart-float {
    width: 50px !important;
    height: 50px !important;
    bottom: 80px !important;
    right: 15px !important;
    z-index: 999998 !important;
  }
  
  .cart-button {
    font-size: 18px !important;
  }
  
  .cart-count {
    width: 16px !important;
    height: 16px !important;
    font-size: 10px !important;
    top: -3px !important;
    right: -3px !important;
  }
  
  .accessibility-toolbar-toggle {
    width: 50px !important;
    height: 50px !important;
    bottom: 145px !important;
    right: 15px !important;
    font-size: 20px !important;
    z-index: 999999 !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 50% !important;
    box-shadow: 0 6px 16px rgba(33, 150, 243, 0.5) !important;
  }
}

/* MÓVILES PEQUEÑOS */
@media screen and (max-width: 480px) {
  .whatsapp-float {
    width: 45px !important;
    height: 45px !important;
    bottom: 10px !important;
    right: 10px !important;
  }
  
  .whatsapp-float i {
    font-size: 20px !important;
  }
  
  .cart-float {
    width: 45px !important;
    height: 45px !important;
    bottom: 70px !important;
    right: 10px !important;
  }
  
  .cart-button {
    font-size: 16px !important;
  }
  
  .cart-count {
    width: 14px !important;
    height: 14px !important;
    font-size: 9px !important;
    top: -2px !important;
    right: -2px !important;
  }
  
  .accessibility-toolbar-toggle {
    width: 45px !important;
    height: 45px !important;
    bottom: 130px !important;
    right: 10px !important;
    font-size: 18px !important;
    z-index: 999999 !important;
  }
}

/* TABLETS */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .whatsapp-float {
    width: 55px !important;
    height: 55px !important;
    bottom: 20px !important;
    right: 20px !important;
  }
     
  .cart-float {
    width: 55px !important;
    height: 55px !important;
    bottom: 90px !important;
    right: 20px !important;
  }
  
  .cart-button {
    font-size: 18px !important;
  }
  
  .cart-count {
    width: 18px !important;
    height: 18px !important;
    font-size: 11px !important;
    top: -4px !important;
    right: -4px !important;
  }
     
  .accessibility-toolbar-toggle {
    width: 55px !important;
    height: 55px !important;
    bottom: 160px !important;
    right: 20px !important;
    font-size: 22px !important;
  }
}

/* ANIMACIONES */
@keyframes float {
  0%, 100% {
     transform: translateY(0px) translateZ(0);
   }
  50% {
     transform: translateY(-2px) translateZ(0);
   }
}

@keyframes bounce {
  0%, 20%, 60%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  80% {
    transform: translateY(-5px);
  }
}

.whatsapp-float, .cart-float, .accessibility-toolbar-toggle {
  animation: float 4s ease-in-out infinite;
}

.cart-float {
  animation-delay: 0.5s;
}

.accessibility-toolbar-toggle {
  animation-delay: 1s;
}

/* OVERRIDE CUALQUIER ESTILO QUE OCULTE EL BOTÓN */
.accessibility-toolbar-toggle, 
.accessibility-toolbar-toggle:before, 
.accessibility-toolbar-toggle:after {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

/* FALLBACK PARA GARANTIZAR QUE SIEMPRE SE VEA */
body .accessibility-toolbar-toggle {
  position: fixed !important;
  z-index: 999999 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ANIMACIÓN SUAVE */
@keyframes float {
  0%, 100% { 
    transform: translateY(0px) translateZ(0); 
  }
  50% { 
    transform: translateY(-2px) translateZ(0); 
  }
}

.whatsapp-float,
.cart-float,
.accessibility-toolbar-toggle {
  animation: float 4s ease-in-out infinite;
}

.cart-float {
  animation-delay: 0.5s;
}

.accessibility-toolbar-toggle {
  animation-delay: 1s;
}

/* OVERRIDE CUALQUIER ESTILO QUE OCULTE EL BOTÓN */
.accessibility-toolbar-toggle,
.accessibility-toolbar-toggle:before,
.accessibility-toolbar-toggle:after {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateZ(0) !important;
}

/* FALLBACK PARA GARANTIZAR QUE SIEMPRE SE VEA */
body .accessibility-toolbar-toggle {
  position: fixed !important;
  z-index: 999999 !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}



/*=================================================================
  Navigation - Diseño Profesional Tiflobraille
==================================================================*/
.navigation {
  transition: all 0.3s ease;
  background: transparent;
  padding: 0;
}

.navigation .container {
  padding: 0 15px;
}

.navigation .logo-default {
  display: none;
}

/* Logo optimizado */
.navbar-brand {
  height: auto;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.navbar-brand img {
  max-height: 50px;
  width: auto;
  transition: transform 0.2s ease;
}

.navbar-brand:hover img {
  transform: scale(1.02);
}

/* Navbar principal con mejor spacing */
.navbar {
  padding: 15px 0;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar-nav {
  margin-left: auto;
  align-items: center;
}

/* Links rediseñados - más limpios */
.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #ffffff;   
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  position: relative;
  border-radius: 25px;
  margin: 0 2px;
}

/* Efecto hover más elegante */
.navigation .navbar-light .navbar-nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover, 
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active, 
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: transparent;
  color: #d7d1d1;
  transform: translateY(-1px);
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
}

/* Sticky header profesional */
.sticky-header {
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sticky-header .navbar {
  padding: 12px 0;
  min-height: 70px;
}

.sticky-header .navbar-brand img {
  max-height: 45px;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #2c3e50;
  padding: 10px 20px;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link::before {
  background: rgba(52, 152, 219, 0.08);
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #3498db;
}

.sticky-header .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #3498db;
  background: rgba(52, 152, 219, 0.1);
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

/* Responsive tablet */
@media (max-width: 1024px) {
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
    font-size: 13px;
  }
}

/* Mobile específico - completamente rediseñado */
@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    background: #ffffff;
  }
  
  .navigation .container {
    padding: 0 20px;
  }
  
  .navbar {
    padding: 15px 0;
    min-height: 70px;
  }
  
  .navbar-brand {
    padding: 5px 0;
  }
  
  .navbar-brand img {
    max-height: 40px;
  }
  
  .navbar-collapse {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  
  .navigation .navbar-nav {
    margin: 0;
    padding: 0;
  }
  
  .navigation .navbar-light .navbar-nav .nav-item {
    margin: 3px 0;
  }
  
  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #2c3e50;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 0;
    text-align: left;
    border-left: 3px solid transparent;
    transition: all 0.25s ease;
  }
  
  .navigation .navbar-light .navbar-nav .nav-item .nav-link::before {
    display: none;
  }
  
  .navigation .navbar-light .navbar-nav .nav-item .nav-link:hover {
    background: rgba(52, 152, 219, 0.05);
    color: #3498db;
    transform: translateX(5px);
    border-left-color: #3498db;
  }
  
  .navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    border-left-color: #3498db;
    font-weight: 600;
  }
  
  .navigation .logo-white {
    display: none;
  }
  
  .navigation .logo-default {
    display: block;
  }
  
  /* Toggler mejorado */
  .navigation .navbar-light .navbar-toggler {
    color: #2c3e50;
    border: 2px solid rgba(44, 62, 80, 0.1);
    padding: 8px 12px;
    border-radius: 8px;
    transition: all 0.25s ease;
    background: transparent;
  }
  
  .navigation .navbar-light .navbar-toggler:hover {
    background: rgba(52, 152, 219, 0.05);
    border-color: #3498db;
    transform: scale(1.02);
  }
  
  .navigation .navbar-light .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
    outline: none;
  }
  
  .navigation .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2844, 62, 80, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

/* Dropdown limpio */
.navigation .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.navigation .dropdown-menu {
  border: none;
  border-radius: 12px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  display: block;
  visibility: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  padding: 8px 0;
  margin-top: 8px;
}

.navigation .dropdown-menu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  border-right: none;
  transform: translateX(-50%) rotate(45deg);
}

.navigation .dropdown-item {
  color: #2c3e50;
  transition: all 0.2s ease;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  background: transparent;
}

.navigation .dropdown-item:hover {
  color: #3498db;
  background: rgba(52, 152, 219, 0.05);
  padding-left: 25px;
}

/* Animación de entrada suave */
.navigation .navbar-nav .nav-item {
  opacity: 0;
  animation: slideInFromTop 0.5s ease forwards;
}

.navigation .navbar-nav .nav-item:nth-child(1) { animation-delay: 0.1s; }
.navigation .navbar-nav .nav-item:nth-child(2) { animation-delay: 0.15s; }
.navigation .navbar-nav .nav-item:nth-child(3) { animation-delay: 0.2s; }
.navigation .navbar-nav .nav-item:nth-child(4) { animation-delay: 0.25s; }
.navigation .navbar-nav .nav-item:nth-child(5) { animation-delay: 0.3s; }

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accesibilidad mejorada */
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  outline: 2px solid #3498db;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .navigation,
  .navigation *,
  .navigation *::before,
  .navigation *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Contact section styling */
.contact-us {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.contact-us .title h2 {
  color: var(--azul);
  margin-bottom: 15px;
}

.contact-us .border {
  width: 60px;
  height: 3px;
  background-color: var(--naranja);
  margin: 20px auto;
}

/* Contact details styling */
.contact-us .contact-details h3 {
  color: var(--azul);
  margin-bottom: 20px;
  font-weight: 600;
}

/* IMPORTANTE: Solo afectar listas DENTRO de contact-short-info */
.contact-us .contact-short-info {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-us .contact-short-info li {
  margin-bottom: 15px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}

.contact-us .contact-short-info li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--naranja);
}

/* IMPORTANTE: Social icons - Solo dentro de contact-us */
.contact-us .social-icon ul {
  padding: 0;
  margin-top: 20px;
  display: flex;
  list-style: none;
}

.contact-us .social-icon ul li {
  margin-right: 15px;
  padding-left: 0;
}

.contact-us .social-icon ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--azul);
  color: white;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.contact-us .social-icon ul li a i {
  font-size: 18px;
  color: white;
}

.contact-us .social-icon ul li a:hover {
  background-color: var(--naranja);
  transform: translateY(-3px);
}

/* Contact form styling */
.contact-us .contact-form {
  background-color: white;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.contact-us .contact-form .form-control {
  height: auto;
  padding: 30px;
  font-size: 14px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
}

.contact-us .contact-form textarea.form-control {
  min-height: 120px;
}

.contact-us .contact-form .form-control:focus {
  box-shadow: none;
  border-color: var(--verde);
}

/* Submit button styling */
.contact-us .contact-form .btn-transparent,
.contact-us .contact-form #contact-submit {
  background-color: var(--verde) !important;
  color: white !important;
  border: none !important;
  padding: 12px 30px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  transition: all 0.3s ease !important;
  border-radius: 3px !important;
}

.contact-us .contact-form .btn-transparent:hover,
.contact-us .contact-form #contact-submit:hover {
  background-color: var(--azul) !important;
  transform: translateY(-3px) !important;
}

.navbar-nav {
    margin-left: 0 !important;
    margin-right: auto !important;
    
}

.navbar-nav .nav-item .nav-link {
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.navbar-nav .nav-item.active .nav-link {
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: 25px !important;
    padding: 8px 16px !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
/* ------------DATALLE PRODUCTO----------- */
/* ===== ESTILOS PARA DETALLE DE PRODUCTO ===== */




/* Grid principal del producto */
.product-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ===== ESTILOS PARA IMÁGENES ===== */
.product-images {
    position: sticky;
    top: 100px;
}

.main-image-container {
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-color: #f8f9fa;
}

.product-images .main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.product-images .main-image:hover {
    transform: scale(1.02);
}

/* Navegación de imágenes */
.image-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,0.9);
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--azul);
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    opacity: 0;
    pointer-events: none;
}

.main-image-container:hover .image-navigation {
    opacity: 1;
    pointer-events: all;
}

.image-navigation:hover {
    background-color: var(--verde);
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: 15px;
}

.next-btn {
    right: 15px;
}

/* Galería de miniaturas */
.thumbnail-gallery {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: var(--verde) #f1f1f1;
}

.thumbnail-gallery::-webkit-scrollbar {
    height: 6px;
}

.thumbnail-gallery::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.thumbnail-gallery::-webkit-scrollbar-thumb {
    background: var(--verde);
    border-radius: 3px;
}

.thumbnail {
    min-width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.thumbnail.active {
    border-color: var(--verde);
    box-shadow: 0 4px 15px rgba(134, 189, 63, 0.3);
}

.thumbnail:hover {
    border-color: var(--naranja);
    transform: scale(1.05);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FIX PARA MOSTRAR IMÁGENES EN MINIATURAS */
.thumbnail-gallery {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    padding: 0 10px;
    justify-content: flex-start; /* Alinear a la izquierda */
    overflow-x: auto;
}

.thumbnail {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden; /* IMPORTANTE: Para que la imagen no se salga */
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    background: #f8f9fa; /* Fondo de respaldo */
}

/* ESTE ES EL CSS MÁS IMPORTANTE */
.thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* Para que se ajuste bien */
    display: block !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.thumbnail.active {
    border-color: var(--naranja, #ff6b35);
    transform: scale(1.05);
    box-shadow: 0 2px 10px rgba(255, 107, 53, 0.3);
}

.thumbnail:hover {
    border-color: var(--naranja, #ff6b35);
    transform: scale(1.02);
}

/* Si el problema persiste, usar este CSS más agresivo */
.thumbnail-gallery .thumbnail img {
    width: 76px !important; /* Un poco menos para el borde */
    height: 76px !important;
    object-fit: cover !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 6px !important;
}

/* Para debug - quitar después */
.thumbnail {
    border: 2px solid orange !important; /* Para ver el contenedor */
}

.thumbnail img {
    border: 1px solid red !important; /* Para ver la imagen */
}


/* ===== ESTILOS PARA INFORMACIÓN DEL PRODUCTO ===== */
.product-info {
    padding: 20px 0;
}

.product-info h1 {
    color: var(--azul);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.product-info .categoria {
    display: inline-block;
    background: linear-gradient(135deg, var(--verde), #7ab83a);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(134, 189, 63, 0.2);
}

.product-info .descripcion-corta {
    font-size: 1.3rem;
    color: #666;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.6;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    border-left: 4px solid var(--verde);
}

.product-info .descripcion-larga {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.product-info .descripcion-larga h3 {
    color: var(--azul);
    font-size: 1.4rem;
    margin: 30px 0 15px 0;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.product-info .descripcion-larga h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--verde);
}

.product-info .descripcion-larga ul {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}

.product-info .descripcion-larga li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 30px;
    color: #555;
}

.product-info .descripcion-larga li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--verde);
    font-weight: bold;
    font-size: 16px;
}

.product-info .descripcion-larga p {
    margin-bottom: 15px;
}

/* ===== ESTILOS PARA BOTONES ===== */
.product-info .add-to-cart-btn {
    background: linear-gradient(135deg, var(--verde), #7ab83a);
    color: white;
    border: none;
    padding: 18px 35px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 6px 20px rgba(134, 189, 63, 0.3);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-info .add-to-cart-btn:hover {
    background: linear-gradient(135deg, var(--naranja), #e6732a);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(240, 130, 60, 0.4);
}

.product-info .add-to-cart-btn:active {
    transform: translateY(-1px);
}

.product-info .add-to-cart-btn i {
    font-size: 18px;
}

/* Botón secundario (si quieres agregar "Volver a productos") */
.back-btn {
    background-color: transparent;
    color: var(--azul);
    border: 2px solid var(--azul);
    padding: 15px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
}

.back-btn:hover {
    background-color: var(--azul);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Contenedor de botones si usas ambos */
.product-actions {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

/* ===== CARACTERÍSTICAS ADICIONALES ===== */
.product-features {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    padding: 30px;
    margin-top: 40px;
    border: 1px solid #e0e0e0;
}

.product-features h3 {
    color: var(--azul);
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list li:hover {
    background-color: rgba(134, 189, 63, 0.05);
    padding-left: 15px;
}

.feature-list li i {
    color: var(--verde);
    width: 20px;
    text-align: center;
    font-size: 16px;
}

/* ===== BREADCRUMB (opcional) ===== */
.breadcrumb-section {
    background-color: #f8f9fa;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-item a {
    color: var(--azul);
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--verde);
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 1024px) {
    .product-detail {
        gap: 40px;
        padding: 0 20px;
    }
    
    .product-info h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .product-detail {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 15px;
    }

    .product-images {
        position: static;
    }

    .product-images .main-image {
        height: 300px;
    }

    .product-info h1 {
        font-size: 2rem;
        text-align: center;
    }

    .product-info .categoria {
        display: block;
        text-align: center;
        margin: 0 auto 25px;
        width: fit-content;
    }

    .product-info .add-to-cart-btn {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }

    .product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .back-btn {
        width: 100%;
        justify-content: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .product-detail-section {
        padding: 30px 0;
    }

    .product-images .main-image {
        height: 250px;
    }

    .thumbnail {
        min-width: 60px;
        height: 60px;
    }

    .product-info h1 {
        font-size: 1.8rem;
    }

    .product-info .descripcion-corta {
        font-size: 1.1rem;
        padding: 15px;
    }

    .image-navigation {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

/* ===== OCULTAR IMÁGENES ADICIONALES INICIALMENTE ===== */
.product-images img:not(.main-image) {
    display: none;
}


.product-detail-section{
    padding: 60px 0;
}