
:root{
--color-primary:#000000;
--color-secondary:#000000;
--color-success:#527a21;
--color-info:#9d2505;
--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: #f8f9fa;
	background-color: #111111;
}
.t4-palette-dark a:not(.btn) {
	color: #cb4f22;
}
.t4-palette-dark a:not(.btn):hover {
	color: #e93e00;
}
/* 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: #cb4f22;
}
.t4-palette-dark .nav > li > a:hover,
.t4-palette-dark .nav > li > a:focus,
.t4-palette-dark .nav > li > a:active {
	color: #e93e00;
}
.layout-home .t4-sticky.t4-palette-dark {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-dark {
	background-color: #111111;
}

/* Pattern: Primary */
.t4-palette-primary {
	color: #f8f9fa;
	background-color: #000000;
}
.t4-palette-primary a:not(.btn) {
	color: #e23c00;
}
.t4-palette-primary a:not(.btn):hover {
	color: #ae2e00;
}
/* 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: #f8f9fa;
}
/* Module */
.t4-palette-primary .nav > li > a {
	color: #e23c00;
}
.t4-palette-primary .nav > li > a:hover,
.t4-palette-primary .nav > li > a:focus,
.t4-palette-primary .nav > li > a:active {
	color: #ae2e00;
}
.layout-home .t4-sticky.t4-palette-primary {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-primary {
	background-color: #000000;
}

/* Pattern: Gray */
.t4-palette-gray {
	color: #888888;
	background-color: #f8f9fa;
}
.t4-palette-gray a:not(.btn) {
	color: #cd5428;
}
.t4-palette-gray a:not(.btn):hover {
	color: #cd6c49;
}
/* 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: #cd5428;
}
.t4-palette-gray .nav > li > a:hover,
.t4-palette-gray .nav > li > a:focus,
.t4-palette-gray .nav > li > a:active {
	color: #cd6c49;
}
.layout-home .t4-sticky.t4-palette-gray {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray {
	background-color: #f8f9fa;
}

/* Pattern: Transparent */
.t4-palette-transparent {
	color: #f8f9fa;
	background-color: rgba(255, 255, 255, 0);
}
.t4-palette-transparent a:not(.btn) {
	color: #e04e1a;
}
.t4-palette-transparent a:not(.btn):hover {
	color: #ee7145;
}
/* 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: #e04e1a;
}
.t4-palette-transparent .nav > li > a:hover,
.t4-palette-transparent .nav > li > a:focus,
.t4-palette-transparent .nav > li > a:active {
	color: #ee7145;
}
.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: secondary */
.t4-palette-secondary {
	color: #5a5a5a;
	background-color: #e7e7e7;
}
.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: #ae2e00;
}
/* 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: #e7e7e7;
}

/* Pattern: Pie */
.t4-palette-pie {
	color: #ffffff;
	background-color: #2b2b2b;
}
.t4-palette-pie a:not(.btn) {
	color: #ff2b23;
}
.t4-palette-pie a:not(.btn):hover {
	color: #f20303;
}
/* 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: #f8f9fa;
}
/* Module */
.t4-palette-pie .nav > li > a {
	color: #ff2b23;
}
.t4-palette-pie .nav > li > a:hover,
.t4-palette-pie .nav > li > a:focus,
.t4-palette-pie .nav > li > a:active {
	color: #f20303;
}
.layout-home .t4-sticky.t4-palette-pie {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-pie {
	background-color: #2b2b2b;
}

/* 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: #f85030;
}
/* 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: #f20d00;
}
/* 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: #f85030;
}
.layout-home .t4-sticky.t4-palette-copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-copy {
	background-color: #000000;
}

/* 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);
}

/* Pattern: Gray copy */
.t4-palette-gray_copy {
	color: #888888;
	background-color: #ffffff;
}
.t4-palette-gray_copy a:not(.btn) {
	color: #f20303;
}
.t4-palette-gray_copy a:not(.btn):hover {
	color: #f20303;
}
/* 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: #f20303;
}
.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: #f20303;
}
.layout-home .t4-sticky.t4-palette-gray_copy {
	background-color: transparent;
}
.not-at-top .t4-sticky.t4-palette-gray_copy {
	background-color: #ffffff;
}

/* Pattern: Primary copy */
.t4-palette-primary_copy {
	color: #d3c9c9;
	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: #1d1d1d;
}
/* 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: 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: hero */
.t4-palette-hero {
	color: #ffffff;
	background-color: #000000;
}
.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: #000000;
}

/* 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=1920&height=1080);
	background-repeat: no-repeat;
	background-size: auto;
	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: mision vision */

#t4-mision-vision .bg-overlay {
	opacity: 0.75;
}
#t4-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: Team Neobox */

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

/* 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: #000000;
  --success: #527a21;
  --info: #9d2505;
  --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: Vollkorn;
  font-weight: 400;
  font-style: normal;
  line-height: 0.9;
  letter-spacing: normal; 
}
h1, .h1 {
  font-size: 52px; 
}
h2, .h2 {
  font-size: 48px; 
}
h3, .h3 {
  font-size: 36px; 
}
h4, .h4 {
  font-size: 32px; 
}
h5, .h5 {
  font-size: 28px; 
}
h6, .h6 {
  font-size: 24px; 
}
/* COLORS
--------------------------------------- */
/* Backgrounds Colors */
.bg-primary {
  background-color: #000000 !important; 
}
.bg-secondary {
  background-color: #000000 !important; 
}
.bg-success {
  background-color: #527a21 !important; 
}
.bg-info {
  background-color: #9d2505 !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: #000000 !important;
  border-color: #000000 !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: #9d2505 !important;
  border-color: #9d2505 !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: #000000 !important; 
}
.text-success {
  color: #527a21 !important; 
}
.text-info {
  color: #9d2505 !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: #000000; 
}
.badge-success {
  background-color: #527a21; 
}
.badge-info {
  background-color: #9d2505; 
}
.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: #000000; 
}
.t4-megamenu .dropdown-menu ul > .active a.nav-link,
.t4-megamenu .dropdown-menu ul > .active a.dropdown-item {
  color: #000000; 
}
.t4-megamenu .dropdown-menu .mega-nav > li a.nav-link:hover,
.t4-megamenu .dropdown-menu .mega-nav > li a.dropdown-item:hover {
  color: #000000; 
}
.t4-megamenu .dropdown-menu .mega-nav > .active a.nav-link,
.t4-megamenu .dropdown-menu .mega-nav > .active a.dropdown-item {
  color: #000000; 
}
.module-title {
  color: #000000; 
}
#t4-section-7 .t4-section-module .module-title {
  color: #000000; 
}