/* =======================================================
   gSeSoE — Capa de rediseño moderno
   Se carga después de style.css y sólo reestiliza; no
   depende de contenido nuevo ni elimina clases usadas por
   main.js (gtco-nav-toggle, owl-carousel-fullwidth, js-top…)
   ======================================================= */

:root {
  --c-primary: #EE1B24;
  --c-primary-dark: #b8121a;
  --c-secondary: #0f7ea6;
  --c-ink: #10181f;
  --c-slate: #4b5a63;
  --c-slate-light: #7c8890;
  --c-light: #f4f7f8;
  --c-line: #e6ebed;
  --radius-sm: 8px;
  --radius: 16px;
  --radius-lg: 26px;
  --shadow-sm: 0 4px 14px rgba(16, 24, 32, .06);
  --shadow: 0 16px 40px rgba(16, 24, 32, .10);
  --shadow-lg: 0 30px 60px rgba(16, 24, 32, .18);
  --font-head: 'Poppins', 'Roboto', sans-serif;
  --font-body: 'Inter', 'Merriweather', sans-serif;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Base ---------- */
body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: var(--c-slate);
  background: var(--c-light);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  color: var(--c-ink);
  font-weight: 600;
}

a { color: var(--c-primary); }
a:hover, a:active, a:focus { color: var(--c-primary-dark); }

::selection { background: var(--c-primary); color: #fff; }

.gtco-container { max-width: 1180px; }

img.img-responsive { display: block; }

/* ---------- Loader ---------- */
.gtco-loader {
  background: var(--c-light) url(../images/loader.gif) center no-repeat;
}

/* ---------- Navigation ---------- */
.gtco-nav {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, .92);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  backdrop-filter: saturate(180%) blur(14px);
  box-shadow: 0 1px 0 rgba(16, 24, 32, .06);
  padding: 0;
  transition: box-shadow .3s var(--ease);
}

.gtco-nav .row { align-items: center; }

.gtco-nav #gtco-logo {
  padding: 14px 0;
}

.gtco-nav #gtco-logo img {
  max-height: 54px;
  width: auto;
}

.menu-1 { margin-top: 0; }

.gtco-nav ul li a {
  color: var(--c-slate);
  font-family: var(--font-head);
  font-weight: 500;
  font-size: 14px !important;
  padding: 28px 14px;
  position: relative;
  letter-spacing: .04em;
}

.gtco-nav ul li a::after {
  content: '';
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 20px;
  height: 2px;
  background: var(--c-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s var(--ease);
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus {
  color: var(--c-ink);
}
.gtco-nav ul li a:hover::after,
.gtco-nav ul li.active > a::after {
  transform: scaleX(1);
}

.gtco-nav ul li.active > a {
  color: var(--c-primary) !important;
}

.gtco-nav-toggle i,
.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
  background: var(--c-ink);
}

#gtco-offcanvas {
  background: var(--c-ink);
}
#gtco-offcanvas a {
  font-family: var(--font-head);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .06em;
}

/* ---------- Hero / Slider ---------- */
.owl-carousel-fullwidth {
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.owl-carousel-fullwidth .item {
  position: relative;
}

.owl-carousel-fullwidth .item > a::after {
  background: linear-gradient(180deg, rgba(16, 24, 32, .05) 0%, rgba(16, 24, 32, .75) 100%);
  height: 60%;
  box-shadow: none;
}

.owl-carousel-fullwidth .item > a .slider-copy {
  left: 40px;
  right: 40px;
  bottom: 40px;
}

.owl-carousel-fullwidth .item > a .slider-copy h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 42px;
  letter-spacing: -.01em;
  text-shadow: 0 2px 20px rgba(0, 0, 0, .35);
  max-width: 720px;
}

@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item > a .slider-copy h2 {
    font-size: 26px;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, .5);
}
.owl-carousel-fullwidth.owl-theme .owl-dots .owl-dot.active span {
  background: var(--c-primary);
}

/* ---------- Section rhythm ---------- */
.gtco-section {
  padding: 5em 0;
}

.gtco-heading { margin-bottom: 3em; }

.gtco-heading h2 {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 34px;
  color: var(--c-ink);
  text-align: left;
  position: relative;
  padding-bottom: 18px;
}
.gtco-heading h2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: var(--c-primary);
}
.gtco-heading span { color: var(--c-primary); }
.gtco-heading p { font-size: 16px; color: var(--c-slate); }

.text-justify { text-align: left !important; }

/* Bienvenidos intro copy */
.gtco-heading.wow p {
  max-width: 900px;
}

/* ---------- Bienvenidos image grid ---------- */
.gtco-item {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.gtco-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.gtco-item img {
  transition: transform .6s var(--ease);
}
.gtco-item:hover img {
  transform: scale(1.06);
}

/* ---------- Misión / Visión / Política cards ---------- */
.gtco-news {
  background: transparent;
}
.gtco-news ul {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gtco-news ul li {
  flex: 1 1 300px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: var(--shadow-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  position: relative;
  padding-top: 76px;
}
.gtco-news ul li:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.gtco-news ul li::before {
  font-family: 'themify';
  position: absolute;
  top: 32px;
  left: 32px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 12px;
  background: rgba(238, 27, 36, .1);
  color: var(--c-primary);
  font-size: 20px;
}
.gtco-news ul li:nth-child(1)::before { content: '\e607'; } /* ti-target */
.gtco-news ul li:nth-child(2)::before { content: '\e63d'; } /* ti-eye */
.gtco-news ul li:nth-child(3)::before { content: '\e624'; } /* ti-medall-alt */

.gtco-news h3 {
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 700;
  color: var(--c-ink);
  margin-bottom: 14px;
}
.gtco-news p {
  color: var(--c-slate);
  font-size: 15px;
}
.gtco-news p span {
  color: var(--c-primary);
  font-weight: 700;
}

/* ---------- Footer ---------- */
#gtco-footer {
  background: var(--c-ink);
  padding: 3.5em 0 0 0 !important;
}
#gtco-footer .gtco-footer-paragraph h3 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
}
#gtco-footer p { color: rgba(255,255,255,.65) !important; }
#gtco-footer a { color: #fff; }
#gtco-footer a:hover { color: var(--c-primary) !important; }

#gtco-footer .gtco-copyright {
  background: #0a0f13;
  padding: 22px 0;
}
#gtco-footer .gtco-copyright p,
#gtco-footer .gtco-copyright small {
  color: rgba(255,255,255,.5);
}
#gtco-footer .gtco-copyright a { color: rgba(255,255,255,.75); }

/* ---------- Back to top ---------- */
.gototop a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--c-ink);
  box-shadow: var(--shadow);
}
.gototop a:hover { background: var(--c-primary); }

/* ---------- Contenido de texto (listas dentro de párrafos) ---------- */
.gtco-section .text-left ul,
.productos ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-section .text-left ul li,
.productos ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.gtco-section .text-left ul li::before,
.productos ul li::before {
  content: '\e64c';
  font-family: 'themify';
  position: absolute;
  left: 0;
  top: .1em;
  color: var(--c-primary);
  font-size: 13px;
}
.productos h4 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 18px;
  color: var(--c-ink);
}

/* ---------- Tarjetas de "Conócenos" / "Productos" (.gtco-staff) ---------- */
.gtco-staff {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 30px;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.gtco-staff:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}
.gtco-staff img {
  border-radius: var(--radius-sm);
  margin-bottom: 22px !important;
}
.gtco-staff h2 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
.gtco-staff p {
  font-size: 15px;
  margin-bottom: 0;
}

/* ---------- Servicios (.feature-left + descargas) ---------- */
.feature-left img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 20px;
}
.gtco-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--c-primary);
  border-bottom: 2px solid var(--c-primary);
  padding-bottom: 3px;
  letter-spacing: .04em;
}
.gtco-more:hover {
  color: var(--c-ink);
  border-color: var(--c-ink);
}

/* ---------- Testimonios ---------- */
.gtco-testimonials {
  display: flex;
  align-items: center;
}
.gtco-testimonials blockquote {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 40px;
  position: relative;
  margin: 0;
}
.gtco-testimonials blockquote::before {
  content: '\201C';
  position: absolute;
  top: 6px;
  left: 24px;
  font-family: var(--font-head);
  font-size: 60px;
  color: var(--c-primary);
  opacity: .25;
  line-height: 1;
}
.gtco-testimonials blockquote p {
  text-align: left;
  font-size: 18px;
  color: var(--c-ink);
}

/* ---------- Formulario de contacto ---------- */
.contact-area {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 36px;
}
.contact-form .form-control {
  background: var(--c-light);
  border: 2px solid var(--c-line);
  border-radius: var(--radius-sm);
  padding: 12px 16px;
  height: auto;
  color: var(--c-ink);
}
.contact-form .form-control:focus {
  background: #fff;
  border-color: var(--c-primary);
}
.contact-form .btn-special {
  background: var(--c-primary);
  border-color: var(--c-primary);
  border-radius: 100px;
  padding: 12px 34px;
  font-family: var(--font-head);
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
}
.contact-form .btn-special:hover {
  background: var(--c-primary-dark);
  border-color: var(--c-primary-dark);
}

.gtco-contact-info {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 36px;
}
.gtco-contact-info ul li {
  color: var(--c-slate);
}
.gtco-contact-info ul li b {
  color: var(--c-ink);
}

/* ---------- Responsive tweaks ---------- */
@media screen and (max-width: 768px) {
  .gtco-nav #gtco-logo img { max-height: 42px; }
  .gtco-section { padding: 3.2em 0; }
  .gtco-heading h2 { font-size: 26px; text-align: left; }
}
