/* Body 
------------------------------------- */
body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
    color: white;
}

html,body {
     overflow-x: hidden;
     font-size: 100%;
     width: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: baseline;
  }

img {
  vertical-align: middle;
}

/* Typography
------------------------------------- */
h1,h2,h3,h4,h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
h1 {
  color: #525252;
  letter-spacing: 1px;
}
h3 {
  color: #525252;
  letter-spacing: 1px;
}

h5 {
  color: #F26F21;
  letter-spacing: 4px;
  padding-top: 22px;
}

.heading {
  color: #000000;
  font-size: 52px;
}

p {
  color: #727272;
  letter-spacing: 0.9px;
  line-height: 28px;
}

a {
  outline: none !important;
}

hr {
  width: 120px;
}

.separadora {
  padding: 4rem;
}
.separadora hr{
  border-top: 2px solid gray; 
  width: 400px;
  margin: 100px auto 100px auto;
}
.color-white {
  color: #FFF;
}
.color-black{
    color: #000;
}
.color-orange {
    color: #F26F21;
}

.color-white a {
  color: #F26F21;
}

.color-blanco a{
  color: #FFF;
}

th, td {
  text-align: center;
}

/* All Section styles
------------------------------------- */
.section-title {
  border: 4px solid #F26F21;
  padding: 20px;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.about .section-title{
  border: transparent;
}

#plan .section-title {
  border-color: #F26F21;
}

.panel {
	background-color: #161616;
	border: 0px;
}

.panel-title {
	color: #FFF;
}

.panel-body p {
	color: #CCC;
}

.medium-icon {
  color: #F26F21;
  font-size: 36px !important;
  font-weight: bold;
}

#work, #team, 
#portfolio, #plan, #contact, .gris, #blanco, #blanco1 {
	padding-top: 120px;
	padding-bottom: 100px;
}

#team, #portfolio, #contact, #owl-work{
  text-align: center;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}


/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #F26F21;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }


/* navigation styles
/* ========================================== */
.custom-navbar {
    background: #000000;
    border: none;
    margin-bottom: 0;
    text-align: center;
}

.custom-navbar .navbar-brand  {
  border: 4px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  padding-top: 11px;
}

.custom-navbar .navbar-brand .navbar-toggle {
    background: #F26F21;
     padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}   

.custom-navbar .nav li a{
	display: block;
	padding: 15px 20px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
 }

.custom-navbar .nav li a:hover {
  background: transparent;
}

.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}

.custom-navbar .nav li.active > a {
  border-bottom: 2px solid #ffffff;
}

.custom-navbar .navbar-toggle{
  right: auto;
  background-color: #000000;
}

.custom-navbar .navbar-toggle a:hover{
    border: none;
    color: #F26F21;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #F26F21;
    border-color: transparent;
}

ul li ul {
  background: black;
  transition: all 0.5s ease;
  display: none;
}

ul li:hover > ul,
ul li ul:hover {
  visibility: visible;
  display: block;
}

.imagen-servicios {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-top:15px;
    object-position: top;
    margin-top:-50px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.back-top-btn.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
}

.identif-color.active {
    color: #F26F21!important;
}

/***************** CARTAS SECCIONES********************/

.titulo-productos{
    font-size:20px;
}
.section-productos hr{
    background-color: black;
    border: none;
    height: 1px;
}

.section-productos {
    color: black;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.section-productos:hover {
    background-color: black;
    color: white;
}

.section-trans {
    transition: background-color 0.3s ease, color 0.3s ease;
}

.section-trans:hover {
    background-color: black;
    color: white;
}

.section-productos:hover h1,
.section-productos:hover p,
.section-productos:hover a {
    color: white;
}
.section-productos:hover hr{
    background-color: white;
}

@media(min-width:768px) {

    .custom-navbar {
         border-bottom: 1px solid rgba(250,250,250,0.3);
        padding: 16px;
       background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
       padding: 16px;
      background: #000000;
      border-bottom: 0;
    }

}

@media (max-width: 767px) {

   .custom-navbar .nav li.active > a {
        border-bottom: 2px solid transparent !important;
        color: #F26F21;
    }

}


/* BxSlider Section Style
/* ========================================== */
.site-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-wrapper img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.bx-wrapper {
  background-color: #000000;
}

.bx-thumbnail-wrapper {
  background-color: #161616;
  text-align: center;
  margin-top: -1px;
  position: relative;
}

.caption-wrapper {
  position: relative;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 100px;
  color: #ffffff;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.slider-caption-v{
  position: absolute;
  z-index: 988;
  top: 530px;
  color: #ffffff;
  display: inline-block;
  right: 0;
  left: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.slider-caption h2, .slider-caption-v h2 {
  font-size: 48px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 24px;  
}
.slider-caption p, .slider-caption-v p {
  font-size: 26px; 
  background-color: rgba(0, 0, 0, 0.4);
}

#bx-pager a {
  margin: 20px 10px 0 20px;
  padding: 0 0 40px 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
#bx-pager a img {
  outline: 0;
  border: 0;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 80px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-color: #F26F21;
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
}

.banner-static{
  height: 300px;
  object-fit: cover;
  opacity: unset !important;
  /*margin: auto auto;
	width: 100%;
	min-width: auto;	
	position: relative;
	min-height: auto;	
  overflow: hidden;
  height: 80vh;
  min-height: 500px; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;*/
}

/* work section styles
/* ========================================== */
#work .col-md-4, #plan .col-md-3 {
  display: block;
  width: 100%;
  border: 4px solid transparent;
  padding: 42px;
  transition: all 0.4s linear;
}

#work .col-md-4, #plan .col-md-3:hover {
  border: 4px solid #F26F21;
  background-color: black;
}

#work h3, #plan h3 {
  font-size: 16px;
}
#work h1, #plan h1 {
  font-size: 16px;
}

#owl-work img{
  margin-bottom: 2rem;
  display:block;
  margin-left: auto;
  margin-right: auto;
}


/* about section styles
/* ========================================== */
.about {
  background: #000000;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff; 
  padding-bottom: 20px;
}
.about .row{
  margin-top: 4rem;
}
.about h2, .gris h2 {
  padding-bottom: 20px;
  color: #F26F21;
}

.about button, .gris button{
  color: black;
}

.about .panel-group .panel, .about .panel, .gris .panel-group .panel, .gris .panel {
  border-radius: 0;
}

.about .panel-heading, .gris .panel-heading {
  background: transparent;
  text-transform: uppercase;
  padding: 0;
}

.about .panel-title > a, .gris .panel-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.about .about-fact, .gris .about-fact {
  margin-top: 50px;
  text-align: center;
  position: relative;
  display: block;
}

.about .border-right, .gris .border-right {
   border-right: 2px solid rgba(250,250,250,0.8);
}

.table{
  margin-top: 10px;
}

#collapseThree a{
  background-color: #F26F21;
  color: #ffffff;
  padding: 12px 22px;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
}

#collapseThree a:hover {
  padding: 10px 20px;
  text-decoration: none;
}

.gris {
  background: #161616;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gris .table > tbody > tr > td, .about .table > tbody > tr > td {
  vertical-align: middle;
}

.gris .table > thead > tr > th, .about .table > thead > tr > th {
  vertical-align: middle;
}

/* team section styles
/* ========================================== 
#team {
  background: #f2f2f2;
}*/

#team h4{
  color: #333333;
}

#team h3 {
  color: #F26F21;
  font-size: 14px;
  font-weight: bold;
}
#team h1 {
  font-weight: bold;
}

#team .team-wrapper .team-des {
  cursor: pointer;
  position: relative;
  bottom: 0;
  transition: all 0.4s linear;
  padding: 62px 22px 62px 22px;
  margin-top: 20px;
}

#team .team-wrapper:hover .team-des {
  background: #ffffff;
  bottom: 100px;
}

#team .team-wrapper .social-icon li a{
  font-size: 16px;
}

#team a:hover{
  color: transparent;
}

/* portfolio section styles
/* ========================================== */
#portfolio .col-md-6 {
  padding: 12px;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 1em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  float: inline-start;
  overflow: hidden;
  max-width: 100%;
  min-width: 320px;
  max-width: 480px;
  max-height: 360px;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: rgba(250,250,250,0.9);
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
  font-size: 22px;
  float: left;
  position: relative;
  bottom: 16px;
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe p.icon-links a {
  float: right;
  font-size: 1.2em;
  padding-right: 18px;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
  color: #000000 !important;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#portfolio .portfolio-bottom  {
  padding-top: 62px;
  position: relative;
  clear: both;
}

#portfolio .portfolio-bottom h2  {
  letter-spacing: 2px;
}

#portfolio .portfolio-bottom .btn {
  background: transparent;
  border: 4px solid #000000;
  border-radius: 0;
  color: #000000;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-bottom .btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}



/* plan section styles
/* ========================================== */
#plan {
  background: url('../images/plan-bg.webp') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

#plan .plan {
  border: 4px solid #929191;
  opacity: 0.8;
  padding: 20px;
  transition: all 0.4s linear;
  margin-bottom: 20px;
}

#plan .panel-title > a, .section-title > a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 10px 15px;
}

#plan .section-title:hover {
  background: #000000;
}

#plan .plan-title {
  font-size: 30px;
}

#plan .plan-title img, #plan .plan-price {
  padding: 16px;
}

#plan small {
  color: #F26F21;
}

#plan .plan-list li {
  padding: 2px 0 2px 0;
}

#plan .plan-button .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}

#plan .plan-button .btn:hover {
  background: #ffffff;
  color: #F26F21;
  border-color: transparent;
}

#plan img{
  margin-bottom: 2rem;
  display:block;
  margin-left: auto;
  margin-right: auto;
}

/* contact section styles
/* ========================================== */
#contact .medium-icon {
  color: #F26F21;
  padding-top: 10px;
  padding-right: 10px;
}

#contact .form-control {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

#contact .form-control:focus {
  border-color: #F26F21;
}

#contact input {
  height: 54px;
}

#contact input[type="submit"] {
  background: #F26F21;
  border: 4px solid #F26F21;
  color: white;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 58px;
}

#contact input[type="submit"]:hover {
  transform: scale(0.95);
}

#contact .contact-detail {
  background: #ffffff;
  border: 1px solid #000000;
  position: relative;
  top: 140px;
}

#contact .contact-detail .col-md-6 {
  padding: 5px;
}

#contact .contact-detail .col-md-6:first-child {
  border-right: 2px solid #000000;
}


/************************** Servicios ************************************************/

.cartas-resena {
    padding: 10px;
    border: 2px solid #f26f21;
    border-radius: 5px;
}

.cartas-resena:hover{
    background: black;
}
            
.title-resena {
    font-size: 26px;
    margin-top: 25px;
}

.card-titulo i {
    padding: 5px;
    border-radius: 50%;
    background: black;
}

.linea-servicios {
    display: inline-block;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 60px;
}
            
/* footer section styles
/* ========================================== */
footer {
  background: #f9f9f9;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

footer h2 {
  border: 4px solid #000000;
  display: inline-block;
  padding: 12px 32px 12px 32px;
  margin-bottom: 32px;
}

footer img{
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}

.social-icon li a {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  
}

.social-icon li a:hover {
  color: #F26F21;
}

#team .social-icon li a:hover {
  background: #ffffff;
  color: black;
}
/*------------------------------------------------------
  RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 1400px) {
  .slider-caption-v{
    top: 300px;
  }
  .banner-static{
    height: 370px;
    object-fit: cover;
    opacity: unset !important;
  }
}

@media (max-width: 1200px) {
  .bx-thumbnail-wrapper {
    display: none;
  }

  .slider-caption {
    bottom: 90px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }

  .banner-static{
    height: 320px;
    object-fit: cover;
    opacity: unset !important;
  }
}

@media (max-width: 980px) {
  .slider-caption{
    bottom: 60px;
  }
  .slider-caption-v {
    top: 60px;
  }
  .slider-caption h2, .slider-caption-v h2 {
  font-size: 32px;
  }
  .slider-caption p, .slider-caption-v p {
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .bx-controls-direction {
    right: 30px;
  }
  .bx-controls-direction {
    bottom: -40px;
  }
  .heading {
    font-size: 52px;
  }
  .custom-navbar .navbar-brand {
	  border: none;
	  font-size: 18px;
  }
}

@media (max-width: 768px) {
	
  .slider-caption{
    bottom: 30px;
  }
  .slider-caption-v {
    top: 30px;
  }
  .slider-caption h2, .slider-caption-v h2 {
  font-size: 18px;
  }
  .slider-caption p, .slider-caption-v p {
	  font-size: 12px;
    line-height: 14px;
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .bx-controls-direction {
    bottom: -40px;
  }
  
  .about .mobile-top, .gris .mobile-top {
    padding-top: 32px;
  }
  #work .col-md-4, #plan .col-md-3 {
    text-align: center;
  }
  #work .col-md-4 hr, #plan .col-md-3 hr {
    margin-left: auto;
  }
  
  #portfolio .portfolio-bottom {
    position: relative;
    top: 62px;
  }
  #contact .contact-detail {
    border: 0;
  }
  #contact .contact-detail .col-md-6:first-child {
    border-right: 0;
  }
  #contact .contact-detail .col-md-6 {
    padding: 42px;
  }
  #contact .contact-detail {
    top: 40px;
  }
}

@media (max-width: 767px) {
  .site-slider {
    padding-top: 50px;
  }
  #plan .plan {
    padding-right: 0;
    margin: 54px auto 54px auto;
    width: 360px;
  }
}

@media (max-width: 502px) {
  #plan .plan {
    width: 310px;
  }
  .banner-static{
    height: 200px;
    object-fit: cover;
    opacity: unset !important;
  }
}

@media (max-width: 440px) {
  .heading {
    font-size: 37px;
  }
  .imagen-servicios {
        height: 150px;
  }
}


@media (max-width: 320px) {
  .heading {
    font-size: 32px;
  }
  h5 {
    font-size: 11px;
  }
}
  
video {
  position: absolute;
  opacity: 0.7;
  width: 100%;
}

#Buscador {
  background: transparent no-repeat 0px 5px;
  width: 300px;
  border: transparent;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px 10px 0px;
  outline: none;
  font-size: 14px;
  color: #FFF;
}

.boton{
  color: #fff;
  border: transparent; 
  font-size: 14px; 
  background: transparent;
  margin-right: 4rem;
}

.boton:hover{
  border: solid 1px #F26F21;
  border-radius: 2em;
  background: #F26F21;
}

@media (max-width: 414px) {
  #Buscador{
    width: 230px;   
    font-size: 12px;
  }
  .boton{
    margin-right: 0rem;
  }
}

#busqueda.table >tbody>tr:hover{
  font-weight: bold;
  cursor: pointer;
  background-color: rgba(82, 82, 82, .5);
} 

.wa{
  width: 4%;
}

@media (max-width: 414px) {
  .wa{
    width: 10%;
  }
}


/* Marcas (Home)*/

    .bg-marcas {
        background-image: url('/images/plan-bg.webp');
        background-size: cover;
        padding-top: 3.5rem;
        padding-bottom: 4rem;
    }

    .bg-marcas .titulo-marcas {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .bg-marcas .parrafo-marcas {
        text-align: center;
        font-size: 1.1rem;
        color: #ffffff;
        max-width: 950px;
        margin: 0 auto 40px auto;
    }

    .bg-marcas .brand-logo {
        margin-bottom: 20px;
        transition: all 0.3s ease;
        cursor: pointer;
        padding: 15px;
        border-radius: 8px;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        border: 2px solid transparent;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bg-marcas .brand-logo:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        border-color: #f26f21;
    }

    .bg-marcas .brand-logo.active {
        border-color: #f26f21;
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }

    .bg-marcas .brand-logo img {
        max-height: 50px;
        width: auto;
        object-fit: contain;
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .bg-marcas .brand-logo:hover img,
    .bg-marcas .brand-logo.active img {
        opacity: 1;
    }

    /* Carrusel personalizado */
    .bg-marcas .carousel-container {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        position: relative;
    }

    .bg-marcas .carousel {
        position: relative;
    }

    .bg-marcas .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 500px; /* Altura fija para el contenedor */
    }

    .bg-marcas .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        z-index: 1;
    }

    .bg-marcas .carousel-item.active {
        opacity: 1;
        z-index: 2;
    }

    .bg-marcas .content-slide {
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
    }

    .bg-marcas .content-slide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
    }

    .bg-marcas .slide-content {
        position: relative;
        z-index: 2;
        color: white;
        padding: 40px;
        max-width: 600px;
    }

    .bg-marcas .slide-title {
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
        font-size: 2rem;
    }

    .bg-marcas .divider {
        height: 3px;
        width: 60px;
        background-color: #f26f21;
        margin: 20px 0;
    }

    .bg-marcas .carousel-indicators {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        list-style: none;
        z-index: 10;
    }

    .bg-marcas .carousel-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        border: none;
        cursor: pointer;
    }

    .bg-marcas .carousel-indicators button.active {
        background-color: white;
    }
    
    .bg-marcas .slide-content p{
        color: white;
        font-size: 14px;
    }

    @media (max-width: 992px) {
        .bg-marcas .brands-sidebar {
            margin-bottom: 30px;
        }

        .bg-marcas .content-slide {
            height: 500px;
        }
    }

    @media (max-width: 768px) {
        .bg-marcas .slide-content {
            padding: 20px;
        }
        .bg-marcas .titulo-marcas{
            font-size: 1.6rem;
        }
        .bg-marcas .parrafo-marcas{
            font-size: 14px;
            padding: 5px;
        }

        .bg-marcas .slide-title {
            font-size: 1.5rem;
        }

        .bg-marcas .content-slide {
            height: 550px;
        }
        .bg-marcas .brands-sidebar {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            width: 100%;
            box-sizing: border-box;
        }

        .bg-marcas .brand-logo {
            width: 100%;
            margin: 0 auto 15px auto;
            padding: 10px;
            height: auto;
            min-height: 80px;
        }

        .bg-marcas .brand-logo img {
            max-width: 100%;
            height: auto;
        }
    }
    
/* Nuestros Servicios*/

    .nuestros-servicios .titulo-servicios {
        text-align: center;
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 10px;
        color: black;
    }

    .nuestros-servicios .parrafo-servicios {
        text-align: center;
        font-size: 1.1rem;
        color: black;
        max-width: 950px;
        margin: 0 auto 40px auto;
    }

    .nuestros-servicios .menu {
        display: flex;
        justify-content: space-between;
        background-color: black;
        border: 2px solid #f26f21;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0 0 15px rgba(255, 119, 0, 0.1);
    }

    .nuestros-servicios .menu-item {
        flex: 1;
        text-align: center;
        padding: 15px 0;
        color: white;
        cursor: pointer;
        transition: color 0.3s ease;
        font-weight: bold;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        overflow: hidden;
    }

    .nuestros-servicios .menu-item::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #f26f21;
        transition: height 0.5s ease;
        z-index: 0;
        border-radius: 10px 10px 0px 0px;
    }

    .nuestros-servicios .menu-item:hover::before {
        border-radius: 10px 10px 0px 0px;
        height: 18%;
    }

    .nuestros-servicios .menu-item span,
    .nuestros-servicios .menu-item .icon {
        position: relative;
        z-index: 1;
        transition: color 0.3s ease;
    }

    .nuestros-servicios .menu-item .icon {
        font-size: 20px;
    }

    .nuestros-servicios .menu-item:hover {
        background-color: transparent;
    }

    .nuestros-servicios .menu-item.active {
        color: black;
    }

    .nuestros-servicios .menu-item.active::before {
        height: 100%;
    }

    .nuestros-servicios .content-container {
        border: 2px solid #f26f21;
        border-radius: 8px;
        overflow: hidden;
        min-height: 300px;
        box-shadow: 0 0 15px rgba(255, 119, 0, 0.1);
    }

    .nuestros-servicios .content {
        display: none;
        padding: 20px;
        animation: fadeIn 0.5s ease forwards;
    }

    .nuestros-servicios .content.active {
        display: flex;
        flex-wrap: wrap;
    }

    .nuestros-servicios .text-content {
        flex: 1;
        min-width: 300px;
        padding-right: 20px;
    }

    .nuestros-servicios .image-content {
        flex: 1;
        text-align: center;
    }

    .nuestros-servicios .image-content img {
        max-width: 100%;
        border-radius: 8px;
        border: 2px solid #f26f21;
        box-shadow: 0 0 10px rgba(255, 119, 0, 0.1);
    }

    .nuestros-servicios h2 {
        color: #f26f21;
        margin-bottom: 15px;
        font-size: 28px;
    }

    .nuestros-servicios p {
        color: black;
        line-height: 1.6;
        margin-bottom: 15px;
        font-size: 16px;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @media (max-width: 768px) {
        .nuestros-servicios .menu {
            flex-wrap: wrap;
        }

        .nuestros-servicios .menu-item {
            flex: 1 0 33.33%;
            padding: 12px 0;
        }

        .nuestros-servicios .content.active {
            flex-direction: column;
        }

        .nuestros-servicios .text-content {
            padding-right: 0;
            margin-bottom: 20px;
        }

        .nuestros-servicios h2 {
            font-size: 24px;
        }
    }

    @media (max-width: 480px) {
        .nuestros-servicios .menu-item {
            flex: 1 0 50%;
        }

        .nuestros-servicios .menu-item .icon {
            font-size: 18px;
        }

        .nuestros-servicios .menu-item span {
            font-size: 14px;
        }
        
        .nuestros-servicios .titulo-servicios{
            font-size: 1.6rem;
        }
        
        .nuestros-servicios .parrafo-servicios{
            font-size: 16px;
        }
        
        .nuestros-servicios .content p{
            font-size: 14px;
        }
    }
    
/* Estilos específicos para el banner Formulario */
    .floating-mailchimp-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 0.5s ease;
    }
    
    .floating-mailchimp-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    
    .floating-mailchimp-overlay .floating-mailchimp-banner {
        background-color: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        width: 90%;
        max-width: 500px;
        overflow: hidden;
        transform: scale(0.9) translate(-50%, -50%);
        transition: transform 0.5s ease;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    
    .floating-mailchimp-overlay.show .floating-mailchimp-banner {
        transform: scale(1) translate(-50%, -50%);
    }
    
    .floating-mailchimp-overlay .banner-logo {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000000;
        padding: 15px 20px 15px;
        border-bottom: 4px solid #f26f21;
    }

    .floating-mailchimp-overlay .close-banner {
        background-color: #f26f21;
        color: #fff;
        border: none;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 3px 6px rgba(0,0,0,0.2);
        transition: all 0.3s ease;
    }

    .floating-mailchimp-overlay .close-banner:hover {
        background-color: #E55A00;
        transform: scale(1.1);
        color: #fff;
    }
        
    .floating-mailchimp-overlay .logo-placeholder {
        color: #FFFFFF;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 2px;
    }
        
    .floating-mailchimp-overlay .banner-content {
        padding: 25px;
    }
        
    .floating-mailchimp-overlay .banner-header {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
        
    .floating-mailchimp-overlay .banner-title {
        font-size: 22px;
        text-align: center;
        font-weight: 700;
        color: #333;
        margin: 0;
    }
        
    .floating-mailchimp-overlay .banner-description {
        color: #666;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
    }
        
    .floating-mailchimp-overlay .mailchimp-form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
        
    .floating-mailchimp-overlay .form-group {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
        
    .floating-mailchimp-overlay .form-group label {
        font-weight: 600;
        font-size: 14px;
    }
    .floating-mailchimp-overlay .mc-field-group{
        color: black;
    }
        
    .floating-mailchimp-overlay .form-group input {
        padding: 12px 15px;
        border: 2px solid #e2e8f0;
        border-radius: 8px;
        font-size: 15px;
        transition: all 0.3s ease;
    }
        
    .floating-mailchimp-overlay .form-group input:focus {
        outline: none;
        border-color: #f26f21;
        box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.2);
    }
        
    .floating-mailchimp-overlay .consent-group {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin: 10px 0;
    }
        
    .floating-mailchimp-overlay .consent-group input {
        margin-top: 4px;
    }
        
    .floating-mailchimp-overlay .consent-group label {
        font-size: 13px;
        color: #555;
        line-height: 1.4;
    }
        
    .floating-mailchimp-overlay .consent-group a {
        color: #f26f21;
        text-decoration: none;
        font-weight: 600;
    }
        
    .floating-mailchimp-overlay .consent-group a:hover {
        text-decoration: underline;
    }
        
    .floating-mailchimp-overlay .submit-btn {
        background-color: #f26f21;
        color: white;
        border: none;
        padding: 14px 20px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-top: 10px;
    }
        
    .floating-mailchimp-overlay .submit-btn:hover {
        background-color: #E55A00;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
        
    .floating-mailchimp-overlay .success-message {
        display: none;
        background-color: #f0fff4;
        border-left: 4px solid #28a745;
        padding: 15px;
        border-radius: 8px;
        margin-top: 15px;
        text-align: center;
    }
        
    .floating-mailchimp-overlay .success-message p {
        color: #2d774b;
        font-size: 16px;
        font-weight: 500;
    }
        
    @media (max-width: 480px) {
        .floating-mailchimp-overlay .floating-mailchimp-banner {
            width: 95%;
        }
            
        .floating-mailchimp-overlay .banner-content {
            padding: 20px 15px;
        }
            
        .floating-mailchimp-overlay .banner-title {
            font-size: 20px;
        }
    }