

@import url(http://fonts.googleapis.com/css?family=Roboto:700,400);
html,
body {
  font-family: 'Roboto', sans-serif;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}
p {
  font-size: 14px;
  line-height: 26px;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn-common {
  border: 2px solid #3498db;
  background-color: #3498db;
  position: relative;
  z-index: 1;
}
.btn-common:hover {
  color: #3498db;
  background-color: transparent;
  border: 2px solid #3498db;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-border:hover {
  border: 2px solid #fff;
  background-color: #3498db;
}
.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 40px;
  font-weight: 700;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #fff;
}
a:not([href]):not([tabindex]) {
  color: #fff;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #3498db;
}
.section {
  padding: 80px 0;
}
.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.section-header .section-title {
  font-size: 38px;
  margin-top: 0;
  padding: 30px 0 0px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}
.section-header .section-title:before {
  position: absolute;
  content: " ";
  width: 80px;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0;
  margin-right: 0;
  border-top: 2px solid #3498db;
}
.section-header .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}
/* ==========================================================================
   Navbar Style
   ========================================================================== */
.navbar {
  /* Asegura que la barra de navegación esté siempre por encima de otros contenidos, especialmente en la sección hero. */
  z-index: 10000 !important;
}

.bg-faded {
  background-color: transparent;
}
.menu-bg {
  background-color: #0a093a!important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  padding: 6px;
}
.menu-bg .navbar-nav .nav-link {
  color: #fff!important;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  padding: 7px 14px;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #3498db !important;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open > .nav-link {
  color: #3498db !important;
}
.navbar-light .navbar-toggler {
  border-color: #666;
  border-radius: 0px;
}
.navbar-light .navbar-toggler {
  float: right;
  margin: 14px;
}
.navbar-light .navbar-toggler i {
  color: #666!important;
}

/* Custom Navbar Alignment */
@media (min-width: 768px) {
  .navbar-toggleable-sm .navbar-nav {
    margin-left: auto;
  }
}

/* Estilos para el menú de navegación en móvil */
@media (max-width: 767px) {
  /*
    En la versión móvil, la barra de navegación (incluso en la sección de inicio)
    tendrá un fondo sólido y una posición elevada para evitar que se superponga
    con el contenido de abajo. Estos estilos imitan a la clase .menu-bg.
  */
  .navbar.fixed-top {
    background-color: #0a093a !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    padding: 6px;
  }
  .navbar-collapse.show {
    background-color: #0a093a; /* Fondo para el menú desplegado */
    padding: 15px;
    margin-top: 5px;
    border-radius: 4px;
  }
}
/* ==========================================================================
   Hero Area Style
   ========================================================================== */
#hero-area .contents {
  padding: 160px 0 80px;
}
#hero-area .contents h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#hero-area .contents p {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}
#hero-area .contents .btn {
  margin: 20px 10px;
  text-transform: uppercase;
}
#hero-area .banner_bottom_btn {
  margin-top: 40px;
}
#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#hero-area .banner_bottom_btn i:hover {
  color: #3498db;
}
/* ==========================================================================
   Estilos Unificados de Fondo y Overlay para Secciones
   ========================================================================== */
#hero-area,
#about,
.services,
#gallery,
.why,
.team-area,
.great-started,
#contact {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#hero-area::before,
#about::before,
.services::before,
#gallery::before,
.why::before,
.team-area::before,
.great-started::before,
#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 16, 16, 0.8); /* #111010 con 80% de opacidad */
  z-index: 1;
}
/* Efecto de fusión/degradado en la parte inferior de las secciones con fondo */
#hero-area::after,
#about::after,
.services::after,
#gallery::after,
.why::after,
.team-area::after,
.great-started::after,
#contact::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px; /* Altura del degradado, puedes ajustarla */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 2; /* Por encima del overlay principal, por debajo del contenido */
}

/* Asegura que el contenido esté por encima del overlay */
#hero-area .container,
#about .container,
.services .container,
#gallery .container,
.why .container,
.team-area .container,
.great-started .container,
#contact .container {
    position: relative;
    z-index: 3;
}
/* ==========================================================================
   Estilos Específicos de Fondo para Secciones
   ========================================================================== */
#hero-area {
    background-image: url(../img/hero-area.jpg);
    background-attachment: scroll; /* Sobrescribe el 'fixed' para que el fondo del hero no se quede fijo */
}
/* ==========================================================================
   About Section Style
   ========================================================================== */
#about {
    background-image: url(../img/FONDO\ HERO\ 3.jpg);
}
#about .section-header {
  color: #ffffff;
  text-align: center;
}
#about .counters {
  position: relative;
  background-color: rgba(17, 16, 16, 0.5); /* Color del overlay, semi-transparente */
  text-align: center;
  z-index: 999; /* Por debajo de la imagen .img-about-out (1000) */
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#about .counters .facts-item {
  padding: 20px 0;
}
#about .counters .facts-item .fact-count h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}
#about .counters .facts-item .fact-count h4 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#about .img-about-out {
  position: absolute;
  bottom: 0px;
  right: -138px;
  z-index: 1000;
}
/* Mission and Vision Section */
.mission-vision-section {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.mission-vision-box {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  height: 100%;
}

.mission-vision-box h3 {
  color: #3498db;
  font-size: 24px;
  margin-bottom: 15px;
}
/* ==========================================================================
   Services Section Start
   ========================================================================== */
.services {
  background-image: url(../img/FONDO\ HERO\ 4.jpg);
}
.services .service-box {
  color: #fff;

}
.services .service-box .icon {
  margin-bottom: 25px;

}
.services .service-box .icon i {
  font-size: 48px;
  color: #3498db;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
 
}
.services .service-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
.services .service-box h3 a {
  color: #fff;

}
.services .service-box h3 a:hover {
  color: #3498db;

}
.services .service-box p {
  color: #ffffff;

}
#portfolio .section-header {
  color: #fff;
}
/* Estilos para el párrafo añadido */
#portfolio .section-header .lead {
    color: #fff;
}
#portfolio-list .mix {
  display: none;
}
.controls {
  text-align: center;
  padding: 0px 0px 40px;
}
.controls .mixitup-control-active {
  color: #3498db !important;
  border-color: #3498db;
  background: transparent;
}
.controls .btn {
  text-transform: uppercase;
}
.controls:hover {
  cursor: pointer;
}
.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}
.portfolio-img img {
  width: 100%;
}
.portfoli-content {
  width: 100%;
  position: absolute;
  height: 100%;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfoli-content:before {
  background-color: rgba(1, 3, 7, 0.8);
  top: 0px;
  left: 0px;
  bottom: 15px;
  right: 30px;
  content: '';
  position: absolute;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.sup-desc-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.sup-desc-wrap .sup-desc-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 35px;
}
.sup-desc-wrap .sup-meta-wrap .sup-title {
  display: block;
  outline: none;
  margin-bottom: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sup-desc-wrap .sup-meta-wrap .sup-title h4 {
  font-size: 22px;
  color: #fff;
  margin: 0 0 5px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.sup-desc-wrap .sup-meta-wrap .sup-description {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-item:hover .portfoli-content,
.portfolio-item:hover .portfoli-content:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-item:hover .sup-title {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.portfolio-item:hover .sup-description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* Gallery Section */
#gallery {
  background-image: url(../img/FONDO\ HERO\ 2.jpg);
}
/* Gallery Carousel Styles */
#gallery .gallery-carousel .item img {
    width: 100%; 
    height: 350px; /* Carrusel más grande */
    object-fit: cover; /* Asegura que la imagen cubra el espacio sin deformarse */ 
    border-radius: 5px;
    border: 3px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    display: block;
}

#gallery .owl-theme .owl-controls {
    margin-top: 30px;
    text-align: center;
}

/* Estilos para los puntos de paginación */
#gallery .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

#gallery .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    border-radius: 20px;
    background: #fff;
}

#gallery .owl-theme .owl-controls .owl-page.active span,
#gallery .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    background: #3498db;
}

.why {
    background-image: url(../img/FONDO\ HERO\ 4.jpg);
}

.why .why-item {
  margin-bottom: 60px;
}
.why .why-item .icon {
  float: left;
}
.why .why-item .icon i {
  font-size: 48px;
  color: #3498db;
}
.why .why-content {
  margin-left: 70px;
  padding-right: 40px;
  color: #fff;
}
.why .why-content h3 {
  padding-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
}
.why .why:hover .icon-radius:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* ==========================================================================
   Testimonial Section Start
   ========================================================================== */
#testimonial {
  background: #3498db;
}
#testimonial .img-member {
  margin-top: 22px;
  overflow: hidden;
}
#testimonial .client-info {
  color: #fff;
  margin: 20px auto;
}
#testimonial .client-info .client-name {
  font-size: 20px;
  line-height: 40px;
}
#testimonial .client-info .client-details {
  font-size: 12px;
}
#testimonial p {
  margin: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
#testimonial .owl-theme .owl-controls .owl-buttons div {
  border-radius: 50%;
  font-size: 30px;
  margin: 20px 10px 0;
  padding: 0 12px;
}
.touch-slider .owl-controls .owl-buttons {
  position: relative;
  top: -190px;
  left: 0;
}
.touch-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -45px;
}
.touch-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -45px;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block !important;
  background: transparent !important;
  text-align: center;
  display: inline-block;
  opacity: 0.8!important;
  border-radius: 50px!important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1!important;
}
.owl-theme .owl-controls .owl-buttons div i {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}
/* ==========================================================================
   Team Section Style
   ========================================================================== */
.team-area {
  background-image: url(../img/FONDO\ HERO\ 3.jpg);
}
.team-area .section-header {
  color: #fff;
}
.single-team {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 10px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-team img {
  width: 100%;
}
.single-team .team-content {
  padding: 30px;
}
.single-team h4 {
  color: #3498db;
  font-size: 18px;
  text-transform: uppercase;
}
.single-team h6 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0;
}
.single-team .team-social li {
  display: inline-block;
}
.single-team .team-social li a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.single-team .team-social i {
  color: #3498db;
  font-size: 16px;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  border: 1px solid #3498db;
  line-height: 32px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-team .team-social i:hover {
  color: #fff;
}
.single-team .team-social .fa-facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.single-team .team-social .fa-twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.single-team .team-social .fa-dribble:hover {
  background-color: #D34836;
  border-color: #D34836;
}
.single-team .team-social .fa-flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.single-team .team-social .fa-youtube:hover {
  background-color: #CC181E;
  border-color: #CC181E;
}
.single-team .team-social .fa-google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.single-team .team-social .fa-linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
.single-team:hover {
  box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}
/* ==========================================================================
   Great- Started Style
   ========================================================================== */
.great-started {
  background-image: url(../img/FONDO\ HERO\ 5.jpg);
}
.great-started .great-started-text h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}
.great-started .great-started-text h2 {
  color: #fff;
  font-size: 40px;
  margin: 25px;
  text-transform: uppercase;
}
.great-started .great-started-text .btn-common {
  text-transform: uppercase;
}
/* ==========================================================================
    Pricing Table
    ========================================================================== */
.pricing-section .section-header {
  color: #444;
}
.pricing-tables {
  padding: 25px 0;
  text-align: center;
}
.pricing-tables .pricing-table {
  background: #f6f6f6;
  text-align: center;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #f1f1f1;
}
.pricing-tables .pricing-table:hover {
  z-index: 2;
  top: -3px;
}
.pricing-tables .highlight-plan {
  margin: -15px 0;
  margin-right: -1px;
  z-index: 1;
  background: #f6f6f6;
}
.pricing-tables .pricing-table.highlight-plan .plan-name {
  padding: 25px 0;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
  color: #fff;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup {
  padding: 30px 0;
  background: #3498db;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
  border-color: #fff;
  color: #fff;
}
.pricing-table .color-1 {
  background: #00BAC7;
}
.pricing-table .color-2 {
  background: #3498db;
}
.pricing-table .color-3 {
  background: #E8003E;
}
.pricing-table .plan-name {
  padding: 25px 0;
}
.pricing-table .plan-name h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.pricing-table .plan-price {
  padding: 25px 0;
}
.pricing-table .plan-price .price-value {
  font-size: 50px;
  line-height: 76px;
  font-weight: 700;
  color: #333333;
}
.pricing-table .plan-price .price-value span {
  font-size: 22px;
  font-weight: 400;
  line-height: 18px;
}
.pricing-table .plan-price .interval {
  line-height: 22px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pricing-table .plan-list li {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #eee;
}
.pricing-table .plan-list li:first-child {
  border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
  padding: 25px 0;
}
.pricing-table .plan-signup a {
  text-transform: uppercase;
}
/* ==========================================================================
    Contact Us
    ========================================================================== */
.form-control {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  padding: 18px;
  border: 1px solid #fffefe;
  background-color: transparent;
  font-size: 14px;
  border-radius: 4x;
  
}
.form-control:focus {
  border-color: #fff;
  color: #fff;
  outline: none;
  background-color: transparent;
}

/* ==========================================================================
   Contact Us
   ========================================================================== */
#contact {
  background-image: url(../img/FONDO\ HERO\ 5.jpg);
}
#contact .section-title {
  color: #fff; /* Asegura que el título sea blanco puro */
  text-align: center;
  font-size: 36px;
  margin: 0 0 15px 0;
  position: relative; /* ¡IMPORTANTE! Para que el z-index funcione */
  z-index: 2; /* Este elemento está en la capa 2, por encima del overlay */
}

/* Estilos para el subtítulo */
#contact .subtitle {
  color: #fff; /* Asegura que el subtítulo sea blanco puro */
  text-align: center;
  position: relative; /* ¡IMPORTANTE! Para que el z-index funcione */
  z-index: 2; /* Este elemento está en la capa 2, por encima del overlay */
}

/* Si tienes párrafos generales dentro de #contact que también deben ser blancos y visibles */
#contact p {
  color: #fff;
  position: relative;
  z-index: 2;
}

/* Aseguramos que el formulario y sus controles estén por encima del overlay */
#contact #contactForm {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  color: #fff; /* El color del texto dentro del input (cuando el usuario escribe) */
  padding: 18px;
  border: 1px solid #fffefe;
  background-color: transparent; /* Mantenemos el fondo del input transparente */
  font-size: 14px;
  border-radius: 4px; /* Ojo, tenías 4x, debería ser 4px */
  position: relative;
  z-index: 2;
}

.form-control:focus {
  border-color: #fff;
  color: #fff;
  outline: none;
  background-color: transparent;
}

/* Contenedor de cada ícono - Aseguramos que su propio contenido esté por encima */
.contact-icon .box-icon {
  /* ¡QUITAMOS color: #fff; de aquí para permitir los colores específicos de los iconos! */
  text-align: center;
  padding: 20px;
  position: relative; /* Necesario para que z-index funcione en sus hijos si los tienen */
  z-index: 2; /* Por si acaso, para que el contenido de la caja esté por encima */
}

/* Los íconos en sí mismos */
.contact-icon .box-icon .icon {
  font-size: 44px;
  margin-bottom: 10px;
  /* NO APLICAMOS COLOR GENÉRICO AQUÍ */
  position: relative;
  z-index: 2;
}

/* ¡Mantenemos los colores específicos para los íconos! */
.contact-icon .box-icon .icon-primary {
  color: #df2626; /* Rojo */
}
.contact-icon .box-icon .icon-secondary {
  color: #3498db; /* Azul */
}
.contact-icon .box-icon .icon-tertiary {
  color: #39a151; /* Verde */
}

/* Párrafos dentro de .contact-icon .box-icon */
.contact-icon .box-icon p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff; /* ESTE SÍ PUEDE SER BLANCO si quieres que el texto debajo de los íconos sea blanco */
  position: relative;
  z-index: 2;
}
.contact-social {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-social .block-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.social-icons-contact a {
  font-size: 32px;
  color: #fff;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: block;
  margin: 15px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Footer Style
   ========================================================================== */
footer .block-title {
  font-size: 20px;
  margin-bottom: 25px;
}
footer .footer-Content {
  background-color: #18191b;
  padding: 60px 0;
  color: #fff;
}
.textwidget {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
}
.social-icons-contact a:hover {
  color: #fff;
  border-color: #3498db;
  background: #3498db;
}
.social-icons-contact .linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
.social-icons-contact .instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-color: transparent;
}
.social-icons-contact .gmail:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
footer .menu {
  padding-left: 0;
}
footer .menu li {
  padding-bottom: 10px;
}
footer .menu li a {
  color: #fff;
}
footer .menu li a:hover {
  color: #3498db;
}
.twitter-content ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.twitter-content span {
  float: left;
  width: 224px;
}
.twitter-content span a {
  color: #3498db;
}
.featured-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.featured-list li {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 7px;
  margin-bottom: 7px;
  overflow: hidden;
  position: relative;
}
.bottom-social-icons a {
  color: #fff;
  text-align: center;
  width: 32px;
  line-height: 32px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: inline-block;
  height: 32px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}
#copyright {
  background-color: #1d1e20;
  padding: 20px 0 10px;
  color: #fff;
}
#copyright p {
  line-height: 34px;
}
#copyright p a {
  color: #fff;
}
#copyright p a:hover {
  color: #3498db;
}
.social-icon .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-icon .twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.social-icon .dribble:hover {
  background-color: #D34836;
  border-color: #D34836;
}
.social-icon .flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.social-icon .youtube:hover {
  background-color: #CC181E;
  border-color: #CC181E;
}
.social-icon .google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.social-icon .linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}
.subscribe-box {
  margin-top: 18px;
}
.subscribe-box input[type="text"] {
  color: #444;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline: none;
}
.subscribe-box input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  background: #3498db;
  text-transform: uppercase;
  border: none;
  padding: 7px 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  z-index: 999;
}
.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  background-color: #3498db;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-default.affix {
  width: 100%;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.navbar-default.affix .navbar-brand {
  padding: 7px 0px;
}
.navbar-default.affix .navbar-nav {
  margin: 10px 0px 0px 20px;
}
.navbar-default.affix .navbar-nav > li > a,
.navbar-default.affix .navbar-nav > li > a:focus {
  padding: 10px 14px;
  color: #666;
}
.navbar-default.affix .side {
  padding: 18px 0;
}
.navbar-default.affix .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.navbar-default.affix .float-right li a {
  color: #3498db !important;
  border: 1px solid #3498db;
}
.navbar-default.affix .float-right li a:hover {
  background: #3498db;
  color: #fff!important;
}
.carousel-slider .owl-controls .owl-buttons {
  position: relative;
  top: -310px;
  left: 0;
}
.carousel-slider .owl-controls .owl-buttons div.owl-prev {
  float: left;
  margin-left: -145px;
}
.carousel-slider .owl-controls .owl-buttons div.owl-next {
  float: right !important;
  margin-right: -145px;
}
.carousel-slider .owl-theme .owl-controls .owl-buttons div {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: block !important;
  background: transparent !important;
  text-align: center;
  display: inline-block;
  opacity: 0.8!important;
  border-radius: 50px!important;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.carousel-slider .owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1!important;
}
.carousel-slider .owl-theme .owl-controls .owl-buttons div i {
  color: #fff;
  font-size: 42px;
  line-height: 40px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.carousel-slider .owl-theme .owl-controls .owl-buttons div i:hover {
  color: #3498db;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 9999999999;
}
.cssload-thecube {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  top: 45%;
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3498db;
  animation: cssload-fold-thecube 3.12s infinite linear both;
  -o-animation: cssload-fold-thecube 3.12s infinite linear both;
  -ms-animation: cssload-fold-thecube 3.12s infinite linear both;
  -webkit-animation: cssload-fold-thecube 3.12s infinite linear both;
  -moz-animation: cssload-fold-thecube 3.12s infinite linear both;
  transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
  -o-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotateZ(90deg);
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
  -o-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotateZ(180deg);
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
  -o-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotateZ(270deg);
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
}
.cssload-thecube .cssload-c3:before {
  animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
}
.cssload-thecube .cssload-c4:before {
  animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -moz-animation-delay: 1.17s;
}
@keyframes cssload-fold-thecube {
  0%,
  10% {
    transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}
@-o-keyframes cssload-fold-thecube {
  0%,
  10% {
    -o-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -o-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -o-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}
@-ms-keyframes cssload-fold-thecube {
  0%,
  10% {
    -ms-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -ms-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -ms-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-fold-thecube {
  0%,
  10% {
    -webkit-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cssload-fold-thecube {
  0%,
  10% {
    -moz-transform: perspective(105px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -moz-transform: perspective(105px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -moz-transform: perspective(105px) rotateY(180deg);
    opacity: 0;
  }
}

@font-face {
    font-family: 'DINProRegular';
    src: url('fonts/DINProRegular.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'DINProBold';
    src: url('fonts/DINProBold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'DINProMedium';
    src: url('fonts/DINProMedium.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'DINProLight';
    src: url('fonts/DINProLight.ttf') format('truetype');
    font-weight: bold;
}

.DINProRegular {
    font-family: 'DINProRegular';
}

.DINProBold {
    font-family: 'DINProBold';
}

.DINProMedium {
    font-family: 'DINProMedium';
}

.DINProLight {
    font-family: 'DINProLight';
}

.hide {
    display: none;
}
/* Estilos para el botón de WhatsApp flotante */
.whatsapp-flotante {
    position: fixed; /* Mantiene el botón fijo en la ventana, incluso al hacer scroll */
    width: 70px; /* Ancho del botón */
    height: 70px; /* Alto del botón (para que sea cuadrado) */
    bottom: 40px; /* Distancia desde la parte inferior de la ventana */
    right: 40px; /* Distancia desde la derecha de la ventana */
    background-color: #25D366; /* Color oficial de WhatsApp */
    color: #FFF; /* Color del icono (blanco) */
    border-radius: 50px; /* Hace que el botón sea un círculo perfecto */
    text-align: center; /* Centra el contenido (la imagen) */
    font-size: 30px; /* Tamaño del icono si fuera texto, pero aquí es una imagen */
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4); /* Sombra suave para darle profundidad */
    z-index: 100; /* Asegura que el botón esté siempre por encima de otros elementos */
    display: flex; /* Utiliza flexbox para centrar fácilmente el icono */
    justify-content: center; /* Centra horizontalmente el icono */
    align-items: center; /* Centra verticalmente el icono */
    text-decoration: none; /* Quita el subrayado predeterminado de los enlaces */
    transition: background-color 0.3s ease; /* Suaviza el cambio de color al pasar el mouse */
}

/* Estilos para el icono de WhatsApp dentro del botón */
.whatsapp-flotante img {
    width: 40px; /* Tamaño del icono */
    height: 40px; /* Altura del icono */
    vertical-align: middle; /* Ayuda a alinear la imagen si hubiera texto */
}

/* Efecto hover (cuando el mouse pasa por encima del botón) */
.whatsapp-flotante:hover {
    background-color: #1DA851; /* Un verde un poco más oscuro al pasar el mouse */
}
