/* ============================================
   RESET & BASE
============================================ */
html, body {
  height: 100%;
}

.floatleft { float: left; }
.floatright { float: right; }
.alignleft { float: left; margin-right: 15px; margin-bottom: 15px; }
.alignright { float: right; margin-left: 15px; margin-bottom: 15px; }
.aligncenter { display: block; margin: 0 auto 15px; }

a {
  color: #ccc;
  text-decoration: none;
}
a:focus { outline: 0px solid; }

img { max-width: 100%; height: auto; }

.fix { overflow: hidden; }

p {
  margin: 0 0 15px;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  color: #444;
  font-weight: 500;
}

h1 { font-size: 48px; line-height: 50px; }
h2 { font-size: 38px; line-height: 40px; }
h3 { font-size: 30px; line-height: 32px; }
h4 { font-size: 24px; line-height: 26px; }
h5 { font-size: 20px; line-height: 22px; }
h6 { font-size: 16px; line-height: 20px; }

a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
a:hover {
  color: #e8121f;
  text-decoration: none;
}
a:active, a:hover { outline: 0 none; }

body {
  background: #fff none repeat scroll 0 0;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
  overflow-x: hidden;
  line-height: 22px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #e8121f;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 1000;
}
@media (max-width: 768px) { .back-to-top { bottom: 15px; } }
.back-to-top:focus { background: #e8121f; color: #fff; outline: none; }
.back-to-top:hover { background: #000; color: #fff; }

.clear { clear: both; }

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

input, select, textarea, input[type="text"], input[type="date"], input[type="url"], 
input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
  -moz-appearance: none;
  box-shadow: none !important;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('../img/load.gif?v=1.03') no-repeat center center;
}

::-moz-selection { background: #e8121f; text-shadow: none; }
::selection { background: #e8121f; text-shadow: none; }

.area-padding { padding: 70px 0px 80px; }
.area-padding-2 { padding: 70px 0px 50px; }
.padding-2 { padding-bottom: 90px; }

.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}
.section-headline h2::after {
  border: 0.5px solid #aaa;
  bottom: 0px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50%;
}

.sec-head {
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0 0 10px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}
/* ============================================
   HEADER & NAVIGATION
============================================ */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  height: 95px;
  z-index: 9998;
}

.logo {
  max-width: 280px;
  margin-top: -10px;
}

.navbar-header a.navbar-brand {
  display: inline-block;
  height: 70px;
  padding: 15px 0;
}

.main-menu ul.navbar-nav li {
  display: inline-block;
  padding: 0px 13px;
}
.main-menu ul.navbar-nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 20px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 20px;
}
.main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.main-menu ul.navbar-nav li.active a:hover,
.main-menu ul.navbar-nav li.active a:focus {
  background: none;
  color: #fff;
}
.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}
.main-menu ul.navbar-nav li a:hover {
  color: #e8121f;
}

.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  background: none;
  color: #333;
}
.navbar-default .navbar-toggle {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  padding: 25px 0px;
}
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}

/* Stick menu */
.header-area.stick {
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0.6));
  height: 70px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.stick .logo { max-width: 140px; margin-top: -15px; }
.stick .navbar-header a.navbar-brand { display: inline-block; height: 90px; }
.stick .navbar-brand>img { display: none; }
.stick .navbar-brand.sticky-logo>img { display: block; }
.sticky-logo h1 {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.sticky-logo h1 span { color: #e8121f; }
.stick .main-menu ul.navbar-nav li.active > a::after {
  border: 1px solid #fff;
  bottom: 0px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.stick .main-menu ul.nav>li>a:hover { color: #fff; }
.stick .main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
  position: relative;
}
.stick .main-menu ul.nav>li>a {
  color: #fff;
  line-height: 22px;
  padding: 14px 0px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 0px;
}
.stick .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
}
.stick .navbar-default .navbar-toggle { padding: 10px 0px; }

/* ============================================
   MENU OFFCANVAS (RESPONSIVE LATERAL)
============================================ */
/* Botón hamburguesa */
.menu-toggle-btn {
  display: none;
  background: transparent;
  border: none;
  padding: 20px 15px;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}
.menu-toggle-btn .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.stick .menu-toggle-btn .icon-bar {
  background: #fff;
}
.menu-toggle-btn:hover .icon-bar {
  background: #e8121f;
}

/* Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Menú lateral */
.menu-lateral {
  position: fixed;
  top: 0;
  right: -320px;
  width: 280px;
  height: 100%;
  background: #1a1a1a;
  z-index: 99999;
  transition: right 0.3s ease;
  padding: 80px 20px 30px;
  overflow-y: auto;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
}
.menu-lateral.active {
  right: 0;
}
.menu-lateral .close-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  padding: 5px;
  transition: all 0.3s ease;
}
.menu-lateral .close-menu:hover {
  color: #e8121f;
  transform: rotate(90deg);
}
.menu-lateral ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-lateral ul li {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-lateral ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 0;
  display: block;
  transition: all 0.3s ease;
}
.menu-lateral ul li a:hover,
.menu-lateral ul li.active a {
  color: #e8121f;
  padding-left: 10px;
}
.menu-lateral ul li.active a {
  border-left: 3px solid #e8121f;
  padding-left: 10px;
}

/* ============================================
   ABOUT AREA
============================================ */
.about-area {
  background-color: #f9f9f9;
}
.single-well>a { display: block; }
.single-well ul li {
  color: #444;
  display: block;
  padding: 5px 0;
}
.single-well ul li i {
  color: #e8121f;
  padding-right: 10px;
  font-size: 12px;
}
.single-well p { color: #444; }

/* ============================================
   SERVICES AREA
============================================ */
.services-icon {
  color: rgba(255,255,255,0.7);
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}
.section-headline.services-head>h2 { margin-bottom: 25px; }
.services-details {
  padding-top: 40px;
  transition: all 0.5s ease 0s;
}
.services-details:hover h4, 
.services-details:hover .services-icon { color: #e8121f; }
.row.second-row { margin-top: 40px; }
.section-head>h2 { color: #333; }
.single-services>h4 {
  color: #444;
  font-size: 24px;
  font-weight: 500;
}
.single-services>p {
  color: #333;
  font-size: 14px;
}

/* ============================================
   SKILL AREA
============================================ */
.our-skill-area { position: relative; background: rgba(248, 248, 248, 0.8) url("../img/slider/slider3.jpg") no-repeat fixed center top / cover; }
.test-overly {
  background: rgba(0, 0, 0, 0.60);
  position: absolute;
  width: 100%;
  height: 100%;
}
.progress-h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-top: -50px;
}

/* ============================================
   FAQ AREA
============================================ */
.faq-details .panel-heading { padding: 0; }
.panel-default>.panel-heading {
  background-color: transparent;
  border: medium none;
  color: #333;
}
.faq-details h4.check-title a {
  color: #333;
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  margin-left: 40px;
  padding: 6px 10px;
  text-decoration: none;
}
.panel-body { padding: 15px 15px 0px 50px; }
.faq-details h4.check-title {
  color: #444;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.faq-details a span.acc-icons { position: relative; }
.faq-details a span.acc-icons::before {
  color: #333;
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}
.faq-details h4.check-title a.active, 
.faq-details a.active span.acc-icons::before { color: #e8121f; }
.faq-details a.active span.acc-icons::before {
  content: "";
  font-family: fontawesome;
  font-size: 24px;
  height: 40px;
  left: -51px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
  width: 42px;
}
.second-row { margin-top: 30px; }
.event-content.head-team h4 {
  background: transparent none repeat scroll 0 0;
  color: #333;
  padding: 30px 0 10px;
  font-weight: 500;
  text-transform: capitalize;
}
.tab-menu .nav-tabs>li>a:hover { border-color: #eee #eee #ddd; }
.tab-menu { display: block; text-align: center; }
.tab-menu ul.nav { margin: 0; padding: 0; }
.tab-menu ul.nav li {
  border: medium none;
  display: inline-block;
}
.tab-content {
  border: 1px solid #ccc;
  padding: 0 15px 15px;
}
.tab-menu ul.nav li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-radius: 0;
  color: #444;
  display: block;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 20px;
  font-family: raleway;
  font-size: 18px;
}
.tab-menu ul li.active a, 
.tab-menu ul li.hover a, 
.tab-menu ul li.focus a {
  border-bottom: 1px solid #fff;
  color: #e8121f !important;
}
.tab-menu .nav-tabs { border-bottom: none; }
.tab-main-img a {
  position: relative;
  display: block;
}
.tab-main-img a:hover span.events-offer { height: 20%; }
.tab-main-img a span.events-offer {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  content: "";
  font-size: 20px;
  font-weight: 700;
  height: 0%;
  left: 0;
  line-height: 70px;
  padding: 0;
  position: absolute;
  text-align: left;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 0px 10px;
}

/* ============================================
   WELLCOME AREA
============================================ */
.wellcome-area {
  background: rgba(248, 248, 248, 0.8) url("../img/background/bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.well-bg { position: relative; }
.wellcome-text {
  margin: 70px 0;
  padding: 30px 40px;
}
.well-text>h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}
.well-text p {
  font-size: 18px;
  font-style: italic;
  color: #fff;
}
.wellcome-text .section-headline p { margin-bottom: 0; }
.subs-feilds {
  border: 1px solid #fff;
  display: inline-block;
  height: 52px;
  margin-top: 30px;
  width: 60%;
  border-radius: 30px;
  overflow: hidden;
}
.suscribe-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 15px;
  width: 70%;
  height: 50px;
}
.suscribe-input button {
  background: #e8121f none repeat scroll 0 0;
  border: medium none;
  border-radius: 0 20px 20px 0;
  color: #fff;
  float: left;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 20px;
  width: 30%;
}
.suscribe-input button:hover {
  background: #fff none repeat scroll 0 0;
  color: #e8121f;
}

/* ============================================
   TEAM AREA
============================================ */
.team-member {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  display: block;
  margin-right: -15px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.team-member::before {
  background: rgba(0, 0, 0, 0) url("../img/team/team01.jpg") repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin-right: -15px;
  padding: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  transition: 5s;
  transform: scale(1);
}
.team-member:hover.team-member::before { transform: scale(1.2); }
.single-team-member { border: 1px solid #ddd; }
.team-left-text h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.team-left-text p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
}
.email-news {
  display: block;
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.email-news .email_button input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 13px;
  padding: 8px;
  width: 81%;
}
.email-news .email_button>button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 16px;
  padding: 8px 12px;
  text-align: center;
}
.email-news .email_button>button:hover {
  background: #e8121f;
  border: 1px solid #fff;
  color: #fff;
}
.team-left-icon ul li { display: inline-block; }
.team-left-icon ul li a:hover {
  color: #e8121f;
  background: #fff;
  border: 2px solid #fff;
}
.team-left-icon ul li a {
  border: 2px solid #fff;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 37px;
  margin: 0 3px;
  width: 40px;
}
.team-member-carousel .single-team-member {
  overflow: hidden;
  width: 100%;
}
.single-team-member:hover .team-img a:after { opacity: 1; }
.single-team-member:hover .team-social-icon {
  top: 45%;
  opacity: 1;
}
.team-img { position: relative; }
.team-img>a { display: block; }
.team-img>a::after {
  background: rgba(0, 0, 0, 0.70);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 100%;
  opacity: 0;
}
.team-social-icon {
  left: 50%;
  margin-left: -61px;
  opacity: 0;
  position: absolute;
  top: 30%;
  transition: 1.3s;
}
.team-social-icon ul li { display: inline-block; }
.team-social-icon ul li a {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 35px;
  margin: 0 3px;
  width: 34px;
}
.team-social-icon ul li a:hover {
  color: #fff;
  border: 1px solid #e8121f;
  background: #e8121f;
}
.team-content { padding: 10px 0px; }
.team-content>h4, .team-content>p {
  color: #444;
  margin-bottom: 5px;
}
.team-content.head-team p { margin-bottom: 0; }
.team-left-icon.text-center { margin-bottom: 20px; }
.head-team h4 {
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* ============================================
   REVIEW AREA
============================================ */
.reviews-area {
  background: url(../img/background/bg1.jpg);
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
}
.work-left-text { background: #e8121f none repeat scroll 0 0; width: 50%; }
.work-right-text {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  float: right;
  height: 100%;
  overflow: hidden;
  padding: 71px 0;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.work-right-text h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
}
.work-right-text h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}
.work-right-text .sus-btn {
  margin-left: 0;
  margin-top: 20px;
}
.single-awesome-4 {
  display: block;
  float: left;
  overflow: hidden;
  width: 33.33%;
}
.single-awesome-4 .add-actions { padding: 10px 20px; }

/* ============================================
   PORTFOLIO AREA
============================================ */
.pst-content { padding-left: 10px; }
.project-menu {
  margin-bottom: 40px;
  text-align: center;
}
.project-menu li { display: inline-block; }
.project-menu li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 20px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 6px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.project-menu li a.active, 
.project-menu li a:hover {
  border-color: #e8121f;
  background: #e8121f;
  color: #fff;
  text-decoration: none;
}
.single-awesome-portfolio {
  float: left;
  overflow: hidden;
  padding: 15px;
  width: 25%;
  position: relative;
}
.single-awesome-project {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 1px;
}
.first-item { margin-bottom: 30px; }
.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.awesome-img>a {
  display: block;
  position: relative;
}
.single-awesome-project:hover .awesome-img>a::after { opacity: 1; }
.single-awesome-project:hover .add-actions {
  opacity: 1;
  bottom: 0;
}
.awesome-img>a::after {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}
.add-actions {
  bottom: 30px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.add-actions2 {
  top: 80px;
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  overflow: hidden;
  padding: 10px 15px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100%;
}
.project-dec {
  display: block;
  height: 100%;
  width: 100%;
}
.project-dec a {
  display: block;
  height: 100%;
  width: 100%;
}
.project-dec h4 {
  margin-bottom: 5px;
}
.project-dec h4:hover { color: #fff; }
.project-dec h4 {
  color: #ddd;
  font-size: 24px;
  margin-top: -65px;
  padding-top: 50%;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
}
.project-dec span {
  color: #ddd;
  font-size: 13px;
}
.project-action-btn {
  display: block;
  height: 100%;
  text-align: center;
  transition: all 1s ease 0s;
  width: 100%;
}
.project-action-btn li {
  display: block;
  height: 100%;
  width: 100%;
}
.project-action-btn li a {
  display: block;
  height: 100%;
  width: 100%;
}

/* ============================================
   PRICING AREA
============================================ */
.pricing-area { background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0; }
.pri_table_list {
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #fff;
}
.pri_table_list h3 span { font-size: 16px; }
.pri_table_list ol li {
  border-bottom: 1px solid #ccc;
  color: #666;
  padding: 12px 15px;
  position: relative;
  text-align: left;
}
.pri_table_list li.check.cross::after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: indianred;
}
.pri_table_list li.check::after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 50px;
  top: 12px;
  color: #e8121f;
}
.pri_table_list button {
  background: #444 none repeat scroll 0 0;
  border: 1px solid #444;
  color: #fff;
  margin-bottom: 25px;
  padding: 10px 35px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 30px;
}
.pri_table_list>h3 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  padding: 30px 0 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.pri_table_list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0 0 25px;
}
.pri_table_list.active {
  transition: all 0.4s ease 0s;
  position: relative;
  overflow: hidden;
}
.saleon {
  background: #e8121f none repeat scroll 0 0;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  left: -26px;
  padding: 2px 25px;
  position: absolute;
  text-transform: uppercase;
  top: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}
.pri_table_list>button:hover {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
.active>h3 {
  background: #f5f5f5 none repeat scroll 0 0;
  color: #333;
  transition: all 0.4s ease 0s;
}
.active>button {
  background: #e8121f none repeat scroll 0 0;
  border: 1px solid #e8121f;
  color: #fff;
  transition: 0.4s;
}
.active>button:hover {
  background: #333 none repeat scroll 0 0;
  border: 1px solid #333;
  color: #fff;
  transition: 0.4s;
}

/* ============================================
   TESTIMONIAL AREA
============================================ */
.testimonials-area {
  background: rgba(0, 0, 0, 0) url("../img/background/slider1.jpg") no-repeat fixed center top / cover;
  height: auto;
  width: 100%;
}
.testi-inner {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.testi-overly {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.quate {
  border: 1px dotted #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 70px;
  line-height: 70px;
  width: 70px;
}
.quate:hover { color: #fff; }
.testi-img img {
  border: 1px dotted rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  height: 80px;
  margin: 0 auto;
  padding: 5px;
  transition: background 0.6s ease-out 0s;
  width: 80px !important;
}
.testi-text p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0;
  letter-spacing: 1px;
}
.testi-text h6 {
  color: #fff;
  font-size: 20px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  height: 8px;
  width: 8px;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
  bottom: -30px;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
}
.testimonial-content { margin-bottom: 15px; }
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
  display: inline-block;
  margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
  background: #e8121f;
}
.testi-text.text-center>h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.guest-rev {
  color: #ddd;
  font-size: 16px;
}
.guest-rev>a {
  color: #e8121f;
  font-size: 14px;
}

/* ============================================
   BLOG AREA
============================================ */
.blog-area {
  height: auto;
  width: 100%;
}
.blog-text h4 a {
  color: #444;
  text-decoration: none;
}
.blog-text h4 { color: #444; margin-bottom: 15px; }
.blog-btn {
  border-bottom: 1px dotted #444;
  color: #444;
  text-decoration: none;
  display: inline-block;
  padding: 0 1px 5px 0;
  position: relative;
}
.blog-btn::after {
  content: "\f178";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  top: 1px;
  transition: all 0.3s ease 0s;
}
.blog-btn:hover::after { right: -30px; }
.blog-btn:hover {
  color: #333;
  text-decoration: none;
}
.blog_meta span.date_type i { margin-left: 5px; }
.blog-meta span.comments-type { margin-left: 5px; }
.blog-meta span i { padding-right: 10px; }
.blog-content .blog-meta { border-bottom: 1px dotted #333; }
.blog-meta {
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
}
.comments-type>a, .date-type, .blog-meta span.comments-type {
  color: #333;
  letter-spacing: 1px;
  margin-right: 5px;
}
.blog-meta .comments-type i { padding-right: 0 !important; }
.blog-content-right .comments-type>a, 
.blog-content-right .date-type, 
.blog-content-right .blog-meta span.comments-type, 
.blog-content-right .blog-text p {
  color: #fff;
  letter-spacing: 1px;
}
.single-blog .ready-btn {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.single-blog .ready-btn:hover {
  border: 1px solid #e8121f;
  color: #fff;
}

/* ============================================
   QUOTE AREA
============================================ */
.suscribe-area {
  background: #e8121f none repeat scroll 0 0;
  padding: 30px 0;
}
.suscribe-text {
  display: block;
  padding: 10px 0;
}
.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sus-btn {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #e8121f;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-left: 100px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 30px;
}
.sus-btn:hover {
  background: #e8121f none repeat scroll 0 0;
  border: 2px solid #fff;
  color: #fff;
}

/* ============================================
   CONTACT AREA
============================================ */
.contact-area {
  height: auto;
  width: 100%;
}
.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}
.contact-content-right { padding: 100px; }
.contact-form input[type="text"], 
.contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}
.contact-form textarea {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}
.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #e8121f;
  background: #e8121f;
}
.contact-form #sendmessage {
  color: #e8121f;
  border: 1px solid #e8121f;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-form #sendmessage.show, 
.contact-form #errormessage.show, 
.contact-form .show { display: block; }
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.single-icon i {
  font-size: 24px;
  width: 50px;
  height: 50px;
  border: 1px solid #444;
  line-height: 46px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.single-icon p {
  font-size: 16px;
  line-height: 30px;
}
.contact-icon { margin-bottom: 40px; }
#google-map {
  height: 370px;
  margin-bottom: 20px;
}

/* ============================================
   FOOTER AREA
============================================ */
.footer-area {
  padding: 40px 0;
  background: #f9f9f9;
}
.footer-head p { color: #444; }
.footer-head h4 {
  color: #444;
  font-size: 16px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-logo { padding-bottom: 20px; }
.footer-logo h2 {
  color: #222;
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
.footer-logo h2 span { color: #e8121f; }
.footer-icons ul li { display: inline-block; }
.footer-icons ul li a {
  border: 1px solid #444;
  color: #444;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
}
.flicker-img>a {
  float: left;
  padding: 1px;
  width: 33.33%;
}
.footer-icons { margin-top: 30px; }
.footer-contacts p span {
  color: #e8121f;
  font-weight: 700;
}
.popular-tag ul li { display: inline-block; }
.footer-content { display: block; overflow: hidden; }
.popular-tag ul li a:hover, 
.footer-icons ul li a:hover {
  background: #e8121f;
  border: 1px solid #e8121f;
  color: #fff;
}
.popular-tag ul li a {
  border: 1px solid #444;
  border-radius: 30px;
  color: #444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 5px 3px;
  padding: 5px 10px;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  width: 70px;
  text-align: center;
}
.footer-area-bottom {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 15px 0;
}
.copyright-text a:hover {
  text-decoration: underline;
  color: #e8121f;
}
.copyright-text a { color: #444; }
.copyright>p {
  margin-bottom: 0;
  color: #444;
}
.copyright a, .credits a { color: #e8121f; }
.credits {
  padding-top: 5px;
  text-align: center;
}

/* ============================================
   BOTONES GENERALES
============================================ */
.bot1 {
  width: 90%;
  max-width: 300px;
  margin: auto;
  padding: 10px;
  border: #e52226 solid 1px;
  background: #e52226;
  transition: all 0.4s ease 0s;
  font-size: 17px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
.bot1:hover {
  color: #fff;
  background: none;
  border: #fff solid 1px;
}
.bot2 {
  width: 90%;
  max-width: 300px;
  margin: auto;
  padding: 10px;
  border: #eee solid 1px;
  background: #777;
  transition: all 0.4s ease 0s;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.bot2:hover {
  color: #fff;
  background: #e52226;
  border: #ccc solid 1px;
}

/* ============================================
   MARCAS SECTION (PORTFOLIO OVERLAY)
============================================ */
.brand-stats {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 15px;
}
.stat-item {
  text-align: center;
  color: #ffffff;
}
.stat-item span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #ffcc00;
}
.stat-item small {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.awesome-img { position: relative; }
.add-actions {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  visibility: visible !important;
}
.single-awesome-project:hover .add-actions { opacity: 1 !important; }
.project-dec { text-align: center; }
.add-actions {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.95) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 20px;
}
.brand-logo { text-align: center; }
.brand-logo img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
.brand-stats {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.stat-item {
  text-align: center;
  color: #ffffff;
  max-width: 160px;
}
.stat-icon { font-size: 22px; display: block; margin-bottom: 5px; }
.stat-item span {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #E88082;
  line-height: 1;
}
.stat-item small {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.awesome-img { position: relative; overflow: hidden; }
.awesome-img > img {
  transition: transform 0.6s ease;
  transform: scale(1);
}
.single-awesome-project:hover .awesome-img > img { transform: scale(1.12); }

/* ============================================
   MARCAS SECTION TITULO
============================================ */
.marcas-section { padding: 40px 0; }
.titulo-marcas {
  font-size: 64px;
  font-weight: 200;
  line-height: 1.1;
  letter-spacing: 2px;
  margin: 0;
}
.titulo-marcas span { font-weight: 300; }
.texto-marcas {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  max-width: 480px;
}

/* ============================================
   GESTION COMERCIAL
============================================ */
.gestion-comercial-area {
  padding: 80px 0;
  background: #fff;
}
.section-title {
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: 300;
  margin-bottom: 20px;
}
.section-subtitle {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 1.6;
  color: #555;
}
.gestion-resumen { margin-bottom: 60px; }
.resumen-box {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 22px;
}
.resumen-box i { font-size: 36px; color: #000; }
.resumen-numero { font-size: 48px; font-weight: 500; }
.resumen-texto { font-size: 18px; color: #444; }
.logos-comerciales {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.logos-comerciales li img {
  max-height: 100px;
  max-width: 180px;
  opacity: 0.8;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}
.logos-comerciales li img:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.05);
}
.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
  40% { transform: translateX(-50%) translateY(-10px); }
  60% { transform: translateX(-50%) translateY(-5px); }
}

/* ============================================
   SLIDER RESPONSIVE
============================================ */
.slider-area, .bend, .preview-2, #ensign-nivoslider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#ensign-nivoslider img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}
.preview-2 .nivoSlider img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .slider-area, #ensign-nivoslider, #ensign-nivoslider img { height: 80vh; }
}


/* ============================================
   VALORES CORPORATIVOS
============================================ */
.valores-area { background: #fff; padding: 100px 0; }
.t-valorescorporativos {
  font-size: 3.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.paragraph-valores {
  font-size: 1.4rem;
  color: #666;
  max-width: 900px;
  margin: 0 auto 60px;
  line-height: 1.6;
}
.valor-card {
  background: white;
  border-radius: 12px;
  padding: 40px 25px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: center;
}
.valor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15) !important;
}
.valor-icon { margin-bottom: 25px; }
.valor-card h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.valor-card p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .valores-grid .col-md-3 { margin-bottom: 30px; }
  .t-valorescorporativos { font-size: 2.8rem !important; }
  .paragraph-valores { font-size: 1.2rem !important; padding: 0 15px; }
}
@media (max-width: 768px) {
  .t-valorescorporativos { font-size: 2.3rem !important; }
  .valor-card { padding: 30px 20px !important; }
  .valor-card h3 { font-size: 1.6rem !important; }
  .valor-card p { font-size: 1.05rem !important; }
}

/* ============================================
   TIMELINE VERTICAL (ACERCA DE)
============================================ */
.timeline-vertical {
  position: relative;
  margin-top: 60px;
  padding: 40px 0;
}
.timeline-vertical:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #e52226;
  transform: translateX(-50%);
}
.timeline-vertical .timeline-item {
  position: relative;
  width: 50%;
  padding: 30px 40px;
}
.timeline-vertical .timeline-item.left { left: 0; text-align: right; }
.timeline-vertical .timeline-item.right { left: 50%; text-align: left; }
.timeline-vertical .timeline-year {
  position: absolute;
  top: 30px;
  background: #111;
  color: #fff;
  padding: 8px 18px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  z-index: 2;
}
.timeline-vertical .timeline-item.left .timeline-year { right: -70px; }
.timeline-vertical .timeline-item.right .timeline-year { left: -70px; }
.timeline-line-connector {
  position: absolute;
  top: 45px;
  width: 40px;
  height: 2px;
  background: #e52226;
}
.timeline-vertical .timeline-item.left .timeline-line-connector { right: -40px; }
.timeline-vertical .timeline-item.right .timeline-line-connector { left: -40px; }
.timeline-vertical .timeline-content {
  background: #fff;
  padding: 25px 30px;
  border-radius: 6px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
}
.timeline-vertical .timeline-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.timeline-vertical .timeline-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
@media (max-width: 991px) {
  .timeline-vertical:before { left: 10px; }
  .timeline-vertical .timeline-item {
    width: 100%;
    padding-left: 50px;
    padding-right: 20px;
    text-align: left;
  }
  .timeline-vertical .timeline-item.left,
  .timeline-vertical .timeline-item.right { left: 0; }
  .timeline-vertical .timeline-year { left: 0 !important; right: auto; }
  .timeline-line-connector { left: 10px !important; right: auto; }
}

/* ============================================
   PARALLAX SECTIONS
============================================ */
.parallax-section {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.parallax-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.parallax-section2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.parallax-content {
  position: relative;
  z-index: 2;
  width: 100%;
  color: white;
}
.dos-columnas {
  display: flex;
  align-items: center;
  width: 100%;
}
.columna-titulo {
  flex: 0 0 40%;
  padding-right: 50px;
  text-align: right;
}
.columna-contenido {
  flex: 0 0 60%;
  padding-left: 50px;
  border-left: 3px solid #e52226;
}
.dos-columnas-invertido {
  display: flex;
  align-items: center;
  width: 100%;
}
.columna-titulo-invertido {
  flex: 0 0 40%;
  padding-left: 50px;
  text-align: left;
  order: 2;
}
.columna-contenido-invertido {
  flex: 0 0 60%;
  padding-right: 50px;
  border-right: 3px solid #e52226;
  order: 1;
}
.titulo-grande {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: white !important;
  text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.titulo-grande span {
  display: block;
  font-size: 90px;
  color: #e52226 !important;
  margin-bottom: 10px;
}
.titulo-medio {
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0;
  color: white !important;
  text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.titulo-medio span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #e52226 !important;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.titulo-mision, .titulo-vision {
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: white !important;
  text-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.titulo-mision span, .titulo-vision span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 8px;
  color: #e52226 !important;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.texto-contenido {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: white !important;
}
.texto-contenido b {
  color: #e52226;
  font-weight: 700;
}
@media (max-width: 991px) {
  .dos-columnas, .dos-columnas-invertido { flex-direction: column; }
  .columna-titulo, .columna-contenido, .columna-titulo-invertido, .columna-contenido-invertido {
    flex: 0 0 100%;
    padding: 0;
    text-align: center;
    border-left: none;
    border-right: none;
    order: 0;
  }
  .columna-titulo, .columna-titulo-invertido { margin-bottom: 30px; text-align: center; }
  .columna-contenido, .columna-contenido-invertido {
    border-top: 3px solid #e52226;
    padding-top: 30px;
  }
  .titulo-grande { font-size: 70px; }
  .titulo-grande span { font-size: 90px; }
  .titulo-medio { font-size: 60px; }
  .titulo-mision, .titulo-vision { font-size: 80px; }
}
@media (max-width: 767px) {
  .parallax-section, .parallax-section2 {
    height: auto;
    min-height: 800px;
    padding: 80px 0;
    background-attachment: scroll;
  }
  .titulo-grande { font-size: 50px; }
  .titulo-grande span { font-size: 70px; }
  .titulo-medio { font-size: 45px; }
  .titulo-mision, .titulo-vision { font-size: 60px; }
  .titulo-mision span, .titulo-vision span { font-size: 30px; }
}

/* ============================================
   MAPA INTERACTIVO (GESTION COMERCIAL)
============================================ */
.mapa-global-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 600px;
}
.mapa-layer {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mapa-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.mapa-layer-2, .mapa-layer-3, .mapa-layer-4 {
  opacity: 0;
  transform: translateY(30px);
}
@keyframes latido {
  0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(232, 18, 31, 0.7); }
  70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(232, 18, 31, 0); }
  100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(232, 18, 31, 0); }
}
.punto-ecuador.visible .punto-marcador { animation: latido 2s infinite; }

/* ============================================
   LOGISTICA
============================================ */
.contenido-blanco { background: #fff; width: 100%; padding: 50px 0 0 0; }
.contenido-columna { max-width: 800px; margin: 0 auto; }
#pancho {
  position: relative;
  background: #000 url("imagenes/logistica2.jpg?v=1.06") center center / contain no-repeat;
  min-height: 800px;
  display: flex;
  align-items: center;
}
#pancho > .container {
  position: relative;
  z-index: 2;
  width: 100%;
}
#pancho .content-overlay {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 50px 40px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin-left: auto;
  margin-right: 50px;
}

/* ============================================
   MARCAS BANNERS
============================================ */
.banner-card {
  position: relative;
  width: 100%;
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.banner-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.banner-card.hidden-brand { display: none !important; }
.banner-image-container {
  position: relative;
  width: 100%;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.banner-image-container img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.6s ease;
}
.banner-card:hover .banner-image-container img { transform: scale(1.05); }
.banner-content {
  position: absolute;
  bottom: 60px;
  z-index: 2;
  max-width: 650px;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 1px;
  transition: all 0.4s ease;
  animation: slideInFromSide 0.8s ease forwards;
  transform: translateX(0);
}
.banner-card.right .banner-content { right: 8%; animation: slideInFromSideRight 0.8s ease forwards; }
.banner-card.left .banner-content { left: 8%; }
@keyframes slideInFromSide {
  0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes slideInFromSideRight {
  0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); }
}
.banner-content:hover { background: rgba(0, 0, 0, 0.4); transform: translateY(-3px) translateX(0); }
.banner-content p {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.banner-card.right .banner-content p { text-align: right; }
.banner-logo {
  position: absolute;
  bottom: 250px;
  z-index: 3;
  width: 320px;
  height: auto;
  transition: all 0.5s ease;
}
.banner-card.right .banner-logo { right: 8%; }
.banner-card.left .banner-logo { left: 8%; }
.banner-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.4s ease;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.5));
}
.banner-card:hover .banner-logo img { transform: scale(1.08); }
.banner-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
  pointer-events: none;
  border-radius: 8px;
}
.banner-content:hover::after { transform: translateX(100%); }
.filter-section {
  background: #eee;
  padding: 40px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.filter-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.filter-btn {
  background: transparent;
  border: 1px solid #e63946;
  color: #e63946;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
  font-family: inherit;
}
.filter-btn:hover {
  background: none;
  color: #555;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}
.filter-btn.active {
  background: #e63946;
  color: #fff;
  box-shadow: 0 5px 15px rgba(230,57,70,0.4);
}
.filter-btn.all-btn { border-color: #999; color: #888; }
.filter-btn.all-btn:hover, .filter-btn.all-btn.active {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
.filter-btn .item-count {
  display: inline-block;
  margin-left: 8px;
  font-size: 13px;
  font-weight: normal;
  padding: 2px 6px;
}
@media (max-width: 1200px) {
  .banner-content { max-width: 550px; padding: 25px 35px; bottom: 50px; }
  .banner-logo { width: 300px; bottom: 160px; }
}
@media (max-width: 992px) {
  .banner-content { max-width: 500px; padding: 25px 30px; bottom: 45px; }
  .banner-logo { width: 280px; bottom: 140px; }
  .banner-content p { font-size: 15px; }
  .filter-btn { padding: 8px 20px; font-size: 14px; }
}
@media (max-width: 768px) {
  .banner-content, .banner-card.right .banner-content, .banner-card.left .banner-content {
    max-width: 90%;
    left: 5%;
    right: 5%;
    bottom: 30px;
    padding: 20px 25px;
    animation: fadeInUp 0.8s ease forwards;
  }
  .banner-logo, .banner-card.right .banner-logo, .banner-card.left .banner-logo {
    width: 240px;
    bottom: 110px;
    left: 5%;
    right: auto;
  }
  .banner-card.right .banner-content p { text-align: left; }
  .filter-container { gap: 10px; }
  .filter-btn { padding: 6px 15px; font-size: 12px; }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}



/* ============================================
   BOLSA DE EMPLEO
============================================ */
.bolsa-empleo-section { padding: 80px 0; background: #fff; }
.bolsa-header {
  text-align: center;
  margin-bottom: 50px;
}
.bolsa-header h2 {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
.bolsa-header h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #e52226;
}
.bolsa-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 20px auto 0;
}
.ofertas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-bottom: 40px;
}
.oferta-card {
  background: white;
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.oferta-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.oferta-contenido {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.oferta-col-izquierda {
  flex: 0 0 40%;
  background: linear-gradient(135deg, #000 0%, #333 100%);
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}
.oferta-titulo {
  font-size: 1.9rem;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.oferta-marca {
  font-size: 1.6rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 20px;
}
.oferta-marca i { font-size: 1.4rem; }
.oferta-ubicacion {
  font-size: 1.2rem;
  opacity: 0.85;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
}
.oferta-fecha {
  font-size: 1.1rem;
  opacity: 0.7;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 1px;
  padding-top: 1px;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.oferta-col-derecha {
  flex: 0 0 60%;
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.oferta-descripcion {
  color: #555;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: justify;
}
.oferta-detalles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detalle-badge {
  background: #f0f0f0;
  padding: 4px 10px;
  font-size: 1rem;
  color: #555;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.detalle-badge i {
  color: #e52226;
  font-size: 0.7rem;
}
.btn-postular {
  background: #e52226;
  color: white;
  border: none;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-postular:hover {
  background: #c41e22;
  transform: scale(1.02);
}

/* Modal de detalles de oferta */
.modal-detalle-oferta {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 10001;
  justify-content: center;
  align-items: center;
}
.modal-detalle-content {
  background: white;
  max-width: 800px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  border-radius: 8px;
}
.modal-detalle-header {
  background: #e52226;
  color: white;
  padding: 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}
.modal-detalle-header h3 {
  margin: 0;
  font-size: 1.5rem;
}
.modal-detalle-body {
  padding: 25px;
}
.detalle-seccion {
  margin-bottom: 25px;
}
.detalle-seccion h4 {
  color: #e52226;
  margin-bottom: 10px;
  font-size: 1.2rem;
  border-left: 3px solid #e52226;
  padding-left: 10px;
}
.detalle-seccion p,
.detalle-seccion div {
  line-height: 1.6;
  color: #333;
  text-align: justify;
}
.detalle-info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 8px;
  background: #f8f9fa;
}
.detalle-info-item i {
  width: 25px;
  color: #e52226;
}
.btn-cerrar-detalle {
  background: #e52226;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  width: 100%;
  font-weight: 600;
}

/* Modales existentes */
.modal-postulacion {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: white;
  max-width: 700px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
}
.modal-header {
  padding: 15px 20px;
  background: #e52226;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-header h3 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
}
.close-modal {
  background: none;
  border: none;
  color: white;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
}
.modal-body { padding: 20px; }
.form-row-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 12px;
}
.form-group { margin-bottom: 12px; }
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  font-size: 13px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  font-size: 13px;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e52226;
}
.form-group small { font-size: 11px; }
.upload-area {
  border: 2px dashed #008EC2;
  padding: 15px;
  text-align: center;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.upload-area:hover {
  border-color: #006d94;
  background: #e8f4fd;
}
.upload-area i {
  color: #008EC2;
  margin-bottom: 5px;
}
.upload-area p {
  margin: 5px 0;
  color: #333;
  font-weight: 500;
  font-size: 0.85rem;
}
.upload-area small {
  color: #666;
  font-size: 0.7rem;
}
.file-info {
  margin-top: 8px;
  padding: 8px;
  background: #e8f4fd;
  border-left: 3px solid #008EC2;
  font-size: 12px;
  display: none;
}
.btn-submit {
  background: #e52226;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.btn-submit:hover { background: #c41e22; }
.alerta {
  padding: 10px 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
}
.alerta-exito {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}
.alerta-error {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}
.alerta-info {
  background: #d1ecf1;
  color: #0c5460;
  border-left: 4px solid #17a2b8;
}
.alerta-warning {
  background: #fff3cd;
  color: #856404;
  border-left: 4px solid #ffc107;
}
.loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #e52226;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-dejar-datos {
  background: linear-gradient(135deg, #000, #444);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.btn-dejar-datos:hover {
  background: linear-gradient(135deg, #222, #555);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,142,194,0.3);
}
.upload-area-interes {
  border: 2px dashed #008EC2;
  padding: 15px;
  text-align: center;
  background: #f8f9fa;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 5px;
}
.upload-area-interes:hover {
  border-color: #006d94;
  background: #e8f4fd;
}
.upload-area-interes i {
  color: #008EC2;
  margin-bottom: 5px;
}
.upload-area-interes p {
  margin: 5px 0;
  color: #333;
  font-weight: 500;
  font-size: 0.85rem;
}
.upload-area-interes small {
  color: #666;
  font-size: 0.7rem;
}
.swal2-container { z-index: 20000 !important; }

/* Responsive */
@media (max-width: 992px) {
  .ofertas-grid {
    grid-template-columns: 1fr;
  }
  .oferta-titulo {
    font-size: 1.5rem;
  }
  .oferta-marca {
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .oferta-contenido {
    flex-direction: column;
  }
  .oferta-col-izquierda,
  .oferta-col-derecha {
    flex: 0 0 100%;
  }
}