
:root{
--color-primary:#000000;
--color-secondary:#6c6c6c;
--color-success:#527a21;
--color-info:#eeeded;
--color-warning:#ff780a;
--color-danger:#e6020e;
--color-light:#f8f9fa;
--color-dark:#111111;
--color-white:#ffffff;
--color-black:#000000;
--body-bg-color:rgba(255, 255, 255, 0);
--body-text-color:#353535;
--body-link-color:#aa0000;
--body-link-hover-color:#7a0b0b;
--mainnav-text-color:#212529;
--mainnav-link-color:#212529;
--mainnav-link-hover-color:#aa0000;
--mainnav-link-active-color:#cc0000;
--footer-bg-color:#212529;
--footer-text-color:#6c757d;
--footer-link-color:#6c757d;
--footer-link-hover-color:#ffffff;
}
/* Pattern: Dark */
.t4-palette-dark {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.751);
}
.t4-palette-dark a:not(.btn) {
	color: #ac1f1f;
}
.t4-palette-dark a:not(.btn):hover {
	color: #aa0000;
}
/* Heading */
.t4-palette-dark h1,
.t4-palette-dark h2,
.t4-palette-dark h3,
.t4-palette-dark h4,
.t4-palette-dark h5,
.t4-palette-dark h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-dark .nav > li > a {
	color: #ac1f1f;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #aa0000;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: rgba(0, 0, 0, 0.751);
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #626262;
	background-color: #ffffff;
}
.t4-palette-primary a:not(.btn) {
	color: #525252;
}
.t4-palette-primary a:not(.btn):hover {
	color: #9e9b9b;
}
/* Heading */
.t4-palette-primary h1,
.t4-palette-primary h2,
.t4-palette-primary h3,
.t4-palette-primary h4,
.t4-palette-primary h5,
.t4-palette-primary h6 {
	color: #6a3434;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #525252;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #9e9b9b;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #ffffff;
}

/* Pattern: Gray */
.t4-palette-gray {
	color: #e6e6e6;
	background-color: #595a5b;
}
.t4-palette-gray a:not(.btn) {
	color: #aa0000;
}
.t4-palette-gray a:not(.btn):hover {
	color: #a60f0f;
}
/* Heading */
.t4-palette-gray h1,
.t4-palette-gray h2,
.t4-palette-gray h3,
.t4-palette-gray h4,
.t4-palette-gray h5,
.t4-palette-gray h6 {
	color: #111111;
}
/* Module */
.t4-palette-gray .nav > li > a {
	color: #aa0000;
}
.t4-palette-gray .nav > li > a:hover,
.t4-palette-gray .nav > li > a:focus,
.t4-palette-gray .nav > li > a:active {
	color: #a60f0f;
}
.layout-home .t4-sticky.t4-palette-gray {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray {
	background-color: #595a5b;
}

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #aa0000;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #850000;
}
/* Heading */
.t4-palette-transparent h1,
.t4-palette-transparent h2,
.t4-palette-transparent h3,
.t4-palette-transparent h4,
.t4-palette-transparent h5,
.t4-palette-transparent h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-transparent .nav > li > a {
	color: #aa0000;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #850000;
}
.layout-home .t4-sticky.t4-palette-transparent {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-transparent {
	background-color: rgba(255, 255, 255, 0);
}

/* Pattern: hero */
.t4-palette-hero {
	color: #ffffff;
	background-color: #a30000;
}
.t4-palette-hero a:not(.btn) {
	color: #ac1f1f;
}
.t4-palette-hero a:not(.btn):hover {
	color: #aa0000;
}
/* Heading */
.t4-palette-hero h1,
.t4-palette-hero h2,
.t4-palette-hero h3,
.t4-palette-hero h4,
.t4-palette-hero h5,
.t4-palette-hero h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-hero .nav > li > a {
	color: #ac1f1f;
}
.t4-palette-hero .nav > li > a:hover,
.t4-palette-hero .nav > li > a:focus,
.t4-palette-hero .nav > li > a:active {
	color: #aa0000;
}
.layout-home .t4-sticky.t4-palette-hero {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-hero {
	background-color: #a30000;
}

/* Pattern: Primary copy */
.t4-palette-primary_copy {
	color: #949494;
	background-color: #ffffff;
}
.t4-palette-primary_copy a:not(.btn) {
	color: #525252;
}
.t4-palette-primary_copy a:not(.btn):hover {
	color: #9e9b9b;
}
/* Heading */
.t4-palette-primary_copy h1,
.t4-palette-primary_copy h2,
.t4-palette-primary_copy h3,
.t4-palette-primary_copy h4,
.t4-palette-primary_copy h5,
.t4-palette-primary_copy h6 {
	color: #616060;
}
/* Module */
.t4-palette-primary_copy .nav > li > a {
	color: #525252;
}
.t4-palette-primary_copy .nav > li > a:hover,
.t4-palette-primary_copy .nav > li > a:focus,
.t4-palette-primary_copy .nav > li > a:active {
	color: #9e9b9b;
}
.layout-home .t4-sticky.t4-palette-primary_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary_copy {
	background-color: #ffffff;
}

/* Pattern: Gray copy */
.t4-palette-gray_copy {
	color: #888888;
	background-color: #ffffff;
}
.t4-palette-gray_copy a:not(.btn) {
	color: #aa0000;
}
.t4-palette-gray_copy a:not(.btn):hover {
	color: #c20101;
}
/* Heading */
.t4-palette-gray_copy h1,
.t4-palette-gray_copy h2,
.t4-palette-gray_copy h3,
.t4-palette-gray_copy h4,
.t4-palette-gray_copy h5,
.t4-palette-gray_copy h6 {
	color: #111111;
}
/* Module */
.t4-palette-gray_copy .nav > li > a {
	color: #aa0000;
}
.t4-palette-gray_copy .nav > li > a:hover,
.t4-palette-gray_copy .nav > li > a:focus,
.t4-palette-gray_copy .nav > li > a:active {
	color: #c20101;
}
.layout-home .t4-sticky.t4-palette-gray_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray_copy {
	background-color: #ffffff;
}

/* Pattern: Pie */
.t4-palette-pie {
	color: #ffffff;
	background-color: #252020;
}
.t4-palette-pie a:not(.btn) {
	color: #ffffff;
}
.t4-palette-pie a:not(.btn):hover {
	color: #c49898;
}
/* Heading */
.t4-palette-pie h1,
.t4-palette-pie h2,
.t4-palette-pie h3,
.t4-palette-pie h4,
.t4-palette-pie h5,
.t4-palette-pie h6 {
	color: #aa0000;
}
/* Module */
.t4-palette-pie .nav > li > a {
	color: #ffffff;
}
.t4-palette-pie .nav > li > a:hover,
.t4-palette-pie .nav > li > a:focus,
.t4-palette-pie .nav > li > a:active {
	color: #c49898;
}
.layout-home .t4-sticky.t4-palette-pie {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-pie {
	background-color: #252020;
}

/* Pattern: copy */
.t4-palette-copy {
	color: #ffffff;
	background-color: #000000;
}
.t4-palette-copy a:not(.btn) {
	color: #ffffff;
}
.t4-palette-copy a:not(.btn):hover {
	color: #aa7e7e;
}
/* Heading */
.t4-palette-copy h1,
.t4-palette-copy h2,
.t4-palette-copy h3,
.t4-palette-copy h4,
.t4-palette-copy h5,
.t4-palette-copy h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-copy .nav > li > a {
	color: #ffffff;
}
.t4-palette-copy .nav > li > a:hover,
.t4-palette-copy .nav > li > a:focus,
.t4-palette-copy .nav > li > a:active {
	color: #aa7e7e;
}
.layout-home .t4-sticky.t4-palette-copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-copy {
	background-color: #000000;
}

/* Pattern: secondary */
.t4-palette-secondary {
	color: #ffffff;
	background-color: #a7a7a7;
}
.t4-palette-secondary a:not(.btn) {
	color: #525252;
}
.t4-palette-secondary a:not(.btn):hover {
	color: #d0d0d0;
}
/* Heading */
.t4-palette-secondary h1,
.t4-palette-secondary h2,
.t4-palette-secondary h3,
.t4-palette-secondary h4,
.t4-palette-secondary h5,
.t4-palette-secondary h6 {
	color: #981c1c;
}
/* Module */
.t4-palette-secondary .nav > li > a {
	color: #525252;
}
.t4-palette-secondary .nav > li > a:hover,
.t4-palette-secondary .nav > li > a:focus,
.t4-palette-secondary .nav > li > a:active {
	color: #d0d0d0;
}
.layout-home .t4-sticky.t4-palette-secondary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-secondary {
	background-color: #a7a7a7;
}

/* Pattern: secondary copy */
.t4-palette-secondary_copy {
	color: #ffffff;
	background-color: #a7a7a7;
}
.t4-palette-secondary_copy a:not(.btn) {
	color: #525252;
}
.t4-palette-secondary_copy a:not(.btn):hover {
	color: #d0d0d0;
}
/* Heading */
.t4-palette-secondary_copy h1,
.t4-palette-secondary_copy h2,
.t4-palette-secondary_copy h3,
.t4-palette-secondary_copy h4,
.t4-palette-secondary_copy h5,
.t4-palette-secondary_copy h6 {
	color: #981c1c;
}
/* Module */
.t4-palette-secondary_copy .nav > li > a {
	color: #525252;
}
.t4-palette-secondary_copy .nav > li > a:hover,
.t4-palette-secondary_copy .nav > li > a:focus,
.t4-palette-secondary_copy .nav > li > a:active {
	color: #d0d0d0;
}
.layout-home .t4-sticky.t4-palette-secondary_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-secondary_copy {
	background-color: #a7a7a7;
}

/* Pattern: azul */
.t4-palette-roja {
	color: #ffffff;
	background-color: #021e28;
}
.t4-palette-roja a:not(.btn) {
	color: #e0d0d0;
}
.t4-palette-roja a:not(.btn):hover {
	color: #fffcfc;
}
/* Heading */
.t4-palette-roja h1,
.t4-palette-roja h2,
.t4-palette-roja h3,
.t4-palette-roja h4,
.t4-palette-roja h5,
.t4-palette-roja h6 {
	color: #ffffff;
}
/* Module */
.t4-palette-roja .nav > li > a {
	color: #e0d0d0;
}
.t4-palette-roja .nav > li > a:hover,
.t4-palette-roja .nav > li > a:focus,
.t4-palette-roja .nav > li > a:active {
	color: #fffcfc;
}
.layout-home .t4-sticky.t4-palette-roja {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-roja {
	background-color: #021e28;
}

/* Pattern: Transparent copy */
.t4-palette-transparent_copy {
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent_copy a:not(.btn) {
	color: #d84b4b;
}
.t4-palette-transparent_copy a:not(.btn):hover {
	color: #ad0707;
}
/* Heading */
.t4-palette-transparent_copy h1,
.t4-palette-transparent_copy h2,
.t4-palette-transparent_copy h3,
.t4-palette-transparent_copy h4,
.t4-palette-transparent_copy h5,
.t4-palette-transparent_copy h6 {
	color: #f8f9fa;
}
/* Module */
.t4-palette-transparent_copy .nav > li > a {
	color: #d84b4b;
}
.t4-palette-transparent_copy .nav > li > a:hover,
.t4-palette-transparent_copy .nav > li > a:focus,
.t4-palette-transparent_copy .nav > li > a:active {
	color: #ad0707;
}
.layout-home .t4-sticky.t4-palette-transparent_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-transparent_copy {
	background-color: rgba(255, 255, 255, 0);
}

/* Section: header */
#t4-header {
	position: -webkit-sticky !important;
	position: sticky;
	top: 0;
	z-index: 10;
}
#t4-header .bg-overlay {
	opacity: 0.5;
}
#t4-header .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}

/* Section: hero */

#t4-hero .bg-overlay {
	opacity: 1;
}
#t4-hero .bg-overlay-image {
	background-image: url(/images/hero-neobox.jpg#joomlaImage://local-images/hero-neobox.jpg?width=1280&height=720);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

/* Section:  */

#t4-section-1 .bg-overlay {
	opacity: 0.5;
}

/* Section: Blog */

#t4-blog .bg-overlay {
	opacity: 0.5;
}

/* Section: section-2 - blog */

#t4-section-2---blog .bg-overlay {
	opacity: 0.5;
}

/* Section: section1 - Webpacks */

#t4-section1---webpacks .bg-overlay {
	opacity: 0.5;
}

/* Section: Team Neobox */

#t4-team-neobox .bg-overlay {
	opacity: 0.5;
}

/* Section: section-5 mision vision */

#t4-section-5-mision-vision .bg-overlay {
	opacity: 0.75;
}
#t4-section-5-mision-vision .bg-overlay-image {
	background-image: url(/images/fondo-mision.jpg#joomlaImage://local-images/fondo-mision.jpg?width=2400&height=807);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: inherit;
}

/* Section: section-6 */

#t4-section-6 .bg-overlay {
	opacity: 0.5;
}

/* Section: section-7 */

#t4-section-7 .bg-overlay {
	opacity: 1;
}
#t4-section-7 .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: inherit;
}

/* Section: section-8 */

#t4-section-8 .bg-overlay {
	opacity: 1;
}
#t4-section-8 .bg-overlay-image {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
}

/* Section: footnav */

#t4-footnav .bg-overlay {
	opacity: 0.5;
}

/* Section:  */
#t4-section-3 {
	position: -webkit-sticky !important;
	position: sticky;
	top: 0;
	z-index: 10;
}
#t4-section-3 .bg-overlay {
	opacity: 0.5;
}
/**
 * ------------------------------------------------------------------------
 * JA Stark Template
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
:root {
  --primary: #000000;
  --secondary: #6c6c6c;
  --success: #527a21;
  --info: #eeeded;
  --warning: #ff780a;
  --danger: #e6020e;
  --light: #f8f9fa;
  --dark: #111111;
}
/* for megamenu animation duration */
.t4-megamenu.animate .dropdown.animating > .dropdown-menu {
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms; 
}
body {
  background-color: #ffffff;
  color: #353535;
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal; 
}
.t4-content {
  background-color: rgba(255, 255, 255, 0); 
}
h1, h2, h3, h4, h5, h6 {
  font-family: Lato;
  font-weight: 300;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 48px; 
}
h2, .h2 {
  font-size: 30px; 
}
h3, .h3 {
  font-size: 26px; 
}
h4, .h4 {
  font-size: 24px; 
}
h5, .h5 {
  font-size: 20px; 
}
h6, .h6 {
  font-size: 18px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #000000 !important; 
}
.bg-secondary {
  background-color: #6c6c6c !important; 
}
.bg-success {
  background-color: #527a21 !important; 
}
.bg-info {
  background-color: #eeeded !important; 
}
.bg-warning {
  background-color: #ff780a !important; 
}
.bg-danger {
  background-color: #e6020e !important; 
}
.bg-light {
  background-color: #f8f9fa !important; 
}
.bg-dark {
  background-color: #111111 !important; 
}
/* Buttons Colors */
.btn.btn-primary {
  background-color: #000000 !important;
  border-color: #000000 !important; 
}
.btn.btn-primary:hover {
  opacity: 0.85; 
}
.btn.btn-secondary {
  background-color: #6c6c6c !important;
  border-color: #6c6c6c !important; 
}
.btn.btn-secondary:hover {
  opacity: 0.85; 
}
.btn.btn-success {
  background-color: #527a21 !important;
  border-color: #527a21 !important; 
}
.btn.btn-success:hover {
  opacity: 0.85; 
}
.btn.btn-info {
  background-color: #eeeded !important;
  border-color: #eeeded !important; 
}
.btn.btn-info:hover {
  opacity: 0.85; 
}
.btn.btn-warning {
  background-color: #ff780a !important;
  border-color: #ff780a !important; 
}
.btn.btn-warning:hover {
  opacity: 0.85; 
}
.btn.btn-danger {
  background-color: #e6020e !important;
  border-color: #e6020e !important; 
}
.btn.btn-danger:hover {
  opacity: 0.85; 
}
.btn.btn-light {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important; 
}
.btn.btn-light:hover {
  opacity: 0.85; 
}
.btn.btn-dark {
  background-color: #111111 !important;
  border-color: #111111 !important; 
}
.btn.btn-dark:hover {
  opacity: 0.85; 
}
/* Text Colors */
.text-primary {
  color: #000000 !important; 
}
.text-secondary {
  color: #6c6c6c !important; 
}
.text-success {
  color: #527a21 !important; 
}
.text-info {
  color: #eeeded !important; 
}
.text-warning {
  color: #ff780a !important; 
}
.text-danger {
  color: #e6020e !important; 
}
.text-light {
  color: #f8f9fa !important; 
}
.text-dark {
  color: #111111 !important; 
}
/* Badage Colors */
.badge-primary {
  background-color: #000000; 
}
.badge-secondary {
  background-color: #6c6c6c; 
}
.badge-success {
  background-color: #527a21; 
}
.badge-info {
  background-color: #eeeded; 
}
.badge-warning {
  background-color: #ff780a; 
}
.badge-danger {
  background-color: #e6020e; 
}
.badge-light {
  background-color: #f8f9fa; 
}
.badge-dark {
  background-color: #111111; 
}
/* TPL
--------------------------------------- */
.contact .contact-links ul li a:hover > span, .contact .contact-links ul li a:focus > span, .contact .contact-links ul li a:active > span {
  background: #000000;
  border-color: #000000; 
}
.t4-section.t4-pattern-primary {
  background: #000000; 
}
  .t4-section.t4-pattern-primary .bg-overlay-image::after {
    background: #000000; 
}
.acm-hero .btn.html5lightbox.primary,
.acm-hero .btn.html5link.primary {
  background: #000000; 
}
.t4-megamenu .dropdown-menu ul > li a.nav-link:hover,
.t4-megamenu .dropdown-menu ul > li a.dropdown-item:hover {
  color: #6c6c6c; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #6c6c6c; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #6c6c6c; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #6c6c6c; 
}
.module-title {
  color: #6c6c6c; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #6c6c6c; 
}